Expand description
Useful constants to work with Direction
Constants§
- ASCENDING
- The property’s values are indexed so as to support sequencing in ascending order and also query by <, >, <=, >=, and =.
- DESCENDING
- The property’s values are indexed so as to support sequencing in descending order and also query by <, >, <=, >=, and =.
- DIRECTION_
UNSPECIFIED - The direction is unspecified.