共用方式為


ServiceListContainersOptions interface

設定 <xref:BlobServiceClient.listContainers> 作業的選項。

Extends

屬性

abortSignal

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

includeDeleted

指定回應中是否應該包含虛刪除的容器。

includeMetadata

指定容器的中繼資料是否應該傳回做為回應本文的一部分。

prefix

篩選結果,只傳回名稱開頭為指定前置詞的容器。

tracingOptions

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

屬性詳細資料

abortSignal

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

abortSignal?: AbortSignalLike

屬性值

AbortSignalLike

includeDeleted

指定回應中是否應該包含虛刪除的容器。

includeDeleted?: boolean

屬性值

boolean

includeMetadata

指定容器的中繼資料是否應該傳回做為回應本文的一部分。

includeMetadata?: boolean

屬性值

boolean

prefix

篩選結果,只傳回名稱開頭為指定前置詞的容器。

prefix?: string

屬性值

string

tracingOptions

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

tracingOptions?: OperationTracingOptions

屬性值

OperationTracingOptions