Show / Hide Table of Contents

Class ProjectSinkBigqueryOptionsArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ProjectSinkBigqueryOptionsArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ProjectSinkBigqueryOptionsArgs : ResourceArgs

Constructors

View Source

ProjectSinkBigqueryOptionsArgs()

Declaration
public ProjectSinkBigqueryOptionsArgs()

Properties

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 Input<bool> UsePartitionedTables { get; set; }
Property Value
Type Description
Input<System.Boolean>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.