FileGetRangeListHeaders interface
Defines headers for File_getRangeList operation.
Properties
date | A UTC date/time value generated by the service that indicates the time at which the response was initiated. |
error |
Error Code |
etag | The ETag contains a value which represents the version of the file, in quotes. |
file |
The size of the file in bytes. |
last |
The date/time that the file was last modified. Any operation that modifies the file, including an update of the file's metadata or properties, changes the file's last modified time. |
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
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
Error Code
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
fileContentLength
The size of the file in bytes.
fileContentLength?: number
Property Value
number
lastModified
The date/time that the file was last modified. Any operation that modifies the file, including an update of the file's metadata or properties, changes the file's last modified time.
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