共用方式為


AzureBlobStorageLocation interface

Azure Blob 數據集的位置。

Extends

屬性

container

指定 Azure Blob 的容器。 Type:string (或 expression with resultType string) 。

type

多型歧視性,指定這個物件可以是的不同類型

繼承的屬性

fileName

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

folderPath

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

屬性詳細資料

container

指定 Azure Blob 的容器。 Type:string (或 expression with resultType string) 。

container?: any

屬性值

any

type

多型歧視性,指定這個物件可以是的不同類型

type: "AzureBlobStorageLocation"

屬性值

"AzureBlobStorageLocation"

繼承的屬性詳細資料

fileName

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

fileName?: any

屬性值

any

繼承自DatasetLocation.fileName

folderPath

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

folderPath?: any

屬性值

any

繼承自DatasetLocation.folderPath