Class BillingAccountSinkBigqueryOptionsGetArgs
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.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class BillingAccountSinkBigqueryOptionsGetArgs : ResourceArgs
Constructors
View SourceBillingAccountSinkBigqueryOptionsGetArgs()
Declaration
public BillingAccountSinkBigqueryOptionsGetArgs()
Properties
View SourceUsePartitionedTables
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> |