public sealed class StructuredQuery.Types.FieldReference : IMessage<StructuredQuery.Types.FieldReference>, IEquatable<StructuredQuery.Types.FieldReference>, IDeepCloneable<StructuredQuery.Types.FieldReference>, IBufferMessage, IMessage
Reference documentation and code samples for the Firestore v1 API class StructuredQuery.Types.FieldReference.
A reference to a field in a document, ex: stats.operations.
[[["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 document provides reference information for the `StructuredQuery.Types.FieldReference` class within the Google Cloud Firestore v1 API."],["`StructuredQuery.Types.FieldReference` is used to reference a field within a Firestore document, using a dot-delimited string format for navigation, such as `stats.operations`."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering methods for message handling, equality checks, deep cloning, and buffer operations."],["There is a list of downloadable versions of the document in version order, from 3.10.0 (latest) down to 2.3.0, each providing the same `StructuredQuery.Types.FieldReference` documentation."],["It contains information regarding the constructors and properties of the class, such as the `FieldPath` property, alongside details of inherited members from the `object` class."]]],[]]