Toggle table of contents sidebar
client_options
– Read only configuration options for a MongoClient.¶
Tools to parse mongo client options.
See also
This module is compatible with both the synchronous and asynchronous PyMongo APIs.
Read only configuration options for an AsyncMongoClient/MongoClient.
Should not be instantiated directly by application developers. Access a client’s options via pymongo.mongo_client.AsyncMongoClient.options
or pymongo.mongo_client.MongoClient.options
instead.
A AutoEncryptionOpts
or None.
A CodecOptions
instance.
Whether to begin discovering a MongoDB topology automatically.
Whether to connect to the deployment in ‘Single’ topology.
The event listeners registered for this client.
See monitoring
for details.
Added in version 4.0.
The monitoring frequency in seconds.
True if the client was configured to connect to a load balancer.
The local threshold for this instance.
A PoolOptions
instance.
A ReadConcern
instance.
A read preference instance.
Replica set name or None.
If this instance should retry supported read operations.
If this instance should retry supported write operations.
The configured serverMonitoringMode option.
Added in version 4.5.
The server selection timeout for this instance in seconds.
The configured timeoutMS converted to seconds, or None.
Added in version 4.2.
A WriteConcern
instance.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4