AppendBlobAppendBlockFromURLOptions interface
設定 appendBlockFromURL 作業的選項。
- Extends
屬性
abort |
|
conditions | 附加附加 Blob 區塊時要符合的條件。 |
customer |
客戶提供的金鑰資訊。 |
encryption |
自選。 版本 2019-07-07 和更新版本。 指定要用來加密要求中提供之數據的加密範圍名稱。 如果未指定,則會使用預設帳戶加密範圍來執行加密。 如需詳細資訊,請參閱 Azure 記憶體服務的待用加密。 |
source |
僅支援持有人類型。 認證應該是複製來源的有效 OAuth 存取令牌。 |
source |
從 URL 複製到 Blob 時,來源 Azure Blob/檔案符合的條件。 |
source |
URI 中附加區塊內容的CRC64哈希。 此哈希可用來驗證從 URI 傳輸數據期間附加區塊的完整性。 指定這個值時,記憶體服務會比較從複製來源抵達的內容哈希與此值。 sourceContentMD5 和 sourceContentCrc64 無法同時設定。 |
source |
URI 中附加區塊內容的 MD5 哈希。 此哈希可用來驗證從 URI 傳輸數據期間附加區塊的完整性。 指定這個值時,記憶體服務會比較從複製來源抵達的內容哈希與此值。 sourceContentMD5 和 sourceContentCrc64 無法同時設定。 |
繼承的屬性
tracing |
設定啟用追蹤時所建立範圍的選項。 |
屬性詳細資料
abortSignal
AbortSignalLike
介面的實作,以發出取消作業的要求。
例如,使用 @azure/abort-controller 來建立 AbortSignal
。
abortSignal?: AbortSignalLike
屬性值
conditions
customerProvidedKey
encryptionScope
自選。 版本 2019-07-07 和更新版本。 指定要用來加密要求中提供之數據的加密範圍名稱。 如果未指定,則會使用預設帳戶加密範圍來執行加密。 如需詳細資訊,請參閱 Azure 記憶體服務的待用加密。
encryptionScope?: string
屬性值
string
sourceAuthorization
sourceConditions
從 URL 複製到 Blob 時,來源 Azure Blob/檔案符合的條件。
sourceConditions?: MatchConditions & ModificationConditions
屬性值
sourceContentCrc64
URI 中附加區塊內容的CRC64哈希。 此哈希可用來驗證從 URI 傳輸數據期間附加區塊的完整性。 指定這個值時,記憶體服務會比較從複製來源抵達的內容哈希與此值。
sourceContentMD5 和 sourceContentCrc64 無法同時設定。
sourceContentCrc64?: Uint8Array
屬性值
Uint8Array
sourceContentMD5
URI 中附加區塊內容的 MD5 哈希。 此哈希可用來驗證從 URI 傳輸數據期間附加區塊的完整性。 指定這個值時,記憶體服務會比較從複製來源抵達的內容哈希與此值。
sourceContentMD5 和 sourceContentCrc64 無法同時設定。
sourceContentMD5?: Uint8Array
屬性值
Uint8Array
繼承的屬性詳細資料
tracingOptions
設定啟用追蹤時所建立範圍的選項。
tracingOptions?: OperationTracingOptions