BigQueryConfig constructor

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

Implementation

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