Class PropertyOrder
The desired order for a specific property.
Inheritance
System.Object
PropertyOrder
Implements
Namespace: Google.Apis.Datastore.v1beta3.Data
Assembly: Google.Apis.Datastore.v1beta3.dll
Syntax
public class PropertyOrder : object, IDirectResponseSchema
Properties
Direction
The direction to order by. Defaults to ASCENDING.
Declaration
public virtual string Direction { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Property
The property to order by.
Declaration
public virtual PropertyReference Property { get; set; }
Property Value
| Type | Description |
|---|---|
| PropertyReference |