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.9.0+32b058abcdf2c7e8d9dd3a676d207b31897eee2e
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