Class GqlQueryParameter
A binding parameter for a GQL query.
Implements
Inherited Members
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 |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Value
A value parameter.
Declaration
[JsonProperty("value")]
public virtual Value Value { get; set; }
Property Value
Type | Description |
---|---|
Value |