Show / Hide Table of Contents

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 Source

AccessKey

AccessKey string for DynamoDB Storage

Declaration
public string AccessKey { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

ReadCapacityUnits

Read capacity unit for DynamoDB storage

Declaration
public int ReadCapacityUnits { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

SecretKey

Secret key for DynamoDB storage

Declaration
public string SecretKey { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Service

DynamoDB Service name

Declaration
public string Service { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

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
| Improve this Doc View Source

TableName

DynamoDB table name. Defaults to 'OrleansReminders'.

Declaration
public string TableName { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

WriteCapacityUnits

Write capacity unit for DynamoDB storage

Declaration
public int WriteCapacityUnits { get; set; }
Property Value
Type Description
System.Int32

Extension Methods

ImmutableExt.AsImmutable<T>(T)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX