public sealed class PropertyReference : IMessage<PropertyReference>, IEquatable<PropertyReference>, IDeepCloneable<PropertyReference>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Datastore v1 API class PropertyReference.
A reference to a property relative to the kind expressions.
MUST be a dot-delimited (.) string of segments, where each segment
conforms to [entity property name][google.datastore.v1.Entity.properties]
limitations.
[[["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 page provides reference documentation for the `PropertyReference` class within the Google Cloud Datastore v1 API, specifically for .NET development."],["The `PropertyReference` class allows developers to reference a property within the context of kind expressions, and it implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This page includes links to older versions of the `PropertyReference` documentation for versions 3.2.0 all the way up to the latest 4.15.0, as well as the current version (4.9.0)."],["The `PropertyReference` class can be constructed using a default constructor, by cloning another `PropertyReference` object, or by specifying a property name as a string."],["The documentation details the `Name` property of the `PropertyReference` class, which is a string that must adhere to specific formatting requirements to reference a property."]]],[]]