Package

org.mongodb.scala.model

changestream

Permalink

package changestream

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

Type Members

  1. type ChangeStreamDocument[T] = com.mongodb.client.model.changestream.ChangeStreamDocument[T]

    Permalink

    Represents the $changeStream aggregation output document.

    Represents the $changeStream aggregation output document.

    Note: this class will not be applicable for all change stream outputs. If using custom pipelines that radically change the change stream result, then an alternative document format should be used.

  2. type FullDocument = com.mongodb.client.model.changestream.FullDocument

    Permalink

    Change Stream fullDocument configuration.

Value Members

  1. object F

    Permalink
  2. object FullDocument

    Permalink

    Change Stream fullDocument configuration.

    Change Stream fullDocument configuration.

    Determines what to return for update operations when using a Change Stream. Defaults to FullDocument.DEFAULT. When set to FullDocument.UPDATE_LOOKUP, the change stream for partial updates will include both a delta describing the changes to the document as well as a copy of the entire document that was changed from *some time<*> after the change occurred.

    Since

    2.4

    Note

    Requires MongoDB 3.6 or greater

Inherited from AnyRef

Inherited from Any

Ungrouped