Module: Google::Firestore::V1::StructuredQuery::Direction

Defined in:
lib/google/cloud/firestore/v1/doc/google/firestore/v1/query.rb

Overview

A sort direction.

Constant Summary collapse

DIRECTION_UNSPECIFIED =

Unspecified.

0
ASCENDING =

Ascending.

1
DESCENDING =

Descending.

2