Edit

Share via


DynamoDBClusteringOptions Class

Definition

public class DynamoDBClusteringOptions
public class DynamoDBClusteringOptions : Orleans.Clustering.DynamoDB.DynamoDBClientOptions
type DynamoDBClusteringOptions = class
type DynamoDBClusteringOptions = class
    inherit DynamoDBClientOptions
Public Class DynamoDBClusteringOptions
Public Class DynamoDBClusteringOptions
Inherits DynamoDBClientOptions
Inheritance
DynamoDBClusteringOptions
Inheritance
DynamoDBClusteringOptions

Constructors

DynamoDBClusteringOptions()

Properties

AccessKey

AccessKey string for DynamoDB Storage

AccessKey

AccessKey string for DynamoDB Storage

(Inherited from DynamoDBClientOptions)
CreateIfNotExists

Create the table if it doesn't exist

ProfileName

AWS profile name.

(Inherited from DynamoDBClientOptions)
ReadCapacityUnits

Read capacity unit for DynamoDB storage

SecretKey

Secret key for DynamoDB storage

SecretKey

Secret key for DynamoDB storage

(Inherited from DynamoDBClientOptions)
Service

DynamoDB Service name

Service

DynamoDB region name, such as "us-west-2"

(Inherited from DynamoDBClientOptions)
TableName

DynamoDB table name. Defaults to 'OrleansSilos'.

Token

Token for DynamoDB storage

(Inherited from DynamoDBClientOptions)
UpdateIfExists

Update the table if it exists

UseProvisionedThroughput

Use Provisioned Throughput for tables

WriteCapacityUnits

Write capacity unit for DynamoDB storage

Applies to