Google Cloud Datastore v1 API - Class PropertyOrder (4.10.0)

public sealed class PropertyOrder : IMessage<PropertyOrder>, IEquatable<PropertyOrder>, IDeepCloneable<PropertyOrder>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Datastore v1 API class PropertyOrder.

The desired order for a specific property.

Inheritance

object > PropertyOrder

Namespace

Google.Cloud.Datastore.V1

Assembly

Google.Cloud.Datastore.V1.dll

Constructors

PropertyOrder()

public PropertyOrder()

PropertyOrder(PropertyOrder)

public PropertyOrder(PropertyOrder other)
Parameter
NameDescription
otherPropertyOrder

Properties

Direction

public PropertyOrder.Types.Direction Direction { get; set; }

The direction to order by. Defaults to ASCENDING.

Property Value
TypeDescription
PropertyOrderTypesDirection

Property

public PropertyReference Property { get; set; }

The property to order by.

Property Value
TypeDescription
PropertyReference