-
Notifications
You must be signed in to change notification settings - Fork 2.1k
spec: Quota handling
Daniel Molkentin edited this page Jun 28, 2013
·
4 revisions
...
...
ownCloud returns the following properties as defined in RFC 4331:
Name | Purpose |
---|---|
DAV:quota-available-bytes |
Indicates the maximum amount of additional storage available to be allocated to a resource. |
DAV:quota-used-bytes |
Contains the amount of storage counted against the quota on a resource. |
Quotas in WebDAV are hard-quotas, i.e. once hit, the user will not be able to upload any more files.