AzureTableStorageOptions
class
Namespace: Orleans.Configuration
Configuration for AzureTableGrainStorage
public class AzureTableStorageOptions : AzureStorageOperationOptions, IStorageProviderSerializerOptionsConstructors
Properties
DeleteStateOnClearIndicates if grain data should be deleted or reset to defaults when a grain clears it's state.GrainStorageSerializerGets or sets the serializer to use for this storage provider.InitStageStage of silo lifecycle where storage should be initialized. Storage must be initialized prior to use.TableNameTable name where grain stage is storedUseStringFormatIndicates if grain data should be stored in string or in binary format.
Fields
DEFAULT_INIT_STAGEThe default silo lifecycle stage at which the storage provider is initialized.DEFAULT_TABLE_NAMEThe default Azure Table name used to store grain state.
