Google Cloud Datastore v1 API - Class DatastoreConstants (4.10.0)

public static class DatastoreConstants

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

Constants for use in Datastore.

Inheritance

object > DatastoreConstants

Namespace

Google.Cloud.Datastore.V1

Assembly

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

KindKind

public const string KindKind = "__kind__"

The kind used to query a specific kind.

Field Value
TypeDescription
string

NamespaceKind

public const string NamespaceKind = "__namespace__"

The kind used to find all the namespaces used in your application entities.

Field Value
TypeDescription
string

PropertyKind

public const string PropertyKind = "__property__"

The kind used to query the properties used in entities.

Field Value
TypeDescription
string