DelimitedTextDataset Class

Definition

Delimited text dataset.

[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("DelimitedText")]
public class DelimitedTextDataset : Microsoft.Azure.Management.DataFactory.Models.Dataset
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("DelimitedText")>]
type DelimitedTextDataset = class
    inherit Dataset
Public Class DelimitedTextDataset
Inherits Dataset
Inheritance
DelimitedTextDataset
Attributes
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute

Constructors

DelimitedTextDataset()

Initializes a new instance of the DelimitedTextDataset class.

DelimitedTextDataset(LinkedServiceReference, DatasetLocation, IDictionary<String,Object>, String, Object, Object, IDictionary<String, ParameterSpecification>, IList<Object>, DatasetFolder, Object, Object, Object, Object, Object, Object, Object, Object, Object)

Initializes a new instance of the DelimitedTextDataset class.

Properties

AdditionalProperties

Gets or sets unmatched properties from the message are deserialized this collection

(Inherited from Dataset)
Annotations

Gets or sets list of tags that can be used for describing the Dataset.

(Inherited from Dataset)
ColumnDelimiter

Gets or sets the column delimiter. Type: string (or Expression with resultType string).

CompressionCodec

Gets or sets the data compressionCodec. Type: string (or Expression with resultType string).

CompressionLevel

Gets or sets the data compression method used for DelimitedText.

Description

Gets or sets dataset description.

(Inherited from Dataset)
EncodingName

Gets or sets 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).

EscapeChar

Gets or sets the escape character. Type: string (or Expression with resultType string).

FirstRowAsHeader

Gets or sets 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).

Folder

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

(Inherited from Dataset)
LinkedServiceName

Gets or sets linked service reference.

(Inherited from Dataset)
Location

Gets or sets the location of the delimited text storage.

NullValue

Gets or sets the null value string. Type: string (or Expression with resultType string).

Parameters

Gets or sets parameters for dataset.

(Inherited from Dataset)
QuoteChar

Gets or sets the quote character. Type: string (or Expression with resultType string).

RowDelimiter

Gets or sets the row delimiter. Type: string (or Expression with resultType string).

Schema

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

(Inherited from Dataset)
Structure

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

(Inherited from Dataset)

Methods

Validate()

Validate the object.

Applies to