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 documentation for the `StructuredQuery.Types.Order` class within the Google Cloud Firestore v1 API, specifically for version 3.6.0."],["`StructuredQuery.Types.Order` defines an order on a field, and it implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors: a default constructor `Order()` and an overload `Order(StructuredQuery.Types.Order)` for creating an instance based on another instance of the same class."],["It contains two properties, `Direction`, which specifies the ordering direction (defaults to ascending), and `Field`, which identifies the field to be ordered."],["Multiple versions of this structured query type are listed, ranging from the latest, 3.10.0, down to 2.3.0."]]],[]]