DynamoDBClusteringOptions
class
Namespace: Orleans.Configuration
Configures DynamoDB-backed silo membership.
public class DynamoDBClusteringOptions : DynamoDBClientOptionsConstructors
Properties
CreateIfNotExistsCreate the table if it doesn't existReadCapacityUnitsRead capacity unit for DynamoDB storageTableNameDynamoDB table name. Defaults to 'OrleansSilos'.UpdateIfExistsUpdate the table if it existsUseProvisionedThroughputUse Provisioned Throughput for tablesWriteCapacityUnitsWrite capacity unit for DynamoDB storage
