Show / Hide Table of Contents

Class DynamoDBReminderTableOptions

Configuration for Amazon DynamoDB reminder storage.

Inheritance
System.Object
DynamoDBReminderTableOptions
Namespace: Orleans.Configuration
Assembly: Orleans.Reminders.DynamoDB.dll
Syntax
public class DynamoDBReminderTableOptions : object

Properties

| Improve this Doc View Source

ConnectionString

Gets or sets the connection string.

Declaration
public string ConnectionString { get; set; }
Property Value
Type Description
System.String

Extension Methods

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