Enum Index.Types.IndexField.Types.Order (2.2.0)

public enum 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.