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<PartitionMetricInner> listMetrics(String resourceGroupName, String accountName, String databaseRid, String collectionRid, String filter)
Retrieves the metrics determined by the given filter for the given collection, split by partition.
Parameters:
Returns:
listMetrics
public abstract PagedIterable<PartitionMetricInner> listMetrics(String resourceGroupName, String accountName, String databaseRid, String collectionRid, String filter, Context context)
Retrieves the metrics determined by the given filter for the given collection, split by partition.
Parameters:
Returns:
listMetricsAsync
public abstract PagedFlux<PartitionMetricInner> listMetricsAsync(String resourceGroupName, String accountName, String databaseRid, String collectionRid, String filter)
Retrieves the metrics determined by the given filter for the given collection, split by partition.
Parameters:
Returns:
listUsages
public abstract PagedIterable<PartitionUsageInner> listUsages(String resourceGroupName, String accountName, String databaseRid, String collectionRid)
Retrieves the usages (most recent storage data) for the given collection, split by partition.
Parameters:
Returns:
listUsages
public abstract PagedIterable<PartitionUsageInner> listUsages(String resourceGroupName, String accountName, String databaseRid, String collectionRid, String filter, Context context)
Retrieves the usages (most recent storage data) for the given collection, split by partition.
Parameters:
Returns:
listUsagesAsync
public abstract PagedFlux<PartitionUsageInner> listUsagesAsync(String resourceGroupName, String accountName, String databaseRid, String collectionRid)
Retrieves the usages (most recent storage data) for the given collection, split by partition.
Parameters:
Returns:
listUsagesAsync
public abstract PagedFlux<PartitionUsageInner> 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.
Parameters:
Returns: