Packages

o

org.mongodb.scala.model

ReturnDocument

object ReturnDocument

Indicates which document to return, the original document before change or the document after the change

Since

1.0

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

Value Members

  1. val AFTER: com.mongodb.client.model.ReturnDocument

    Indicates to return the document after the update, replacement, or insert occurred.

  2. val BEFORE: com.mongodb.client.model.ReturnDocument

    Indicates to return the document before the update, replacement, or insert occurred.