DirectoryCreateHeaders interface
Defines headers for Create operation.
Properties
| client |
If a client request id header is sent in the request, this header will be present in the response with the same value. |
| content |
The size of the resource in bytes. |
| date | A UTC date/time value generated by the service that indicates the time at which the response was initiated. |
| e |
An HTTP entity tag associated with the file or directory. |
| last |
The data and time the file or directory was last modified. Write operations on the file or directory update the last modified time. |
| request |
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
contentLength
The size of the resource in bytes.
contentLength?: undefined | number
Property Value
undefined | number
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
eTag
An HTTP entity tag associated with the file or directory.
eTag?: undefined | string
Property Value
undefined | string
lastModified
The data and time the file or directory was last modified. Write operations on the file or directory update the last modified time.
lastModified?: Date
Property Value
Date
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