couchbase
    Preparing search index...

    Interface GetAndTouchOptions

    interface GetAndTouchOptions {
        parentSpan?: RequestSpan;
        timeout?: number;
        transcoder?: Transcoder;
    }
    Index

    Properties

    parentSpan?: RequestSpan

    Specifies the parent span for this specific operation.

    timeout?: number

    The timeout for this operation, represented in milliseconds.

    transcoder?: Transcoder

    Specifies an explicit transcoder to use for this specific operation.