次の方法で共有


DatasetLocation interface

データセットの場所。

プロパティ

fileName

データセットのファイル名を指定します。 型: string (または resultType 文字列を含む式)。

folderPath

データセットのフォルダー パスを指定します。 型: string (または resultType 文字列を含む式)

type

ポリモーフィック識別子。このオブジェクトは、さまざまな型を指定します。

プロパティの詳細

fileName

データセットのファイル名を指定します。 型: string (または resultType 文字列を含む式)。

fileName?: any

プロパティ値

any

folderPath

データセットのフォルダー パスを指定します。 型: string (または resultType 文字列を含む式)

folderPath?: any

プロパティ値

any

type

ポリモーフィック識別子。このオブジェクトは、さまざまな型を指定します。

type: "AzureBlobStorageLocation" | "AzureBlobFSLocation" | "AzureDataLakeStoreLocation" | "AmazonS3Location" | "FileServerLocation" | "AzureFileStorageLocation" | "GoogleCloudStorageLocation" | "FtpServerLocation" | "SftpLocation" | "HttpServerLocation" | "HdfsLocation" | "LakeHouseLocation"

プロパティ値

"AzureBlobStorageLocation" | "AzureBlobFSLocation" | "AzureDataLakeStoreLocation" | "AmazonS3Location" | "FileServerLocation" | "AzureFileStorageLocation" | "GoogleCloudStorageLocation" | "FtpServerLocation" | "SftpLocation" | "HttpServerLocation" | "HdfsLocation" | "LakeHouseLocation"