readConcern
Specifies the ReadConcern for this operation.
collections.find(
options = {
readConcern(ReadConcern.Local)
}
) {
User::name eq "David"
}
Content copied to clipboard
Specifies the ReadConcern for this operation.
collections.find(
options = {
readConcern(ReadConcern.Local)
}
) {
User::name eq "David"
}