Google Cloud Spanner v1 API - Enum KeyRecipe.Types.Part.Types.Order (5.10.0)

public enum KeyRecipe.Types.Part.Types.Order

Reference documentation and code samples for the Google Cloud Spanner v1 API enum KeyRecipe.Types.Part.Types.Order.

The remaining fields encode column values.

Namespace

Google.Cloud.Spanner.V1

Assembly

Google.Cloud.Spanner.V1.dll

Fields

Name Description
Ascending

The key is ascending - corresponds to ASC in the schema definition.

Descending

The key is descending - corresponds to DESC in the schema definition.

Unspecified

Default value, equivalent to ASCENDING.