dropUnknownFields property

bool? dropUnknownFields
getter/setter pair

When true and use_topic_schema is true, any fields that are a part of the topic schema that are not part of the BigQuery table schema are dropped when writing to BigQuery.

Otherwise, the schemas must be kept in sync and any messages with extra fields are not written and remain in the subscription's backlog.

Optional.

Implementation

core.bool? dropUnknownFields;