Class CursoredData<T>

The data that is fetched batch-wise using a cursor.

Type Parameters

Implements

Constructors

Properties

Methods

Constructors

Properties

list: T[]

The batch of data of the given type.

next: string

The cursor to the next batch of data.

Methods