Class RunQueryResponse
The response for Datastore.RunQuery.
Inheritance
System.Object
RunQueryResponse
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Datastore.v1.Data
Assembly: Google.Apis.Datastore.v1.dll
Syntax
public class RunQueryResponse : IDirectResponseSchema
Properties
Batch
A batch of query results (always present).
Declaration
[JsonProperty("batch")]
public virtual QueryResultBatch Batch { get; set; }
Property Value
| Type | Description |
|---|---|
| QueryResultBatch |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Query
The parsed form of the GqlQuery from the request, if it was set.
Declaration
[JsonProperty("query")]
public virtual Query Query { get; set; }
Property Value
| Type | Description |
|---|---|
| Query |
Implements
Google.Apis.Requests.IDirectResponseSchema