共用方式為


PageBlobUploadPagesFromURLOptions interface

設定 uploadPagesFromURL 作業的選項。

Extends

屬性

abortSignal

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

conditions

更新序號時所要符合的條件。

customerProvidedKey

客戶提供的金鑰資訊。

encryptionScope

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

sourceAuthorization

僅支援持有人類型。 認證應該是複製來源的有效 OAuth 存取權杖。

sourceConditions

從 URL 複製到 Blob 時,來源 Azure Blob/檔案符合的條件。

sourceContentCrc64

URI 中內容的 CRC64 雜湊。 此雜湊可用來驗證從 URI 傳輸資料期間的內容完整性。 指定此專案時,儲存體服務會比較從複製來源抵達的內容雜湊與此值。

sourceContentMD5 和 sourceContentCrc64 無法同時設定。

sourceContentMD5

URI 中內容的 MD5 雜湊。 此雜湊可用來驗證從 URI 傳輸資料期間的內容完整性。 指定此專案時,儲存體服務會比較從複製來源抵達的內容雜湊與此值。

sourceContentMD5 和 sourceContentCrc64 無法同時設定。

繼承的屬性

tracingOptions

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

屬性詳細資料

abortSignal

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

abortSignal?: AbortSignalLike

屬性值

conditions

更新序號時所要符合的條件。

conditions?: PageBlobRequestConditions

屬性值

customerProvidedKey

客戶提供的金鑰資訊。

customerProvidedKey?: CpkInfo

屬性值

encryptionScope

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

encryptionScope?: string

屬性值

string

sourceAuthorization

僅支援持有人類型。 認證應該是複製來源的有效 OAuth 存取權杖。

sourceAuthorization?: HttpAuthorization

屬性值

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

屬性值

繼承自CommonOptions.tracingOptions