diskQuotasConfig Data Type

Global disk quota settings. The authenticated user might have different settings.

Disk quota only applies to personal storage.

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
highwater_percentage int element 0/1 Threshold when user should be warned about being close to exceeding his or her disk quota.
user_default int element 0/1 Default user disk quota in megabytes.

Example

<disk_quotas_config>
  <highwater_percentage>...</highwater_percentage>
  <user_default>...</user_default>
</disk_quotas_config>