5.202 UPTODATE_CURSOR_V1

The UPTODATE_CURSOR_V1 structure is a concrete type for the replication state relative to a given DC.

 typedef struct {
   UUID uuidDsa;
   USN usnHighPropUpdate;
 } UPTODATE_CURSOR_V1;

uuidDsa: The invocationId of the DC performing the update.

usnHighPropUpdate: The USN of the update on the updating DC.

A cursor c with c.uuidDsa = x and c.usnHighPropUpdate = y indicates a replication state that includes all changes originated by DC x at USN less than or equal to y.