BigQueryPartitioning constructor

BigQueryPartitioning({
  1. IngestionTimePartition? ingestionTimePartition,
  2. IntegerRangePartition? integerRangePartition,
  3. bool? requirePartitionFilter,
  4. TimeUnitPartition? timeUnitPartition,
})

Implementation

BigQueryPartitioning({
  this.ingestionTimePartition,
  this.integerRangePartition,
  this.requirePartitionFilter,
  this.timeUnitPartition,
});