SearchEngineConfigurationMaxBackoffTimeSeconds Property |
Maximum time interval (in seconds) between two attempts to perform Azure search operations.
The interval starts from 0 and grows exponentially up to the maximum: 0, 1, 2, 4, 8, 16, ...
Namespace: CMS.Search.AzureAssembly: CMS.Search.Azure (in CMS.Search.Azure.dll) Version: 12.0.0
Syntax public int MaxBackoffTimeSeconds { get; set; }
Property Value
Type:
Int32Remarks The default value is 8.
See Also