Show / Hide Table of Contents

Class GqlQueryParameter

A binding parameter for a GQL query.

Inheritance
System.Object
GqlQueryParameter
Implements
IDirectResponseSchema
Namespace: Google.Apis.Datastore.v1beta3.Data
Assembly: Google.Apis.Datastore.v1beta3.dll
Syntax
public class GqlQueryParameter : object, IDirectResponseSchema

Properties

Cursor

A query cursor. Query cursors are returned in query result batches.

Declaration
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
public virtual Value Value { get; set; }
Property Value
Type Description
Value

Implements

IDirectResponseSchema
Back to top