A class to represent a page of events from a Fauna stream.

Type Parameters

Constructors

Properties

Constructors

Properties

cursor: string
events: IterableIterator<StreamEventData<T>>
hasNext: boolean
stats?: QueryStats