Table of Contents

Property PostCheckpointRequest

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

PostCheckpointRequest

Posts a checkpoint request with the connector. Null when the connector doesn't support that, in which case the request is posted to the PowerSync service directly.

public Func<string, string, CancellationToken, Task<string>>? PostCheckpointRequest { get; init; }

Property Value

Func<string, string, CancellationToken, Task<string>>