public sealed class BigQueryOptions : IMessage<BigQueryOptions>, IEquatable<BigQueryOptions>, IDeepCloneable<BigQueryOptions>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Logging v2 API class BigQueryOptions.
Options that change functionality of a sink exporting data to BigQuery.
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.
public bool UsesTimestampColumnPartitioning { get; set; }
Output only. True if new timestamp column based partitioning is in use,
false if legacy ingestion-time partitioning is in use.
All new sinks will have this field set true and will use timestamp column
based partitioning. If use_partitioned_tables is false, this value has no
meaning and will be false. Legacy sinks using partitioned tables will have
this field set to false.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis document provides reference information for the \u003ccode\u003eBigQueryOptions\u003c/code\u003e class within the Google Cloud Logging v2 API, specifically version 4.2.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eBigQueryOptions\u003c/code\u003e is a class that allows you to configure settings for exporting log data to BigQuery, with the primary options being related to partitioned tables.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers two main properties: \u003ccode\u003eUsePartitionedTables\u003c/code\u003e, which controls whether to use BigQuery's partitioned tables, and \u003ccode\u003eUsesTimestampColumnPartitioning\u003c/code\u003e, which indicates if timestamp column-based partitioning is in use.\u003c/p\u003e\n"],["\u003cp\u003eThe document details the inheritance, implementation, constructors, and properties of the \u003ccode\u003eBigQueryOptions\u003c/code\u003e class, along with links to related documentation.\u003c/p\u003e\n"],["\u003cp\u003eThe document includes links to different versions of the \u003ccode\u003eBigQueryOptions\u003c/code\u003e from 4.4.0 down to 3.3.0, which indicates they are available in previous versions.\u003c/p\u003e\n"]]],[],null,[]]