Package version:
Optional
batchThe 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.
Optional
configurationA dictionary of indexer-specific configuration properties. Each name is the name of a specific property. Each value must be of a primitive type.
Optional
maxThe maximum number of items that can fail indexing for indexer execution to still be considered successful. -1 means no limit. Default is 0.
Optional
maxThe 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.
Represents parameters for indexer execution.