GoogleCloudDataplexV1StorageFormatCsvOptions class

Describes CSV and similar semi-structured data formats.

Properties

delimiter String?
The delimiter used to separate values.
getter/setter pair
encoding String?
The character encoding of the data.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
headerRows int?
The number of rows to interpret as header rows that should be skipped when reading data rows.
getter/setter pair
quote String?
The character used to quote column values.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited