Click or drag to resize

ChangeStreamOperationType Enumeration

The operation type of a change stream result.

Namespace:  MongoDB.Driver
Assembly:  MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.12.2+a4a3888f4fb51bb518b1eb5002effc2d47f2ea6a
Syntax
public enum ChangeStreamOperationType
Members
  Member nameValueDescription
Insert0 An insert operation type.
Update1 An update operation type.
Replace2 A replace operation type.
Delete3 A delete operation type.
Invalidate4 An invalidate operation type.
Rename5 A rename operation type.
Drop6 A drop operation type.
See Also