couchbase
    Preparing search index...

    Interface WatchQueryIndexOptions

    interface WatchQueryIndexOptions {
        collectionName?: string;
        scopeName?: string;
        watchPrimary?: boolean;
    }
    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.

    watchPrimary?: boolean

    Specifies whether the primary indexes should be watched as well.