AppendBlobAppendBlockOptions interface
設定 <xref:AppendBlobClient.appendBlock> 作業的選項。
- Extends
屬性
abort |
介面的 |
conditions | 附加附加 Blob 區塊時所要符合的條件。 |
customer |
客戶提供的金鑰資訊。 |
encryption |
選擇性。 版本 2019-07-07 和更新版本。 指定要用來加密要求中提供之資料的加密範圍名稱。 如果未指定,則會使用預設帳戶加密範圍來執行加密。 如需詳細資訊,請參閱 Azure 儲存體服務的待用加密。 |
on |
回呼,以接收附加區塊作業進度的事件。 |
tracing |
設定啟用追蹤時所建立範圍的選項。 |
transactional |
附加區塊內容的 CRC64 雜湊。 此雜湊可用來驗證傳輸期間附加區塊的完整性。 指定此專案時,儲存體服務會比較已與此值一起抵達的內容雜湊。 transactionContentMD5 和 transactionContentCrc64 無法同時設定。 |
transactional |
區塊內容的 MD5 雜湊。 在傳輸期間,此雜湊可用來驗證區塊的完整性。 指定此專案時,儲存體服務會比較已與此值一起抵達的內容雜湊。 transactionContentMD5 和 transactionContentCrc64 無法同時設定。 |
屬性詳細資料
abortSignal
介面的 AbortSignalLike
實作,以向要求發出取消作業的訊號。
例如,使用 @azure/abort-controller 來建立 AbortSignal
。
abortSignal?: AbortSignalLike
屬性值
AbortSignalLike
conditions
customerProvidedKey
encryptionScope
選擇性。 版本 2019-07-07 和更新版本。 指定要用來加密要求中提供之資料的加密範圍名稱。 如果未指定,則會使用預設帳戶加密範圍來執行加密。 如需詳細資訊,請參閱 Azure 儲存體服務的待用加密。
encryptionScope?: string
屬性值
string
onProgress
回呼,以接收附加區塊作業進度的事件。
onProgress?: (progress: TransferProgressEvent) => void
屬性值
(progress: TransferProgressEvent) => void
tracingOptions
設定啟用追蹤時所建立範圍的選項。
tracingOptions?: OperationTracingOptions
屬性值
OperationTracingOptions
transactionalContentCrc64
附加區塊內容的 CRC64 雜湊。 此雜湊可用來驗證傳輸期間附加區塊的完整性。 指定此專案時,儲存體服務會比較已與此值一起抵達的內容雜湊。 transactionContentMD5 和 transactionContentCrc64 無法同時設定。
transactionalContentCrc64?: Uint8Array
屬性值
Uint8Array
transactionalContentMD5
區塊內容的 MD5 雜湊。 在傳輸期間,此雜湊可用來驗證區塊的完整性。 指定此專案時,儲存體服務會比較已與此值一起抵達的內容雜湊。 transactionContentMD5 和 transactionContentCrc64 無法同時設定。
transactionalContentMD5?: Uint8Array
屬性值
Uint8Array