ICollectionPartitionOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
CollectionPartitionOperations operations.
public interface ICollectionPartitionOperations
type ICollectionPartitionOperations = interface
Public Interface ICollectionPartitionOperations
Methods
ListMetricsWithHttpMessagesAsync(String, String, String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Retrieves the metrics determined by the given filter for the given collection, split by partition. |
ListUsagesWithHttpMessagesAsync(String, String, String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Retrieves the usages (most recent storage data) for the given collection, split by partition. |
Extension Methods
ListMetrics(ICollectionPartitionOperations, String, String, String, String, String) |
Retrieves the metrics determined by the given filter for the given collection, split by partition. |
ListMetricsAsync(ICollectionPartitionOperations, String, String, String, String, String, CancellationToken) |
Retrieves the metrics determined by the given filter for the given collection, split by partition. |
ListUsages(ICollectionPartitionOperations, String, String, String, String, String) |
Retrieves the usages (most recent storage data) for the given collection, split by partition. |
ListUsagesAsync(ICollectionPartitionOperations, String, String, String, String, String, CancellationToken) |
Retrieves the usages (most recent storage data) for the given collection, split by partition. |