PageBlobClearPagesOptions interface

設定 clearPages 作業的選項。

Extends

屬性

abortSignal

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

conditions

清除頁面時要符合的條件。

customerProvidedKey

客戶提供的金鑰資訊。

encryptionScope

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

繼承的屬性

tracingOptions

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

屬性詳細資料

abortSignal

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

abortSignal?: AbortSignalLike

屬性值

conditions

清除頁面時要符合的條件。

conditions?: PageBlobRequestConditions

屬性值

customerProvidedKey

客戶提供的金鑰資訊。

customerProvidedKey?: CpkInfo

屬性值

encryptionScope

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

encryptionScope?: string

屬性值

string

繼承的屬性詳細資料

tracingOptions

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

tracingOptions?: OperationTracingOptions

屬性值

繼承自CommonOptions.tracingOptions