BaseOperations¶
interface BaseOperations
The common interface to all operations interfaces.
This interface provides no useful value to end-users.
Inheritors¶
Properties¶
context¶
@LowLevelApi
abstract val context: BsonContext
The full BSON configuration, used by the DSL to generate queries.
For more information, see BsonContext.