Skip to content

DynamoDBStreamQueueCheckpointerOptions

class

Namespace: Orleans.Configuration

Configures DynamoDB-backed stream queue checkpointing.
public sealed class DynamoDBStreamQueueCheckpointerOptions

Constructors

Properties

  • AccessKey Gets or sets the AWS access key. When omitted, the default AWS credential chain is used.
  • CreateIfNotExists Gets or sets a value indicating whether to create the checkpoint table when it does not exist.
  • InitializationTimeout Gets or sets the maximum time to wait for the checkpoint table to become active.
  • PersistInterval Gets or sets the minimum interval between checkpoint writes.
  • ProfileName Gets or sets the AWS profile name.
  • ReadCapacityUnits Gets or sets the provisioned read capacity units.
  • SecretKey Gets or sets the AWS secret key.
  • Service Gets or sets the AWS region name or DynamoDB service endpoint.
  • TableName Gets or sets the DynamoDB table name.
  • Token Gets or sets the AWS session token.
  • UseProvisionedThroughput Gets or sets a value indicating whether the table uses provisioned throughput instead of on-demand billing.
  • WriteCapacityUnits Gets or sets the provisioned write capacity units.