HttpServerLocation interface

HTTP 伺服器的位置。

Extends

屬性

relativeUrl

指定 HTTP 伺服器的 relativeUrl。 類型:string (或 expression with resultType string)

type

資料集 storage 位置的類型。

繼承的屬性

additionalProperties

其他屬性

fileName

指定數據集的檔案名。 Type:string (或 expression with resultType string) 。

folderPath

指定資料集的資料夾路徑。 類型:string (或 expression with resultType string)

屬性詳細資料

relativeUrl

指定 HTTP 伺服器的 relativeUrl。 類型:string (或 expression with resultType string)

relativeUrl?: any

屬性值

any

type

資料集 storage 位置的類型。

type: "HttpServerLocation"

屬性值

"HttpServerLocation"

繼承的屬性詳細資料

additionalProperties

其他屬性

additionalProperties?: Record<string, any>

屬性值

Record<string, any>

繼承自DatasetLocation.additionalProperties

fileName

指定數據集的檔案名。 Type:string (或 expression with resultType string) 。

fileName?: any

屬性值

any

繼承自DatasetLocation.fileName

folderPath

指定資料集的資料夾路徑。 類型:string (或 expression with resultType string)

folderPath?: any

屬性值

any

繼承自DatasetLocation.folderPath