couchbase
    Preparing search index...

    Interface UpsertUserOptions

    interface UpsertUserOptions {
        domainName?: string;
        timeout?: number;
    }
    Index

    Properties

    domainName?: string

    The domain to upsert the user within.

    timeout?: number

    The timeout for this operation, represented in milliseconds.