Builder

dappermongo.CollectionOps.Builder
See theBuilder companion object
trait Builder

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def createCollection(name: String, options: CreateCollectionOptions): ZIO[Any, Throwable, Unit]
def createView(name: String, viewOn: String, pipeline: Pipeline, options: CreateViewOptions): ZIO[Any, Throwable, Unit]
def drop(): ZIO[Collection, Throwable, Unit]