DatasetResponseDataPath

data class DatasetResponseDataPath(val additionalProperties: Map<String, Any>? = null, val azureFilePath: String, val datastoreName: String, val httpUrl: String, val partitionFormat: String, val partitionFormatIgnoreError: Boolean, val paths: List<String>, val relativePath: String, val sqlDataPath: DatasetResponseSqlDataPath? = null)

Datastore and reference to location of data such as relativePath, Sql Query and etc.

Constructors

Link copied to clipboard
constructor(additionalProperties: Map<String, Any>? = null, azureFilePath: String, datastoreName: String, httpUrl: String, partitionFormat: String, partitionFormatIgnoreError: Boolean, paths: List<String>, relativePath: String, sqlDataPath: DatasetResponseSqlDataPath? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Additional Properties.

Link copied to clipboard

Azure path for Azure Blob or File

Link copied to clipboard

Data store Name

Link copied to clipboard

HTTP URL.

Link copied to clipboard

Specify the partition format of path. Defaults to None.

Link copied to clipboard

Whether or not to ignore unmatched path.

Link copied to clipboard

List of files expanded from a file GLOB specified

Link copied to clipboard

Relative path in the data store

Link copied to clipboard

Sql Query/Table/Stored Procedure details.