Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PathSetAccessControlRecursiveHeaders

Package version

Defines headers for Path_setAccessControlRecursive operation.

Hierarchy

  • PathSetAccessControlRecursiveHeaders

Index

Properties

Optional clientRequestId

clientRequestId: undefined | string

If a client request id header is sent in the request, this header will be present in the response with the same value.

Optional continuation

continuation: undefined | string

When performing setAccessControlRecursive on a directory, the number of paths that are processed with each invocation is limited. If the number of paths to be processed exceeds this limit, a continuation token is returned in this response header. When a continuation token is returned in the response, it must be specified in a subsequent invocation of the setAccessControlRecursive operation to continue the setAccessControlRecursive operation on the directory.

Optional date

date: Date

A UTC date/time value generated by the service that indicates the time at which the response was initiated.

Optional requestId

requestId: undefined | string

A server-generated UUID recorded in the analytics logs for troubleshooting and correlation.

Optional version

version: undefined | string

The version of the REST protocol used to process the request.

Generated using TypeDoc