biEngineMode property
Specifies which mode of BI Engine acceleration was performed (if any).
Output only. Possible string values are:
- "ACCELERATION_MODE_UNSPECIFIED" : BiEngineMode type not specified.
- "DISABLED" : BI Engine disabled the acceleration. bi_engine_reasons specifies a more detailed reason.
- "PARTIAL" : Part of the query was accelerated using BI Engine. See bi_engine_reasons for why parts of the query were not accelerated.
- "FULL" : All of the query was accelerated using BI Engine.
Implementation
core.String? biEngineMode;