Class DynamoDBClusteringOptions
Inheritance
System.Object
DynamoDBClusteringOptions
Namespace: Orleans.Configuration
Assembly: Orleans.Clustering.DynamoDB.dll
Syntax
public class DynamoDBClusteringOptions : 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 |
TableName
DynamoDB table name. Defaults to 'OrleansSilos'.
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 |