Class RunQueryResponse (3.2.0)

public sealed class RunQueryResponse : IMessage<RunQueryResponse>, IEquatable<RunQueryResponse>, IDeepCloneable<RunQueryResponse>, IBufferMessage, IMessage

The response for [Datastore.RunQuery][google.datastore.v1.Datastore.RunQuery].

Inheritance

Object > RunQueryResponse

Namespace

Google.Cloud.Datastore.V1

Assembly

Google.Cloud.Datastore.V1.dll

Constructors

RunQueryResponse()

public RunQueryResponse()

RunQueryResponse(RunQueryResponse)

public RunQueryResponse(RunQueryResponse other)
Parameter
NameDescription
otherRunQueryResponse

Properties

Batch

public QueryResultBatch Batch { get; set; }

A batch of query results (always present).

Property Value
TypeDescription
QueryResultBatch

Query

public Query Query { get; set; }

The parsed form of the GqlQuery from the request, if it was set.

Property Value
TypeDescription
Query