C# 클래스 DynamoDbAutoscaler.Provisioners.GlobalSecondaryIndexProvisioner

상속: Provisioner
파일 보기 프로젝트 열기: litmus/DynamoDbAutoscaler 1 사용 예제들

공개 메소드들

메소드 설명
GlobalSecondaryIndexProvisioner ( string tableName, string indexName, IDynamoDbTableThroughputClient throughputClient, ILogger structuredLogger ) : System.Threading
UpdateProvisionAsync ( IAutoscalingConfigurationSet configuration, DynamoDbThroughput updated, CancellationToken cancellationToken = default(CancellationToken) ) : Task

메소드 상세

GlobalSecondaryIndexProvisioner() 공개 메소드

public GlobalSecondaryIndexProvisioner ( string tableName, string indexName, IDynamoDbTableThroughputClient throughputClient, ILogger structuredLogger ) : System.Threading
tableName string
indexName string
throughputClient IDynamoDbTableThroughputClient
structuredLogger ILogger
리턴 System.Threading

UpdateProvisionAsync() 공개 메소드

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