BigQueryPartitioning constructor
BigQueryPartitioning({
- IngestionTimePartition? ingestionTimePartition,
- IntegerRangePartition? integerRangePartition,
- bool? requirePartitionFilter,
- TimeUnitPartition? timeUnitPartition,
Implementation
BigQueryPartitioning({
this.ingestionTimePartition,
this.integerRangePartition,
this.requirePartitionFilter,
this.timeUnitPartition,
});