BigQueryDestination constructor

BigQueryDestination({
  1. String? dataset,
  2. bool? force,
  3. PartitionSpec? partitionSpec,
  4. bool? separateTablesPerAssetType,
  5. String? table,
})

Implementation

BigQueryDestination({
  this.dataset,
  this.force,
  this.partitionSpec,
  this.separateTablesPerAssetType,
  this.table,
});