DelimitedTextDataset |
DelimitedTextDataset.withAnnotations(List<Object> annotations) |
Set the annotations property: List of tags that can be used for describing the Dataset.
|
DelimitedTextDataset |
DelimitedTextDataset.withColumnDelimiter(Object columnDelimiter) |
Set the columnDelimiter property: The column delimiter.
|
DelimitedTextDataset |
DelimitedTextDataset.withCompressionCodec(Object compressionCodec) |
Set the compressionCodec property: The data compressionCodec.
|
DelimitedTextDataset |
DelimitedTextDataset.withCompressionLevel(Object compressionLevel) |
Set the compressionLevel property: The data compression method used for DelimitedText.
|
DelimitedTextDataset |
DelimitedTextDataset.withDescription(String description) |
Set the description property: Dataset description.
|
DelimitedTextDataset |
DelimitedTextDataset.withEncodingName(Object encodingName) |
Set the encodingName property: The code page name of the preferred encoding.
|
DelimitedTextDataset |
DelimitedTextDataset.withEscapeChar(Object escapeChar) |
Set the escapeChar property: The escape character.
|
DelimitedTextDataset |
DelimitedTextDataset.withFirstRowAsHeader(Object firstRowAsHeader) |
Set the firstRowAsHeader property: When used as input, treat the first row of data as headers.
|
DelimitedTextDataset |
DelimitedTextDataset.withFolder(DatasetFolder folder) |
Set the folder property: The folder that this Dataset is in.
|
DelimitedTextDataset |
DelimitedTextDataset.withLinkedServiceName(LinkedServiceReference linkedServiceName) |
Set the linkedServiceName property: Linked service reference.
|
DelimitedTextDataset |
DelimitedTextDataset.withLocation(DatasetLocation location) |
Set the location property: The location of the delimited text storage.
|
DelimitedTextDataset |
DelimitedTextDataset.withNullValue(Object nullValue) |
Set the nullValue property: The null value string.
|
DelimitedTextDataset |
DelimitedTextDataset.withParameters(Map<String,ParameterSpecification> parameters) |
Set the parameters property: Parameters for dataset.
|
DelimitedTextDataset |
DelimitedTextDataset.withQuoteChar(Object quoteChar) |
Set the quoteChar property: The quote character.
|
DelimitedTextDataset |
DelimitedTextDataset.withRowDelimiter(Object rowDelimiter) |
Set the rowDelimiter property: The row delimiter.
|
DelimitedTextDataset |
DelimitedTextDataset.withSchema(Object schema) |
Set the schema property: Columns that define the physical type schema of the dataset.
|
DelimitedTextDataset |
DelimitedTextDataset.withStructure(Object structure) |
Set the structure property: Columns that define the structure of the dataset.
|