Package version:

Interface SourceModifiedAccessConditions

Parameter group

interface SourceModifiedAccessConditions {
    sourceIfMatchCrc64?: Uint8Array;
    sourceIfNoneMatchCrc64?: Uint8Array;
}

Properties

sourceIfMatchCrc64?: Uint8Array

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

sourceIfNoneMatchCrc64?: Uint8Array

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