IndexingParameters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents parameters for indexer execution.
public class IndexingParameters
type IndexingParameters = class
Public Class IndexingParameters
- Inheritance
-
IndexingParameters
Constructors
IndexingParameters() |
Initializes a new instance of IndexingParameters. |
Properties
BatchSize |
The number of items that are read from the data source and indexed as a single batch in order to improve performance. The default depends on the data source type. |
IndexingParametersConfiguration |
Indexer-specific configuration properties. Each value must be of a primitive type. |
MaxFailedItems |
The maximum number of items that can fail indexing for indexer execution to still be considered successful. -1 means no limit. Default is 0. |
MaxFailedItemsPerBatch |
The maximum number of items in a single batch that can fail indexing for the batch to still be considered successful. -1 means no limit. Default is 0. |
Applies to
Azure SDK for .NET