Reference documentation and code samples for the Cloud Datastore Client class QueryInterface.
Represents a Datastore Query.
Namespace
Google \ Cloud \ Datastore \ QueryMethods
queryObject
See also:
| Returns | |
|---|---|
| Type | Description |
array |
|
queryKey
See also:
| Returns | |
|---|---|
| Type | Description |
string |
|
canPaginate
Indicate whether the query type supports automatic pagination
| Returns | |
|---|---|
| Type | Description |
bool |
|
start
Set the starting cursor.
| Parameter | |
|---|---|
| Name | Description |
cursor |
string
|
| Returns | |
|---|---|
| Type | Description |
void |
|