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 webpage details the `Order` class within the `Google.Cloud.Firestore.V1` namespace, specifically for version 3.0.0, which is a part of the Google Cloud Firestore library for .NET."],["The `Order` class, a sealed class, provides functionality for ordering fields and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version is 3.10.0, with historical versions ranging from 3.9.0 back to 2.3.0, all referencing the `StructuredQuery.Types.Order`."],["Key properties of the `Order` class include `Direction`, which determines the ordering direction (defaulting to `ASCENDING`), and `Field`, specifying the field to order by."],["Constructors for the `Order` class include a default constructor `Order()`, and a copy constructor `Order(StructuredQuery.Types.Order other)`, which takes another Order instance as a parameter."]]],[]]