Package com.predic8.membrane.core.azure
Class AzureTableStorage
java.lang.Object
com.predic8.membrane.core.azure.AzureTableStorage
- All Implemented Interfaces:
AcmeSynchronizedStorage
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetCustomHost(String customHost) voidsetHttpClientConfiguration(HttpClientConfiguration httpClientConfiguration) voidsetPartitionKey(String partitionKey) voidsetStorageAccountKey(String storageAccountKey) voidsetStorageAccountName(String storageAccountName) voidsetTableName(String tableName)
-
Constructor Details
-
AzureTableStorage
public AzureTableStorage()
-
-
Method Details
-
getCustomHost
-
setCustomHost
-
getStorageAccountName
-
setStorageAccountName
-
getStorageAccountKey
-
setStorageAccountKey
-
getTableName
-
setTableName
-
getPartitionKey
-
setPartitionKey
-
getHttpClientConfiguration
-
setHttpClientConfiguration
-