Member Junction
    Preparing search index...

    Outcome of comparing a local partition→rollup map against a remote one.

    type PartitionDiff = {
        added: string[];
        changed: string[];
        removed: string[];
    }
    Index

    Properties

    Properties

    added: string[]

    Partitions present ONLY in the local map — new since the remote snapshot.

    changed: string[]

    Partitions present on BOTH sides whose rollup hash differs — need a deep re-sync.

    removed: string[]

    Partitions present ONLY in the remote map — removed since the remote snapshot.