ReservedTierQuota Data Type

Represents the amount of storage reserved on a particular tier.

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
storageBytes long element 1/1 Amount of storage reserved on this tier, in bytes
tierId long element 1/1 ID of the storage tier for which storage is reserved
tierName string element 0/1 Name of the storage tier for which storage is reserved

Example

<ReservedQuota>
  <tierId>...</tierId>
  <tierName>...</tierName>
  <storageBytes>...</storageBytes>
</ReservedQuota>