ReservedQuotaCollection Data Type

A collection of quota reservations.

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
items list of ReservedQuota element 0/unbounded All the reserved quota items in the collection

Example

<ReservedQuotaCollection>
  <items>
    <cpu>...</cpu>
    <cost>...</cost>
    <ownerLoginId>...</ownerLoginId>
    <requestId>...</requestId>
    <id>...</id>
    <memoryMB>...</memoryMB>
    <storageBytes>...</storageBytes>
    <perTierStorage>
      <tierId>...</tierId>
      <tierName>...</tierName>
      <storageBytes>...</storageBytes>
    </perTierStorage>
    <organization>
      <displayName>...</displayName>
      <type>...</type>
      <id>...</id>
    </organization>
  </items>
</ReservedQuotaCollection>