Share via


DirectoryDeleteHeaders interface

Defines headers for Delete operation.

Properties

clientRequestId

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

date

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

marker

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.

requestId

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

version

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

Property Details

clientRequestId

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

clientRequestId?: undefined | string

Property Value

undefined | string

date

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

date?: Date

Property Value

Date

marker

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.

marker?: undefined | string

Property Value

undefined | string

requestId

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

requestId?: undefined | string

Property Value

undefined | string

version

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

version?: undefined | string

Property Value

undefined | string