AzureStorageOperationOptions
class
Namespace: Orleans.Clustering.AzureStorage
Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.
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.
