useTopicSchema property

bool? useTopicSchema
getter/setter pair

When true, use the topic's schema as the columns to write to in BigQuery, if it exists.

use_topic_schema and use_table_schema cannot be enabled at the same time.

Optional.

Implementation

core.bool? useTopicSchema;