public final class IndexingParameters extends Object
| Constructor and Description |
|---|
IndexingParameters() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getBatchSize()
Get the batchSize property: The number of items that are read from the
data source and indexed as a single batch in order to improve
performance.
|
Map<String,Object> |
getConfiguration()
Get the configuration property: A dictionary of indexer-specific
configuration properties.
|
Integer |
getMaxFailedItems()
Get the maxFailedItems property: The maximum number of items that can
fail indexing for indexer execution to still be considered successful.
|
Integer |
getMaxFailedItemsPerBatch()
Get the maxFailedItemsPerBatch property: The maximum number of items in
a single batch that can fail indexing for the batch to still be
considered successful.
|
IndexingParameters |
setBatchSize(Integer batchSize)
Set the batchSize property: The number of items that are read from the
data source and indexed as a single batch in order to improve
performance.
|
IndexingParameters |
setConfiguration(Map<String,Object> configuration)
Set the configuration property: A dictionary of indexer-specific
configuration properties.
|
IndexingParameters |
setMaxFailedItems(Integer maxFailedItems)
Set the maxFailedItems property: The maximum number of items that can
fail indexing for indexer execution to still be considered successful.
|
IndexingParameters |
setMaxFailedItemsPerBatch(Integer maxFailedItemsPerBatch)
Set the maxFailedItemsPerBatch property: The maximum number of items in
a single batch that can fail indexing for the batch to still be
considered successful.
|
public Integer getBatchSize()
public IndexingParameters setBatchSize(Integer batchSize)
batchSize - the batchSize value to set.public Integer getMaxFailedItems()
public IndexingParameters setMaxFailedItems(Integer maxFailedItems)
maxFailedItems - the maxFailedItems value to set.public Integer getMaxFailedItemsPerBatch()
public IndexingParameters setMaxFailedItemsPerBatch(Integer maxFailedItemsPerBatch)
maxFailedItemsPerBatch - the maxFailedItemsPerBatch value to set.public Map<String,Object> getConfiguration()
public IndexingParameters setConfiguration(Map<String,Object> configuration)
configuration - the configuration value to set.Copyright © 2020 Microsoft Corporation. All rights reserved.