public sealed class CsvOptions : IMessage<Asset.Types.DiscoverySpec.Types.CsvOptions>, IEquatable<Asset.Types.DiscoverySpec.Types.CsvOptions>, IDeepCloneable<Asset.Types.DiscoverySpec.Types.CsvOptions>, IBufferMessage, IMessage
Describe CSV and similar semi-structured data formats.
Implements
IMessage<Asset.Types.DiscoverySpec.Types.CsvOptions>, IEquatable<Asset.Types.DiscoverySpec.Types.CsvOptions>, IDeepCloneable<Asset.Types.DiscoverySpec.Types.CsvOptions>, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
CsvOptions()
public CsvOptions()
CsvOptions(Asset.Types.DiscoverySpec.Types.CsvOptions)
public CsvOptions(Asset.Types.DiscoverySpec.Types.CsvOptions other)
Parameter | |
---|---|
Name | Description |
other | Asset.Types.DiscoverySpec.Types.CsvOptions |
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 |
Boolean |
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 |
Int32 |