PartitionKeyRangeIdOperations interface
Interface representing a PartitionKeyRangeId operations.
Properties
| list |
Retrieves the metrics determined by the given filter for the given partition key range id. |
Property Details
listMetrics
Retrieves the metrics determined by the given filter for the given partition key range id.
listMetrics: (resourceGroupName: string, accountName: string, databaseRid: string, collectionRid: string, partitionKeyRangeId: string, filter: string, options?: PartitionKeyRangeIdListMetricsOptionalParams) => PagedAsyncIterableIterator<PartitionMetric, PartitionMetric[], PageSettings>
Property Value
(resourceGroupName: string, accountName: string, databaseRid: string, collectionRid: string, partitionKeyRangeId: string, filter: string, options?: PartitionKeyRangeIdListMetricsOptionalParams) => PagedAsyncIterableIterator<PartitionMetric, PartitionMetric[], PageSettings>