BigQueryConfig constructor

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

Implementation

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