Click or drag to resize
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.Azure
Assembly: CMS.Search.Azure (in CMS.Search.Azure.dll) Version: 13.0.131
Syntax
C#
public int MaxBackoffTimeSeconds { get; set; }

Property Value

Type: Int32
Remarks
The default value is 8.
See Also