Namespace PowerSync.Common.Client.Sync.Stream
Classes
- CoreStreamSubscription
An
ActiveStreamSubscriptionfrom the core extension + serialized progress information.
- Instruction
An internal instruction emitted by the sync client in the core extension in response to the SDK passing sync data into the extension.
- NonInterruptingInstruction
An Instruction that doesn't start or stop a sync iteration.
- SyncStreamSubscribeOptions
Options for subscribing to a sync stream.
- SyncSubscriptionDescription
Information about a subscribed sync stream. This includes the ISyncStreamDescription, along with information about the current sync status.
Structs
Interfaces
- ISyncStream
A handle to a ISyncStreamDescription that allows subscribing to the stream. To obtain an instance of ISyncStream, call SyncStream(string, Dictionary<string, object>?).
- ISyncStreamDescription
A description of a sync stream, consisting of its Name and the Parameters used when subscribing.
- ISyncStreamSubscription
Represents an active subscription to a sync stream.