Edit

Share via


AzureTableReminderStorageOptions Class

Definition

Options for Azure Table based reminder table.

public class AzureTableReminderStorageOptions : Orleans.Reminders.AzureStorage.AzureStorageOperationOptions
type AzureTableReminderStorageOptions = class
    inherit AzureStorageOperationOptions
Public Class AzureTableReminderStorageOptions
Inherits AzureStorageOperationOptions
Inheritance
AzureTableReminderStorageOptions

Constructors

AzureTableReminderStorageOptions()

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

Table name for Azure Storage

TableResourceId
Obsolete.

Deprecated: use ConfigureTableServiceClient instead.

(Inherited from AzureStorageOperationOptions)
TableServiceClient

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

(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>>)
Obsolete.

Configures the TableServiceClient using the provided callback.

(Inherited from AzureStorageOperationOptions)
ConfigureTableServiceClient(String)
Obsolete.

Configures the TableServiceClient using a connection string.

(Inherited from AzureStorageOperationOptions)
ConfigureTableServiceClient(Uri)
Obsolete.

Configures the TableServiceClient using an authenticated service URI.

(Inherited from AzureStorageOperationOptions)
ConfigureTableServiceClient(Uri, AzureSasCredential)
Obsolete.

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

(Inherited from AzureStorageOperationOptions)
ConfigureTableServiceClient(Uri, TableSharedKeyCredential)
Obsolete.

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

(Inherited from AzureStorageOperationOptions)
ConfigureTableServiceClient(Uri, TokenCredential)
Obsolete.

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

(Inherited from AzureStorageOperationOptions)

Applies to