Uses of Class
com.azure.resourcemanager.datafactory.models.DelimitedTextReadSettings
-
Packages that use DelimitedTextReadSettings Package Description com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of DelimitedTextReadSettings in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return DelimitedTextReadSettings Modifier and Type Method Description DelimitedTextReadSettings
DelimitedTextSource. formatSettings()
Get the formatSettings property: DelimitedText format settings.DelimitedTextReadSettings
DelimitedTextReadSettings. withCompressionProperties(CompressionReadSettings compressionProperties)
Set the compressionProperties property: Compression settings.DelimitedTextReadSettings
DelimitedTextReadSettings. withSkipLineCount(Object skipLineCount)
Set the skipLineCount property: Indicates the number of non-empty rows to skip when reading data from input files.Methods in com.azure.resourcemanager.datafactory.models with parameters of type DelimitedTextReadSettings Modifier and Type Method Description DelimitedTextSource
DelimitedTextSource. withFormatSettings(DelimitedTextReadSettings formatSettings)
Set the formatSettings property: DelimitedText format settings.
-