Module direction

Source
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.