Class Order
An order on a field.
Implements
Inherited Members
Namespace: Google.Apis.Firestore.v1beta1.Data
Assembly: Google.Apis.Firestore.v1beta1.dll
Syntax
public class Order : IDirectResponseSchema
Properties
Direction
The direction to order by. Defaults to ASCENDING
.
Declaration
[JsonProperty("direction")]
public virtual string Direction { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Field
The field to order by.
Declaration
[JsonProperty("field")]
public virtual FieldReference Field { get; set; }
Property Value
Type | Description |
---|---|
FieldReference |