C# Класс DynamoDbAutoscaler.Provisioners.GlobalSecondaryIndexProvisioner

Наследование: Provisioner
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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