public sealed class RunQueryResponse : IMessage<RunQueryResponse>, IEquatable<RunQueryResponse>, IDeepCloneable<RunQueryResponse>, IBufferMessage, IMessage
The response for [Datastore.RunQuery][google.datastore.v1.Datastore.RunQuery].
Implements
IMessage<RunQueryResponse>, IEquatable<RunQueryResponse>, IDeepCloneable<RunQueryResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.Datastore.V1Assembly
Google.Cloud.Datastore.V1.dll
Constructors
RunQueryResponse()
public RunQueryResponse()
RunQueryResponse(RunQueryResponse)
public RunQueryResponse(RunQueryResponse other)
Parameter | |
---|---|
Name | Description |
other | RunQueryResponse |
Properties
Batch
public QueryResultBatch Batch { get; set; }
A batch of query results (always present).
Property Value | |
---|---|
Type | Description |
QueryResultBatch |
Query
public Query Query { get; set; }
The parsed form of the GqlQuery
from the request, if it was set.
Property Value | |
---|---|
Type | Description |
Query |