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-04-09 UTC."],[[["This webpage provides documentation for the `PropertyReference` class within the Google Cloud Datastore v1 API, specifically for version 4.10.0, with links to other versions as well."],["The `PropertyReference` class represents a reference to a property within the context of kind expressions."],["The documentation outlines that `PropertyReference` inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are three constructors available for creating `PropertyReference` objects, including a parameterless constructor, one that accepts another `PropertyReference` instance, and one that accepts a string for the property name."],["The class includes a `Name` property, which is a string representing the name of a property, that must be a dot-delimited string of segments and conform to the limitations for entity property names."]]],[]]