couchbase
    Preparing search index...

    Interface DropQueryIndexOptions

    interface DropQueryIndexOptions {
        collectionName?: string;
        ignoreIfNotExists?: boolean;
        scopeName?: string;
        timeout?: number;
    }
    Index

    Properties

    collectionName?: string

    Specifies the collection of this index.

    Use CollectionQueryIndexManager instead.

    ignoreIfNotExists?: boolean

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

    scopeName?: string

    Specifies the collection scope of this index.

    Use CollectionQueryIndexManager instead.

    timeout?: number

    The timeout for this operation, represented in milliseconds.