couchbase
    Preparing search index...

    Interface BuildQueryIndexOptions

    interface BuildQueryIndexOptions {
        collectionName?: string;
        scopeName?: string;
        timeout?: number;
    }
    Index

    Properties

    collectionName?: string

    Specifies the collection of this index.

    Use CollectionQueryIndexManager instead.

    scopeName?: string

    Specifies the collection scope of this index.

    Use CollectionQueryIndexManager instead.

    timeout?: number

    The timeout for this operation, represented in milliseconds.