Show / Hide Table of Contents

Class TableTimePartitioningArgs

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

Constructors

View Source

TableTimePartitioningArgs()

Declaration
public TableTimePartitioningArgs()

Properties

View Source

ExpirationMs

Number of milliseconds for which to keep the storage for a partition.

Declaration
public Input<int> ExpirationMs { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Field

The field used to determine how to create a range-based partition.

Declaration
public Input<string> Field { get; set; }
Property Value
Type Description
Input<System.String>
View Source

RequirePartitionFilter

If set to true, queries over this table require a partition filter that can be used for partition elimination to be specified.

Declaration
public Input<bool> RequirePartitionFilter { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Type

The only type supported is DAY, which will generate one partition per day based on data loading time.

Declaration
public Input<string> Type { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.