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

    Interface RemoteRevisionInfo

    Metadata of a remote revision available to be pulled.

    interface RemoteRevisionInfo {
        bodySize: number | null;
        deleted: boolean;
        id: DocID;
        knownRevs?: RevID[];
        lostAccess?: LostAccess;
        remoteSequence: JSONValue;
        rev: RevID;
        skip?: boolean;
    }
    Index

    Properties

    bodySize: number | null
    deleted: boolean
    id: DocID
    knownRevs?: RevID[]
    lostAccess?: LostAccess
    remoteSequence: JSONValue
    rev: RevID
    skip?: boolean