couchbase
    Preparing search index...

    Interface GetAndLockOptions

    interface GetAndLockOptions {
        timeout?: number;
        transcoder?: Transcoder;
    }
    Index

    Properties

    timeout?: number

    The timeout for this operation, represented in milliseconds.

    transcoder?: Transcoder

    Specifies an explicit transcoder to use for this specific operation.