Show / Hide Table of Contents

Class BillingAccountSinkBigqueryOptionsArgs

Inheritance
System.Object
InputArgs
ResourceArgs
BillingAccountSinkBigqueryOptionsArgs
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 BillingAccountSinkBigqueryOptionsArgs : ResourceArgs

Constructors

View Source

BillingAccountSinkBigqueryOptionsArgs()

Declaration
public BillingAccountSinkBigqueryOptionsArgs()

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.