Interface OfflineReplaySyncConflictBinding

The replica identity a conflict is attributed to.

SyncConflictSummary requires a replica and a dataset; the durable edit queue partitions by an authorization-scope digest and a source id and knows neither. Rather than derive a replica identity the SDK cannot observe, the binding is an explicit caller input — the application registered the replica, so the application is the only honest source for it.

interface OfflineReplaySyncConflictBinding {
    datasetId: string;
    replicaId: string;
}

Properties

Properties

datasetId: string
replicaId: string