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. | |
A class representing a Fauna Event Stream. Additional queries will be made during enumeration.
T | The return type of the stream. |
T | : | notnull |
Definition at line 9 of file StreamEnumerable.cs.
async IAsyncEnumerator< Event< T > > Fauna.Core.StreamEnumerable< T >.GetAsyncEnumerator | ( | ) |
Gets an async enumerator for the stream.
Definition at line 34 of file StreamEnumerable.cs.
|
get |
The token for the event source.
Definition at line 18 of file StreamEnumerable.cs.