CollectionPartitionOperations interface
Interface representing a CollectionPartition operations.
Properties
| list |
Retrieves the metrics determined by the given filter for the given collection, split by partition. |
| list |
Retrieves the usages (most recent storage data) for the given collection, split by partition. |
Property Details
listMetrics
Retrieves the metrics determined by the given filter for the given collection, split by partition.
listMetrics: (resourceGroupName: string, accountName: string, databaseRid: string, collectionRid: string, filter: string, options?: CollectionPartitionListMetricsOptionalParams) => PagedAsyncIterableIterator<PartitionMetric, PartitionMetric[], PageSettings>
Property Value
(resourceGroupName: string, accountName: string, databaseRid: string, collectionRid: string, filter: string, options?: CollectionPartitionListMetricsOptionalParams) => PagedAsyncIterableIterator<PartitionMetric, PartitionMetric[], PageSettings>
listUsages
Retrieves the usages (most recent storage data) for the given collection, split by partition.
listUsages: (resourceGroupName: string, accountName: string, databaseRid: string, collectionRid: string, options?: CollectionPartitionListUsagesOptionalParams) => PagedAsyncIterableIterator<PartitionUsage, PartitionUsage[], PageSettings>
Property Value
(resourceGroupName: string, accountName: string, databaseRid: string, collectionRid: string, options?: CollectionPartitionListUsagesOptionalParams) => PagedAsyncIterableIterator<PartitionUsage, PartitionUsage[], PageSettings>