Table of Contents

Property RemoteFactory

Namespace
PowerSync.Common.Client
Assembly
PowerSync.Common.dll

RemoteFactory

Optional factory for creating the Remote instance. Used for testing to inject mock implementations. If not provided, a default Remote will be created.

public Func<IPowerSyncBackendConnector, Remote>? RemoteFactory { get; set; }

Property Value

Func<IPowerSyncBackendConnector, Remote>