public enum Index.Types.DirectionReference documentation and code samples for the Cloud Datastore v1 API enum Index.Types.Direction.
The direction determines how a property is indexed.
Namespace
Google.Cloud.Datastore.Admin.V1Assembly
Google.Cloud.Datastore.Admin.V1.dll
Fields |
|
|---|---|
| Name | Description |
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. |