Class TableTimePartitioningArgs
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.BigQuery.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class TableTimePartitioningArgs : ResourceArgs
Constructors
View SourceTableTimePartitioningArgs()
Declaration
public TableTimePartitioningArgs()
Properties
View SourceExpirationMs
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> |
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> |
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> |
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> |