BigQueryOptions class
Options that change functionality of a sink exporting data to BigQuery.
Constructors
- BigQueryOptions({bool? usePartitionedTables, bool? usesTimestampColumnPartitioning})
- BigQueryOptions.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- usePartitionedTables ↔ bool?
-
Whether to use BigQuery's partition tables
(https://cloud.google.com/bigquery/docs/partitioned-tables).
getter/setter pair
- usesTimestampColumnPartitioning ↔ bool?
-
True if new timestamp column based partitioning is in use, false if legacy
ingress-time partitioning is in use.All new sinks will have this field set
true and will use timestamp column based partitioning.
getter/setter pair
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