DatasetLocation interface
データセットの場所。
プロパティ
| file |
データセットのファイル名を指定します。 型: string (または resultType 文字列を含む式)。 |
| folder |
データセットのフォルダー パスを指定します。 型: 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"