public sealed class KindExpression : IMessage<KindExpression>, IEquatable<KindExpression>, IDeepCloneable<KindExpression>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Datastore v1 API class KindExpression.
A representation of a kind.
Implements
IMessageKindExpression, IEquatableKindExpression, IDeepCloneableKindExpression, IBufferMessage, IMessageNamespace
Google.Cloud.Datastore.V1Assembly
Google.Cloud.Datastore.V1.dll
Constructors
KindExpression()
public KindExpression()KindExpression(KindExpression)
public KindExpression(KindExpression other)| Parameter | |
|---|---|
| Name | Description |
other |
KindExpression |
KindExpression(string)
public KindExpression(string name)Constructs a KindExpression directly from the name of the kind.
| Parameter | |
|---|---|
| Name | Description |
name |
stringThe name of the kind. Must not be null. |
Properties
Name
public string Name { get; set; }The name of the kind.
| Property Value | |
|---|---|
| Type | Description |
string |
|