Package version:

Interface FileDownloadOptionalParams

Optional parameters.

interface FileDownloadOptionalParams {
    allowTrailingDot?: boolean;
    fileRequestIntent?: string;
    leaseAccessConditions?: LeaseAccessConditions;
    range?: string;
    rangeGetContentMD5?: boolean;
    timeoutInSeconds?: number;
}

Hierarchy (view full)

Properties

allowTrailingDot?: boolean

If true, the trailing dot will not be trimmed from the target URI.

fileRequestIntent?: string

Valid value is backup

leaseAccessConditions?: LeaseAccessConditions

Parameter group

range?: string

Return file data only from the specified byte range.

rangeGetContentMD5?: boolean

When this header is set to true and specified together with the Range header, the service returns the MD5 hash for the range, as long as the range is less than or equal to 4 MB in size.

timeoutInSeconds?: number

The timeout parameter is expressed in seconds. For more information, see Setting Timeouts for File Service Operations.