BlobExistsOptions interface

設定 存在 作業的選項。

Extends

屬性

abortSignal

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

conditions

符合的條件。

customerProvidedKey

客戶提供的金鑰資訊。

繼承的屬性

tracingOptions

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

屬性詳細資料

abortSignal

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

abortSignal?: AbortSignalLike

屬性值

conditions

符合的條件。

conditions?: BlobRequestConditions

屬性值

customerProvidedKey

客戶提供的金鑰資訊。

customerProvidedKey?: CpkInfo

屬性值

繼承的屬性詳細資料

tracingOptions

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

tracingOptions?: OperationTracingOptions

屬性值

繼承自CommonOptions.tracingOptions