SearchEngineConfiguration Properties |
The SearchEngineConfiguration type exposes the following members.
Name | Description | |
---|---|---|
DocumentsBatchSize |
Maximum number of search documents processed per batch in one request to the Azure Search service (index uploads, merges or deletes).
| |
Instance |
Returns SearchEngineConfiguration instance.
| |
MaxBackoffTimeSeconds |
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, ...
| |
RetryCount |
Maximum number of retry attempts that the system performs after an Azure Search operation fails.
| |
TransientErrorDetectionStrategy |
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.
|