Skip to content

DynamoDBStorage Constructors

Wrapper around AWS DynamoDB SDK.

DynamoDBStorage(ILogger, string, string?, string?, string?, string?, int, int, bool, bool, bool)

View source
public DynamoDBStorage(ILogger logger, string service, string? accessKey = "", string? secretKey = "", string? token = "", string? profileName = "", int readCapacityUnits = 10, int writeCapacityUnits = 5, bool useProvisionedThroughput = true, bool createIfNotExists = true, bool updateIfExists = true)
Create a DynamoDBStorage instance

Parameters

loggerILogger
servicestring
accessKeystring?
secretKeystring?
tokenstring?
profileNamestring?
readCapacityUnitsint
writeCapacityUnitsint
useProvisionedThroughputbool
createIfNotExistsbool
updateIfExistsbool