CollectionPartitionRegionOperations interface
Interface representing a CollectionPartitionRegion operations.
Properties
| list |
Retrieves the metrics determined by the given filter for the given collection and region, split by partition. |
Property Details
listMetrics
Retrieves the metrics determined by the given filter for the given collection and region, split by partition.
listMetrics: (resourceGroupName: string, accountName: string, region: string, databaseRid: string, collectionRid: string, filter: string, options?: CollectionPartitionRegionListMetricsOptionalParams) => PagedAsyncIterableIterator<PartitionMetric, PartitionMetric[], PageSettings>
Property Value
(resourceGroupName: string, accountName: string, region: string, databaseRid: string, collectionRid: string, filter: string, options?: CollectionPartitionRegionListMetricsOptionalParams) => PagedAsyncIterableIterator<PartitionMetric, PartitionMetric[], PageSettings>