Cloud Datastore v1 API - Enum Index.Types.Direction (2.3.0)

public enum Index.Types.Direction

Reference documentation and code samples for the Cloud Datastore v1 API enum Index.Types.Direction.

The direction determines how a property is indexed.

Namespace

Google.Cloud.Datastore.Admin.V1

Assembly

Google.Cloud.Datastore.Admin.V1.dll

Fields

NameDescription
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 =.

Unspecified

The direction is unspecified.