Class GqlQueryParameter
A binding parameter for a GQL query.
Inheritance
System.Object
GqlQueryParameter
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 GqlQueryParameter : IDirectResponseSchema
Properties
Cursor
A query cursor. Query cursors are returned in query result batches.
Declaration
[JsonProperty("cursor")]
public virtual string Cursor { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Value
A value parameter.
Declaration
[JsonProperty("value")]
public virtual Value Value { get; set; }
Property Value
| Type | Description |
|---|---|
| Value |
Implements
Google.Apis.Requests.IDirectResponseSchema