C# Class DynamoDbAutoscaler.DynamoDbTableThroughput

Inheritance: DynamoDbThroughput
Afficher le fichier Open project: litmus/DynamoDbAutoscaler Class Usage Examples

Méthodes publiques

Méthode Description
DynamoDbTableThroughput ( ) : Amazon.DynamoDBv2.Model

Méthodes protégées

Méthode Description
DynamoDbTableThroughput ( string tableName, ProvisionedThroughputDescription throughput ) : Amazon.DynamoDBv2.Model

Private Methods

Méthode Description
DynamoDbTableThroughput ( TableDescription tableDescription ) : Amazon.DynamoDBv2.Model

Method Details

DynamoDbTableThroughput() public méthode

public DynamoDbTableThroughput ( ) : Amazon.DynamoDBv2.Model
Résultat Amazon.DynamoDBv2.Model

DynamoDbTableThroughput() protected méthode

protected DynamoDbTableThroughput ( string tableName, ProvisionedThroughputDescription throughput ) : Amazon.DynamoDBv2.Model
tableName string
throughput Amazon.DynamoDBv2.Model.ProvisionedThroughputDescription
Résultat Amazon.DynamoDBv2.Model