public sealed class DataDiscoverySpec.Types.StorageConfig.Types.CsvOptions : IMessage<DataDiscoverySpec.Types.StorageConfig.Types.CsvOptions>, IEquatable<DataDiscoverySpec.Types.StorageConfig.Types.CsvOptions>, IDeepCloneable<DataDiscoverySpec.Types.StorageConfig.Types.CsvOptions>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Dataplex v1 API class DataDiscoverySpec.Types.StorageConfig.Types.CsvOptions.
Describes CSV and similar semi-structured data formats.
Implements
IMessageDataDiscoverySpecTypesStorageConfigTypesCsvOptions, IEquatableDataDiscoverySpecTypesStorageConfigTypesCsvOptions, IDeepCloneableDataDiscoverySpecTypesStorageConfigTypesCsvOptions, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
CsvOptions()
public CsvOptions()CsvOptions(CsvOptions)
public CsvOptions(DataDiscoverySpec.Types.StorageConfig.Types.CsvOptions other)| Parameter | |
|---|---|
| Name | Description |
other |
DataDiscoverySpecTypesStorageConfigTypesCsvOptions |
Properties
Delimiter
public string Delimiter { get; set; }Optional. The delimiter that is used to separate values. The default is
, (comma).
| Property Value | |
|---|---|
| Type | Description |
string |
|
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 |
|
Quote
public string Quote { get; set; }Optional. The character used to quote column values. Accepts "
(double quotation mark) or ' (single quotation mark). If unspecified,
defaults to " (double quotation mark).
| Property Value | |
|---|---|
| Type | Description |
string |
|
TypeInferenceDisabled
public bool TypeInferenceDisabled { get; set; }Optional. Whether to disable the inference of data types for CSV data. If true, all columns are registered as strings.
| Property Value | |
|---|---|
| Type | Description |
bool |
|