WebDAV lock information structure.
More...
#include <AbstractWebDavHandler.qc.dox.h>
|
|
string | token |
| | Unique lock token URI (e.g., "urn:uuid:...")
|
| |
|
string | resource |
| | Resource path being locked.
|
| |
|
string | scope |
| | Lock scope: "exclusive" or "shared".
|
| |
|
string | type |
| | Lock type: currently only "write" per RFC 4918.
|
| |
|
string | depth |
| | Lock depth: "0" or "infinity".
|
| |
|
auto | owner |
| | Lock owner information (from request)
|
| |
|
int | timeout |
| | Timeout value in seconds (0 = infinite)
|
| |
|
date | expires |
| | Expiration timestamp.
|
| |
|
soft< string > | user |
| | User who created the lock (from auth context)
|
| |
WebDAV lock information structure.
The documentation for this hashdecl was generated from the following file:
- doxygen/qlib/WebDavHandler/AbstractWebDavHandler.qc.dox.h