Google Cloud Datastore v1 API - Class GqlQueryParameter (4.8.0)

public sealed class GqlQueryParameter : IMessage<GqlQueryParameter>, IEquatable<GqlQueryParameter>, IDeepCloneable<GqlQueryParameter>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Datastore v1 API class GqlQueryParameter.

A binding parameter for a GQL query.

Inheritance

object > GqlQueryParameter

Namespace

Google.Cloud.Datastore.V1

Assembly

Google.Cloud.Datastore.V1.dll

Constructors

GqlQueryParameter()

public GqlQueryParameter()

GqlQueryParameter(GqlQueryParameter)

public GqlQueryParameter(GqlQueryParameter other)
Parameter
NameDescription
otherGqlQueryParameter

Properties

Cursor

public ByteString Cursor { get; set; }

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

Property Value
TypeDescription
ByteString

HasCursor

public bool HasCursor { get; }

Gets whether the "cursor" field is set

Property Value
TypeDescription
bool

ParameterTypeCase

public GqlQueryParameter.ParameterTypeOneofCase ParameterTypeCase { get; }
Property Value
TypeDescription
GqlQueryParameterParameterTypeOneofCase

Value

public Value Value { get; set; }

A value parameter.

Property Value
TypeDescription
Value