Dataset Response Data Path
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.
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
Specify the partition format of path. Defaults to None.
Link copied to clipboard
Whether or not to ignore unmatched path.
Link copied to clipboard
Relative path in the data store
Link copied to clipboard
Sql Query/Table/Stored Procedure details.