Show / Hide Table of Contents

Class JobLoadTimePartitioningGetArgs

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

Constructors

View Source

JobLoadTimePartitioningGetArgs()

Declaration
public JobLoadTimePartitioningGetArgs()

Properties

View Source

ExpirationMs

Number of milliseconds for which to keep the storage for a partition. A wrapper is used here because 0 is an invalid value.

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

Field

If not set, the table is partitioned by pseudo column '_PARTITIONTIME'; if set, the table is partitioned by this field. The field must be a top-level TIMESTAMP or DATE field. Its mode must be NULLABLE or REQUIRED. A wrapper is used here because an empty string is an invalid value.

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

Type

The only type supported is DAY, which will generate one partition per day. Providing an empty string used to cause an error, but in OnePlatform the field will be treated as unset.

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