Module: Google::Firestore::Admin::V1::Index::IndexField::Order
- Defined in:
- lib/google/cloud/firestore/admin/v1/doc/google/firestore/admin/v1/index.rb
Overview
The supported orderings.
Constant Summary collapse
- ORDER_UNSPECIFIED =
The ordering is unspecified. Not a valid option.
0
- ASCENDING =
The field is ordered by ascending field value.
1
- DESCENDING =
The field is ordered by descending field value.
2