public sealed class PropertyOrder : IMessage<PropertyOrder>, IEquatable<PropertyOrder>, IDeepCloneable<PropertyOrder>, IBufferMessage, IMessage
The desired order for a specific property.
Implements
IMessage<PropertyOrder>, IEquatable<PropertyOrder>, IDeepCloneable<PropertyOrder>, IBufferMessage, IMessageNamespace
Google.Cloud.Datastore.V1Assembly
Google.Cloud.Datastore.V1.dll
Constructors
PropertyOrder()
public PropertyOrder()
PropertyOrder(PropertyOrder)
public PropertyOrder(PropertyOrder other)
Parameter | |
---|---|
Name | Description |
other | PropertyOrder |
Properties
Direction
public PropertyOrder.Types.Direction Direction { get; set; }
The direction to order by. Defaults to ASCENDING
.
Property Value | |
---|---|
Type | Description |
PropertyOrder.Types.Direction |
Property
public PropertyReference Property { get; set; }
The property to order by.
Property Value | |
---|---|
Type | Description |
PropertyReference |