useTableSchema property
When true, use the BigQuery table's schema as the columns to write to in BigQuery.
use_table_schema
and use_topic_schema
cannot be enabled at the same
time.
Optional.
Implementation
core.bool? useTableSchema;
When true, use the BigQuery table's schema as the columns to write to in BigQuery.
use_table_schema
and use_topic_schema
cannot be enabled at the same
time.
Optional.
core.bool? useTableSchema;