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 Firestore v1 API."],["`StructuredQuery.Types.FieldReference` is a class that represents a reference to a field within a Firestore document, such as `stats.operations`."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities for message handling, equality comparison, deep cloning, and buffer operations."],["The class has a constructor `FieldReference()` that represents a default instance, and a constructor `FieldReference(StructuredQuery.Types.FieldReference other)` that represents a copied instance."],["The class also contains the property `FieldPath` which gets or sets the reference to a field within a document and is a dot-delimited string."]]],[]]