direction property
The indexed property's direction.
Must not be DIRECTION_UNSPECIFIED.
Required. Possible string values are:
- "DIRECTION_UNSPECIFIED" : The direction is unspecified.
- "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 =.
Implementation
core.String? direction;