Class CursoredData<T>

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

Type Parameters

Hierarchy

  • CursoredData

Constructors

Properties

Constructors

Properties

list: T[] = []

The batch of data of the given type.

next: Cursor = ...

The cursor to the next batch of data.

Generated using TypeDoc