IAppendBlobAppendBlockOptions interface
Properties
| access |
|
| customer |
|
| progress | |
| transactional |
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. |
| transactional |
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
customerProvidedKey
customerProvidedKey?: Models.CpkInfo
Property Value
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