Class TableTimePartitioning
Inheritance
System.Object
TableTimePartitioning
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.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class TableTimePartitioning
Fields
View SourceExpirationMs
Number of milliseconds for which to keep the storage for a partition.
Declaration
public readonly int? ExpirationMs
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Field
The field used to determine how to create a range-based partition.
Declaration
public readonly string Field
Field Value
| Type | Description |
|---|---|
| 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 readonly bool? RequirePartitionFilter
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Type
The only type supported is DAY, which will generate one partition per day based on data loading time.
Declaration
public readonly string Type
Field Value
| Type | Description |
|---|---|
| System.String |