Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FileUploadRangeFromURLOptionalParams

Package version

Optional parameters.

Hierarchy

  • any
    • FileUploadRangeFromURLOptionalParams

Index

Properties

Optional copySourceAuthorization

copySourceAuthorization: undefined | string

Only Bearer type is supported. Credentials should be a valid OAuth access token to copy source.

Optional leaseAccessConditions

leaseAccessConditions: LeaseAccessConditions

Parameter group

Optional sourceContentCrc64

sourceContentCrc64: Uint8Array

Specify the crc64 calculated for the range of bytes that must be read from the copy source.

Optional sourceModifiedAccessConditions

sourceModifiedAccessConditions: SourceModifiedAccessConditions

Parameter group

Optional sourceRange

sourceRange: undefined | string

Bytes of source data in the specified range.

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