ProjectSinkBigqueryOptionsArgs

data class ProjectSinkBigqueryOptionsArgs(val usePartitionedTables: Output<Boolean>) : ConvertibleToJava<ProjectSinkBigqueryOptionsArgs>

Constructors

Link copied to clipboard
fun ProjectSinkBigqueryOptionsArgs(usePartitionedTables: Output<Boolean>)

Functions

Link copied to clipboard
open override fun toJava(): ProjectSinkBigqueryOptionsArgs

Properties

Link copied to clipboard

Whether to use BigQuery's partition tables. By default, 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.