共用方式為


DirectoryForceCloseHandlesSegmentOptions interface

設定目錄的選項 - 強制關閉句柄區段作業。

看:

Extends

屬性

abortSignal

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

recursive

指定作業應該套用至 URI 中指定的目錄、其檔案、其子目錄及其檔案。

繼承的屬性

tracingOptions

屬性詳細資料

abortSignal

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

abortSignal?: AbortSignalLike

屬性值

recursive

指定作業應該套用至 URI 中指定的目錄、其檔案、其子目錄及其檔案。

recursive?: boolean

屬性值

boolean

繼承的屬性詳細資料

tracingOptions

tracingOptions?: OperationTracingOptions

屬性值

繼承自CommonOptions.tracingOptions