Azure.Storage.Blobs.Models.BlobQueryCsvTextOptions public class BlobQueryCsvTextOptions : BlobQueryTextOptions Documentation Code public string ColumnSeparator { get; set; } public char? EscapeCharacter { get; set; } public bool HasHeaders { get; set; } public char? QuotationCharacter { get; set; } public string RecordSeparator { get; set; } public BlobQueryCsvTextOptions()