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, IMessageReference documentation and code samples for the Cloud Dataplex v1 API class Zone.Types.DiscoverySpec.Types.CsvOptions.
Describe CSV and similar semi-structured data formats.
Implements
IMessageZoneTypesDiscoverySpecTypesCsvOptions, IEquatableZoneTypesDiscoverySpecTypesCsvOptions, IDeepCloneableZoneTypesDiscoverySpecTypesCsvOptions, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
CsvOptions()
public CsvOptions()CsvOptions(CsvOptions)
public CsvOptions(Zone.Types.DiscoverySpec.Types.CsvOptions other)| Parameter | |
|---|---|
| Name | Description |
other |
ZoneTypesDiscoverySpecTypesCsvOptions |
Properties
Delimiter
public string Delimiter { get; set; }Optional. The delimiter being used to separate values. This defaults to ','.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
bool |
|
Encoding
public string Encoding { get; set; }Optional. The character encoding of the data. The default is UTF-8.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
int |
|