Cloud Spanner V1 API - Module Google::Cloud::Spanner::V1::KeyRecipe::Part::Order (v1.19.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Cloud Spanner V1 API module Google::Cloud::Spanner::V1::KeyRecipe::Part::Order.
The remaining fields encode column values.
Constants
ORDER_UNSPECIFIED
value: 0 Default value, equivalent to ASCENDING.
ASCENDING
value: 1 The key is ascending - corresponds to ASC in the schema definition.
DESCENDING
value: 2 The key is descending - corresponds to DESC in the schema definition.