ChangeStreamFullDocumentOption Enumeration |
Namespace: MongoDB.Driver
Member name | Value | Description | |
---|---|---|---|
Default | 0 | Do not return the full document. | |
UpdateLookup | 1 | 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. |
Copyright © 2010-2015 MongoDB Inc.