Class RangePartitioning.RangeData
[Experimental] Defines the ranges for range partitioning.
Inherited Members
Namespace: Google.Apis.Bigquery.v2.Data
Assembly: Google.Apis.Bigquery.v2.dll
Syntax
public class RangePartitioning.RangeData
Properties
End
[Experimental] The end of range partitioning, exclusive.
Declaration
[JsonProperty("end")]
public virtual long? End { get; set; }
Property Value
Type | Description |
---|---|
long? |
Interval
[Experimental] The width of each interval.
Declaration
[JsonProperty("interval")]
public virtual long? Interval { get; set; }
Property Value
Type | Description |
---|---|
long? |
Start
[Experimental] The start of range partitioning, inclusive.
Declaration
[JsonProperty("start")]
public virtual long? Start { get; set; }
Property Value
Type | Description |
---|---|
long? |