Class SearchIndexerCache

java.lang.Object
com.azure.search.documents.indexes.models.SearchIndexerCache

public final class SearchIndexerCache extends Object
The SearchIndexerCache model.
  • Constructor Details

    • SearchIndexerCache

      public SearchIndexerCache()
  • Method Details

    • getStorageConnectionString

      public String getStorageConnectionString()
      Get the storageConnectionString property: The connection string to the storage account where the cache data will be persisted.
      Returns:
      the storageConnectionString value.
    • setStorageConnectionString

      public SearchIndexerCache setStorageConnectionString(String storageConnectionString)
      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

      public Boolean isEnableReprocessing()
      Get the enableReprocessing property: Specifies whether incremental reprocessing is enabled.
      Returns:
      the enableReprocessing value.
    • setEnableReprocessing

      public SearchIndexerCache setEnableReprocessing(Boolean enableReprocessing)
      Set the enableReprocessing property: Specifies whether incremental reprocessing is enabled.
      Parameters:
      enableReprocessing - the enableReprocessing value to set.
      Returns:
      the SearchIndexerCache object itself.