Represents a Fauna Event Feed. More...
Public Member Functions | |
async IAsyncEnumerator< FeedPage< T > > | GetAsyncEnumerator () |
Returns an enumerator that iterates through the Feed. | |
Properties | |
string? | Cursor [get] |
Current cursor for the Feed. | |
FeedPage< T >? | CurrentPage [get] |
The latest page returned from the Event Feed enumerator. | |
Represents a Fauna Event Feed.
T | Type to map each of the Events to. |
T | : | notnull |
Definition at line 10 of file FeedEnumerable.cs.
async IAsyncEnumerator< FeedPage< T > > Fauna.Core.FeedEnumerable< T >.GetAsyncEnumerator | ( | ) |
Returns an enumerator that iterates through the Feed.
Definition at line 40 of file FeedEnumerable.cs.
|
get |
The latest page returned from the Event Feed enumerator.
Definition at line 24 of file FeedEnumerable.cs.
|
get |
Current cursor for the Feed.
Definition at line 19 of file FeedEnumerable.cs.