Class SearchIndexerCache
java.lang.Object
com.azure.search.documents.indexes.models.SearchIndexerCache
The SearchIndexerCache model.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the storageConnectionString property: The connection string to the storage account where the cache data will be persisted.Get the enableReprocessing property: Specifies whether incremental reprocessing is enabled.setEnableReprocessing
(Boolean enableReprocessing) Set the enableReprocessing property: Specifies whether incremental reprocessing is enabled.setStorageConnectionString
(String storageConnectionString) Set the storageConnectionString property: The connection string to the storage account where the cache data will be persisted.
-
Constructor Details
-
SearchIndexerCache
public SearchIndexerCache()
-
-
Method Details
-
getStorageConnectionString
Get the storageConnectionString property: The connection string to the storage account where the cache data will be persisted.- Returns:
- the storageConnectionString value.
-
setStorageConnectionString
Set the storageConnectionString property: The connection string to the storage account where the cache data will be persisted.- Parameters:
storageConnectionString
- the storageConnectionString value to set.- Returns:
- the SearchIndexerCache object itself.
-
isEnableReprocessing
Get the enableReprocessing property: Specifies whether incremental reprocessing is enabled.- Returns:
- the enableReprocessing value.
-
setEnableReprocessing
Set the enableReprocessing property: Specifies whether incremental reprocessing is enabled.- Parameters:
enableReprocessing
- the enableReprocessing value to set.- Returns:
- the SearchIndexerCache object itself.
-