Ordering between field paths is primarily to provide canonical orderings for sets of
paths, for example in a FieldMask. This ordering is performed segment-wise,
using ordinal string comparisons.
Constructors
FieldPath(String[])
public FieldPath(params string[] segments)
Creates a path from multiple segments. Each segment is treated verbatim: it may contain dots, which will lead to the segment being escaped in the
path's string representation.
[[["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-04-01 UTC."],[[["This document describes the `FieldPath` class within the Google.Cloud.Firestore library, which represents an immutable path of field names used to identify parts of a document."],["The `FieldPath` class is sealed, implements `IEquatable\u003cFieldPath\u003e` and `IComparable\u003cFieldPath\u003e`, and inherits from `Object`, allowing for comparison and equality checks between field paths."],["The `FieldPath` class offers a constructor that accepts an array of string segments to create a path, treating each segment verbatim and allowing for escaped dots in the string representation."],["The `DocumentId` property provides a sentinel `FieldPath` for filtering or sorting queries by the document ID."],["The latest documented version is 3.10.0, and there are links available for previous versions, going all the way back to 2.3.1."]]],[]]