DynamoDBStreamQueueCheckpointerOptions
class
Namespace: Orleans.Configuration
Configures DynamoDB-backed stream queue checkpointing.
public sealed class DynamoDBStreamQueueCheckpointerOptionsConstructors
Properties
AccessKeyGets or sets the AWS access key. When omitted, the default AWS credential chain is used.CreateIfNotExistsGets or sets a value indicating whether to create the checkpoint table when it does not exist.InitializationTimeoutGets or sets the maximum time to wait for the checkpoint table to become active.PersistIntervalGets or sets the minimum interval between checkpoint writes.ProfileNameGets or sets the AWS profile name.ReadCapacityUnitsGets or sets the provisioned read capacity units.SecretKeyGets or sets the AWS secret key.ServiceGets or sets the AWS region name or DynamoDB service endpoint.TableNameGets or sets the DynamoDB table name.TokenGets or sets the AWS session token.UseProvisionedThroughputGets or sets a value indicating whether the table uses provisioned throughput instead of on-demand billing.WriteCapacityUnitsGets or sets the provisioned write capacity units.
