AzureTableTransactionalStateOptions 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 AzureTableTransactionalStateOptions
public class AzureTableTransactionalStateOptions : Orleans.Transactions.AzureStorage.AzureStorageOperationOptions
type AzureTableTransactionalStateOptions = class
type AzureTableTransactionalStateOptions = class
inherit AzureStorageOperationOptions
Public Class AzureTableTransactionalStateOptions
Public Class AzureTableTransactionalStateOptions
Inherits AzureStorageOperationOptions
- Inheritance
-
AzureTableTransactionalStateOptions
- Inheritance
Constructors
AzureTableTransactionalStateOptions() |
Fields
DEFAULT_INIT_STAGE |
Properties
ClientOptions |
Options to be used when configuring the table storage client, or |
ConnectionString |
Azure storage connection string |
ConnectionString |
Obsolete.
Deprecated: use ConfigureTableServiceClient instead. (Inherited from AzureStorageOperationOptions) |
InitStage |
Stage of silo lifecycle where storage should be initialized. Storage must be initialized prior to use. |
StoragePolicyOptions |
Azure Storage Policy Options (Inherited from AzureStorageOperationOptions) |
TableEndpoint |
Obsolete.
Deprecated: use ConfigureTableServiceClient instead. (Inherited from AzureStorageOperationOptions) |
TableName |
Azure table where transactional grain state will be stored |
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) |