Module: Google::Cloud::Firestore::Admin::V1::Index::IndexField::Order
- Defined in:
 - proto_docs/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