property Datastore.MORE_RESULTS_AFTER_CURSOR

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

There may be more results after the specified end cursor.

Type

string

Usage

import { Datastore } from ".";