Represents the response from Fauna Event Feed requests. More...
Properties | |
List< Event< T > > | Events = [] [get] |
List of Events returned by the Feed. | |
string | Cursor = null! [get] |
Cursor returned from the Feed. | |
bool | HasNext [get] |
Indicates if there are more pages for pagination. | |
QueryStats | Stats [get] |
Stats returned from the Feed. | |
Represents the response from Fauna Event Feed requests.
T |
T | : | notnull |
Definition at line 13 of file FeedPage.cs.
|
get |
Cursor returned from the Feed.
Definition at line 23 of file FeedPage.cs.
|
get |
List of Events returned by the Feed.
Definition at line 18 of file FeedPage.cs.
|
get |
Indicates if there are more pages for pagination.
Definition at line 28 of file FeedPage.cs.
|
get |
Stats returned from the Feed.
Definition at line 33 of file FeedPage.cs.