DelimitedTextReadSettings Class
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.
Delimited text read settings.
public class DelimitedTextReadSettings : Azure.ResourceManager.DataFactory.Models.FormatReadSettings, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.DelimitedTextReadSettings>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.DelimitedTextReadSettings>
public class DelimitedTextReadSettings : Azure.ResourceManager.DataFactory.Models.FormatReadSettings
type DelimitedTextReadSettings = class
inherit FormatReadSettings
interface IJsonModel<DelimitedTextReadSettings>
interface IPersistableModel<DelimitedTextReadSettings>
type DelimitedTextReadSettings = class
inherit FormatReadSettings
Public Class DelimitedTextReadSettings
Inherits FormatReadSettings
Implements IJsonModel(Of DelimitedTextReadSettings), IPersistableModel(Of DelimitedTextReadSettings)
Public Class DelimitedTextReadSettings
Inherits FormatReadSettings
- Inheritance
- Implements
Constructors
DelimitedTextReadSettings() |
Initializes a new instance of DelimitedTextReadSettings. |
Properties
AdditionalProperties |
Additional Properties To assign an object to the value of this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
CompressionProperties |
Compression settings. Please note CompressionReadSettings is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include TarGzipReadSettings, TarReadSettings and ZipDeflateReadSettings. |
SkipLineCount |
Indicates the number of non-empty rows to skip when reading data from input files. Type: integer (or Expression with resultType integer). |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from FormatReadSettings) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET