Module: Google::Datastore::V1::PropertyOrder::Direction
- Defined in:
- lib/google/cloud/datastore/v1/doc/google/datastore/v1/query.rb
Overview
The sort direction.
Constant Summary collapse
- DIRECTION_UNSPECIFIED =
Unspecified. This value must not be used.
0
- ASCENDING =
Ascending.
1
- DESCENDING =
Descending.
2