Click or drag to resize

ChangeStreamFullDocumentOption Enumeration

Change stream FullDocument option.

Namespace:  MongoDB.Driver
Assembly:  MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.12.2+a4a3888f4fb51bb518b1eb5002effc2d47f2ea6a
Syntax
public enum ChangeStreamFullDocumentOption
Members
  Member nameValueDescription
Default0 Do not return the full document.
UpdateLookup1 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.
See Also