Cloud Datastore Client - Class QueryInterface (2.0.6)

Reference documentation and code samples for the Cloud Datastore Client class QueryInterface.

Represents a Datastore Query.

Namespace

Google \ Cloud \ Datastore \ Query

Methods

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