BigQueryOptions class final

Options that change functionality of a sink exporting data to BigQuery.

Inheritance
  • Object
  • ProtoMessage
  • BigQueryOptions

Constructors

BigQueryOptions({bool usePartitionedTables = false, bool usesTimestampColumnPartitioning = false})
BigQueryOptions.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
qualifiedName String
The fully qualified name of this message, i.e., google.protobuf.Duration or google.rpc.ErrorInfo.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
usePartitionedTables bool
Optional. Whether to use BigQuery's partition tables. By default, Cloud Logging creates dated tables based on the log entries' timestamps, e.g. syslog_20170523. With partitioned tables the date suffix is no longer present and special query syntax has to be used instead. In both cases, tables are sharded based on UTC timezone.
final
usesTimestampColumnPartitioning bool
Output only. True if new timestamp column based partitioning is in use, false if legacy ingestion-time partitioning is in use.
final

Methods

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

Operators

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

Constants

fullyQualifiedName → const String