Show / Hide Table of Contents

Class BiEngineStatistics

Statistics for a BI Engine specific query. Populated as part of JobStatistics2

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

Properties

AccelerationMode

Output only. Specifies which mode of BI Engine acceleration was performed (if any).

Declaration
[JsonProperty("accelerationMode")]
public virtual string AccelerationMode { get; set; }
Property Value
Type Description
string

BiEngineMode

Output only. Specifies which mode of BI Engine acceleration was performed (if any).

Declaration
[JsonProperty("biEngineMode")]
public virtual string BiEngineMode { get; set; }
Property Value
Type Description
string

BiEngineReasons

In case of DISABLED or PARTIAL bi_engine_mode, these contain the explanatory reasons as to why BI Engine could not accelerate. In case the full query was accelerated, this field is not populated.

Declaration
[JsonProperty("biEngineReasons")]
public virtual IList<BiEngineReason> BiEngineReasons { get; set; }
Property Value
Type Description
IList<BiEngineReason>

ETag

The ETag of the item.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX