Class DynamoDBReminderStorageOptions
Configuration for Amazon DynamoDB reminder storage.
Inheritance
System.Object
DynamoDBReminderStorageOptions
Namespace: Orleans.Configuration
Assembly: Orleans.Reminders.DynamoDB.dll
Syntax
public class DynamoDBReminderStorageOptions : object
Properties
| Improve this Doc View SourceAccessKey
AccessKey string for DynamoDB Storage
Declaration
public string AccessKey { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ReadCapacityUnits
Read capacity unit for DynamoDB storage
Declaration
public int ReadCapacityUnits { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
SecretKey
Secret key for DynamoDB storage
Declaration
public string SecretKey { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Service
DynamoDB Service name
Declaration
public string Service { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ServiceId
Gets or sets a unique identifier for this service, which should survive deployment and redeployment.
Declaration
public string ServiceId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
TableName
DynamoDB table name. Defaults to 'OrleansReminders'.
Declaration
public string TableName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
WriteCapacityUnits
Write capacity unit for DynamoDB storage
Declaration
public int WriteCapacityUnits { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |