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

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.
 

Detailed Description

Represents a Fauna Event Feed.

Template Parameters
TType to map each of the Events to.
Type Constraints
T :notnull 

Definition at line 10 of file FeedEnumerable.cs.

Member Function Documentation

◆ GetAsyncEnumerator()

async IAsyncEnumerator< FeedPage< T > > Fauna.Core.FeedEnumerable< T >.GetAsyncEnumerator ( )

Returns an enumerator that iterates through the Feed.

Returns
Event Page Enumerator

Definition at line 40 of file FeedEnumerable.cs.

Property Documentation

◆ CurrentPage

FeedPage<T>? Fauna.Core.FeedEnumerable< T >.CurrentPage
get

The latest page returned from the Event Feed enumerator.

Definition at line 24 of file FeedEnumerable.cs.

◆ Cursor

string? Fauna.Core.FeedEnumerable< T >.Cursor
get

Current cursor for the Feed.

Definition at line 19 of file FeedEnumerable.cs.


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