Class PartitionUsagesResult
- java.lang.Object
-
- com.azure.resourcemanager.cosmos.models.PartitionUsagesResult
-
public final class PartitionUsagesResult extends Object
The response to a list partition level usage request.
-
-
Constructor Summary
Constructors Constructor Description PartitionUsagesResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidate()Validates the instance.List<PartitionUsageInner>value()Get the value property: The list of partition-level usages for the database.
-
-
-
Method Detail
-
value
public List<PartitionUsageInner> value()
Get the value property: The list of partition-level usages for the database. A usage is a point in time metric.- Returns:
- the value value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-