Click or drag to resize
SearchEngineConfigurationRetryCount Property
Maximum number of retry attempts that the system performs after an Azure Search operation fails.

Namespace: CMS.Search.Azure
Assembly: CMS.Search.Azure (in CMS.Search.Azure.dll) Version: 11.0.0
Syntax
C#
public int RetryCount { get; set; }

Property Value

Type: Int32
Remarks
Setting the retry count to zero disables the retry strategy. The default value is 5.
See Also