Uses of Class
com.azure.resourcemanager.cosmos.fluent.models.PartitionMetricInner
Packages that use PartitionMetricInner
Package
Description
Package containing the service clients for CosmosDBManagementClient.
Package containing the inner data models for CosmosDBManagementClient.
Package containing the data models for CosmosDBManagementClient.
-
Uses of PartitionMetricInner in com.azure.resourcemanager.cosmos.fluent
Methods in com.azure.resourcemanager.cosmos.fluent that return types with arguments of type PartitionMetricInnerModifier and TypeMethodDescriptioncom.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. -
Uses of PartitionMetricInner in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return PartitionMetricInnerModifier and TypeMethodDescriptionstatic PartitionMetricInner
PartitionMetricInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of PartitionMetricInner from the JsonReader. -
Uses of PartitionMetricInner in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type PartitionMetricInnerModifier and TypeMethodDescriptionPartitionMetricListResult.value()
Get the value property: The list of partition-level metrics for the account.