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.
