Freigeben über


SourceModifiedAccessConditions interface

Additional parameters for uploadRangeFromURL operation.

Properties

sourceIfMatchCrc64

Specify the crc64 value to operate only on range with a matching crc64 checksum.

sourceIfNoneMatchCrc64

Specify the crc64 value to operate only on range without a matching crc64 checksum.

Property Details

sourceIfMatchCrc64

Specify the crc64 value to operate only on range with a matching crc64 checksum.

sourceIfMatchCrc64?: Uint8Array

Property Value

Uint8Array

sourceIfNoneMatchCrc64

Specify the crc64 value to operate only on range without a matching crc64 checksum.

sourceIfNoneMatchCrc64?: Uint8Array

Property Value

Uint8Array