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 latest version of the Google Cloud Datastore v1 API's `PropertyReference` class is 4.15.0."],["The `PropertyReference` class serves as a reference to a specific property, relative to the kind expressions within the Google Cloud Datastore v1 API."],["The `PropertyReference` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring it adheres to specific protocol buffer and cloning standards."],["The class has constructors to create an empty `PropertyReference` or one based on an existing `PropertyReference` object or a specified property name."],["Version history is available from version 3.2.0 up to the latest version 4.15.0 for the Google Cloud Datastore v1 API's `PropertyReference` class."]]],[]]