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.16.0+eeafbea0921243a5868b81984e1083a07c1f75bc
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.
DropDatabase7 A dropDatabase operation type.
See Also