collectionExists

abstract suspend fun collectionExists(name: String): Boolean

Whether a collection exists. Returns false (not an error) for a missing collection.

Throws

if the API key is missing or wrong.

if the request exceeds the configured timeout.

on a connection failure or server error.