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