DynamoDBReminderStorageOptions
class
Namespace: Orleans.Configuration
Configuration for Amazon DynamoDB reminder storage.
public class DynamoDBReminderStorageOptions : DynamoDBClientOptionsConstructors
Properties
CreateIfNotExistsCreate the table if it doesn't existReadCapacityUnitsRead capacity unit for DynamoDB storageTableNameDynamoDB table name. Defaults to 'OrleansReminders'.UpdateIfExistsUpdate the table if it existsUseProvisionedThroughputUse Provisioned Throughput for tablesWriteCapacityUnitsWrite capacity unit for DynamoDB storage
