Module mongodb

Source

Modules§

send_bulk_write_command_future πŸ”’

Structs§

ClientGuard πŸ”’
An async-drop style Guard for mongodb::Client. Use this guard to hold a client, the client::shutdown is called in an async manner when the guard is dropped. Please be aware this is a β€œbest effort” style shutdown, which may not be successful if the tokio runtime is in the process of terminating. However, the server-side resources will be cleaned up eventually due to the session expiration. see this issue for more information
InsertCommandBuilder πŸ”’
MongodbConfig
MongodbPayloadWriter πŸ”’
MongodbSink
MongodbSinkWriter
UpsertCommandBuilder πŸ”’

Constants§

MONGODB_PK_NAME
MONGODB_SEND_FUTURE_BUFFER_MAX_SIZE πŸ”’
MONGODB_SINK

Statics§

LOG_SUPPERSSER πŸ”’

Functions§

_default_bulk_write_max_entries πŸ”’

Type Aliases§

MongodbNamespace πŸ”’
MongodbSinkDeliveryFuture