Uses of Class
com.azure.resourcemanager.cosmos.fluent.models.PartitionUsageInner
Packages that use PartitionUsageInner
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 PartitionUsageInner in com.azure.resourcemanager.cosmos.fluent
Methods in com.azure.resourcemanager.cosmos.fluent that return types with arguments of type PartitionUsageInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable
<PartitionUsageInner> CollectionPartitionsClient.listUsages
(String resourceGroupName, String accountName, String databaseRid, String collectionRid) Retrieves the usages (most recent storage data) for the given collection, split by partition.com.azure.core.http.rest.PagedIterable
<PartitionUsageInner> CollectionPartitionsClient.listUsages
(String resourceGroupName, String accountName, String databaseRid, String collectionRid, String filter, com.azure.core.util.Context context) Retrieves the usages (most recent storage data) for the given collection, split by partition.com.azure.core.http.rest.PagedFlux
<PartitionUsageInner> CollectionPartitionsClient.listUsagesAsync
(String resourceGroupName, String accountName, String databaseRid, String collectionRid) Retrieves the usages (most recent storage data) for the given collection, split by partition.com.azure.core.http.rest.PagedFlux
<PartitionUsageInner> CollectionPartitionsClient.listUsagesAsync
(String resourceGroupName, String accountName, String databaseRid, String collectionRid, String filter) Retrieves the usages (most recent storage data) for the given collection, split by partition. -
Uses of PartitionUsageInner in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return PartitionUsageInnerModifier and TypeMethodDescriptionstatic PartitionUsageInner
PartitionUsageInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of PartitionUsageInner from the JsonReader. -
Uses of PartitionUsageInner in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type PartitionUsageInnerModifier and TypeMethodDescriptionPartitionUsagesResult.value()
Get the value property: The list of partition-level usages for the database.