CollectionPartitionsClient Interface
public interface CollectionPartitionsClient
An instance of this class provides access to all the operations defined in CollectionPartitionsClient.
Method Summary
Method Details
listMetrics
public abstract PagedIterable
Retrieves the metrics determined by the given filter for the given collection, split by partition.
Parameters:
Returns:
listMetrics
public abstract PagedIterable
Retrieves the metrics determined by the given filter for the given collection, split by partition.
Parameters:
Returns:
listMetricsAsync
public abstract PagedFlux
Retrieves the metrics determined by the given filter for the given collection, split by partition.
Parameters:
Returns:
listUsages
public abstract PagedIterable
Retrieves the usages (most recent storage data) for the given collection, split by partition.
Parameters:
Returns:
listUsages
public abstract PagedIterable
Retrieves the usages (most recent storage data) for the given collection, split by partition.
Parameters:
Returns:
listUsagesAsync
public abstract PagedFlux
Retrieves the usages (most recent storage data) for the given collection, split by partition.
Parameters:
Returns:
listUsagesAsync
public abstract PagedFlux
Retrieves the usages (most recent storage data) for the given collection, split by partition.
Parameters:
Returns:
Applies to
Azure SDK for Java