Represents the options when subscribing to Fauna Event Streams.
StreamOptions(string token, string cursor)
Initializes a new instance of the StreamOptions class with the specified token and cursor.
string? Token
Token for a Fauna event source.
StreamOptions(string token, long startTs)
Initializes a new instance of the StreamOptions class with the specified token and start timestamp.
Represents the options for a Fauna EventSource.
string? Cursor
Cursor returned from Fauna.
long? StartTs
Start timestamp returned for the feed. Used to resume the Feed.