Show / Hide Table of Contents

Class BillingAccountSinkBigqueryOptions

Inheritance
System.Object
BillingAccountSinkBigqueryOptions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Logging.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class BillingAccountSinkBigqueryOptions

Fields

View Source

UsePartitionedTables

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.

Declaration
public readonly bool UsePartitionedTables
Field Value
Type Description
System.Boolean
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.