AzureStorageOperationOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public class AzureStorageOperationOptions
type AzureStorageOperationOptions = class
Public Class AzureStorageOperationOptions
- Inheritance
-
AzureStorageOperationOptions
- Derived
Constructors
AzureStorageOperationOptions() |
Properties
ClientOptions |
Options to be used when configuring the table storage client, or |
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, 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. |
ConfigureTableServiceClient(Uri) |
Obsolete.
Configures the TableServiceClient using an authenticated service URI. |