GeoLeaf Core API - v3.0.0
    Preparing search index...

    Ce que l'écriture optimiste a réellement fait.

    interface LocalEditTally {
        localId: string;
        entryId: string | null;
        queued: boolean;
        coalescedInto: string | null;
        annulled: boolean;
    }
    Index

    Properties

    localId: string
    entryId: string | null

    Identifiant de l'entrée d'outbox qui porte cette édition, ou null si annulée.

    queued: boolean

    Vrai quand une entrée NEUVE a été empilée. Faux quand l'édition a fusionné.

    coalescedInto: string | null

    Identifiant de l'entrée qui a absorbé cette édition, le cas échéant.

    annulled: boolean

    Vrai quand un create en attente et un delete se sont annulés.