fauna / fauna-dotnet

Fauna FQL v10 driver for C#
Mozilla Public License 2.0
1 stars 1 forks source link

feat(streaming): Add StreamOptions #162

Closed cynicaljoy closed 2 months ago

cynicaljoy commented 2 months ago

Description

Add StreamOptions to enable consumers to resume a Stream.

Motivation and context

Consumers need to provide the Token and Cursor in order to resume a Stream.

How was the change tested?

Included additional Integration Tests

Screenshots (if appropriate):

Change types

Checklist:


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.