couchbase
    Preparing search index...

    Interface GetAllReplicasOptions

    interface GetAllReplicasOptions {
        readPreference?: ReadPreference;
        timeout?: number;
        transcoder?: Transcoder;
    }
    Index

    Properties

    readPreference?: ReadPreference

    Specifies how replica nodes will be filtered.

    timeout?: number

    The timeout for this operation, represented in milliseconds.

    transcoder?: Transcoder

    Specifies an explicit transcoder to use for this specific operation.