Table of Contents

Method PostStreamRaw

Namespace
PowerSync.Common.Client.Sync.Stream
Assembly
PowerSync.Common.dll

PostStreamRaw(SyncStreamOptions)

Posts to the stream endpoint and returns a raw NDJSON stream that can be read line by line.

public virtual Task<Stream> PostStreamRaw(SyncStreamOptions options)

Parameters

options SyncStreamOptions

Returns

Task<Stream>