Class AzureTableStorage

java.lang.Object
com.predic8.membrane.core.azure.AzureTableStorage
All Implemented Interfaces:
AcmeSynchronizedStorage

public class AzureTableStorage extends Object implements AcmeSynchronizedStorage
  • Constructor Details

    • AzureTableStorage

      public AzureTableStorage()
  • Method Details

    • getCustomHost

      public String getCustomHost()
    • setCustomHost

      public void setCustomHost(String customHost)
    • getStorageAccountName

      public String getStorageAccountName()
    • setStorageAccountName

      public void setStorageAccountName(String storageAccountName)
    • getStorageAccountKey

      public String getStorageAccountKey()
    • setStorageAccountKey

      public void setStorageAccountKey(String storageAccountKey)
    • getTableName

      public String getTableName()
    • setTableName

      public void setTableName(String tableName)
    • getPartitionKey

      public String getPartitionKey()
    • setPartitionKey

      public void setPartitionKey(String partitionKey)
    • getHttpClientConfiguration

      public HttpClientConfiguration getHttpClientConfiguration()
    • setHttpClientConfiguration

      public void setHttpClientConfiguration(HttpClientConfiguration httpClientConfiguration)