DynamoDBTransactionalStorageOptions
class
Namespace: Orleans.Configuration
Configuration options for DynamoDB transactional state storage.
public class DynamoDBTransactionalStorageOptions : DynamoDBClientOptions, IStorageProviderSerializerOptionsConstructors
Properties
CreateIfNotExistsCreate the table if it doesn't existGrainStorageSerializerGets or sets the serializer used to serialize grain state.InitStageStage of silo lifecycle where storage should be initialized. Storage must be initialized prior to use.ReadCapacityUnitsRead capacity unit for DynamoDB storageServiceIdGets or sets a unique identifier for this service, which should survive deployment and redeployment.TableNameDynamoDB table name. Defaults to 'OrleansTransactionalState'.UpdateIfExistsUpdate the table if it existsUseProvisionedThroughputUse Provisioned Throughput for tablesWriteCapacityUnitsWrite capacity unit for DynamoDB storage
Fields
DEFAULT_INIT_STAGEThe default silo lifecycle stage for initializing transactional state storage.
