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 and code samples for the `StructuredQuery.Types.FieldReference` class within the Firestore v1 API."],["The `StructuredQuery.Types.FieldReference` class represents a reference to a field in a document, such as `stats.operations`."],["The documentation covers versions from 2.3.0 up to the latest version of 3.10.0, all pertaining to the `Google.Cloud.Firestore.V1.StructuredQuery.Types.FieldReference` class."],["`StructuredQuery.Types.FieldReference` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is derived from the `object` class."],["The class includes properties like `FieldPath` which is a string representing the relative path of the document field being referenced."]]],[]]