AzureStorageOperationOptions
class
Namespace: Orleans.Transactions.AzureStorage
Configures access to an Azure Table Storage table.
public class AzureStorageOperationOptionsConstructors
Properties
ClientOptionsOptions to be used when configuring the table storage client, ornullto use the default options.StoragePolicyOptionsAzure Storage Policy OptionsTableNameTable name for Azure StorageTableServiceClientGets or sets the client used to access the Azure Table Service.
Methods
ConfigureTableServiceClient(Func<Task<TableServiceClient>>)Configures theAzureStorageOperationOptionsusing the provided callback.ConfigureTableServiceClient(Uri)Configures theAzureStorageOperationOptionsusing an authenticated service URI.ConfigureTableServiceClient(Uri, AzureSasCredential)Configures theAzureStorageOperationOptionsusing an authenticated service URI and aAzure.AzureSasCredential.ConfigureTableServiceClient(Uri, TableSharedKeyCredential)Configures theAzureStorageOperationOptionsusing an authenticated service URI and aAzure.Data.Tables.TableSharedKeyCredential.ConfigureTableServiceClient(Uri, TokenCredential)Configures theAzureStorageOperationOptionsusing an authenticated service URI and aAzure.Core.TokenCredential.ConfigureTableServiceClient(string)Configures theAzureStorageOperationOptionsusing a connection string.
