AzureStorageClusteringOptions Class

Definition

Specify options used for AzureTableBasedMembership

public class AzureStorageClusteringOptions : Orleans.Clustering.AzureStorage.AzureStorageOperationOptions
type AzureStorageClusteringOptions = class
    inherit AzureStorageOperationOptions
Public Class AzureStorageClusteringOptions
Inherits AzureStorageOperationOptions
Inheritance
AzureStorageClusteringOptions

Constructors

AzureStorageClusteringOptions()

Fields

DEFAULT_TABLE_NAME

Properties

ClientOptions

Options to be used when configuring the table storage client, or null to use the default options.

(Inherited from AzureStorageOperationOptions)
ConnectionString
Obsolete.

Deprecated: use ConfigureTableServiceClient instead.

(Inherited from AzureStorageOperationOptions)
StoragePolicyOptions

Azure Storage Policy Options

(Inherited from AzureStorageOperationOptions)
TableEndpoint
Obsolete.

Deprecated: use ConfigureTableServiceClient instead.

(Inherited from AzureStorageOperationOptions)
TableName
TableResourceId
Obsolete.

Deprecated: use ConfigureTableServiceClient instead.

(Inherited from AzureStorageOperationOptions)
TokenCredential
Obsolete.

Deprecated: use ConfigureTableServiceClient instead.

(Inherited from AzureStorageOperationOptions)
TokenCredentialManagementUri
Obsolete.

Deprecated: use ConfigureTableServiceClient instead.

(Inherited from AzureStorageOperationOptions)
TokenCredentialTableKey
Obsolete.

Deprecated: use ConfigureTableServiceClient instead.

(Inherited from AzureStorageOperationOptions)

Methods

ConfigureTableServiceClient(Func<Task<TableServiceClient>>)

Configures the TableServiceClient using the provided callback.

(Inherited from AzureStorageOperationOptions)
ConfigureTableServiceClient(String)

Configures the TableServiceClient using a connection string.

(Inherited from AzureStorageOperationOptions)
ConfigureTableServiceClient(Uri)

Configures the TableServiceClient using an authenticated service URI.

(Inherited from AzureStorageOperationOptions)
ConfigureTableServiceClient(Uri, AzureSasCredential)

Configures the TableServiceClient using an authenticated service URI and a AzureSasCredential.

(Inherited from AzureStorageOperationOptions)
ConfigureTableServiceClient(Uri, TableSharedKeyCredential)

Configures the TableServiceClient using an authenticated service URI and a TableSharedKeyCredential.

(Inherited from AzureStorageOperationOptions)
ConfigureTableServiceClient(Uri, TokenCredential)

Configures the TableServiceClient using an authenticated service URI and a TokenCredential.

(Inherited from AzureStorageOperationOptions)

Applies to