public sealed class PropertyOrder : IMessage<PropertyOrder>, IEquatable<PropertyOrder>, IDeepCloneable<PropertyOrder>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Datastore v1 API class PropertyOrder.
The desired order for a specific property.
Implements
IMessagePropertyOrder, IEquatablePropertyOrder, IDeepCloneablePropertyOrder, 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 |
PropertyOrderTypesDirection |
|
Property
public PropertyReference Property { get; set; }The property to order by.
| Property Value | |
|---|---|
| Type | Description |
PropertyReference |
|