public static class DatastoreConstantsReference documentation and code samples for the Google Cloud Datastore v1 API class DatastoreConstants.
Constants for use in Datastore.
Namespace
Google.Cloud.Datastore.V1Assembly
Google.Cloud.Datastore.V1.dll
Fields
KeyProperty
public const string KeyProperty = "__key__"The property to use in a query to obtain just the entity key.
| Field Value | |
|---|---|
| Type | Description |
string |
|
KindKind
public const string KindKind = "__kind__"The kind used to query a specific kind.
| Field Value | |
|---|---|
| Type | Description |
string |
|
NamespaceKind
public const string NamespaceKind = "__namespace__"The kind used to find all the namespaces used in your application entities.
| Field Value | |
|---|---|
| Type | Description |
string |
|
PropertyKind
public const string PropertyKind = "__property__"The kind used to query the properties used in entities.
| Field Value | |
|---|---|
| Type | Description |
string |
|