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."],[[["This webpage provides reference documentation for the `PropertyReference` class within the Google Cloud Datastore v1 API, specifically for version 4.8.0, with links to other versions as well."],["`PropertyReference` is a class that represents a reference to a property in the context of kind expressions, inheriting from `object` and implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `PropertyReference` class includes constructors for creating new instances, including one that accepts a string to set the name of the property, and an option to use an existing instance as a base."],["The class offers a `Name` property which allows you to set and get the name of the property being referenced, requiring it to be a dot-delimited string of segments."],["You can browse documentation for versions ranging from 3.2.0 up to the latest version, 4.15.0, all with links to their specific pages."]]],[]]