<PackageReference Include="Azure.Storage.Blobs" Version="12.25.0" />

DelimitedTextConfigurationInternal

Groups the settings used for interpreting the blob data if the blob is delimited text formatted.
public string ColumnSeparator { get; set; }

The string used to separate columns.

public string EscapeChar { get; set; }

The string used as an escape character.

public string FieldQuote { get; set; }

The string used to quote a specific field.

public bool? HeadersPresent { get; set; }

Represents whether the data has headers.

public string RecordSeparator { get; set; }

The string used to separate records.

Initializes a new instance of DelimitedTextConfigurationInternal.