Skip to main content

SyncStreamDescription

A description of a sync stream, consisting of its SyncStreamDescription.name and the SyncStreamDescription.parameters used when subscribing.

Extended by

Properties

PropertyTypeDescription
namestringThe name of the stream as it appears in the stream definition for the PowerSync service.
parametersRecord<string, any> | nullThe parameters used to subscribe to the stream, if any. The same stream can be subscribed to multiple times with different parameters.