Show / Hide Table of Contents

Class BiEngineStatistics

Inheritance
System.Object
BiEngineStatistics
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Bigquery.v2.Data
Assembly: Google.Apis.Bigquery.v2.dll
Syntax
public class BiEngineStatistics : IDirectResponseSchema

Properties

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
System.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
System.Collections.Generic.IList<BiEngineReason>

ETag

The ETag of the item.

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

Implements

IDirectResponseSchema
In This Article
Back to top