IAppendBlobAppendBlockOptions interface

Properties

accessConditions
customerProvidedKey
progress
transactionalContentCrc64

A CRC64 hash of the append block content. This hash is used to verify the integrity of the append block during transport. When this is specified, the storage service compares the hash of the content that has arrived with this value. transactionalContentMD5 and transactionalContentCrc64 cannot be set at same time.

transactionalContentMD5

An MD5 hash of the block content. This hash is used to verify the integrity of the block during transport. When this is specified, the storage service compares the hash of the content that has arrived with this value. transactionalContentMD5 and transactionalContentCrc64 cannot be set at same time.

Property Details

accessConditions

accessConditions?: IAppendBlobAccessConditions

Property Value

customerProvidedKey

customerProvidedKey?: Models.CpkInfo

Property Value

Models.CpkInfo

progress

progress?: undefined | (progress: TransferProgressEvent) => void

Property Value

undefined | (progress: TransferProgressEvent) => void

transactionalContentCrc64

A CRC64 hash of the append block content. This hash is used to verify the integrity of the append block during transport. When this is specified, the storage service compares the hash of the content that has arrived with this value. transactionalContentMD5 and transactionalContentCrc64 cannot be set at same time.

transactionalContentCrc64?: Uint8Array

Property Value

Uint8Array

transactionalContentMD5

An MD5 hash of the block content. This hash is used to verify the integrity of the block during transport. When this is specified, the storage service compares the hash of the content that has arrived with this value. transactionalContentMD5 and transactionalContentCrc64 cannot be set at same time.

transactionalContentMD5?: Uint8Array

Property Value

Uint8Array