public sealed class Asset.Types.DiscoverySpec.Types.CsvOptions : IMessage<Asset.Types.DiscoverySpec.Types.CsvOptions>, IEquatable<Asset.Types.DiscoverySpec.Types.CsvOptions>, IDeepCloneable<Asset.Types.DiscoverySpec.Types.CsvOptions>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class Asset.Types.DiscoverySpec.Types.CsvOptions.
Describe CSV and similar semi-structured data formats.
Implements
IMessageAssetTypesDiscoverySpecTypesCsvOptions, IEquatableAssetTypesDiscoverySpecTypesCsvOptions, IDeepCloneableAssetTypesDiscoverySpecTypesCsvOptions, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.DataplexV1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
CsvOptions()
public CsvOptions()
CsvOptions(CsvOptions)
public CsvOptions(Asset.Types.DiscoverySpec.Types.CsvOptions other)
Parameter | |
---|---|
Name | Description |
other | AssetTypesDiscoverySpecTypesCsvOptions |
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 |