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."],[[["The `FieldReference` class is a sealed class in the `Google.Cloud.Firestore.V1` namespace, representing a reference to a field, like `max(messages.time) as max_time`."],["This class is part of the `Google.Cloud.Firestore.V1` assembly, specifically the `Google.Cloud.Firestore.V1.dll`."],["The class implements several interfaces, including `IMessage\u003cStructuredQuery.Types.FieldReference\u003e`, `IEquatable\u003cStructuredQuery.Types.FieldReference\u003e`, `IDeepCloneable\u003cStructuredQuery.Types.FieldReference\u003e`, `IBufferMessage`, and `IMessage`."],["It inherits members from the base `Object` class and offers two constructors: a default constructor `FieldReference()` and another `FieldReference(StructuredQuery.Types.FieldReference other)`."],["It has a `FieldPath` property of type `String` which does not have a description."]]],[]]