public sealed class GqlQueryParameter : IMessage<GqlQueryParameter>, IEquatable<GqlQueryParameter>, IDeepCloneable<GqlQueryParameter>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Datastore v1 API class GqlQueryParameter.
A binding parameter for a GQL query.
Implements
IMessageGqlQueryParameter, IEquatableGqlQueryParameter, IDeepCloneableGqlQueryParameter, 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 |
|
HasCursor
public bool HasCursor { get; }Gets whether the "cursor" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
ParameterTypeCase
public GqlQueryParameter.ParameterTypeOneofCase ParameterTypeCase { get; }| Property Value | |
|---|---|
| Type | Description |
GqlQueryParameterParameterTypeOneofCase |
|
Value
public Value Value { get; set; }A value parameter.
| Property Value | |
|---|---|
| Type | Description |
Value |
|