Google Cloud Datastore v1 API - Class PropertyReference (4.10.0)

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.

Inheritance

object > PropertyReference

Namespace

Google.Cloud.Datastore.V1

Assembly

Google.Cloud.Datastore.V1.dll

Constructors

PropertyReference()

public PropertyReference()

PropertyReference(PropertyReference)

public PropertyReference(PropertyReference other)
Parameter
NameDescription
otherPropertyReference

PropertyReference(string)

public PropertyReference(string propertyName)

Creates a property reference for the given name.

Parameter
NameDescription
propertyNamestring

The 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
TypeDescription
string