Show / Hide Table of Contents

Class PropertyOrder

The desired order for a specific property.

Inheritance
System.Object
PropertyOrder
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Datastore.v1.Data
Assembly: Google.Apis.Datastore.v1.dll
Syntax
public class PropertyOrder : IDirectResponseSchema

Properties

Direction

The direction to order by. Defaults to ASCENDING.

Declaration
[JsonProperty("direction")]
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
[JsonProperty("property")]
public virtual PropertyReference Property { get; set; }
Property Value
Type Description
PropertyReference

Implements

Google.Apis.Requests.IDirectResponseSchema
Back to top