CollectionIndexesManager

reactivemongo.api.indexes.CollectionIndexesManager$
See theCollectionIndexesManager companion trait

Factory for indexes manager scoped with a specified collection.

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def apply(db: DB, collectionName: String)(implicit ec: ExecutionContext): Aux[Pack]

Returns an indexes manager for specified collection.

Returns an indexes manager for specified collection.

Attributes

collectionName

the collection name

db

the database