Method | Description | |
---|---|---|
CloudWatchDynamoDbTableMetricsClient ( ) : DynamoDbAutoscaler.Interfaces | ||
CloudWatchDynamoDbTableMetricsClient ( IAmazonCloudWatch client ) : DynamoDbAutoscaler.Interfaces | ||
GetGlobalSecondaryIndexMetricsAsync ( string tableName, string indexName, CancellationToken cancellationToken ) : Task |
||
GetTableMetricsAsync ( string tableName, CancellationToken cancellationToken ) : Task |
Method | Description | |
---|---|---|
AverageValue ( |
||
CalculateMetricName ( string tableName, string indexName, string metricName ) : string | ||
ConsumedValue ( |
||
GetDimensions ( string tableName, string indexName ) : List |
||
GetMetricResponse ( string tableName, string indexName, string metricName, CancellationToken cancellationToken ) : Task |
||
RetrieveTableMetrics ( string tableName, string indexName, CancellationToken cancellationToken ) : Task |
||
SumValue ( GetMetricStatisticsResponse result ) : long |
public CloudWatchDynamoDbTableMetricsClient ( ) : DynamoDbAutoscaler.Interfaces | ||
return | DynamoDbAutoscaler.Interfaces |
public CloudWatchDynamoDbTableMetricsClient ( IAmazonCloudWatch client ) : DynamoDbAutoscaler.Interfaces | ||
client | IAmazonCloudWatch | |
return | DynamoDbAutoscaler.Interfaces |
public GetGlobalSecondaryIndexMetricsAsync ( string tableName, string indexName, CancellationToken cancellationToken ) : Task |
||
tableName | string | |
indexName | string | |
cancellationToken | CancellationToken | |
return | Task |
public GetTableMetricsAsync ( string tableName, CancellationToken cancellationToken ) : Task |
||
tableName | string | |
cancellationToken | CancellationToken | |
return | Task |