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-03-21 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 shows the different versions of the `PropertyMask` class, with version 4.15.0 as the latest version, and the displayed version is 4.12.0."],["The `PropertyMask` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `PropertyMask` class has two constructors and a `Paths` property that stores the property paths defined by the mask."]]],[]]