What the server's write-time near-duplicate match did with a remember()
(0.60.0; the wire has carried it since the M-05b release). Always present
on a successful write. matched: true means the fact was MERGED into an
existing row — cloudId then names that row, not a new one — so two
different writes can legitimately answer the same id; revived says the
merged-into row had been decay-archived and is live again. skipped says
why no match was attempted, or (target-vanished) why a match that was
found did not merge and a fresh row was minted instead. Typed optional so a
server behind this SDK cannot fail a consumer that reads it.
What the server's write-time near-duplicate match did with a
remember()(0.60.0; the wire has carried it since the M-05b release). Always present on a successful write.matched: truemeans the fact was MERGED into an existing row —cloudIdthen names that row, not a new one — so two different writes can legitimately answer the same id;revivedsays the merged-into row had been decay-archived and is live again.skippedsays why no match was attempted, or (target-vanished) why a match that was found did not merge and a fresh row was minted instead. Typed optional so a server behind this SDK cannot fail a consumer that reads it.