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 available for `StructuredQuery.Types.FieldReference` is 3.10.0, with various previous versions also documented."],["`StructuredQuery.Types.FieldReference` is a class that represents a reference to a field within a document in the Firestore v1 API, such as `stats.operations`."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which it inherits from."],["The `FieldReference` class has a property called `FieldPath`, which is a string representing the relative path of the document field being referenced."],["This class is found within the `Google.Cloud.Firestore.V1` namespace and is part of the `Google.Cloud.Firestore.V1.dll` assembly."]]],[]]