BigQueryPartitioning class
BigQuery partitioning configuration.
Constructors
- BigQueryPartitioning({IngestionTimePartition? ingestionTimePartition, IntegerRangePartition? integerRangePartition, bool? requirePartitionFilter, TimeUnitPartition? timeUnitPartition})
- BigQueryPartitioning.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- ingestionTimePartition ↔ IngestionTimePartition?
-
Ingestion time partitioning.
getter/setter pair
- integerRangePartition ↔ IntegerRangePartition?
-
Integer range partitioning.
getter/setter pair
- requirePartitionFilter ↔ bool?
-
If true, queries over the table require a partition filter.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timeUnitPartition ↔ TimeUnitPartition?
-
Time unit column 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