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.AzureAssembly: CMS.Search.Azure (in CMS.Search.Azure.dll) Version: 12.0.0
Syntax public ITransientErrorDetectionStrategy TransientErrorDetectionStrategy { get; set; }
Property Value
Type:
ITransientErrorDetectionStrategyRemarks May improve performance by skipping retry strategy of an operation for specific exceptions.
See Also Reference
ITransientErrorDetectionStrategy