Google Cloud Datastore v1 API - Class KindExpression (4.10.0)

public sealed class KindExpression : IMessage<KindExpression>, IEquatable<KindExpression>, IDeepCloneable<KindExpression>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Datastore v1 API class KindExpression.

A representation of a kind.

Inheritance

object > KindExpression

Namespace

Google.Cloud.Datastore.V1

Assembly

Google.Cloud.Datastore.V1.dll

Constructors

KindExpression()

public KindExpression()

KindExpression(KindExpression)

public KindExpression(KindExpression other)
Parameter
NameDescription
otherKindExpression

KindExpression(string)

public KindExpression(string name)

Constructs a KindExpression directly from the name of the kind.

Parameter
NameDescription
namestring

The name of the kind. Must not be null.

Properties

Name

public string Name { get; set; }

The name of the kind.

Property Value
TypeDescription
string