Reference documentation and code samples for the Cloud Datastore V1 Client class PlanSummary.
Planning phase information for the query.
Generated from protobuf message google.datastore.v1.PlanSummary
Namespace
Google \ Cloud \ Datastore \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ indexes_used
array< Google\Protobuf\Struct
>
The indexes selected for the query. For example: [ {"query_scope": "Collection", "properties": "(foo ASC, nameASC)"}, {"query_scope": "Collection", "properties": "(bar ASC, nameASC)"} ]
getIndexesUsed
The indexes selected for the query. For example: [ {"query_scope": "Collection", "properties": "(foo ASC, nameASC)"}, {"query_scope": "Collection", "properties": "(bar ASC, nameASC)"} ]
setIndexesUsed
The indexes selected for the query. For example: [ {"query_scope": "Collection", "properties": "(foo ASC, nameASC)"}, {"query_scope": "Collection", "properties": "(bar ASC, nameASC)"} ]
$this