Show / Hide Table of Contents

Class DynamoDBGatewayOptions

Inheritance
System.Object
DynamoDBGatewayOptions
Namespace: Orleans.Configuration
Assembly: Orleans.Clustering.DynamoDB.dll
Syntax
public class DynamoDBGatewayOptions : 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

TableName

DynamoDB table name. Defaults to 'OrleansSilos'.

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