Firestore Admin v1 API - Enum Index.Types.IndexField.Types.Order (3.6.0)

public enum Index.Types.IndexField.Types.Order

Reference documentation and code samples for the Firestore Admin v1 API enum Index.Types.IndexField.Types.Order.

The supported orderings.

Namespace

Google.Cloud.Firestore.Admin.V1

Assembly

Google.Cloud.Firestore.Admin.V1.dll

Fields

NameDescription
Ascending

The field is ordered by ascending field value.

Descending

The field is ordered by descending field value.

Unspecified

The ordering is unspecified. Not a valid option.