IPageBlobUploadPagesOptions interface

Properties

accessConditions
customerProvidedKey
progress
transactionalContentCrc64

A CRC64 hash of the content. This hash is used to verify the integrity of the content 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 content. This hash is used to verify the integrity of the content 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?: IPageBlobAccessConditions

Property Value

IPageBlobAccessConditions

customerProvidedKey

customerProvidedKey?: CpkInfo

Property Value

progress

progress?: (progress: TransferProgressEvent) => void

Property Value

(progress: TransferProgressEvent) => void

transactionalContentCrc64

A CRC64 hash of the content. This hash is used to verify the integrity of the content 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 content. This hash is used to verify the integrity of the content 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