public sealed class StructuredQuery.Types.Order : IMessage<StructuredQuery.Types.Order>, IEquatable<StructuredQuery.Types.Order>, IDeepCloneable<StructuredQuery.Types.Order>, IBufferMessage, IMessage
Reference documentation and code samples for the Firestore v1 API class StructuredQuery.Types.Order.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-12 UTC."],[[["This webpage provides reference documentation for the `StructuredQuery.Types.Order` class within the Firestore v1 API, specifically for .NET."],["The `StructuredQuery.Types.Order` class allows defining the order on a field when querying, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It is shown that the `StructuredQuery.Types.Order` class is available from version 2.3.0 up to version 3.10.0 (latest) of the Google.Cloud.Firestore.V1 package, with version 3.4.0 being the main one used for the documentation."],["The class offers two constructors: a default `Order()` constructor and an `Order(StructuredQuery.Types.Order other)` constructor for copying."],["Key properties of the `StructuredQuery.Types.Order` class include `Direction`, which specifies the order direction, defaulting to `ASCENDING`, and `Field`, which defines the field to order by."]]],[]]