Class SearchIndexerCache


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

      • SearchIndexerCache

        public SearchIndexerCache()
    • Method Detail

      • 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.