CollectionRegionOperations interface

Interface representing a CollectionRegion operations.

Properties

listMetrics

Retrieves the metrics determined by the given filter for the given database account, collection and region.

Property Details

listMetrics

Retrieves the metrics determined by the given filter for the given database account, collection and region.

listMetrics: (resourceGroupName: string, accountName: string, region: string, databaseRid: string, collectionRid: string, filter: string, options?: CollectionRegionListMetricsOptionalParams) => PagedAsyncIterableIterator<Metric, Metric[], PageSettings>

Property Value

(resourceGroupName: string, accountName: string, region: string, databaseRid: string, collectionRid: string, filter: string, options?: CollectionRegionListMetricsOptionalParams) => PagedAsyncIterableIterator<Metric, Metric[], PageSettings>