Table of Contents

Class CheckpointMode.Requests

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

Adopts a new and more efficient checkpoint protocol with better support for switching users on devices.

public sealed record CheckpointMode.Requests : CheckpointMode, IEquatable<CheckpointMode>, IEquatable<CheckpointMode.Requests>
Inheritance
CheckpointMode.Requests
Implements
Inherited Members

Constructors

Requests()

Use checkpoint requests with the default retry delay.

Requests(int)

Use checkpoint requests with a custom retry delay.

Properties

RetryDelayMs

The periodic interval before re-posting the latest checkpoint request to the service if it has not been applied in time.