com.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.
|