DelimitedTextReadSettings Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
DelimitedTextReadSettings() |
Initializes a new instance of the DelimitedTextReadSettings class. |
DelimitedTextReadSettings(IDictionary<String,Object>, Object, CompressionReadSettings) |
Initializes a new instance of the DelimitedTextReadSettings class. |
DelimitedTextReadSettings()
Initializes a new instance of the DelimitedTextReadSettings class.
public DelimitedTextReadSettings ();
Public Sub New ()
Applies to
DelimitedTextReadSettings(IDictionary<String,Object>, Object, CompressionReadSettings)
Initializes a new instance of the DelimitedTextReadSettings class.
public DelimitedTextReadSettings (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, object skipLineCount = default, Microsoft.Azure.Management.DataFactory.Models.CompressionReadSettings compressionProperties = default);
new Microsoft.Azure.Management.DataFactory.Models.DelimitedTextReadSettings : System.Collections.Generic.IDictionary<string, obj> * obj * Microsoft.Azure.Management.DataFactory.Models.CompressionReadSettings -> Microsoft.Azure.Management.DataFactory.Models.DelimitedTextReadSettings
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional skipLineCount As Object = Nothing, Optional compressionProperties As CompressionReadSettings = Nothing)
Parameters
- additionalProperties
- IDictionary<String,Object>
Unmatched properties from the message are deserialized this collection
- skipLineCount
- Object
Indicates the number of non-empty rows to skip when reading data from input files. Type: integer (or Expression with resultType integer).
- compressionProperties
- CompressionReadSettings
Compression settings.
Applies to
Azure SDK for .NET