Class PartitionUsageInner

java.lang.Object
com.azure.resourcemanager.cosmos.fluent.models.UsageInner
com.azure.resourcemanager.cosmos.fluent.models.PartitionUsageInner

public final class PartitionUsageInner extends UsageInner
The partition level usage data for a usage request.
  • Constructor Details

    • PartitionUsageInner

      public PartitionUsageInner()
      Creates an instance of PartitionUsageInner class.
  • Method Details

    • partitionId

      public String partitionId()
      Get the partitionId property: The partition id (GUID identifier) of the usages.
      Returns:
      the partitionId value.
    • partitionKeyRangeId

      public String partitionKeyRangeId()
      Get the partitionKeyRangeId property: The partition key range id (integer identifier) of the usages.
      Returns:
      the partitionKeyRangeId value.
    • validate

      public void validate()
      Validates the instance.
      Overrides:
      validate in class UsageInner
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.