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 page provides documentation for the `StructuredQuery.Types.FieldReference` class within the Google Cloud Firestore V1 API, specifically for .NET."],["The `FieldReference` class represents a reference to a field within a Firestore document, such as `stats.operations`."],["The documentation covers versions from 2.3.0 to 3.10.0, with 3.10.0 being the latest, and provides direct links to each version's documentation."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various functionalities such as serialization, comparison, and deep cloning."],["The `FieldReference` class has a `FieldPath` property of type string that defines the relative path of the document field being referenced, which must conform to specific field name limitations."]]],[]]