Skip to content

DynamoDBTransactionalStorageOptions Properties

Configuration options for DynamoDB transactional state storage.

InitStage

getset
View source
public int InitStage
Stage of silo lifecycle where storage should be initialized. Storage must be initialized prior to use.

ServiceId

getset
View source
public string ServiceId
Gets or sets a unique identifier for this service, which should survive deployment and redeployment.

TableName

getset
View source
public string TableName
DynamoDB table name. Defaults to 'OrleansTransactionalState'.