property Datastore.NO_MORE_RESULTS

This is one of three values which may be returned from Datastore#runQuery, Transaction#runQuery, and Query#run as info.moreResults.

There are no more results left to query for.

Type

string

Usage

import { Datastore } from ".";