Enum Index.Types.Direction (1.3.0)

public enum 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.