Google Cloud Datastore v1 API - Enum EntityResult.Types.ResultType (4.10.0)

public enum EntityResult.Types.ResultType

Reference documentation and code samples for the Google Cloud Datastore v1 API enum EntityResult.Types.ResultType.

Specifies what data the 'entity' field contains. A ResultType is either implied (for example, in LookupResponse.missing from datastore.proto, it is always KEY_ONLY) or specified by context (for example, in message QueryResultBatch, field entity_result_type specifies a ResultType for all the values in field entity_results).

Namespace

Google.Cloud.Datastore.V1

Assembly

Google.Cloud.Datastore.V1.dll

Fields

Name Description
Full

The key and properties.

KeyOnly

Only the key.

Projection

A projected subset of properties. The entity may have no key.

Unspecified

Unspecified. This value is never used.