public sealed class PropertyReference : IMessage<PropertyReference>, IEquatable<PropertyReference>, IDeepCloneable<PropertyReference>, IBufferMessage, IMessageA reference to a property relative to the kind expressions.
Implements
IMessage<PropertyReference>, IEquatable<PropertyReference>, IDeepCloneable<PropertyReference>, 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; }The name of the property. If name includes "."s, it may be interpreted as a property name path.
| Property Value | |
|---|---|
| Type | Description |
String |
|