UpdateType Enumeration |
Namespace: MongoDB.Driver.Core.Operations
Member name | Value | Description | |
---|---|---|---|
Unknown | 0 | The update type is unknown. | |
Update | 1 | This update uses an update specification to update an existing document. | |
Replacement | 2 | This update completely replaces an existing document with a new one. |