DelimitedTextDatasetResponse

data class DelimitedTextDatasetResponse(val annotations: List<Any>? = null, val columnDelimiter: Any? = null, val compressionCodec: Any? = null, val compressionLevel: Any? = null, val description: String? = null, val encodingName: Any? = null, val escapeChar: Any? = null, val firstRowAsHeader: Any? = null, val folder: DatasetResponseFolder? = null, val linkedServiceName: LinkedServiceReferenceResponse, val location: Any, val nullValue: Any? = null, val parameters: Map<String, ParameterSpecificationResponse>? = null, val quoteChar: Any? = null, val rowDelimiter: Any? = null, val schema: Any? = null, val structure: Any? = null, val type: String)

Delimited text dataset.

Constructors

Link copied to clipboard
constructor(annotations: List<Any>? = null, columnDelimiter: Any? = null, compressionCodec: Any? = null, compressionLevel: Any? = null, description: String? = null, encodingName: Any? = null, escapeChar: Any? = null, firstRowAsHeader: Any? = null, folder: DatasetResponseFolder? = null, linkedServiceName: LinkedServiceReferenceResponse, location: Any, nullValue: Any? = null, parameters: Map<String, ParameterSpecificationResponse>? = null, quoteChar: Any? = null, rowDelimiter: Any? = null, schema: Any? = null, structure: Any? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val annotations: List<Any>? = null

List of tags that can be used for describing the Dataset.

Link copied to clipboard
val columnDelimiter: Any? = null

The column delimiter. Type: string (or Expression with resultType string).

Link copied to clipboard
val compressionCodec: Any? = null

The data compressionCodec. Type: string (or Expression with resultType string).

Link copied to clipboard
val compressionLevel: Any? = null

The data compression method used for DelimitedText.

Link copied to clipboard
val description: String? = null

Dataset description.

Link copied to clipboard
val encodingName: Any? = null

The code page name of the preferred encoding. If miss, the default value is UTF-8, unless BOM denotes another Unicode encoding. Refer to the name column of the table in the following link to set supported values: https://msdn.microsoft.com/library/system.text.encoding.aspx. Type: string (or Expression with resultType string).

Link copied to clipboard
val escapeChar: Any? = null

The escape character. Type: string (or Expression with resultType string).

Link copied to clipboard
val firstRowAsHeader: Any? = null

When used as input, treat the first row of data as headers. When used as output,write the headers into the output as the first row of data. The default value is false. Type: boolean (or Expression with resultType boolean).

Link copied to clipboard

The folder that this Dataset is in. If not specified, Dataset will appear at the root level.

Link copied to clipboard
Link copied to clipboard

The location of the delimited text storage.

Link copied to clipboard
val nullValue: Any? = null

The null value string. Type: string (or Expression with resultType string).

Link copied to clipboard

Parameters for dataset.

Link copied to clipboard
val quoteChar: Any? = null

The quote character. Type: string (or Expression with resultType string).

Link copied to clipboard
val rowDelimiter: Any? = null

The row delimiter. Type: string (or Expression with resultType string).

Link copied to clipboard
val schema: Any? = null

Columns that define the physical type schema of the dataset. Type: array (or Expression with resultType array), itemType: DatasetSchemaDataElement.

Link copied to clipboard
val structure: Any? = null

Columns that define the structure of the dataset. Type: array (or Expression with resultType array), itemType: DatasetDataElement.

Link copied to clipboard

Type of dataset. Expected value is 'DelimitedText'.