{
    "content": [
        {
            "type": "text",
            "text": "# MongoDB::ReadConcern (perldoc)\n\n## NAME\n\nMongoDB::ReadConcern - Encapsulate and validate a read concern\n\n## SYNOPSIS\n\n$rc = MongoDB::ReadConcern->new(); # no defaults\n$rc = MongoDB::ReadConcern->new(\nlevel    => 'local',\n);\n\n## DESCRIPTION\n\nA Read Concern describes the constraints that MongoDB must satisfy when reading data. Read\nConcern was introduced in MongoDB 3.2.\n\n## Sections\n\n- **NAME**\n- **VERSION**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **ATTRIBUTES**\n- **AUTHORS**\n- **COPYRIGHT AND LICENSE**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "MongoDB::ReadConcern",
        "section": "",
        "mode": "perldoc",
        "summary": "MongoDB::ReadConcern - Encapsulate and validate a read concern",
        "synopsis": "$rc = MongoDB::ReadConcern->new(); # no defaults\n$rc = MongoDB::ReadConcern->new(\nlevel    => 'local',\n);",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "VERSION",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 6,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "ATTRIBUTES",
                "lines": 13,
                "subsections": []
            },
            {
                "name": "AUTHORS",
                "lines": 10,
                "subsections": []
            },
            {
                "name": "COPYRIGHT AND LICENSE",
                "lines": 6,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "MongoDB::ReadConcern - Encapsulate and validate a read concern\n",
                "subsections": []
            },
            "VERSION": {
                "content": "version v2.2.2\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "$rc = MongoDB::ReadConcern->new(); # no defaults\n\n$rc = MongoDB::ReadConcern->new(\nlevel    => 'local',\n);\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "A Read Concern describes the constraints that MongoDB must satisfy when reading data. Read\nConcern was introduced in MongoDB 3.2.\n",
                "subsections": []
            },
            "ATTRIBUTES": {
                "content": "level\nThe read concern level determines the consistency level required of data being read.\n\nThe default level is \"undef\", which means the server will use its configured default.\n\nIf the level is set to \"local\", reads will return the latest data a server has locally.\n\nAdditional levels are storage engine specific. See Read Concern\n<http://docs.mongodb.org/manual/search/?query=readConcern> in the MongoDB documentation for more\ndetails.\n\nThis may be set in a connection string with the the \"readConcernLevel\" option.\n",
                "subsections": []
            },
            "AUTHORS": {
                "content": "*   David Golden <david@mongodb.com>\n\n*   Rassi <rassi@mongodb.com>\n\n*   Mike Friedman <friedo@friedo.com>\n\n*   Kristina Chodorow <k.chodorow@gmail.com>\n\n*   Florian Ragwitz <rafl@debian.org>\n",
                "subsections": []
            },
            "COPYRIGHT AND LICENSE": {
                "content": "This software is Copyright (c) 2020 by MongoDB, Inc.\n\nThis is free software, licensed under:\n\nThe Apache License, Version 2.0, January 2004\n",
                "subsections": []
            }
        }
    }
}