Class Order (3.60.0)

Order(value)

The remaining fields encode column values.

Enums

Name Description
ORDER_UNSPECIFIED Default value, equivalent to `ASCENDING`.
ASCENDING The key is ascending - corresponds to `ASC` in the schema definition.
DESCENDING The key is descending - corresponds to `DESC` in the schema definition.