PartitionKeyRangeIdsClient Interface
public interface PartitionKeyRangeIdsClient
An instance of this class provides access to all the operations defined in PartitionKeyRangeIdsClient.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Paged |
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. |
abstract
Paged |
listMetrics(String resourceGroupName, String accountName, String databaseRid, String collectionRid, String partitionKeyRangeId, String filter, Context context)
Retrieves the metrics determined by the given filter for the given partition key range id. |
abstract
Paged |
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. |
Method Details
listMetrics
public abstract PagedIterable
Retrieves the metrics determined by the given filter for the given partition key range id.
Parameters:
Returns:
listMetrics
public abstract PagedIterable
Retrieves the metrics determined by the given filter for the given partition key range id.
Parameters:
Returns:
listMetricsAsync
public abstract PagedFlux
Retrieves the metrics determined by the given filter for the given partition key range id.
Parameters:
Returns:
Applies to
Azure SDK for Java