Edit

Share via


DynamoDBReminderStorageOptions Class

Definition

Configuration for Amazon DynamoDB reminder storage.

public class DynamoDBReminderStorageOptions
public class DynamoDBReminderStorageOptions : Orleans.Reminders.DynamoDB.DynamoDBClientOptions
type DynamoDBReminderStorageOptions = class
type DynamoDBReminderStorageOptions = class
    inherit DynamoDBClientOptions
Public Class DynamoDBReminderStorageOptions
Public Class DynamoDBReminderStorageOptions
Inherits DynamoDBClientOptions
Inheritance
DynamoDBReminderStorageOptions
Inheritance
DynamoDBReminderStorageOptions

Constructors

DynamoDBReminderStorageOptions()

Properties

AccessKey

AccessKey string for DynamoDB Storage

AccessKey

AccessKey string for DynamoDB Storage

(Inherited from DynamoDBClientOptions)
CreateIfNotExists

Create the table if it doesn't exist

ProfileName

AWS profile name.

(Inherited from DynamoDBClientOptions)
ReadCapacityUnits

Read capacity unit for DynamoDB storage

SecretKey

Secret key for DynamoDB storage

SecretKey

Secret key for DynamoDB storage

(Inherited from DynamoDBClientOptions)
Service

DynamoDB Service name

Service

DynamoDB region name, such as "us-west-2"

(Inherited from DynamoDBClientOptions)
TableName

DynamoDB table name. Defaults to 'OrleansReminders'.

Token

Token for DynamoDB storage

(Inherited from DynamoDBClientOptions)
UpdateIfExists

Update the table if it exists

UseProvisionedThroughput

Use Provisioned Throughput for tables

WriteCapacityUnits

Write capacity unit for DynamoDB storage

Extension Methods

ParseConnectionString(DynamoDBReminderStorageOptions, String)

Configures this instance using the provided connection string.

Applies to