Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DirectoryDeleteHeaders

Package version

Defines headers for Delete operation.

Hierarchy

  • DirectoryDeleteHeaders

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 date

date: Date

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

Optional marker

marker: undefined | string

When renaming a directory, the number of paths that are renamed with each invocation is limited. If the number of paths to be renamed 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 rename operation to continue renaming the directory.

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