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