Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FileUploadRangeOptionalParams

Package version

Optional parameters.

Hierarchy

  • any
    • FileUploadRangeOptionalParams

Index

Properties

Optional body

body: coreHttp.HttpRequestBody

Initial data.

Optional contentMD5

contentMD5: Uint8Array

An MD5 hash of the content. This hash is used to verify the integrity of the data during transport. When the Content-MD5 header is specified, the File service compares the hash of the content that has arrived with the header value that was sent. If the two hashes do not match, the operation will fail with error code 400 (Bad Request).

Optional leaseAccessConditions

leaseAccessConditions: LeaseAccessConditions

Parameter group

Optional timeoutInSeconds

timeoutInSeconds: undefined | number

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

Generated using TypeDoc