FileUploadRangeHeaders interface
Defines headers for UploadRange operation.
Properties
contentMD5 | This header is returned so that the client can check for message content integrity. The value of this header is computed by the File service; it is not necessarily the same value as may have been specified in the request headers. |
date | A UTC date/time value generated by the service that indicates the time at which the response was initiated. |
error |
|
e |
The ETag contains a value which represents the version of the file, in quotes. |
is |
The value of this header is set to true if the contents of the request are successfully encrypted using the specified algorithm, and false otherwise. |
last |
Returns the date and time the directory was last modified. Any operation that modifies the share or its properties or metadata updates the last modified time. Operations on files do not affect the last modified time of the share. |
request |
This header uniquely identifies the request that was made and can be used for troubleshooting the request. |
version | Indicates the version of the File service used to execute the request. |
Property Details
contentMD5
This header is returned so that the client can check for message content integrity. The value of this header is computed by the File service; it is not necessarily the same value as may have been specified in the request headers.
contentMD5?: Uint8Array
Property Value
Uint8Array
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
errorCode
errorCode?: string
Property Value
string
eTag
The ETag contains a value which represents the version of the file, in quotes.
eTag?: string
Property Value
string
isServerEncrypted
The value of this header is set to true if the contents of the request are successfully encrypted using the specified algorithm, and false otherwise.
isServerEncrypted?: boolean
Property Value
boolean
lastModified
Returns the date and time the directory was last modified. Any operation that modifies the share or its properties or metadata updates the last modified time. Operations on files do not affect the last modified time of the share.
lastModified?: Date
Property Value
Date
requestId
This header uniquely identifies the request that was made and can be used for troubleshooting the request.
requestId?: string
Property Value
string
version
Indicates the version of the File service used to execute the request.
version?: string
Property Value
string
Azure SDK for JavaScript