Edit

Share via


AzureStorageOperationOptions Class

Definition

public class AzureStorageOperationOptions
type AzureStorageOperationOptions = class
Public Class AzureStorageOperationOptions
Inheritance
AzureStorageOperationOptions

Constructors

AzureStorageOperationOptions()

Properties

ClientOptions

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

ConnectionString
Obsolete.

Deprecated: use ConfigureTableServiceClient instead.

StoragePolicyOptions

Azure Storage Policy Options

TableEndpoint
Obsolete.

Deprecated: use ConfigureTableServiceClient instead.

TableName

Table name for Azure Storage

TableResourceId
Obsolete.

Deprecated: use ConfigureTableServiceClient instead.

TableServiceClient

Gets or sets the client used to access the Azure Table Service.

TokenCredential
Obsolete.

Deprecated: use ConfigureTableServiceClient instead.

TokenCredentialManagementUri
Obsolete.

Deprecated: use ConfigureTableServiceClient instead.

TokenCredentialTableKey
Obsolete.

Deprecated: use ConfigureTableServiceClient instead.

Methods

ConfigureTableServiceClient(Func<Task<TableServiceClient>>)
Obsolete.

Configures the TableServiceClient using the provided callback.

ConfigureTableServiceClient(String)
Obsolete.

Configures the TableServiceClient using a connection string.

ConfigureTableServiceClient(Uri)
Obsolete.

Configures the TableServiceClient using an authenticated service URI.

ConfigureTableServiceClient(Uri, AzureSasCredential)
Obsolete.

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

ConfigureTableServiceClient(Uri, TableSharedKeyCredential)
Obsolete.

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

ConfigureTableServiceClient(Uri, TokenCredential)
Obsolete.

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

Applies to