Reference documentation and code samples for the Cloud Datastore V1 Client class ExplainMetrics.
Explain metrics for the query.
Generated from protobuf message google.datastore.v1.ExplainMetrics
Namespace
Google \ Cloud \ Datastore \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ plan_summary
↳ execution_stats
Google\Cloud\Datastore\V1\ExecutionStats
Aggregated stats from the execution of the query. Only present when ExplainOptions.analyze is set to true.
getPlanSummary
Planning phase information for the query.
hasPlanSummary
clearPlanSummary
setPlanSummary
Planning phase information for the query.
$this
getExecutionStats
Aggregated stats from the execution of the query. Only present when ExplainOptions.analyze is set to true.
hasExecutionStats
clearExecutionStats
setExecutionStats
Aggregated stats from the execution of the query. Only present when ExplainOptions.analyze is set to true.
$this