Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DatasetLocation

Package version

Dataset location.

Hierarchy

  • DatasetLocation

Indexable

[property: string]: any

Describes unknown properties. The value of an unknown property can be of "any" type.

Index

Properties

Properties

Optional fileName

fileName: any

Specify the file name of dataset. Type: string (or Expression with resultType string).

Optional folderPath

folderPath: any

Specify the folder path of dataset. Type: string (or Expression with resultType string)

type

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

Polymorphic discriminator, which specifies the different types this object can be

Generated using TypeDoc