Properties
-
allowJaggedRows
↔ bool?
-
Indicates if BigQuery should accept rows that are missing trailing
optional columns.
read / write
-
allowQuotedNewlines
↔ bool?
-
Indicates if BigQuery should allow quoted data sections that contain
newline characters in a CSV file.
read / write
-
encoding
↔ String?
-
The character encoding of the data.
read / write
-
fieldDelimiter
↔ String?
-
The separator for fields in a CSV file.
read / write
-
hashCode
→ int
-
The hash code for this object.
read-onlyinherited
-
nullMarker
↔ String?
-
An custom string that will represent a NULL value in CSV import data.
read / write
-
preserveAsciiControlCharacters
↔ bool?
-
Preserves the embedded ASCII control characters (the first 32 characters
in the ASCII-table, from '\x00' to '\x1F') when loading from CSV.
read / write
-
quote
↔ String?
-
The value that is used to quote data sections in a CSV file.
read / write
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
read-onlyinherited
-
skipLeadingRows
↔ String?
-
The number of rows at the top of a CSV file that BigQuery will skip when
reading the data.
read / write