Show / Hide Table of Contents

Class HighCardinalityJoin

High cardinality join detailed information.

Inheritance
object
HighCardinalityJoin
Implements
IDirectResponseSchema
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 HighCardinalityJoin : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

LeftRows

Output only. Count of left input rows.

Declaration
[JsonProperty("leftRows")]
public virtual long? LeftRows { get; set; }
Property Value
Type Description
long?

OutputRows

Output only. Count of the output rows.

Declaration
[JsonProperty("outputRows")]
public virtual long? OutputRows { get; set; }
Property Value
Type Description
long?

RightRows

Output only. Count of right input rows.

Declaration
[JsonProperty("rightRows")]
public virtual long? RightRows { get; set; }
Property Value
Type Description
long?

StepIndex

Output only. The index of the join operator in the ExplainQueryStep lists.

Declaration
[JsonProperty("stepIndex")]
public virtual int? StepIndex { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX