Package version:

Interface FileGetRangeListHeaders

Defines headers for File_getRangeList operation.

interface FileGetRangeListHeaders {
    date?: Date;
    errorCode?: string;
    etag?: string;
    fileContentLength?: number;
    lastModified?: Date;
    requestId?: string;
    version?: string;
}

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.

fileContentLength?: number

The size of the file in bytes.

lastModified?: Date

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.

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.