DynamoDBTransactionLogOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public class DynamoDBTransactionLogOptions
type DynamoDBTransactionLogOptions = class
Public Class DynamoDBTransactionLogOptions
- Inheritance
-
DynamoDBTransactionLogOptions
Constructors
DynamoDBTransactionLogOptions() |
Properties
AccessKey |
AccessKey string for DynamoDB Storage |
ReadCapacityUnits |
Read capacity unit for DynamoDB storage |
SecretKey |
Secret key for DynamoDB storage |
Service |
DynamoDB Service name |
TableName |
DynamoDB table name. Defaults to 'TransactionLog'. |
WriteCapacityUnits |
Write capacity unit for DynamoDB storage |