public sealed class Order : IMessage<StructuredQuery.Types.Order>, IEquatable<StructuredQuery.Types.Order>, IDeepCloneable<StructuredQuery.Types.Order>, IBufferMessage, IMessage
[[["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-07-02 UTC."],[[["This page details the `StructuredQuery.Types.Order` class within the `Google.Cloud.Firestore.V1` namespace, specifically referencing version 2.4.0."],["The `Order` class represents an order on a field and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Constructors for the `Order` class include a default constructor and one that takes another `StructuredQuery.Types.Order` as a parameter."],["The class has two key properties: `Direction`, which specifies the order direction (defaulting to ascending), and `Field`, which specifies the field to order by."],["There is a full history of this class, showing versions as early as 2.3.0, up to the latest version 3.10.0."]]],[]]