AzureTableStorageOptions 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.
Configuration for AzureTableGrainStorage
public class AzureTableStorageOptions
public class AzureTableStorageOptions : Orleans.Persistence.AzureStorage.AzureStorageOperationOptions
public class AzureTableStorageOptions : Orleans.Persistence.AzureStorage.AzureStorageOperationOptions, Orleans.Storage.IStorageProviderSerializerOptions
type AzureTableStorageOptions = class
type AzureTableStorageOptions = class
inherit AzureStorageOperationOptions
type AzureTableStorageOptions = class
inherit AzureStorageOperationOptions
interface IStorageProviderSerializerOptions
Public Class AzureTableStorageOptions
Public Class AzureTableStorageOptions
Inherits AzureStorageOperationOptions
Public Class AzureTableStorageOptions
Inherits AzureStorageOperationOptions
Implements IStorageProviderSerializerOptions
- Inheritance
-
AzureTableStorageOptions
- Inheritance
- Implements
Constructors
AzureTableStorageOptions() |
Fields
DEFAULT_INIT_STAGE | |
DEFAULT_TABLE_NAME |
Properties
ClientOptions |
Options to be used when configuring the table storage client, or |
ConfigureJsonSerializerSettings | |
ConnectionString |
Azure table connection string |
ConnectionString |
Obsolete.
Deprecated: use ConfigureTableServiceClient instead. (Inherited from AzureStorageOperationOptions) |
DeleteStateOnClear |
Indicates if grain data should be deleted or reset to defaults when a grain clears it's state. |
GrainStorageSerializer |
Gets or sets the serializer to use for this storage provider. |
IndentJson | |
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 |
Table name where grain stage is 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) |
TypeNameHandling | |
UseFullAssemblyNames | |
UseJson | |
UseStringFormat |
Indicates if grain data should be stored in string or in binary format. |