Edit

Share via


DynamoDBGatewayOptions Class

Definition

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

Constructors

DynamoDBGatewayOptions()

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