object UpdateFlags

Annotations
@deprecated
Deprecated

(Since version 0.20.3) Internal: will be made private

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

Value Members

  1. val MultiUpdate: Int

    If set, the database will update all matching objects in the collection.

    If set, the database will update all matching objects in the collection. Otherwise only updates first matching doc.

  2. val Upsert: Int

    If set, the database will insert the supplied object into the collection if no matching document is found.