Package version:

Interface FileUploadRangeFromURLHeaders

Defines headers for File_uploadRangeFromURL operation.

interface FileUploadRangeFromURLHeaders {
    date?: Date;
    errorCode?: string;
    etag?: string;
    fileLastWriteTime?: Date;
    isServerEncrypted?: boolean;
    lastModified?: Date;
    requestId?: string;
    version?: string;
    xMsContentCrc64?: Uint8Array;
}

Properties

date?: Date

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

errorCode?: string

Error Code

etag?: string

The ETag contains a value which represents the version of the file, in quotes.

fileLastWriteTime?: Date

Last write time for the file.

isServerEncrypted?: boolean

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.

lastModified?: Date

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.

requestId?: string

This header uniquely identifies the request that was made and can be used for troubleshooting the request.

version?: string

Indicates the version of the File service used to execute the request.

xMsContentCrc64?: Uint8Array

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.