BigQueryOptions constructor

BigQueryOptions({
  1. bool? usePartitionedTables,
  2. bool? usesTimestampColumnPartitioning,
})

Implementation

BigQueryOptions({
  this.usePartitionedTables,
  this.usesTimestampColumnPartitioning,
});