A path is a list of property names separated by dots (.), for example
foo.bar means the property bar inside the entity property foo inside
the entity associated with this path.
If a property name contains a dot . or a backslash \, then that
name must be escaped.
A path must not be empty, and may not reference a value inside an
[array value][google.datastore.v1.Value.array_value].
[[["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-17 UTC."],[[["This webpage provides reference documentation for the `PropertyMask` class within the Google Cloud Datastore v1 API for .NET."],["The `PropertyMask` class is used to limit operations to a specific subset of properties within an entity by specifying nested property paths."],["The webpage documents various versions of the API, with the latest being 4.15.0 and going down as low as 3.2.0."],["The documentation details that `PropertyMask` implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class has a `Paths` property, which is a list of strings that define the paths to properties included in the mask, and it must not be empty or reference values inside array values."]]],[]]