Class BiEngineStatistics
Inheritance
object
BiEngineStatistics
Implements
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 |
---|---|
System.Collections.Generic.IList<T><BiEngineReason> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |