couchbase
    Preparing search index...

    Interface GetUserOptions

    interface GetUserOptions {
        domainName?: string;
        parentSpan?: RequestSpan;
        timeout?: number;
    }
    Index

    Properties

    domainName?: string

    The domain to look in for the user.

    parentSpan?: RequestSpan

    Specifies the parent span for this specific operation.

    timeout?: number

    The timeout for this operation, represented in milliseconds.