com.azure.core.http.rest.PagedIterable<PartitionMetricInner> |
CollectionPartitionRegionsClient.listMetrics(String resourceGroupName,
String accountName,
String region,
String databaseRid,
String collectionRid,
String filter) |
Retrieves the metrics determined by the given filter for the given collection and region, split by partition.
|
com.azure.core.http.rest.PagedIterable<PartitionMetricInner> |
CollectionPartitionRegionsClient.listMetrics(String resourceGroupName,
String accountName,
String region,
String databaseRid,
String collectionRid,
String filter,
com.azure.core.util.Context context) |
Retrieves the metrics determined by the given filter for the given collection and region, split by partition.
|
com.azure.core.http.rest.PagedIterable<PartitionMetricInner> |
CollectionPartitionsClient.listMetrics(String resourceGroupName,
String accountName,
String databaseRid,
String collectionRid,
String filter) |
Retrieves the metrics determined by the given filter for the given collection, split by partition.
|
com.azure.core.http.rest.PagedIterable<PartitionMetricInner> |
CollectionPartitionsClient.listMetrics(String resourceGroupName,
String accountName,
String databaseRid,
String collectionRid,
String filter,
com.azure.core.util.Context context) |
Retrieves the metrics determined by the given filter for the given collection, split by partition.
|
com.azure.core.http.rest.PagedIterable<PartitionMetricInner> |
PartitionKeyRangeIdRegionsClient.listMetrics(String resourceGroupName,
String accountName,
String region,
String databaseRid,
String collectionRid,
String partitionKeyRangeId,
String filter) |
Retrieves the metrics determined by the given filter for the given partition key range id and region.
|
com.azure.core.http.rest.PagedIterable<PartitionMetricInner> |
PartitionKeyRangeIdRegionsClient.listMetrics(String resourceGroupName,
String accountName,
String region,
String databaseRid,
String collectionRid,
String partitionKeyRangeId,
String filter,
com.azure.core.util.Context context) |
Retrieves the metrics determined by the given filter for the given partition key range id and region.
|
com.azure.core.http.rest.PagedIterable<PartitionMetricInner> |
PartitionKeyRangeIdsClient.listMetrics(String resourceGroupName,
String accountName,
String databaseRid,
String collectionRid,
String partitionKeyRangeId,
String filter) |
Retrieves the metrics determined by the given filter for the given partition key range id.
|
com.azure.core.http.rest.PagedIterable<PartitionMetricInner> |
PartitionKeyRangeIdsClient.listMetrics(String resourceGroupName,
String accountName,
String databaseRid,
String collectionRid,
String partitionKeyRangeId,
String filter,
com.azure.core.util.Context context) |
Retrieves the metrics determined by the given filter for the given partition key range id.
|
com.azure.core.http.rest.PagedFlux<PartitionMetricInner> |
CollectionPartitionRegionsClient.listMetricsAsync(String resourceGroupName,
String accountName,
String region,
String databaseRid,
String collectionRid,
String filter) |
Retrieves the metrics determined by the given filter for the given collection and region, split by partition.
|
com.azure.core.http.rest.PagedFlux<PartitionMetricInner> |
CollectionPartitionsClient.listMetricsAsync(String resourceGroupName,
String accountName,
String databaseRid,
String collectionRid,
String filter) |
Retrieves the metrics determined by the given filter for the given collection, split by partition.
|
com.azure.core.http.rest.PagedFlux<PartitionMetricInner> |
PartitionKeyRangeIdRegionsClient.listMetricsAsync(String resourceGroupName,
String accountName,
String region,
String databaseRid,
String collectionRid,
String partitionKeyRangeId,
String filter) |
Retrieves the metrics determined by the given filter for the given partition key range id and region.
|
com.azure.core.http.rest.PagedFlux<PartitionMetricInner> |
PartitionKeyRangeIdsClient.listMetricsAsync(String resourceGroupName,
String accountName,
String databaseRid,
String collectionRid,
String partitionKeyRangeId,
String filter) |
Retrieves the metrics determined by the given filter for the given partition key range id.
|