@couchbase/lite-js
    Preparing search index...

    Interface Revision

    A document revision with its body.

    interface Revision {
        body: JSONObject;
        deleted?: 1;
        id: DocID;
        rev: RevID;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    The document body, containing app-specific properties.

    deleted?: 1

    1 if this is a deletion (tombstone).

    id: DocID

    The document ID (primary key)

    rev: RevID

    The revision ID