BigQueryDestination constructor
BigQueryDestination({
- String? dataset,
- bool? force,
- PartitionSpec? partitionSpec,
- bool? separateTablesPerAssetType,
- String? table,
Implementation
BigQueryDestination({
this.dataset,
this.force,
this.partitionSpec,
this.separateTablesPerAssetType,
this.table,
});