AzureStorageGatewayOptions Class

Definition

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

Constructors

AzureStorageGatewayOptions()

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