public sealed class PropertyReference : IMessage<PropertyReference>, IEquatable<PropertyReference>, IDeepCloneable<PropertyReference>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Datastore v1 API class PropertyReference.
A reference to a property relative to the kind expressions.
Implements
IMessagePropertyReference, IEquatablePropertyReference, IDeepCloneablePropertyReference, IBufferMessage, IMessageNamespace
Google.Cloud.Datastore.V1Assembly
Google.Cloud.Datastore.V1.dll
Constructors
PropertyReference()
public PropertyReference()PropertyReference(PropertyReference)
public PropertyReference(PropertyReference other)| Parameter | |
|---|---|
| Name | Description |
other |
PropertyReference |
PropertyReference(string)
public PropertyReference(string propertyName)Creates a property reference for the given name.
| Parameter | |
|---|---|
| Name | Description |
propertyName |
stringThe name of the property. |
Properties
Name
public string Name { get; set; }A reference to a property.
Requires:
- MUST be a dot-delimited (
.) string of segments, where each segment conforms to [entity property name][google.datastore.v1.Entity.properties] limitations.
| Property Value | |
|---|---|
| Type | Description |
string |
|