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.14.0+2b37a1fe1cbdbe1a020b52b77f1197b6d77575e7
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