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).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["This webpage provides documentation for the `EntityResult.Types.ResultType` enum within the Google Cloud Datastore v1 API, specifically within the .NET environment."],["The documentation covers various versions of the Google Cloud Datastore v1 API, ranging from version 3.2.0 up to the latest version 4.15.0, with links to specific reference documentation for each."],["The `EntityResult.Types.ResultType` enum defines the type of data contained in the 'entity' field, which can be `Full` (key and properties), `KeyOnly` (only the key), `Projection` (a subset of properties), or `Unspecified`."],["The page specifies the namespace and assembly where the `EntityResult.Types.ResultType` is located, being `Google.Cloud.Datastore.V1` and `Google.Cloud.Datastore.V1.dll`, respectively."]]],[]]