public sealed class FieldReference : IMessage<StructuredQuery.Types.FieldReference>, IEquatable<StructuredQuery.Types.FieldReference>, IDeepCloneable<StructuredQuery.Types.FieldReference>, IBufferMessage, IMessage
A reference to a field, such as max(messages.time) as max_time.
[[["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-03-21 UTC."],[[["This webpage provides documentation for the `FieldReference` class within the `Google.Cloud.Firestore.V1` namespace, specifically for version 2.3.0."],["The `FieldReference` class represents a reference to a field, such as `max(messages.time) as max_time`, and is used within structured queries."],["The documentation covers various versions, from 2.3.0 up to the latest version 3.10.0, offering links to each version's documentation for the `FieldReference` class."],["The `FieldReference` class inherits from the `Object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class includes a `FieldPath` property of type `String` and has two constructors, one default constructor and one that takes a `StructuredQuery.Types.FieldReference` parameter."]]],[]]