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."],[[["The latest version of the `StructuredQuery.Types.FieldReference` class in the Firestore v1 API is 3.10.0."],["This class represents a reference to a field within a Firestore document, such as `stats.operations`."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities for message handling, equality comparison, deep cloning, and buffered messaging."],["The `FieldReference` class has a constructor that takes another `FieldReference` object for creating a copy."],["The `FieldPath` property, a string, specifies the dot-delimited path to a field in the document."]]],[]]