C# Class DynamoDbAutoscaler.Configuration.GlobalSecondaryIndexAutoscalingConfigurationSet

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

Public Methods

Method Description
GlobalSecondaryIndexAutoscalingConfigurationSet ( ) : DynamoDbAutoscaler.Interfaces
GlobalSecondaryIndexAutoscalingConfigurationSet ( string tableName, string indexName, IAutoscalingConfigurationSet configurationSet ) : DynamoDbAutoscaler.Interfaces

Method Details

GlobalSecondaryIndexAutoscalingConfigurationSet() public method

public GlobalSecondaryIndexAutoscalingConfigurationSet ( ) : DynamoDbAutoscaler.Interfaces
return DynamoDbAutoscaler.Interfaces

GlobalSecondaryIndexAutoscalingConfigurationSet() public method

public GlobalSecondaryIndexAutoscalingConfigurationSet ( string tableName, string indexName, IAutoscalingConfigurationSet configurationSet ) : DynamoDbAutoscaler.Interfaces
tableName string
indexName string
configurationSet IAutoscalingConfigurationSet
return DynamoDbAutoscaler.Interfaces