couchbase
    Preparing search index...

    Interface CreateAnalyticsDataverseOptions

    interface CreateAnalyticsDataverseOptions {
        ignoreIfExists?: boolean;
        parentSpan?: RequestSpan;
        timeout?: number;
    }
    Index

    Properties

    ignoreIfExists?: boolean

    Whether or not the call should ignore the dataverse already existing when determining whether the call was successful.

    parentSpan?: RequestSpan

    Specifies the parent span for this specific operation.

    timeout?: number

    The timeout for this operation, represented in milliseconds.