BigQueryConfig class

Configuration for a BigQuery subscription.

Constructors

BigQueryConfig({bool? dropUnknownFields, String? serviceAccountEmail, String? state, String? table, bool? useTableSchema, bool? useTopicSchema, bool? writeMetadata})
BigQueryConfig.fromJson(Map json_)

Properties

dropUnknownFields bool?
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.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceAccountEmail String?
The service account to use to write to BigQuery.
getter/setter pair
state String?
An output-only field that indicates whether or not the subscription can receive messages.
getter/setter pair
table String?
The name of the table to which to write data, of the form {projectId}.{datasetId}.{tableId}
getter/setter pair
useTableSchema bool?
When true, use the BigQuery table's schema as the columns to write to in BigQuery.
getter/setter pair
useTopicSchema bool?
When true, use the topic's schema as the columns to write to in BigQuery, if it exists.
getter/setter pair
writeMetadata bool?
When true, write the subscription name, message_id, publish_time, attributes, and ordering_key to additional columns in the table.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited