C# Class DynamoDbAutoscaler.Provisioners.TableProvisioner

Inheritance: Provisioner
ファイルを表示 Open project: litmus/DynamoDbAutoscaler Class Usage Examples

Public Methods

Method Description
TableProvisioner ( string tableName, IDynamoDbTableThroughputClient throughputClient, ILogger structuredLogger ) : System.Threading
UpdateProvisionAsync ( IAutoscalingConfigurationSet configuration, DynamoDbThroughput updated, CancellationToken cancellationToken = default(CancellationToken) ) : Task

Method Details

TableProvisioner() public method

public TableProvisioner ( string tableName, IDynamoDbTableThroughputClient throughputClient, ILogger structuredLogger ) : System.Threading
tableName string
throughputClient IDynamoDbTableThroughputClient
structuredLogger ILogger
return System.Threading

UpdateProvisionAsync() public method

public UpdateProvisionAsync ( IAutoscalingConfigurationSet configuration, DynamoDbThroughput updated, CancellationToken cancellationToken = default(CancellationToken) ) : Task
configuration IAutoscalingConfigurationSet
updated DynamoDbAutoscaler.DynamoDbThroughput
cancellationToken System.Threading.CancellationToken
return Task