Fauna v10 .NET/C# Driver 1.0.0
 
Loading...
Searching...
No Matches
Properties | List of all members
Fauna.Core.FeedPage< T > Class Template Reference

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.
 

Detailed Description

Represents the response from Fauna Event Feed requests.

Template Parameters
T
Type Constraints
T :notnull 

Definition at line 13 of file FeedPage.cs.

Property Documentation

◆ Cursor

string Fauna.Core.FeedPage< T >.Cursor = null!
get

Cursor returned from the Feed.

Definition at line 23 of file FeedPage.cs.

◆ Events

List<Event<T> > Fauna.Core.FeedPage< T >.Events = []
get

List of Events returned by the Feed.

Definition at line 18 of file FeedPage.cs.

◆ HasNext

bool Fauna.Core.FeedPage< T >.HasNext
get

Indicates if there are more pages for pagination.

Definition at line 28 of file FeedPage.cs.

◆ Stats

QueryStats Fauna.Core.FeedPage< T >.Stats
get

Stats returned from the Feed.

Definition at line 33 of file FeedPage.cs.


The documentation for this class was generated from the following file: