BigQueryConfig constructor

BigQueryConfig({
  1. bool? dropUnknownFields,
  2. String? state,
  3. String? table,
  4. bool? useTopicSchema,
  5. bool? writeMetadata,
})

Implementation

BigQueryConfig({
  this.dropUnknownFields,
  this.state,
  this.table,
  this.useTopicSchema,
  this.writeMetadata,
});