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 page provides reference documentation for the `StructuredQuery.Types.Order` class within the Firestore v1 API, specifically for version 3.5.1."],["`StructuredQuery.Types.Order` is a class used to define the ordering of fields in Firestore queries."],["The class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["It includes properties like `Direction`, which specifies the ordering direction, and `Field`, which specifies the field to order by, within the `Google.Cloud.Firestore.V1` namespace."],["There are multiple versions available, with version 3.10.0 being the latest, all the way back to 2.3.0."]]],[]]