read_concern – Tools for working with read concern.
Tools for working with read concerns.
class pymongo.read_concern.``ReadConcern(level=None)
| Parameters: |
|
|---|
New in version 3.2.
documentThe document representation of this read concern.
Note
ReadConcernis immutable. Mutating the value ofdocumentdoes not mutate thisReadConcern.levelThe read concern level.
ok_for_legacyReturn
Trueif this read concern is compatible with old wire protocol versions.
Previous topic
pool – Pool module for use with a MongoDB client.
Next topic
read_preferences – Utilities for choosing which member of a replica set to read from.