共用方式為


BlockBlobStageBlockOptions interface

設定 stageBlock 作業的選項。

Extends

屬性

abortSignal

AbortSignalLike 介面的實作,以發出取消作業的要求。 例如,使用 @azure/abort-controller 來建立 AbortSignal

conditions

如果指定,則包含必須比對的租用標識符,且具有此標識碼的租用必須是作用中,才能讓作業成功。

customerProvidedKey

客戶提供的金鑰資訊。

encryptionScope

自選。 版本 2019-07-07 和更新版本。 指定要用來加密要求中提供之數據的加密範圍名稱。 如果未指定,則會使用預設帳戶加密範圍來執行加密。 如需詳細資訊,請參閱 Azure 記憶體服務的待用加密。

onProgress

回呼,以接收階段區塊作業進度的事件。

transactionalContentCrc64

區塊內容的CRC64哈希。 此哈希是用來驗證傳輸期間區塊的完整性。 指定此專案時,記憶體服務會比較已與此值一起抵達的內容哈希。

無法同時設定 transactionalContentMD5 和 transactionalContentCrc64。

transactionalContentMD5

區塊內容的 MD5 哈希。 此哈希是用來驗證傳輸期間區塊的完整性。 指定此專案時,記憶體服務會比較已與此值一起抵達的內容哈希。

無法同時設定 transactionalContentMD5 和 transactionalContentCrc64。

繼承的屬性

tracingOptions

設定啟用追蹤時所建立範圍的選項。

屬性詳細資料

abortSignal

AbortSignalLike 介面的實作,以發出取消作業的要求。 例如,使用 @azure/abort-controller 來建立 AbortSignal

abortSignal?: AbortSignalLike

屬性值

conditions

如果指定,則包含必須比對的租用標識符,且具有此標識碼的租用必須是作用中,才能讓作業成功。

conditions?: LeaseAccessConditions

屬性值

customerProvidedKey

客戶提供的金鑰資訊。

customerProvidedKey?: CpkInfo

屬性值

encryptionScope

自選。 版本 2019-07-07 和更新版本。 指定要用來加密要求中提供之數據的加密範圍名稱。 如果未指定,則會使用預設帳戶加密範圍來執行加密。 如需詳細資訊,請參閱 Azure 記憶體服務的待用加密。

encryptionScope?: string

屬性值

string

onProgress

回呼,以接收階段區塊作業進度的事件。

onProgress?: (progress: TransferProgressEvent) => void

屬性值

(progress: TransferProgressEvent) => void

transactionalContentCrc64

區塊內容的CRC64哈希。 此哈希是用來驗證傳輸期間區塊的完整性。 指定此專案時,記憶體服務會比較已與此值一起抵達的內容哈希。

無法同時設定 transactionalContentMD5 和 transactionalContentCrc64。

transactionalContentCrc64?: Uint8Array

屬性值

Uint8Array

transactionalContentMD5

區塊內容的 MD5 哈希。 此哈希是用來驗證傳輸期間區塊的完整性。 指定此專案時,記憶體服務會比較已與此值一起抵達的內容哈希。

無法同時設定 transactionalContentMD5 和 transactionalContentCrc64。

transactionalContentMD5?: Uint8Array

屬性值

Uint8Array

繼承的屬性詳細資料

tracingOptions

設定啟用追蹤時所建立範圍的選項。

tracingOptions?: OperationTracingOptions

屬性值

繼承自CommonOptions.tracingOptions