SearchEngineConfigurationRetryCount Property |
Maximum number of retry attempts that the system performs after an Azure Search operation fails.
Namespace: CMS.Search.AzureAssembly: CMS.Search.Azure (in CMS.Search.Azure.dll) Version: 12.0.0
Syntax public int RetryCount { get; set; }
Property Value
Type:
Int32Remarks Setting the retry count to zero disables the retry strategy. The default value is 5.
See Also