Java com.mongodb.client.model.changestream FullDocument fields, constructors, methods, implement or subclass

Example usage for Java com.mongodb.client.model.changestream FullDocument fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.mongodb.client.model.changestream FullDocument.

The text is from its open source code.

Field

FullDocumentDEFAULT
Default

Returns the servers default value in the fullDocument field.

FullDocumentUPDATE_LOOKUP
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.