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

A class representing a Fauna Event Stream. Additional queries will be made during enumeration. More...

Public Member Functions

async IAsyncEnumerator< Event< T > > GetAsyncEnumerator ()
 Gets an async enumerator for the stream.
 

Properties

string Token [get]
 The token for the event source.
 

Detailed Description

A class representing a Fauna Event Stream. Additional queries will be made during enumeration.

Template Parameters
TThe return type of the stream.
Type Constraints
T :notnull 

Definition at line 9 of file StreamEnumerable.cs.

Member Function Documentation

◆ GetAsyncEnumerator()

async IAsyncEnumerator< Event< T > > Fauna.Core.StreamEnumerable< T >.GetAsyncEnumerator ( )

Gets an async enumerator for the stream.

Returns
An async enumerator that yields Event<T>.

Definition at line 34 of file StreamEnumerable.cs.

Property Documentation

◆ Token

string Fauna.Core.StreamEnumerable< T >.Token
get

The token for the event source.

Definition at line 18 of file StreamEnumerable.cs.


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