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 documentation for the `PropertyReference` class within the Google Cloud Datastore v1 API, covering versions from 3.2.0 up to the latest release, 4.15.0."],["The `PropertyReference` class is used to represent a reference to a property relative to the kind expressions within Google Cloud Datastore."],["`PropertyReference` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various operations such as deep cloning and equality checks."],["The class offers constructors to create a new `PropertyReference` object, either by creating a default empty object or by specifying the name of the property as a string."],["The primary property of this class, `Name`, represents the name of the property being referenced, and the name must conform to the dot-delimited format and property naming constraints imposed by the v1 API."]]],[]]