Show / Hide Table of Contents

Class RangePartitioning.RangeData

[Experimental] 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

[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?
In this article
Back to top Generated by DocFX