Packages

object IndexModel

A model describing the creation of a single index.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IndexModel
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def apply(keys: Bson, indexOptions: IndexOptions): IndexModel

    Construct an instance with the given keys and options.

    Construct an instance with the given keys and options.

    keys

    the index keys

    indexOptions

    the index options

    returns

    the IndexModel

  2. def apply(keys: Bson): IndexModel

    Construct an instance with the given keys.

    Construct an instance with the given keys.

    keys

    the index keys

    returns

    the IndexModel