Interface protos.google.datastore.v1.IRunQueryResponse (0.2.0)

Properties of a RunQueryResponse.

Package

@google-cloud/datastore-api

Properties

batch

batch?: (google.datastore.v1.IQueryResultBatch|null);

RunQueryResponse batch

explainMetrics

explainMetrics?: (google.datastore.v1.IExplainMetrics|null);

RunQueryResponse explainMetrics

query

query?: (google.datastore.v1.IQuery|null);

RunQueryResponse query

transaction

transaction?: (Uint8Array|Buffer|string|null);

RunQueryResponse transaction