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 content provides documentation for the `StructuredQuery.Types.FieldReference` class within the Google Cloud Firestore V1 API, specifically for version 3.8.0 and other versions as well."],["`StructuredQuery.Types.FieldReference` is a class used to represent a reference to a field within a Firestore document."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The `FieldReference` class has a property called `FieldPath`, which is a string representing the path to a specific field in a document, following specific formatting requirements."],["There are 14 listed versions, starting from 2.3.0 up to the most recent 3.10.0, each with its respective URL path."]]],[]]