Represents the options when subscribing to Fauna Event Feeds.
FeedOptions(string cursor, int? pageSize=null)
Initializes a new instance of the FeedOptions class with the specified cursor and optional page size.
FeedOptions(long startTs, int? pageSize=null)
Initializes a new instance of the FeedOptions class with the specified start timestamp and optional p...
FeedOptions(int pageSize)
Initializes a new instance of the FeedOptions class with the specified page size.
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.
int? PageSize
Limit page size for the Feed.