DynamoDBReminderStorageOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Configuration for Amazon DynamoDB reminder storage.
public class DynamoDBReminderStorageOptions : Orleans.Reminders.DynamoDB.DynamoDBClientOptions
public class DynamoDBReminderStorageOptions
type DynamoDBReminderStorageOptions = class
inherit DynamoDBClientOptions
type DynamoDBReminderStorageOptions = class
Public Class DynamoDBReminderStorageOptions
Inherits DynamoDBClientOptions
Public Class DynamoDBReminderStorageOptions
- Inheritance
- Inheritance
-
DynamoDBReminderStorageOptions
Constructors
| Name | Description |
|---|---|
| DynamoDBReminderStorageOptions() | |
Properties
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| ParseConnectionString(DynamoDBReminderStorageOptions, String) |
Configures this instance using the provided connection string. |