Click or drag to resize
SearchEngineConfigurationTransientErrorDetectionStrategy Property
Defines an object responsible for detecting specific transient conditions on Azure Search service operations. By default every exception is handled as transient and so the operation that caused exception will be retried.

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

Property Value

Type: ITransientErrorDetectionStrategy
Remarks
May improve performance by skipping retry strategy of an operation for specific exceptions.
See Also