Google Cloud Spanner v1 API - Enum ReadRequest.Types.OrderBy (5.0.0-beta04)

public enum ReadRequest.Types.OrderBy

Reference documentation and code samples for the Google Cloud Spanner v1 API enum ReadRequest.Types.OrderBy.

An option to control the order in which rows are returned from a read.

Namespace

Google.Cloud.Spanner.V1

Assembly

Google.Cloud.Spanner.V1.dll

Fields

Name Description
NoOrder

Read rows are returned in any order.

PrimaryKey

Read rows are returned in primary key order.

In the event that this option is used in conjunction with the partition_token field, the API will return an INVALID_ARGUMENT error.

Unspecified

Default value.

ORDER_BY_UNSPECIFIED is equivalent to ORDER_BY_PRIMARY_KEY.