couchbase-analytics
    Preparing search index...

    Class QueryHandle

    Represents a handle to a server-side async query. Provides methods to check status, and cancel the query.

    Index

    Methods

    • Cancels the async query on the server. Does not throw if the query has already been canceled or discarded (404).

      Parameters

      • Optional_options: CancelOptions

        The options to use for the cancel operation.

      Returns Promise<void>