MongoDriverInformation

io.github.zeal18.zio.mongodb.driver.MongoDriverInformation$

The options regarding collation support in MongoDB 3.4+

Attributes

Note:

Requires MongoDB 3.4 or greater

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Types

type Builder = Builder

MongoDriverInformation builder type

MongoDriverInformation builder type

Attributes

Value members

Concrete methods

Creates a builder for creating the MongoDriverInformation.

Creates a builder for creating the MongoDriverInformation.

Attributes

Returns:

a new Builder for creating the MongoDriverInformation.

def builder(mongoDriverInformation: MongoDriverInformation): Builder

Creates a builder for creating the MongoDriverInformation.

Creates a builder for creating the MongoDriverInformation.

Attributes

mongoDriverInformation

existing MongoDriverInformation to be extended.

Returns:

a new Builder for creating the MongoDriverInformation.