# Functions
NewOperation converts a string operation to a strongly-typed Operation.
ProcessorFromParsed returns a mongodb processor from a parsed config.
ProcessorSpec defines the config spec of the mongodb processor.
# Constants
mongodb input component allowed operations.
mongodb input component allowed operations.
JSONMarshalModeCanonical Canonical BSON to JSON marshal mode.
JSONMarshalModeRelaxed Relaxed BSON to JSON marshal mode.
OperationDeleteMany Delete many operation.
OperationDeleteOne Delete One operation.
OperationFindOne Find one operation.
OperationInsertOne Insert One operation.
OperationInvalid Invalid operation.
OperationReplaceOne Replace one operation.
OperationUpdateOne Update one operation.
# Type aliases
JSONMarshalMode represents the way in which BSON should be marshalled to JSON.
Operation represents the operation that will be performed by MongoDB.