IAppendBlobAppendBlockFromURLOptions interface

Properties

accessConditions
customerProvidedKey
sourceContentCrc64

A CRC64 hash of the append block content from the URI. This hash is used to verify the integrity of the append block during transport of the data from the URI. When this is specified, the storage service compares the hash of the content that has arrived from the copy-source with this value.

sourceContentMD5 and sourceContentCrc64 cannot be set at same time.

sourceContentMD5

An MD5 hash of the append block content from the URI. This hash is used to verify the integrity of the append block during transport of the data from the URI. When this is specified, the storage service compares the hash of the content that has arrived from the copy-source with this value.

sourceContentMD5 and sourceContentCrc64 cannot be set at same time.

sourceModifiedAccessConditions

Property Details

accessConditions

accessConditions?: IAppendBlobAccessConditions

Property Value

IAppendBlobAccessConditions

customerProvidedKey

customerProvidedKey?: CpkInfo

Property Value

sourceContentCrc64

A CRC64 hash of the append block content from the URI. This hash is used to verify the integrity of the append block during transport of the data from the URI. When this is specified, the storage service compares the hash of the content that has arrived from the copy-source with this value.

sourceContentMD5 and sourceContentCrc64 cannot be set at same time.

sourceContentCrc64?: Uint8Array

Property Value

Uint8Array

sourceContentMD5

An MD5 hash of the append block content from the URI. This hash is used to verify the integrity of the append block during transport of the data from the URI. When this is specified, the storage service compares the hash of the content that has arrived from the copy-source with this value.

sourceContentMD5 and sourceContentCrc64 cannot be set at same time.

sourceContentMD5?: Uint8Array

Property Value

Uint8Array

sourceModifiedAccessConditions

sourceModifiedAccessConditions?: ModifiedAccessConditions

Property Value