Show / Hide Table of Contents

Class BlobQueryCsvTextOptions

CSV text configuration.

Inheritance
System.Object
BlobQueryTextOptions
BlobQueryCsvTextOptions
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Storage.Blobs.dll
Syntax
public class BlobQueryCsvTextOptions : Azure.Storage.Blobs.Models.BlobQueryTextOptions

Constructors

BlobQueryCsvTextOptions()

Declaration
public BlobQueryCsvTextOptions ();

Properties

ColumnSeparator

Column separator.

Declaration
public string ColumnSeparator { get; set; }
Property Value
System.String

EscapeCharacter

Escape character.

Declaration
public Nullable<char> EscapeCharacter { get; set; }
Property Value
System.Nullable<System.Char>

HasHeaders

Has headers.

Declaration
public bool HasHeaders { get; set; }
Property Value
System.Boolean

QuotationCharacter

Field quote.

Declaration
public Nullable<char> QuotationCharacter { get; set; }
Property Value
System.Nullable<System.Char>

RecordSeparator

Record Separator.

Declaration
public string RecordSeparator { get; set; }
Property Value
System.String

Back to top Azure SDK for .NET