couchbase
    Preparing search index...

    Interface LookupInAllReplicasOptions

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

    Properties

    parentSpan?: RequestSpan

    Specifies the parent span for this specific operation.

    readPreference?: ReadPreference

    Specifies how replica nodes will be filtered.

    timeout?: number

    The timeout for this operation, represented in milliseconds.