Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PathReadOptionalParams

Package version

Optional parameters.

Hierarchy

  • any
    • PathReadOptionalParams

Index

Properties

Optional leaseAccessConditions

leaseAccessConditions: LeaseAccessConditions

Parameter group

Optional modifiedAccessConditions

modifiedAccessConditions: ModifiedAccessConditions

Parameter group

Optional range

range: undefined | string

The HTTP Range request header specifies one or more byte ranges of the resource to be retrieved.

Optional requestId

requestId: undefined | string

Provides a client-generated, opaque value with a 1 KB character limit that is recorded in the analytics logs when storage analytics logging is enabled.

Optional timeout

timeout: undefined | number

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

Optional xMsRangeGetContentMd5

xMsRangeGetContentMd5: undefined | false | true

Optional. 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 4MB in size. If this header is specified without the Range header, the service returns status code 400 (Bad Request). If this header is set to true when the range exceeds 4 MB in size, the service returns status code 400 (Bad Request).

Generated using TypeDoc