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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This document provides reference information for the `BigQueryOptions` class within the Google Cloud Logging v2 API, specifically version 4.2.0."],["`BigQueryOptions` is a class that allows you to configure settings for exporting log data to BigQuery, with the primary options being related to partitioned tables."],["The class offers two main properties: `UsePartitionedTables`, which controls whether to use BigQuery's partitioned tables, and `UsesTimestampColumnPartitioning`, which indicates if timestamp column-based partitioning is in use."],["The document details the inheritance, implementation, constructors, and properties of the `BigQueryOptions` class, along with links to related documentation."],["The document includes links to different versions of the `BigQueryOptions` from 4.4.0 down to 3.3.0, which indicates they are available in previous versions."]]],[]]