explainMetrics property

ExplainMetrics? explainMetrics
getter/setter pair

Query explain metrics.

This is only present when the RunQueryRequest.explain_options is provided, and it is sent only once with the last response in the stream.

Implementation

ExplainMetrics? explainMetrics;