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-04-01 UTC."],[[["The `FieldReference` class is a reference to a field, as shown in the example `max(messages.time) as max_time`."],["This class is part of the `Google.Cloud.Firestore.V1` namespace and is found within the `Google.Cloud.Firestore.V1.dll` assembly."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are two constructors for `FieldReference`: a parameterless constructor, and one that takes another `StructuredQuery.Types.FieldReference` object as a parameter."],["The `FieldPath` property, which is a `String` type, is available for managing the field's path, and is used to set the path to the field."]]],[]]