couchbase
    Preparing search index...

    Interface LookupInAllReplicasOptions

    interface LookupInAllReplicasOptions {
        readPreference?: ReadPreference;
        timeout?: number;
    }
    Index

    Properties

    readPreference?: ReadPreference

    Specifies how replica nodes will be filtered.

    timeout?: number

    The timeout for this operation, represented in milliseconds.