Class: Google::Cloud::Firestore::V1::PlanSummary
- Inherits:
-
Object
- Object
- Google::Cloud::Firestore::V1::PlanSummary
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/firestore/v1/query_profile.rb
Overview
Planning phase information for the query.
Instance Attribute Summary collapse
-
#indexes_used ⇒ ::Array<::Google::Protobuf::Struct>
The indexes selected for the query.
Instance Attribute Details
#indexes_used ⇒ ::Array<::Google::Protobuf::Struct>
Returns The indexes selected for the query. For example: [ {"query_scope": "Collection", "properties": "(foo ASC, name ASC)"}, {"query_scope": "Collection", "properties": "(bar ASC, name ASC)"} ].
61 62 63 64 |
# File 'proto_docs/google/firestore/v1/query_profile.rb', line 61 class PlanSummary include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |