Cloud Dataplex v1 API - Class Zone.Types.DiscoverySpec.Types.CsvOptions (2.15.0)

public sealed class Zone.Types.DiscoverySpec.Types.CsvOptions : IMessage<Zone.Types.DiscoverySpec.Types.CsvOptions>, IEquatable<Zone.Types.DiscoverySpec.Types.CsvOptions>, IDeepCloneable<Zone.Types.DiscoverySpec.Types.CsvOptions>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Dataplex v1 API class Zone.Types.DiscoverySpec.Types.CsvOptions.

Describe CSV and similar semi-structured data formats.

Inheritance

object > Zone.Types.DiscoverySpec.Types.CsvOptions

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

CsvOptions()

public CsvOptions()

CsvOptions(CsvOptions)

public CsvOptions(Zone.Types.DiscoverySpec.Types.CsvOptions other)
Parameter
NameDescription
otherZoneTypesDiscoverySpecTypesCsvOptions

Properties

Delimiter

public string Delimiter { get; set; }

Optional. The delimiter being used to separate values. This defaults to ','.

Property Value
TypeDescription
string

DisableTypeInference

public bool DisableTypeInference { get; set; }

Optional. Whether to disable the inference of data type for CSV data. If true, all columns will be registered as strings.

Property Value
TypeDescription
bool

Encoding

public string Encoding { get; set; }

Optional. The character encoding of the data. The default is UTF-8.

Property Value
TypeDescription
string

HeaderRows

public int HeaderRows { get; set; }

Optional. The number of rows to interpret as header rows that should be skipped when reading data rows.

Property Value
TypeDescription
int