Module: Google::Cloud::Datastore::Admin::V1::Index::Direction

Defined in:
proto_docs/google/datastore/admin/v1/index.rb

Overview

The direction determines how a property is indexed.

Constant Summary collapse

DIRECTION_UNSPECIFIED =

The direction is unspecified.

0
ASCENDING =

The property's values are indexed so as to support sequencing in ascending order and also query by <, >, <=, >=, and =.

1
DESCENDING =

The property's values are indexed so as to support sequencing in descending order and also query by <, >, <=, >=, and =.

2