public sealed class GqlQueryParameter : IMessage<GqlQueryParameter>, IEquatable<GqlQueryParameter>, IDeepCloneable<GqlQueryParameter>, IBufferMessage, IMessage
A binding parameter for a GQL query.
Implements
IMessage<GqlQueryParameter>, IEquatable<GqlQueryParameter>, IDeepCloneable<GqlQueryParameter>, IBufferMessage, IMessageNamespace
Google.Cloud.Datastore.V1Assembly
Google.Cloud.Datastore.V1.dll
Constructors
GqlQueryParameter()
public GqlQueryParameter()
GqlQueryParameter(GqlQueryParameter)
public GqlQueryParameter(GqlQueryParameter other)
Parameter | |
---|---|
Name | Description |
other | GqlQueryParameter |
Properties
Cursor
public ByteString Cursor { get; set; }
A query cursor. Query cursors are returned in query result batches.
Property Value | |
---|---|
Type | Description |
ByteString |
ParameterTypeCase
public GqlQueryParameter.ParameterTypeOneofCase ParameterTypeCase { get; }
Property Value | |
---|---|
Type | Description |
GqlQueryParameter.ParameterTypeOneofCase |
Value
public Value Value { get; set; }
A value parameter.
Property Value | |
---|---|
Type | Description |
Value |