Using the Couchbase Analytics Python SDK
Synchronous API
Asynchronous API
AsyncQueryHandle
AsyncQueryResultHandle
AsyncQueryStatus
Awaitable[AsyncQueryStatus]
Awaitable
Cancel the query associated with the QueryHandle.
Awaitable[None]
None
Get all the results.
Awaitable[AsyncQueryResult]
AsyncQueryResult
Discard the query results associated with the AsyncQueryResultHandle.
bool