diff --git a/.evergreen/config.in.yml b/.evergreen/config.in.yml index eff1b8b5b54..79d0fb3000b 100644 --- a/.evergreen/config.in.yml +++ b/.evergreen/config.in.yml @@ -301,7 +301,6 @@ functions: env: PROJECT_DIRECTORY: ${PROJECT_DIRECTORY} TS_VERSION: "next" - TRY_COMPILING_DRIVER: "false" # TODO(NODE-4293): Unskip compiling against next and fix 4.8 issues binary: bash args: - "${PROJECT_DIRECTORY}/.evergreen/run-typescript.sh" diff --git a/.evergreen/config.yml b/.evergreen/config.yml index 177aa08e4d6..44b4bceeddd 100644 --- a/.evergreen/config.yml +++ b/.evergreen/config.yml @@ -273,7 +273,6 @@ functions: env: PROJECT_DIRECTORY: ${PROJECT_DIRECTORY} TS_VERSION: next - TRY_COMPILING_DRIVER: 'false' binary: bash args: - ${PROJECT_DIRECTORY}/.evergreen/run-typescript.sh @@ -880,6 +879,45 @@ tasks: AUTH: auth - func: bootstrap kms servers - func: run tests + - name: test-rapid-server + tags: + - rapid + - server + commands: + - func: install dependencies + - func: bootstrap mongo-orchestration + vars: + VERSION: rapid + TOPOLOGY: server + AUTH: auth + - func: bootstrap kms servers + - func: run tests + - name: test-rapid-replica_set + tags: + - rapid + - replica_set + commands: + - func: install dependencies + - func: bootstrap mongo-orchestration + vars: + VERSION: rapid + TOPOLOGY: replica_set + AUTH: auth + - func: bootstrap kms servers + - func: run tests + - name: test-rapid-sharded_cluster + tags: + - rapid + - sharded_cluster + commands: + - func: install dependencies + - func: bootstrap mongo-orchestration + vars: + VERSION: rapid + TOPOLOGY: sharded_cluster + AUTH: auth + - func: bootstrap kms servers + - func: run tests - name: test-6.0-server tags: - '6.0' @@ -1643,7 +1681,7 @@ tasks: commands: - func: install dependencies vars: - NODE_LTS_NAME: fermium + NODE_LTS_NAME: gallium - func: run mongosh integration tests - name: run-custom-snappy-tests tags: @@ -1707,7 +1745,7 @@ tasks: - func: bootstrap kms servers - func: run custom csfle tests vars: - CSFLE_GIT_REF: 4e4613a0e725a8ba10f2c6ce8bff666e2f184549 + CSFLE_GIT_REF: c071d5a8d59ddcad40f22887a12bdb374c2f86af - name: run-custom-csfle-tests-5.0-master tags: - run-custom-dependency-tests @@ -1737,7 +1775,7 @@ tasks: - func: bootstrap kms servers - func: run custom csfle tests vars: - CSFLE_GIT_REF: 4e4613a0e725a8ba10f2c6ce8bff666e2f184549 + CSFLE_GIT_REF: c071d5a8d59ddcad40f22887a12bdb374c2f86af - name: run-custom-csfle-tests-rapid-master tags: - run-custom-dependency-tests @@ -1767,7 +1805,7 @@ tasks: - func: bootstrap kms servers - func: run custom csfle tests vars: - CSFLE_GIT_REF: 4e4613a0e725a8ba10f2c6ce8bff666e2f184549 + CSFLE_GIT_REF: c071d5a8d59ddcad40f22887a12bdb374c2f86af - name: run-custom-csfle-tests-latest-master tags: - run-custom-dependency-tests @@ -1825,6 +1863,48 @@ tasks: AUTH: noauth - func: bootstrap kms servers - func: run tests + - name: test-rapid-server-noauth + tags: + - rapid + - server + - noauth + commands: + - func: install dependencies + - func: bootstrap mongo-orchestration + vars: + VERSION: rapid + TOPOLOGY: server + AUTH: noauth + - func: bootstrap kms servers + - func: run tests + - name: test-rapid-replica_set-noauth + tags: + - rapid + - replica_set + - noauth + commands: + - func: install dependencies + - func: bootstrap mongo-orchestration + vars: + VERSION: rapid + TOPOLOGY: replica_set + AUTH: noauth + - func: bootstrap kms servers + - func: run tests + - name: test-rapid-sharded_cluster-noauth + tags: + - rapid + - sharded_cluster + - noauth + commands: + - func: install dependencies + - func: bootstrap mongo-orchestration + vars: + VERSION: rapid + TOPOLOGY: sharded_cluster + AUTH: noauth + - func: bootstrap kms servers + - func: run tests - name: test-6.0-server-noauth tags: - '6.0' @@ -2125,9 +2205,9 @@ post: ignore: - '*.md' buildvariants: - - name: macos-1014-erbium - display_name: macOS 10.14 Node Erbium - run_on: macos-1014 + - name: ubuntu-18.04-erbium + display_name: Ubuntu 18.04 Node Erbium + run_on: ubuntu1804-large expansions: NODE_LTS_NAME: erbium CLIENT_ENCRYPTION: true @@ -2156,6 +2236,9 @@ buildvariants: - test-latest-server-v1-api - test-atlas-connectivity - test-atlas-data-lake + - test-5.0-load-balanced + - test-6.0-load-balanced + - test-latest-load-balanced - test-auth-kerberos - test-auth-ldap - test-socks5 @@ -2167,27 +2250,20 @@ buildvariants: - test-tls-support-5.0 - test-tls-support-4.4 - test-tls-support-4.2 - - name: macos-1014-fermium - display_name: macOS 10.14 Node Fermium - run_on: macos-1014 + - name: ubuntu-18.04-fermium + display_name: Ubuntu 18.04 Node Fermium + run_on: ubuntu1804-large expansions: NODE_LTS_NAME: fermium CLIENT_ENCRYPTION: true tasks: *ref_0 - - name: macos-1014-gallium - display_name: macOS 10.14 Node Gallium - run_on: macos-1014 - expansions: - NODE_LTS_NAME: gallium - CLIENT_ENCRYPTION: true - tasks: *ref_0 - - name: ubuntu-18.04-erbium - display_name: Ubuntu 18.04 Node Erbium + - name: ubuntu-18.04-gallium + display_name: Ubuntu 18.04 Node Gallium run_on: ubuntu1804-large expansions: - NODE_LTS_NAME: erbium + NODE_LTS_NAME: gallium CLIENT_ENCRYPTION: true - tasks: &ref_1 + tasks: - test-latest-server - test-latest-replica_set - test-latest-sharded_cluster @@ -2219,34 +2295,18 @@ buildvariants: - test-auth-ldap - test-socks5 - test-socks5-tls - - test-zstd-compression - - test-snappy-compression - test-tls-support-latest - test-tls-support-6.0 - test-tls-support-5.0 - test-tls-support-4.4 - test-tls-support-4.2 - - name: ubuntu-18.04-fermium - display_name: Ubuntu 18.04 Node Fermium - run_on: ubuntu1804-large - expansions: - NODE_LTS_NAME: fermium - CLIENT_ENCRYPTION: true - tasks: *ref_1 - - name: ubuntu-18.04-gallium - display_name: Ubuntu 18.04 Node Gallium - run_on: ubuntu1804-large - expansions: - NODE_LTS_NAME: gallium - CLIENT_ENCRYPTION: true - tasks: *ref_1 - name: windows-64-vs2019-erbium display_name: Windows (VS2019) Node Erbium run_on: windows-64-vs2019-large expansions: NODE_LTS_NAME: erbium MSVS_VERSION: 2019 - tasks: &ref_2 + tasks: &ref_1 - test-latest-server - test-latest-replica_set - test-latest-sharded_cluster @@ -2285,14 +2345,52 @@ buildvariants: expansions: NODE_LTS_NAME: fermium MSVS_VERSION: 2019 - tasks: *ref_2 + tasks: *ref_1 - name: windows-64-vs2019-gallium display_name: Windows (VS2019) Node Gallium run_on: windows-64-vs2019-large expansions: NODE_LTS_NAME: gallium MSVS_VERSION: 2019 - tasks: *ref_2 + tasks: + - test-latest-server + - test-latest-replica_set + - test-latest-sharded_cluster + - test-6.0-server + - test-6.0-replica_set + - test-6.0-sharded_cluster + - test-5.0-server + - test-5.0-replica_set + - test-5.0-sharded_cluster + - test-4.4-server + - test-4.4-replica_set + - test-4.4-sharded_cluster + - test-4.2-server + - test-4.2-replica_set + - test-4.2-sharded_cluster + - test-4.0-server + - test-4.0-replica_set + - test-4.0-sharded_cluster + - test-3.6-server + - test-3.6-replica_set + - test-3.6-sharded_cluster + - test-latest-server-v1-api + - test-atlas-data-lake + - test-socks5 + - test-socks5-tls + - test-tls-support-latest + - test-tls-support-6.0 + - test-tls-support-5.0 + - test-tls-support-4.4 + - test-tls-support-4.2 + - name: macos-1100 + display_name: MacOS 11 Node Gallium + run_on: macos-1100 + expansions: + NODE_LTS_NAME: gallium + CLIENT_ENCRYPTION: true + tasks: + - test-rapid-server - name: lint display_name: lint run_on: ubuntu1804-large @@ -2366,6 +2464,9 @@ buildvariants: - test-latest-server-noauth - test-latest-replica_set-noauth - test-latest-sharded_cluster-noauth + - test-rapid-server-noauth + - test-rapid-replica_set-noauth + - test-rapid-sharded_cluster-noauth - test-6.0-server-noauth - test-6.0-replica_set-noauth - test-6.0-sharded_cluster-noauth diff --git a/.evergreen/generate_evergreen_tasks.js b/.evergreen/generate_evergreen_tasks.js index 773a6343529..cd3eaeb85c4 100644 --- a/.evergreen/generate_evergreen_tasks.js +++ b/.evergreen/generate_evergreen_tasks.js @@ -3,10 +3,11 @@ const fs = require('fs'); const yaml = require('js-yaml'); const LATEST_EFFECTIVE_VERSION = '6.0'; -const MONGODB_VERSIONS = ['latest', '6.0', '5.0', '4.4', '4.2', '4.0', '3.6']; +const MONGODB_VERSIONS = ['latest', 'rapid', '6.0', '5.0', '4.4', '4.2', '4.0', '3.6']; const NODE_VERSIONS = ['erbium', 'fermium', 'gallium']; NODE_VERSIONS.sort(); const LOWEST_LTS = NODE_VERSIONS[0]; +const LATEST_LTS = NODE_VERSIONS[NODE_VERSIONS.length - 1]; const TOPOLOGIES = ['server', 'replica_set', 'sharded_cluster']; const AWS_AUTH_VERSIONS = ['latest', '6.0', '5.0', '4.4']; @@ -15,11 +16,6 @@ const TLS_VERSIONS = ['latest', '6.0', '5.0', '4.4', '4.2']; const DEFAULT_OS = 'ubuntu1804-large'; const OPERATING_SYSTEMS = [ - { - name: 'macos-1014', - display_name: 'macOS 10.14', - run_on: 'macos-1014' - }, { name: 'ubuntu-18.04', display_name: 'Ubuntu 18.04', @@ -42,7 +38,6 @@ const OPERATING_SYSTEMS = [ // TODO: NODE-3060: enable skipped tests on windows const WINDOWS_SKIP_TAGS = new Set(['atlas-connect', 'auth', 'load_balancer']); -const MACOS_SKIP_TAGS = new Set(['load_balancer']); const TASKS = []; const SINGLETON_TASKS = []; @@ -227,7 +222,7 @@ TASKS.push( ] ); -['zstd', 'snappy'].forEach(compressor => { +for (const compressor of ['zstd', 'snappy']) { TASKS.push({ name: `test-${compressor}-compression`, tags: ['latest', compressor], @@ -245,7 +240,7 @@ TASKS.push( { func: 'run-compression-tests' } ] }); -}); +} TLS_VERSIONS.forEach(VERSION => { TASKS.push({ @@ -319,11 +314,9 @@ const getTaskList = (() => { .filter(task => { if (task.name.match(/^aws/)) return false; - // skip unsupported tasks on windows or macos if ( task.tags && - ((os.match(/^windows/) && task.tags.filter(tag => WINDOWS_SKIP_TAGS.has(tag)).length) || - (os.match(/^macos/) && task.tags.filter(tag => MACOS_SKIP_TAGS.has(tag)).length)) + (os.match(/^windows/) && task.tags.filter(tag => WINDOWS_SKIP_TAGS.has(tag)).length) ) { return false; } @@ -361,7 +354,7 @@ OPERATING_SYSTEMS.forEach( const tasks = getTaskList(mongoVersion, osName.split('-')[0]); testedNodeVersions.forEach(NODE_LTS_NAME => { - const nodeLtsDisplayName = `Node ${NODE_LTS_NAME[0].toUpperCase()}${NODE_LTS_NAME.substr(1)}`; + const nodeLtsDisplayName = `Node ${NODE_LTS_NAME[0].toUpperCase()}${NODE_LTS_NAME.slice(1)}`; const name = `${osName}-${NODE_LTS_NAME}`; const display_name = `${osDisplayName} ${nodeLtsDisplayName}`; const expansions = { NODE_LTS_NAME }; @@ -378,6 +371,17 @@ OPERATING_SYSTEMS.forEach( } ); +BUILD_VARIANTS.push({ + name: 'macos-1100', + display_name: `MacOS 11 Node ${LATEST_LTS[0].toUpperCase()}${LATEST_LTS.slice(1)}`, + run_on: 'macos-1100', + expansions: { + NODE_LTS_NAME: LATEST_LTS, + CLIENT_ENCRYPTION: true + }, + tasks: ['test-rapid-server'] +}); + // singleton build variant for linting SINGLETON_TASKS.push( ...[ @@ -479,7 +483,7 @@ SINGLETON_TASKS.push({ { func: 'install dependencies', vars: { - NODE_LTS_NAME: 'fermium' + NODE_LTS_NAME: 'gallium' } }, { func: 'run mongosh integration tests' } @@ -549,8 +553,8 @@ const oneOffFuncAsTasks = oneOffFuncs.map(oneOffFunc => ({ ] })); -[ '5.0', 'rapid', 'latest' ].forEach(version => { - [ '4e4613a0e725a8ba10f2c6ce8bff666e2f184549', 'master' ].forEach(ref => { +['5.0', 'rapid', 'latest'].forEach(version => { + ['c071d5a8d59ddcad40f22887a12bdb374c2f86af', 'master'].forEach(ref => { oneOffFuncAsTasks.push({ name: `run-custom-csfle-tests-${version}-${ref === 'master' ? ref : 'pinned-commit'}`, tags: ['run-custom-dependency-tests'], @@ -622,6 +626,15 @@ BUILD_VARIANTS.push({ tasks: AUTH_DISABLED_TASKS.map(({ name }) => name) }); +// TODO(NODE-4575): unskip zstd and snappy on node 16 +for (const variant of BUILD_VARIANTS.filter( + variant => variant.expansions && variant.expansions.NODE_LTS_NAME === 'gallium' +)) { + variant.tasks = variant.tasks.filter( + name => !['test-zstd-compression', 'test-snappy-compression'].includes(name) + ); +} + const fileData = yaml.load(fs.readFileSync(`${__dirname}/config.in.yml`, 'utf8')); fileData.tasks = (fileData.tasks || []) .concat(BASE_TASKS) diff --git a/.evergreen/run-mongosh-integration-tests.sh b/.evergreen/run-mongosh-integration-tests.sh index d6e2fa71c65..ec766a5c7ba 100644 --- a/.evergreen/run-mongosh-integration-tests.sh +++ b/.evergreen/run-mongosh-integration-tests.sh @@ -4,7 +4,14 @@ set -o xtrace # Write all commands first to stderr source "${PROJECT_DIRECTORY}/.evergreen/init-nvm.sh" +npm cache clear --force || true +npm i -g npm@8.x || true + npm pack | tee npm-pack.log + +npm cache clear --force || true +npm i -g npm@8.x || true + export TARBALL_FILENAME="$(tail -n1 npm-pack.log)" cd /tmp git clone --depth=10 https://github.com/mongodb-js/mongosh.git diff --git a/docs/404.html b/docs/404.html index a3a1f4a7551..6cb67492516 100644 --- a/docs/404.html +++ b/docs/404.html @@ -27,7 +27,7 @@ diff --git a/docs/Next/assets/search.js b/docs/Next/assets/search.js index a8a227be5cc..c1b67b8ee0d 100644 --- a/docs/Next/assets/search.js +++ b/docs/Next/assets/search.js @@ -1 +1 @@ -window.searchData = JSON.parse("{\"kinds\":{\"32\":\"Variable\",\"128\":\"Class\",\"256\":\"Interface\",\"512\":\"Constructor\",\"1024\":\"Property\",\"2048\":\"Method\",\"65536\":\"Type literal\",\"262144\":\"Accessor\",\"4194304\":\"Type alias\",\"8388608\":\"Event\"},\"rows\":[{\"id\":0,\"kind\":32,\"name\":\"ObjectID\",\"url\":\"modules.html#ObjectID\",\"classes\":\"tsd-kind-variable\"},{\"id\":1,\"kind\":4194304,\"name\":\"AnyBulkWriteOperation\",\"url\":\"modules.html#AnyBulkWriteOperation\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":2,\"kind\":256,\"name\":\"BulkWriteOptions\",\"url\":\"interfaces/BulkWriteOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":3,\"kind\":1024,\"name\":\"bypassDocumentValidation\",\"url\":\"interfaces/BulkWriteOptions.html#bypassDocumentValidation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BulkWriteOptions\"},{\"id\":4,\"kind\":1024,\"name\":\"ordered\",\"url\":\"interfaces/BulkWriteOptions.html#ordered\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BulkWriteOptions\"},{\"id\":5,\"kind\":1024,\"name\":\"keepGoing\",\"url\":\"interfaces/BulkWriteOptions.html#keepGoing\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BulkWriteOptions\"},{\"id\":6,\"kind\":1024,\"name\":\"forceServerObjectId\",\"url\":\"interfaces/BulkWriteOptions.html#forceServerObjectId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BulkWriteOptions\"},{\"id\":7,\"kind\":1024,\"name\":\"let\",\"url\":\"interfaces/BulkWriteOptions.html#let\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BulkWriteOptions\"},{\"id\":8,\"kind\":1024,\"name\":\"fullResponse\",\"url\":\"interfaces/BulkWriteOptions.html#fullResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"BulkWriteOptions\"},{\"id\":9,\"kind\":1024,\"name\":\"readConcern\",\"url\":\"interfaces/BulkWriteOptions.html#readConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"BulkWriteOptions\"},{\"id\":10,\"kind\":1024,\"name\":\"collation\",\"url\":\"interfaces/BulkWriteOptions.html#collation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"BulkWriteOptions\"},{\"id\":11,\"kind\":1024,\"name\":\"maxTimeMS\",\"url\":\"interfaces/BulkWriteOptions.html#maxTimeMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"BulkWriteOptions\"},{\"id\":12,\"kind\":1024,\"name\":\"comment\",\"url\":\"interfaces/BulkWriteOptions.html#comment\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"BulkWriteOptions\"},{\"id\":13,\"kind\":1024,\"name\":\"retryWrites\",\"url\":\"interfaces/BulkWriteOptions.html#retryWrites\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"BulkWriteOptions\"},{\"id\":14,\"kind\":1024,\"name\":\"dbName\",\"url\":\"interfaces/BulkWriteOptions.html#dbName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"BulkWriteOptions\"},{\"id\":15,\"kind\":1024,\"name\":\"authdb\",\"url\":\"interfaces/BulkWriteOptions.html#authdb\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"BulkWriteOptions\"},{\"id\":16,\"kind\":1024,\"name\":\"noResponse\",\"url\":\"interfaces/BulkWriteOptions.html#noResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"BulkWriteOptions\"},{\"id\":17,\"kind\":1024,\"name\":\"session\",\"url\":\"interfaces/BulkWriteOptions.html#session\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"BulkWriteOptions\"},{\"id\":18,\"kind\":1024,\"name\":\"willRetryWrite\",\"url\":\"interfaces/BulkWriteOptions.html#willRetryWrite\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"BulkWriteOptions\"},{\"id\":19,\"kind\":1024,\"name\":\"readPreference\",\"url\":\"interfaces/BulkWriteOptions.html#readPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"BulkWriteOptions\"},{\"id\":20,\"kind\":1024,\"name\":\"omitReadPreference\",\"url\":\"interfaces/BulkWriteOptions.html#omitReadPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"BulkWriteOptions\"},{\"id\":21,\"kind\":1024,\"name\":\"raw\",\"url\":\"interfaces/BulkWriteOptions.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"BulkWriteOptions\"},{\"id\":22,\"kind\":1024,\"name\":\"enableUtf8Validation\",\"url\":\"interfaces/BulkWriteOptions.html#enableUtf8Validation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"BulkWriteOptions\"},{\"id\":23,\"kind\":1024,\"name\":\"writeConcern\",\"url\":\"interfaces/BulkWriteOptions.html#writeConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"BulkWriteOptions\"},{\"id\":24,\"kind\":1024,\"name\":\"explain\",\"url\":\"interfaces/BulkWriteOptions.html#explain\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"BulkWriteOptions\"},{\"id\":25,\"kind\":128,\"name\":\"MongoBulkWriteError\",\"url\":\"classes/MongoBulkWriteError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":26,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/MongoBulkWriteError.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"MongoBulkWriteError\"},{\"id\":27,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MongoBulkWriteError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoBulkWriteError\"},{\"id\":28,\"kind\":1024,\"name\":\"result\",\"url\":\"classes/MongoBulkWriteError.html#result\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"MongoBulkWriteError\"},{\"id\":29,\"kind\":1024,\"name\":\"writeErrors\",\"url\":\"classes/MongoBulkWriteError.html#writeErrors\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"MongoBulkWriteError\"},{\"id\":30,\"kind\":1024,\"name\":\"err\",\"url\":\"classes/MongoBulkWriteError.html#err\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"MongoBulkWriteError\"},{\"id\":31,\"kind\":262144,\"name\":\"name\",\"url\":\"classes/MongoBulkWriteError.html#name\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoBulkWriteError\"},{\"id\":32,\"kind\":262144,\"name\":\"insertedCount\",\"url\":\"classes/MongoBulkWriteError.html#insertedCount\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"MongoBulkWriteError\"},{\"id\":33,\"kind\":262144,\"name\":\"matchedCount\",\"url\":\"classes/MongoBulkWriteError.html#matchedCount\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"MongoBulkWriteError\"},{\"id\":34,\"kind\":262144,\"name\":\"modifiedCount\",\"url\":\"classes/MongoBulkWriteError.html#modifiedCount\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"MongoBulkWriteError\"},{\"id\":35,\"kind\":262144,\"name\":\"deletedCount\",\"url\":\"classes/MongoBulkWriteError.html#deletedCount\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"MongoBulkWriteError\"},{\"id\":36,\"kind\":262144,\"name\":\"upsertedCount\",\"url\":\"classes/MongoBulkWriteError.html#upsertedCount\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"MongoBulkWriteError\"},{\"id\":37,\"kind\":262144,\"name\":\"insertedIds\",\"url\":\"classes/MongoBulkWriteError.html#insertedIds\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"MongoBulkWriteError\"},{\"id\":38,\"kind\":262144,\"name\":\"upsertedIds\",\"url\":\"classes/MongoBulkWriteError.html#upsertedIds\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"MongoBulkWriteError\"},{\"id\":39,\"kind\":1024,\"name\":\"codeName\",\"url\":\"classes/MongoBulkWriteError.html#codeName\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoBulkWriteError\"},{\"id\":40,\"kind\":1024,\"name\":\"writeConcernError\",\"url\":\"classes/MongoBulkWriteError.html#writeConcernError\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoBulkWriteError\"},{\"id\":41,\"kind\":1024,\"name\":\"errInfo\",\"url\":\"classes/MongoBulkWriteError.html#errInfo\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoBulkWriteError\"},{\"id\":42,\"kind\":1024,\"name\":\"ok\",\"url\":\"classes/MongoBulkWriteError.html#ok\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoBulkWriteError\"},{\"id\":43,\"kind\":1024,\"name\":\"code\",\"url\":\"classes/MongoBulkWriteError.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoBulkWriteError\"},{\"id\":44,\"kind\":1024,\"name\":\"topologyVersion\",\"url\":\"classes/MongoBulkWriteError.html#topologyVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoBulkWriteError\"},{\"id\":45,\"kind\":262144,\"name\":\"errmsg\",\"url\":\"classes/MongoBulkWriteError.html#errmsg\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoBulkWriteError\"},{\"id\":46,\"kind\":2048,\"name\":\"hasErrorLabel\",\"url\":\"classes/MongoBulkWriteError.html#hasErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoBulkWriteError\"},{\"id\":47,\"kind\":2048,\"name\":\"addErrorLabel\",\"url\":\"classes/MongoBulkWriteError.html#addErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoBulkWriteError\"},{\"id\":48,\"kind\":262144,\"name\":\"errorLabels\",\"url\":\"classes/MongoBulkWriteError.html#errorLabels\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoBulkWriteError\"},{\"id\":49,\"kind\":128,\"name\":\"MongoAPIError\",\"url\":\"classes/MongoAPIError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":50,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/MongoAPIError.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"MongoAPIError\"},{\"id\":51,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MongoAPIError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoAPIError\"},{\"id\":52,\"kind\":262144,\"name\":\"name\",\"url\":\"classes/MongoAPIError.html#name\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoAPIError\"},{\"id\":53,\"kind\":1024,\"name\":\"code\",\"url\":\"classes/MongoAPIError.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoAPIError\"},{\"id\":54,\"kind\":1024,\"name\":\"topologyVersion\",\"url\":\"classes/MongoAPIError.html#topologyVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoAPIError\"},{\"id\":55,\"kind\":262144,\"name\":\"errmsg\",\"url\":\"classes/MongoAPIError.html#errmsg\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoAPIError\"},{\"id\":56,\"kind\":2048,\"name\":\"hasErrorLabel\",\"url\":\"classes/MongoAPIError.html#hasErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoAPIError\"},{\"id\":57,\"kind\":2048,\"name\":\"addErrorLabel\",\"url\":\"classes/MongoAPIError.html#addErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoAPIError\"},{\"id\":58,\"kind\":262144,\"name\":\"errorLabels\",\"url\":\"classes/MongoAPIError.html#errorLabels\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoAPIError\"},{\"id\":59,\"kind\":128,\"name\":\"MongoAWSError\",\"url\":\"classes/MongoAWSError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":60,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/MongoAWSError.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"MongoAWSError\"},{\"id\":61,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MongoAWSError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoAWSError\"},{\"id\":62,\"kind\":262144,\"name\":\"name\",\"url\":\"classes/MongoAWSError.html#name\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoAWSError\"},{\"id\":63,\"kind\":1024,\"name\":\"code\",\"url\":\"classes/MongoAWSError.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoAWSError\"},{\"id\":64,\"kind\":1024,\"name\":\"topologyVersion\",\"url\":\"classes/MongoAWSError.html#topologyVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoAWSError\"},{\"id\":65,\"kind\":262144,\"name\":\"errmsg\",\"url\":\"classes/MongoAWSError.html#errmsg\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoAWSError\"},{\"id\":66,\"kind\":2048,\"name\":\"hasErrorLabel\",\"url\":\"classes/MongoAWSError.html#hasErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoAWSError\"},{\"id\":67,\"kind\":2048,\"name\":\"addErrorLabel\",\"url\":\"classes/MongoAWSError.html#addErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoAWSError\"},{\"id\":68,\"kind\":262144,\"name\":\"errorLabels\",\"url\":\"classes/MongoAWSError.html#errorLabels\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoAWSError\"},{\"id\":69,\"kind\":128,\"name\":\"MongoBatchReExecutionError\",\"url\":\"classes/MongoBatchReExecutionError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":70,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/MongoBatchReExecutionError.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"MongoBatchReExecutionError\"},{\"id\":71,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MongoBatchReExecutionError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoBatchReExecutionError\"},{\"id\":72,\"kind\":262144,\"name\":\"name\",\"url\":\"classes/MongoBatchReExecutionError.html#name\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoBatchReExecutionError\"},{\"id\":73,\"kind\":1024,\"name\":\"code\",\"url\":\"classes/MongoBatchReExecutionError.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoBatchReExecutionError\"},{\"id\":74,\"kind\":1024,\"name\":\"topologyVersion\",\"url\":\"classes/MongoBatchReExecutionError.html#topologyVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoBatchReExecutionError\"},{\"id\":75,\"kind\":262144,\"name\":\"errmsg\",\"url\":\"classes/MongoBatchReExecutionError.html#errmsg\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoBatchReExecutionError\"},{\"id\":76,\"kind\":2048,\"name\":\"hasErrorLabel\",\"url\":\"classes/MongoBatchReExecutionError.html#hasErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoBatchReExecutionError\"},{\"id\":77,\"kind\":2048,\"name\":\"addErrorLabel\",\"url\":\"classes/MongoBatchReExecutionError.html#addErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoBatchReExecutionError\"},{\"id\":78,\"kind\":262144,\"name\":\"errorLabels\",\"url\":\"classes/MongoBatchReExecutionError.html#errorLabels\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoBatchReExecutionError\"},{\"id\":79,\"kind\":128,\"name\":\"MongoChangeStreamError\",\"url\":\"classes/MongoChangeStreamError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":80,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/MongoChangeStreamError.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"MongoChangeStreamError\"},{\"id\":81,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MongoChangeStreamError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoChangeStreamError\"},{\"id\":82,\"kind\":262144,\"name\":\"name\",\"url\":\"classes/MongoChangeStreamError.html#name\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoChangeStreamError\"},{\"id\":83,\"kind\":1024,\"name\":\"code\",\"url\":\"classes/MongoChangeStreamError.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoChangeStreamError\"},{\"id\":84,\"kind\":1024,\"name\":\"topologyVersion\",\"url\":\"classes/MongoChangeStreamError.html#topologyVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoChangeStreamError\"},{\"id\":85,\"kind\":262144,\"name\":\"errmsg\",\"url\":\"classes/MongoChangeStreamError.html#errmsg\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoChangeStreamError\"},{\"id\":86,\"kind\":2048,\"name\":\"hasErrorLabel\",\"url\":\"classes/MongoChangeStreamError.html#hasErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoChangeStreamError\"},{\"id\":87,\"kind\":2048,\"name\":\"addErrorLabel\",\"url\":\"classes/MongoChangeStreamError.html#addErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoChangeStreamError\"},{\"id\":88,\"kind\":262144,\"name\":\"errorLabels\",\"url\":\"classes/MongoChangeStreamError.html#errorLabels\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoChangeStreamError\"},{\"id\":89,\"kind\":128,\"name\":\"MongoCompatibilityError\",\"url\":\"classes/MongoCompatibilityError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":90,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/MongoCompatibilityError.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"MongoCompatibilityError\"},{\"id\":91,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MongoCompatibilityError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoCompatibilityError\"},{\"id\":92,\"kind\":262144,\"name\":\"name\",\"url\":\"classes/MongoCompatibilityError.html#name\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoCompatibilityError\"},{\"id\":93,\"kind\":1024,\"name\":\"code\",\"url\":\"classes/MongoCompatibilityError.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoCompatibilityError\"},{\"id\":94,\"kind\":1024,\"name\":\"topologyVersion\",\"url\":\"classes/MongoCompatibilityError.html#topologyVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoCompatibilityError\"},{\"id\":95,\"kind\":262144,\"name\":\"errmsg\",\"url\":\"classes/MongoCompatibilityError.html#errmsg\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoCompatibilityError\"},{\"id\":96,\"kind\":2048,\"name\":\"hasErrorLabel\",\"url\":\"classes/MongoCompatibilityError.html#hasErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoCompatibilityError\"},{\"id\":97,\"kind\":2048,\"name\":\"addErrorLabel\",\"url\":\"classes/MongoCompatibilityError.html#addErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoCompatibilityError\"},{\"id\":98,\"kind\":262144,\"name\":\"errorLabels\",\"url\":\"classes/MongoCompatibilityError.html#errorLabels\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoCompatibilityError\"},{\"id\":99,\"kind\":128,\"name\":\"MongoCursorExhaustedError\",\"url\":\"classes/MongoCursorExhaustedError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":100,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/MongoCursorExhaustedError.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"MongoCursorExhaustedError\"},{\"id\":101,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MongoCursorExhaustedError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoCursorExhaustedError\"},{\"id\":102,\"kind\":262144,\"name\":\"name\",\"url\":\"classes/MongoCursorExhaustedError.html#name\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoCursorExhaustedError\"},{\"id\":103,\"kind\":1024,\"name\":\"code\",\"url\":\"classes/MongoCursorExhaustedError.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoCursorExhaustedError\"},{\"id\":104,\"kind\":1024,\"name\":\"topologyVersion\",\"url\":\"classes/MongoCursorExhaustedError.html#topologyVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoCursorExhaustedError\"},{\"id\":105,\"kind\":262144,\"name\":\"errmsg\",\"url\":\"classes/MongoCursorExhaustedError.html#errmsg\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoCursorExhaustedError\"},{\"id\":106,\"kind\":2048,\"name\":\"hasErrorLabel\",\"url\":\"classes/MongoCursorExhaustedError.html#hasErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoCursorExhaustedError\"},{\"id\":107,\"kind\":2048,\"name\":\"addErrorLabel\",\"url\":\"classes/MongoCursorExhaustedError.html#addErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoCursorExhaustedError\"},{\"id\":108,\"kind\":262144,\"name\":\"errorLabels\",\"url\":\"classes/MongoCursorExhaustedError.html#errorLabels\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoCursorExhaustedError\"},{\"id\":109,\"kind\":128,\"name\":\"MongoCursorInUseError\",\"url\":\"classes/MongoCursorInUseError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":110,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/MongoCursorInUseError.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"MongoCursorInUseError\"},{\"id\":111,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MongoCursorInUseError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoCursorInUseError\"},{\"id\":112,\"kind\":262144,\"name\":\"name\",\"url\":\"classes/MongoCursorInUseError.html#name\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoCursorInUseError\"},{\"id\":113,\"kind\":1024,\"name\":\"code\",\"url\":\"classes/MongoCursorInUseError.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoCursorInUseError\"},{\"id\":114,\"kind\":1024,\"name\":\"topologyVersion\",\"url\":\"classes/MongoCursorInUseError.html#topologyVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoCursorInUseError\"},{\"id\":115,\"kind\":262144,\"name\":\"errmsg\",\"url\":\"classes/MongoCursorInUseError.html#errmsg\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoCursorInUseError\"},{\"id\":116,\"kind\":2048,\"name\":\"hasErrorLabel\",\"url\":\"classes/MongoCursorInUseError.html#hasErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoCursorInUseError\"},{\"id\":117,\"kind\":2048,\"name\":\"addErrorLabel\",\"url\":\"classes/MongoCursorInUseError.html#addErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoCursorInUseError\"},{\"id\":118,\"kind\":262144,\"name\":\"errorLabels\",\"url\":\"classes/MongoCursorInUseError.html#errorLabels\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoCursorInUseError\"},{\"id\":119,\"kind\":128,\"name\":\"MongoDecompressionError\",\"url\":\"classes/MongoDecompressionError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":120,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/MongoDecompressionError.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"MongoDecompressionError\"},{\"id\":121,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MongoDecompressionError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoDecompressionError\"},{\"id\":122,\"kind\":262144,\"name\":\"name\",\"url\":\"classes/MongoDecompressionError.html#name\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoDecompressionError\"},{\"id\":123,\"kind\":1024,\"name\":\"code\",\"url\":\"classes/MongoDecompressionError.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoDecompressionError\"},{\"id\":124,\"kind\":1024,\"name\":\"topologyVersion\",\"url\":\"classes/MongoDecompressionError.html#topologyVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoDecompressionError\"},{\"id\":125,\"kind\":262144,\"name\":\"errmsg\",\"url\":\"classes/MongoDecompressionError.html#errmsg\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoDecompressionError\"},{\"id\":126,\"kind\":2048,\"name\":\"hasErrorLabel\",\"url\":\"classes/MongoDecompressionError.html#hasErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoDecompressionError\"},{\"id\":127,\"kind\":2048,\"name\":\"addErrorLabel\",\"url\":\"classes/MongoDecompressionError.html#addErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoDecompressionError\"},{\"id\":128,\"kind\":262144,\"name\":\"errorLabels\",\"url\":\"classes/MongoDecompressionError.html#errorLabels\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoDecompressionError\"},{\"id\":129,\"kind\":128,\"name\":\"MongoDriverError\",\"url\":\"classes/MongoDriverError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":130,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/MongoDriverError.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"MongoDriverError\"},{\"id\":131,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MongoDriverError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoDriverError\"},{\"id\":132,\"kind\":262144,\"name\":\"name\",\"url\":\"classes/MongoDriverError.html#name\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoDriverError\"},{\"id\":133,\"kind\":1024,\"name\":\"code\",\"url\":\"classes/MongoDriverError.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoDriverError\"},{\"id\":134,\"kind\":1024,\"name\":\"topologyVersion\",\"url\":\"classes/MongoDriverError.html#topologyVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoDriverError\"},{\"id\":135,\"kind\":262144,\"name\":\"errmsg\",\"url\":\"classes/MongoDriverError.html#errmsg\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoDriverError\"},{\"id\":136,\"kind\":2048,\"name\":\"hasErrorLabel\",\"url\":\"classes/MongoDriverError.html#hasErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoDriverError\"},{\"id\":137,\"kind\":2048,\"name\":\"addErrorLabel\",\"url\":\"classes/MongoDriverError.html#addErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoDriverError\"},{\"id\":138,\"kind\":262144,\"name\":\"errorLabels\",\"url\":\"classes/MongoDriverError.html#errorLabels\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoDriverError\"},{\"id\":139,\"kind\":128,\"name\":\"MongoError\",\"url\":\"classes/MongoError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":140,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/MongoError.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"MongoError\"},{\"id\":141,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MongoError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoError\"},{\"id\":142,\"kind\":1024,\"name\":\"code\",\"url\":\"classes/MongoError.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"MongoError\"},{\"id\":143,\"kind\":1024,\"name\":\"topologyVersion\",\"url\":\"classes/MongoError.html#topologyVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"MongoError\"},{\"id\":144,\"kind\":262144,\"name\":\"name\",\"url\":\"classes/MongoError.html#name\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoError\"},{\"id\":145,\"kind\":262144,\"name\":\"errmsg\",\"url\":\"classes/MongoError.html#errmsg\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"MongoError\"},{\"id\":146,\"kind\":2048,\"name\":\"hasErrorLabel\",\"url\":\"classes/MongoError.html#hasErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MongoError\"},{\"id\":147,\"kind\":2048,\"name\":\"addErrorLabel\",\"url\":\"classes/MongoError.html#addErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MongoError\"},{\"id\":148,\"kind\":262144,\"name\":\"errorLabels\",\"url\":\"classes/MongoError.html#errorLabels\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"MongoError\"},{\"id\":149,\"kind\":128,\"name\":\"MongoExpiredSessionError\",\"url\":\"classes/MongoExpiredSessionError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":150,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/MongoExpiredSessionError.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"MongoExpiredSessionError\"},{\"id\":151,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MongoExpiredSessionError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoExpiredSessionError\"},{\"id\":152,\"kind\":262144,\"name\":\"name\",\"url\":\"classes/MongoExpiredSessionError.html#name\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoExpiredSessionError\"},{\"id\":153,\"kind\":1024,\"name\":\"code\",\"url\":\"classes/MongoExpiredSessionError.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoExpiredSessionError\"},{\"id\":154,\"kind\":1024,\"name\":\"topologyVersion\",\"url\":\"classes/MongoExpiredSessionError.html#topologyVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoExpiredSessionError\"},{\"id\":155,\"kind\":262144,\"name\":\"errmsg\",\"url\":\"classes/MongoExpiredSessionError.html#errmsg\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoExpiredSessionError\"},{\"id\":156,\"kind\":2048,\"name\":\"hasErrorLabel\",\"url\":\"classes/MongoExpiredSessionError.html#hasErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoExpiredSessionError\"},{\"id\":157,\"kind\":2048,\"name\":\"addErrorLabel\",\"url\":\"classes/MongoExpiredSessionError.html#addErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoExpiredSessionError\"},{\"id\":158,\"kind\":262144,\"name\":\"errorLabels\",\"url\":\"classes/MongoExpiredSessionError.html#errorLabels\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoExpiredSessionError\"},{\"id\":159,\"kind\":128,\"name\":\"MongoGridFSChunkError\",\"url\":\"classes/MongoGridFSChunkError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":160,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/MongoGridFSChunkError.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"MongoGridFSChunkError\"},{\"id\":161,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MongoGridFSChunkError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoGridFSChunkError\"},{\"id\":162,\"kind\":262144,\"name\":\"name\",\"url\":\"classes/MongoGridFSChunkError.html#name\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoGridFSChunkError\"},{\"id\":163,\"kind\":1024,\"name\":\"code\",\"url\":\"classes/MongoGridFSChunkError.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoGridFSChunkError\"},{\"id\":164,\"kind\":1024,\"name\":\"topologyVersion\",\"url\":\"classes/MongoGridFSChunkError.html#topologyVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoGridFSChunkError\"},{\"id\":165,\"kind\":262144,\"name\":\"errmsg\",\"url\":\"classes/MongoGridFSChunkError.html#errmsg\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoGridFSChunkError\"},{\"id\":166,\"kind\":2048,\"name\":\"hasErrorLabel\",\"url\":\"classes/MongoGridFSChunkError.html#hasErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoGridFSChunkError\"},{\"id\":167,\"kind\":2048,\"name\":\"addErrorLabel\",\"url\":\"classes/MongoGridFSChunkError.html#addErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoGridFSChunkError\"},{\"id\":168,\"kind\":262144,\"name\":\"errorLabels\",\"url\":\"classes/MongoGridFSChunkError.html#errorLabels\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoGridFSChunkError\"},{\"id\":169,\"kind\":128,\"name\":\"MongoGridFSStreamError\",\"url\":\"classes/MongoGridFSStreamError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":170,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/MongoGridFSStreamError.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"MongoGridFSStreamError\"},{\"id\":171,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MongoGridFSStreamError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoGridFSStreamError\"},{\"id\":172,\"kind\":262144,\"name\":\"name\",\"url\":\"classes/MongoGridFSStreamError.html#name\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoGridFSStreamError\"},{\"id\":173,\"kind\":1024,\"name\":\"code\",\"url\":\"classes/MongoGridFSStreamError.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoGridFSStreamError\"},{\"id\":174,\"kind\":1024,\"name\":\"topologyVersion\",\"url\":\"classes/MongoGridFSStreamError.html#topologyVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoGridFSStreamError\"},{\"id\":175,\"kind\":262144,\"name\":\"errmsg\",\"url\":\"classes/MongoGridFSStreamError.html#errmsg\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoGridFSStreamError\"},{\"id\":176,\"kind\":2048,\"name\":\"hasErrorLabel\",\"url\":\"classes/MongoGridFSStreamError.html#hasErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoGridFSStreamError\"},{\"id\":177,\"kind\":2048,\"name\":\"addErrorLabel\",\"url\":\"classes/MongoGridFSStreamError.html#addErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoGridFSStreamError\"},{\"id\":178,\"kind\":262144,\"name\":\"errorLabels\",\"url\":\"classes/MongoGridFSStreamError.html#errorLabels\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoGridFSStreamError\"},{\"id\":179,\"kind\":128,\"name\":\"MongoInvalidArgumentError\",\"url\":\"classes/MongoInvalidArgumentError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":180,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/MongoInvalidArgumentError.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"MongoInvalidArgumentError\"},{\"id\":181,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MongoInvalidArgumentError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoInvalidArgumentError\"},{\"id\":182,\"kind\":262144,\"name\":\"name\",\"url\":\"classes/MongoInvalidArgumentError.html#name\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoInvalidArgumentError\"},{\"id\":183,\"kind\":1024,\"name\":\"code\",\"url\":\"classes/MongoInvalidArgumentError.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoInvalidArgumentError\"},{\"id\":184,\"kind\":1024,\"name\":\"topologyVersion\",\"url\":\"classes/MongoInvalidArgumentError.html#topologyVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoInvalidArgumentError\"},{\"id\":185,\"kind\":262144,\"name\":\"errmsg\",\"url\":\"classes/MongoInvalidArgumentError.html#errmsg\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoInvalidArgumentError\"},{\"id\":186,\"kind\":2048,\"name\":\"hasErrorLabel\",\"url\":\"classes/MongoInvalidArgumentError.html#hasErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoInvalidArgumentError\"},{\"id\":187,\"kind\":2048,\"name\":\"addErrorLabel\",\"url\":\"classes/MongoInvalidArgumentError.html#addErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoInvalidArgumentError\"},{\"id\":188,\"kind\":262144,\"name\":\"errorLabels\",\"url\":\"classes/MongoInvalidArgumentError.html#errorLabels\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoInvalidArgumentError\"},{\"id\":189,\"kind\":128,\"name\":\"MongoKerberosError\",\"url\":\"classes/MongoKerberosError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":190,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/MongoKerberosError.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"MongoKerberosError\"},{\"id\":191,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MongoKerberosError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoKerberosError\"},{\"id\":192,\"kind\":262144,\"name\":\"name\",\"url\":\"classes/MongoKerberosError.html#name\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoKerberosError\"},{\"id\":193,\"kind\":1024,\"name\":\"code\",\"url\":\"classes/MongoKerberosError.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoKerberosError\"},{\"id\":194,\"kind\":1024,\"name\":\"topologyVersion\",\"url\":\"classes/MongoKerberosError.html#topologyVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoKerberosError\"},{\"id\":195,\"kind\":262144,\"name\":\"errmsg\",\"url\":\"classes/MongoKerberosError.html#errmsg\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoKerberosError\"},{\"id\":196,\"kind\":2048,\"name\":\"hasErrorLabel\",\"url\":\"classes/MongoKerberosError.html#hasErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoKerberosError\"},{\"id\":197,\"kind\":2048,\"name\":\"addErrorLabel\",\"url\":\"classes/MongoKerberosError.html#addErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoKerberosError\"},{\"id\":198,\"kind\":262144,\"name\":\"errorLabels\",\"url\":\"classes/MongoKerberosError.html#errorLabels\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoKerberosError\"},{\"id\":199,\"kind\":128,\"name\":\"MongoMissingCredentialsError\",\"url\":\"classes/MongoMissingCredentialsError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":200,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/MongoMissingCredentialsError.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"MongoMissingCredentialsError\"},{\"id\":201,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MongoMissingCredentialsError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoMissingCredentialsError\"},{\"id\":202,\"kind\":262144,\"name\":\"name\",\"url\":\"classes/MongoMissingCredentialsError.html#name\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoMissingCredentialsError\"},{\"id\":203,\"kind\":1024,\"name\":\"code\",\"url\":\"classes/MongoMissingCredentialsError.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoMissingCredentialsError\"},{\"id\":204,\"kind\":1024,\"name\":\"topologyVersion\",\"url\":\"classes/MongoMissingCredentialsError.html#topologyVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoMissingCredentialsError\"},{\"id\":205,\"kind\":262144,\"name\":\"errmsg\",\"url\":\"classes/MongoMissingCredentialsError.html#errmsg\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoMissingCredentialsError\"},{\"id\":206,\"kind\":2048,\"name\":\"hasErrorLabel\",\"url\":\"classes/MongoMissingCredentialsError.html#hasErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoMissingCredentialsError\"},{\"id\":207,\"kind\":2048,\"name\":\"addErrorLabel\",\"url\":\"classes/MongoMissingCredentialsError.html#addErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoMissingCredentialsError\"},{\"id\":208,\"kind\":262144,\"name\":\"errorLabels\",\"url\":\"classes/MongoMissingCredentialsError.html#errorLabels\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoMissingCredentialsError\"},{\"id\":209,\"kind\":128,\"name\":\"MongoMissingDependencyError\",\"url\":\"classes/MongoMissingDependencyError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":210,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/MongoMissingDependencyError.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"MongoMissingDependencyError\"},{\"id\":211,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MongoMissingDependencyError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoMissingDependencyError\"},{\"id\":212,\"kind\":262144,\"name\":\"name\",\"url\":\"classes/MongoMissingDependencyError.html#name\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoMissingDependencyError\"},{\"id\":213,\"kind\":1024,\"name\":\"code\",\"url\":\"classes/MongoMissingDependencyError.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoMissingDependencyError\"},{\"id\":214,\"kind\":1024,\"name\":\"topologyVersion\",\"url\":\"classes/MongoMissingDependencyError.html#topologyVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoMissingDependencyError\"},{\"id\":215,\"kind\":262144,\"name\":\"errmsg\",\"url\":\"classes/MongoMissingDependencyError.html#errmsg\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoMissingDependencyError\"},{\"id\":216,\"kind\":2048,\"name\":\"hasErrorLabel\",\"url\":\"classes/MongoMissingDependencyError.html#hasErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoMissingDependencyError\"},{\"id\":217,\"kind\":2048,\"name\":\"addErrorLabel\",\"url\":\"classes/MongoMissingDependencyError.html#addErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoMissingDependencyError\"},{\"id\":218,\"kind\":262144,\"name\":\"errorLabels\",\"url\":\"classes/MongoMissingDependencyError.html#errorLabels\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoMissingDependencyError\"},{\"id\":219,\"kind\":128,\"name\":\"MongoNetworkError\",\"url\":\"classes/MongoNetworkError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":220,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/MongoNetworkError.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"MongoNetworkError\"},{\"id\":221,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MongoNetworkError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoNetworkError\"},{\"id\":222,\"kind\":262144,\"name\":\"name\",\"url\":\"classes/MongoNetworkError.html#name\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoNetworkError\"},{\"id\":223,\"kind\":1024,\"name\":\"code\",\"url\":\"classes/MongoNetworkError.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoNetworkError\"},{\"id\":224,\"kind\":1024,\"name\":\"topologyVersion\",\"url\":\"classes/MongoNetworkError.html#topologyVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoNetworkError\"},{\"id\":225,\"kind\":262144,\"name\":\"errmsg\",\"url\":\"classes/MongoNetworkError.html#errmsg\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoNetworkError\"},{\"id\":226,\"kind\":2048,\"name\":\"hasErrorLabel\",\"url\":\"classes/MongoNetworkError.html#hasErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoNetworkError\"},{\"id\":227,\"kind\":2048,\"name\":\"addErrorLabel\",\"url\":\"classes/MongoNetworkError.html#addErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoNetworkError\"},{\"id\":228,\"kind\":262144,\"name\":\"errorLabels\",\"url\":\"classes/MongoNetworkError.html#errorLabels\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoNetworkError\"},{\"id\":229,\"kind\":128,\"name\":\"MongoNetworkTimeoutError\",\"url\":\"classes/MongoNetworkTimeoutError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":230,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/MongoNetworkTimeoutError.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"MongoNetworkTimeoutError\"},{\"id\":231,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MongoNetworkTimeoutError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoNetworkTimeoutError\"},{\"id\":232,\"kind\":262144,\"name\":\"name\",\"url\":\"classes/MongoNetworkTimeoutError.html#name\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoNetworkTimeoutError\"},{\"id\":233,\"kind\":1024,\"name\":\"code\",\"url\":\"classes/MongoNetworkTimeoutError.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoNetworkTimeoutError\"},{\"id\":234,\"kind\":1024,\"name\":\"topologyVersion\",\"url\":\"classes/MongoNetworkTimeoutError.html#topologyVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoNetworkTimeoutError\"},{\"id\":235,\"kind\":262144,\"name\":\"errmsg\",\"url\":\"classes/MongoNetworkTimeoutError.html#errmsg\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoNetworkTimeoutError\"},{\"id\":236,\"kind\":2048,\"name\":\"hasErrorLabel\",\"url\":\"classes/MongoNetworkTimeoutError.html#hasErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoNetworkTimeoutError\"},{\"id\":237,\"kind\":2048,\"name\":\"addErrorLabel\",\"url\":\"classes/MongoNetworkTimeoutError.html#addErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoNetworkTimeoutError\"},{\"id\":238,\"kind\":262144,\"name\":\"errorLabels\",\"url\":\"classes/MongoNetworkTimeoutError.html#errorLabels\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoNetworkTimeoutError\"},{\"id\":239,\"kind\":128,\"name\":\"MongoNotConnectedError\",\"url\":\"classes/MongoNotConnectedError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":240,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/MongoNotConnectedError.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"MongoNotConnectedError\"},{\"id\":241,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MongoNotConnectedError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoNotConnectedError\"},{\"id\":242,\"kind\":262144,\"name\":\"name\",\"url\":\"classes/MongoNotConnectedError.html#name\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoNotConnectedError\"},{\"id\":243,\"kind\":1024,\"name\":\"code\",\"url\":\"classes/MongoNotConnectedError.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoNotConnectedError\"},{\"id\":244,\"kind\":1024,\"name\":\"topologyVersion\",\"url\":\"classes/MongoNotConnectedError.html#topologyVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoNotConnectedError\"},{\"id\":245,\"kind\":262144,\"name\":\"errmsg\",\"url\":\"classes/MongoNotConnectedError.html#errmsg\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoNotConnectedError\"},{\"id\":246,\"kind\":2048,\"name\":\"hasErrorLabel\",\"url\":\"classes/MongoNotConnectedError.html#hasErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoNotConnectedError\"},{\"id\":247,\"kind\":2048,\"name\":\"addErrorLabel\",\"url\":\"classes/MongoNotConnectedError.html#addErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoNotConnectedError\"},{\"id\":248,\"kind\":262144,\"name\":\"errorLabels\",\"url\":\"classes/MongoNotConnectedError.html#errorLabels\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoNotConnectedError\"},{\"id\":249,\"kind\":128,\"name\":\"MongoParseError\",\"url\":\"classes/MongoParseError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":250,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/MongoParseError.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"MongoParseError\"},{\"id\":251,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MongoParseError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoParseError\"},{\"id\":252,\"kind\":262144,\"name\":\"name\",\"url\":\"classes/MongoParseError.html#name\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoParseError\"},{\"id\":253,\"kind\":1024,\"name\":\"code\",\"url\":\"classes/MongoParseError.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoParseError\"},{\"id\":254,\"kind\":1024,\"name\":\"topologyVersion\",\"url\":\"classes/MongoParseError.html#topologyVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoParseError\"},{\"id\":255,\"kind\":262144,\"name\":\"errmsg\",\"url\":\"classes/MongoParseError.html#errmsg\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoParseError\"},{\"id\":256,\"kind\":2048,\"name\":\"hasErrorLabel\",\"url\":\"classes/MongoParseError.html#hasErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoParseError\"},{\"id\":257,\"kind\":2048,\"name\":\"addErrorLabel\",\"url\":\"classes/MongoParseError.html#addErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoParseError\"},{\"id\":258,\"kind\":262144,\"name\":\"errorLabels\",\"url\":\"classes/MongoParseError.html#errorLabels\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoParseError\"},{\"id\":259,\"kind\":128,\"name\":\"MongoRuntimeError\",\"url\":\"classes/MongoRuntimeError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":260,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/MongoRuntimeError.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"MongoRuntimeError\"},{\"id\":261,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MongoRuntimeError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoRuntimeError\"},{\"id\":262,\"kind\":262144,\"name\":\"name\",\"url\":\"classes/MongoRuntimeError.html#name\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoRuntimeError\"},{\"id\":263,\"kind\":1024,\"name\":\"code\",\"url\":\"classes/MongoRuntimeError.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoRuntimeError\"},{\"id\":264,\"kind\":1024,\"name\":\"topologyVersion\",\"url\":\"classes/MongoRuntimeError.html#topologyVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoRuntimeError\"},{\"id\":265,\"kind\":262144,\"name\":\"errmsg\",\"url\":\"classes/MongoRuntimeError.html#errmsg\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoRuntimeError\"},{\"id\":266,\"kind\":2048,\"name\":\"hasErrorLabel\",\"url\":\"classes/MongoRuntimeError.html#hasErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoRuntimeError\"},{\"id\":267,\"kind\":2048,\"name\":\"addErrorLabel\",\"url\":\"classes/MongoRuntimeError.html#addErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoRuntimeError\"},{\"id\":268,\"kind\":262144,\"name\":\"errorLabels\",\"url\":\"classes/MongoRuntimeError.html#errorLabels\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoRuntimeError\"},{\"id\":269,\"kind\":128,\"name\":\"MongoServerClosedError\",\"url\":\"classes/MongoServerClosedError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":270,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/MongoServerClosedError.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"MongoServerClosedError\"},{\"id\":271,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MongoServerClosedError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoServerClosedError\"},{\"id\":272,\"kind\":262144,\"name\":\"name\",\"url\":\"classes/MongoServerClosedError.html#name\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoServerClosedError\"},{\"id\":273,\"kind\":1024,\"name\":\"code\",\"url\":\"classes/MongoServerClosedError.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoServerClosedError\"},{\"id\":274,\"kind\":1024,\"name\":\"topologyVersion\",\"url\":\"classes/MongoServerClosedError.html#topologyVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoServerClosedError\"},{\"id\":275,\"kind\":262144,\"name\":\"errmsg\",\"url\":\"classes/MongoServerClosedError.html#errmsg\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoServerClosedError\"},{\"id\":276,\"kind\":2048,\"name\":\"hasErrorLabel\",\"url\":\"classes/MongoServerClosedError.html#hasErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoServerClosedError\"},{\"id\":277,\"kind\":2048,\"name\":\"addErrorLabel\",\"url\":\"classes/MongoServerClosedError.html#addErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoServerClosedError\"},{\"id\":278,\"kind\":262144,\"name\":\"errorLabels\",\"url\":\"classes/MongoServerClosedError.html#errorLabels\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoServerClosedError\"},{\"id\":279,\"kind\":128,\"name\":\"MongoServerError\",\"url\":\"classes/MongoServerError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":280,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/MongoServerError.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"MongoServerError\"},{\"id\":281,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MongoServerError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoServerError\"},{\"id\":282,\"kind\":1024,\"name\":\"codeName\",\"url\":\"classes/MongoServerError.html#codeName\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"MongoServerError\"},{\"id\":283,\"kind\":1024,\"name\":\"writeConcernError\",\"url\":\"classes/MongoServerError.html#writeConcernError\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"MongoServerError\"},{\"id\":284,\"kind\":1024,\"name\":\"errInfo\",\"url\":\"classes/MongoServerError.html#errInfo\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"MongoServerError\"},{\"id\":285,\"kind\":1024,\"name\":\"ok\",\"url\":\"classes/MongoServerError.html#ok\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"MongoServerError\"},{\"id\":286,\"kind\":262144,\"name\":\"name\",\"url\":\"classes/MongoServerError.html#name\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoServerError\"},{\"id\":287,\"kind\":1024,\"name\":\"code\",\"url\":\"classes/MongoServerError.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoServerError\"},{\"id\":288,\"kind\":1024,\"name\":\"topologyVersion\",\"url\":\"classes/MongoServerError.html#topologyVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoServerError\"},{\"id\":289,\"kind\":262144,\"name\":\"errmsg\",\"url\":\"classes/MongoServerError.html#errmsg\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoServerError\"},{\"id\":290,\"kind\":2048,\"name\":\"hasErrorLabel\",\"url\":\"classes/MongoServerError.html#hasErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoServerError\"},{\"id\":291,\"kind\":2048,\"name\":\"addErrorLabel\",\"url\":\"classes/MongoServerError.html#addErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoServerError\"},{\"id\":292,\"kind\":262144,\"name\":\"errorLabels\",\"url\":\"classes/MongoServerError.html#errorLabels\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoServerError\"},{\"id\":293,\"kind\":128,\"name\":\"MongoServerSelectionError\",\"url\":\"classes/MongoServerSelectionError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":294,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/MongoServerSelectionError.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"MongoServerSelectionError\"},{\"id\":295,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MongoServerSelectionError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoServerSelectionError\"},{\"id\":296,\"kind\":262144,\"name\":\"name\",\"url\":\"classes/MongoServerSelectionError.html#name\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoServerSelectionError\"},{\"id\":297,\"kind\":1024,\"name\":\"reason\",\"url\":\"classes/MongoServerSelectionError.html#reason\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoServerSelectionError\"},{\"id\":298,\"kind\":1024,\"name\":\"code\",\"url\":\"classes/MongoServerSelectionError.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoServerSelectionError\"},{\"id\":299,\"kind\":1024,\"name\":\"topologyVersion\",\"url\":\"classes/MongoServerSelectionError.html#topologyVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoServerSelectionError\"},{\"id\":300,\"kind\":262144,\"name\":\"errmsg\",\"url\":\"classes/MongoServerSelectionError.html#errmsg\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoServerSelectionError\"},{\"id\":301,\"kind\":2048,\"name\":\"hasErrorLabel\",\"url\":\"classes/MongoServerSelectionError.html#hasErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoServerSelectionError\"},{\"id\":302,\"kind\":2048,\"name\":\"addErrorLabel\",\"url\":\"classes/MongoServerSelectionError.html#addErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoServerSelectionError\"},{\"id\":303,\"kind\":262144,\"name\":\"errorLabels\",\"url\":\"classes/MongoServerSelectionError.html#errorLabels\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoServerSelectionError\"},{\"id\":304,\"kind\":128,\"name\":\"MongoSystemError\",\"url\":\"classes/MongoSystemError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":305,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/MongoSystemError.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"MongoSystemError\"},{\"id\":306,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MongoSystemError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoSystemError\"},{\"id\":307,\"kind\":1024,\"name\":\"reason\",\"url\":\"classes/MongoSystemError.html#reason\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"MongoSystemError\"},{\"id\":308,\"kind\":262144,\"name\":\"name\",\"url\":\"classes/MongoSystemError.html#name\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoSystemError\"},{\"id\":309,\"kind\":1024,\"name\":\"code\",\"url\":\"classes/MongoSystemError.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoSystemError\"},{\"id\":310,\"kind\":1024,\"name\":\"topologyVersion\",\"url\":\"classes/MongoSystemError.html#topologyVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoSystemError\"},{\"id\":311,\"kind\":262144,\"name\":\"errmsg\",\"url\":\"classes/MongoSystemError.html#errmsg\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoSystemError\"},{\"id\":312,\"kind\":2048,\"name\":\"hasErrorLabel\",\"url\":\"classes/MongoSystemError.html#hasErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoSystemError\"},{\"id\":313,\"kind\":2048,\"name\":\"addErrorLabel\",\"url\":\"classes/MongoSystemError.html#addErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoSystemError\"},{\"id\":314,\"kind\":262144,\"name\":\"errorLabels\",\"url\":\"classes/MongoSystemError.html#errorLabels\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoSystemError\"},{\"id\":315,\"kind\":128,\"name\":\"MongoTailableCursorError\",\"url\":\"classes/MongoTailableCursorError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":316,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/MongoTailableCursorError.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"MongoTailableCursorError\"},{\"id\":317,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MongoTailableCursorError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoTailableCursorError\"},{\"id\":318,\"kind\":262144,\"name\":\"name\",\"url\":\"classes/MongoTailableCursorError.html#name\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoTailableCursorError\"},{\"id\":319,\"kind\":1024,\"name\":\"code\",\"url\":\"classes/MongoTailableCursorError.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoTailableCursorError\"},{\"id\":320,\"kind\":1024,\"name\":\"topologyVersion\",\"url\":\"classes/MongoTailableCursorError.html#topologyVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoTailableCursorError\"},{\"id\":321,\"kind\":262144,\"name\":\"errmsg\",\"url\":\"classes/MongoTailableCursorError.html#errmsg\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoTailableCursorError\"},{\"id\":322,\"kind\":2048,\"name\":\"hasErrorLabel\",\"url\":\"classes/MongoTailableCursorError.html#hasErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoTailableCursorError\"},{\"id\":323,\"kind\":2048,\"name\":\"addErrorLabel\",\"url\":\"classes/MongoTailableCursorError.html#addErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoTailableCursorError\"},{\"id\":324,\"kind\":262144,\"name\":\"errorLabels\",\"url\":\"classes/MongoTailableCursorError.html#errorLabels\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoTailableCursorError\"},{\"id\":325,\"kind\":128,\"name\":\"MongoTopologyClosedError\",\"url\":\"classes/MongoTopologyClosedError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":326,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/MongoTopologyClosedError.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"MongoTopologyClosedError\"},{\"id\":327,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MongoTopologyClosedError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoTopologyClosedError\"},{\"id\":328,\"kind\":262144,\"name\":\"name\",\"url\":\"classes/MongoTopologyClosedError.html#name\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoTopologyClosedError\"},{\"id\":329,\"kind\":1024,\"name\":\"code\",\"url\":\"classes/MongoTopologyClosedError.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoTopologyClosedError\"},{\"id\":330,\"kind\":1024,\"name\":\"topologyVersion\",\"url\":\"classes/MongoTopologyClosedError.html#topologyVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoTopologyClosedError\"},{\"id\":331,\"kind\":262144,\"name\":\"errmsg\",\"url\":\"classes/MongoTopologyClosedError.html#errmsg\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoTopologyClosedError\"},{\"id\":332,\"kind\":2048,\"name\":\"hasErrorLabel\",\"url\":\"classes/MongoTopologyClosedError.html#hasErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoTopologyClosedError\"},{\"id\":333,\"kind\":2048,\"name\":\"addErrorLabel\",\"url\":\"classes/MongoTopologyClosedError.html#addErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoTopologyClosedError\"},{\"id\":334,\"kind\":262144,\"name\":\"errorLabels\",\"url\":\"classes/MongoTopologyClosedError.html#errorLabels\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoTopologyClosedError\"},{\"id\":335,\"kind\":128,\"name\":\"MongoTransactionError\",\"url\":\"classes/MongoTransactionError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":336,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/MongoTransactionError.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"MongoTransactionError\"},{\"id\":337,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MongoTransactionError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoTransactionError\"},{\"id\":338,\"kind\":262144,\"name\":\"name\",\"url\":\"classes/MongoTransactionError.html#name\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoTransactionError\"},{\"id\":339,\"kind\":1024,\"name\":\"code\",\"url\":\"classes/MongoTransactionError.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoTransactionError\"},{\"id\":340,\"kind\":1024,\"name\":\"topologyVersion\",\"url\":\"classes/MongoTransactionError.html#topologyVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoTransactionError\"},{\"id\":341,\"kind\":262144,\"name\":\"errmsg\",\"url\":\"classes/MongoTransactionError.html#errmsg\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoTransactionError\"},{\"id\":342,\"kind\":2048,\"name\":\"hasErrorLabel\",\"url\":\"classes/MongoTransactionError.html#hasErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoTransactionError\"},{\"id\":343,\"kind\":2048,\"name\":\"addErrorLabel\",\"url\":\"classes/MongoTransactionError.html#addErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoTransactionError\"},{\"id\":344,\"kind\":262144,\"name\":\"errorLabels\",\"url\":\"classes/MongoTransactionError.html#errorLabels\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoTransactionError\"},{\"id\":345,\"kind\":128,\"name\":\"MongoUnexpectedServerResponseError\",\"url\":\"classes/MongoUnexpectedServerResponseError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":346,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/MongoUnexpectedServerResponseError.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"MongoUnexpectedServerResponseError\"},{\"id\":347,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MongoUnexpectedServerResponseError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoUnexpectedServerResponseError\"},{\"id\":348,\"kind\":262144,\"name\":\"name\",\"url\":\"classes/MongoUnexpectedServerResponseError.html#name\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoUnexpectedServerResponseError\"},{\"id\":349,\"kind\":1024,\"name\":\"code\",\"url\":\"classes/MongoUnexpectedServerResponseError.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoUnexpectedServerResponseError\"},{\"id\":350,\"kind\":1024,\"name\":\"topologyVersion\",\"url\":\"classes/MongoUnexpectedServerResponseError.html#topologyVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoUnexpectedServerResponseError\"},{\"id\":351,\"kind\":262144,\"name\":\"errmsg\",\"url\":\"classes/MongoUnexpectedServerResponseError.html#errmsg\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoUnexpectedServerResponseError\"},{\"id\":352,\"kind\":2048,\"name\":\"hasErrorLabel\",\"url\":\"classes/MongoUnexpectedServerResponseError.html#hasErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoUnexpectedServerResponseError\"},{\"id\":353,\"kind\":2048,\"name\":\"addErrorLabel\",\"url\":\"classes/MongoUnexpectedServerResponseError.html#addErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoUnexpectedServerResponseError\"},{\"id\":354,\"kind\":262144,\"name\":\"errorLabels\",\"url\":\"classes/MongoUnexpectedServerResponseError.html#errorLabels\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoUnexpectedServerResponseError\"},{\"id\":355,\"kind\":128,\"name\":\"MongoWriteConcernError\",\"url\":\"classes/MongoWriteConcernError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":356,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/MongoWriteConcernError.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"MongoWriteConcernError\"},{\"id\":357,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MongoWriteConcernError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoWriteConcernError\"},{\"id\":358,\"kind\":1024,\"name\":\"result\",\"url\":\"classes/MongoWriteConcernError.html#result\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"MongoWriteConcernError\"},{\"id\":359,\"kind\":262144,\"name\":\"name\",\"url\":\"classes/MongoWriteConcernError.html#name\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoWriteConcernError\"},{\"id\":360,\"kind\":1024,\"name\":\"codeName\",\"url\":\"classes/MongoWriteConcernError.html#codeName\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoWriteConcernError\"},{\"id\":361,\"kind\":1024,\"name\":\"writeConcernError\",\"url\":\"classes/MongoWriteConcernError.html#writeConcernError\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoWriteConcernError\"},{\"id\":362,\"kind\":1024,\"name\":\"errInfo\",\"url\":\"classes/MongoWriteConcernError.html#errInfo\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoWriteConcernError\"},{\"id\":363,\"kind\":1024,\"name\":\"ok\",\"url\":\"classes/MongoWriteConcernError.html#ok\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoWriteConcernError\"},{\"id\":364,\"kind\":1024,\"name\":\"code\",\"url\":\"classes/MongoWriteConcernError.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoWriteConcernError\"},{\"id\":365,\"kind\":1024,\"name\":\"topologyVersion\",\"url\":\"classes/MongoWriteConcernError.html#topologyVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoWriteConcernError\"},{\"id\":366,\"kind\":262144,\"name\":\"errmsg\",\"url\":\"classes/MongoWriteConcernError.html#errmsg\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoWriteConcernError\"},{\"id\":367,\"kind\":2048,\"name\":\"hasErrorLabel\",\"url\":\"classes/MongoWriteConcernError.html#hasErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoWriteConcernError\"},{\"id\":368,\"kind\":2048,\"name\":\"addErrorLabel\",\"url\":\"classes/MongoWriteConcernError.html#addErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoWriteConcernError\"},{\"id\":369,\"kind\":262144,\"name\":\"errorLabels\",\"url\":\"classes/MongoWriteConcernError.html#errorLabels\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoWriteConcernError\"},{\"id\":370,\"kind\":128,\"name\":\"AbstractCursor\",\"url\":\"classes/AbstractCursor.html\",\"classes\":\"tsd-kind-class tsd-has-type-parameter\"},{\"id\":371,\"kind\":8388608,\"name\":\"CLOSE\",\"url\":\"classes/AbstractCursor.html#CLOSE\",\"classes\":\"tsd-kind-event tsd-parent-kind-class tsd-is-static\",\"parent\":\"AbstractCursor\"},{\"id\":372,\"kind\":262144,\"name\":\"id\",\"url\":\"classes/AbstractCursor.html#id\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"AbstractCursor\"},{\"id\":373,\"kind\":262144,\"name\":\"namespace\",\"url\":\"classes/AbstractCursor.html#namespace\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"AbstractCursor\"},{\"id\":374,\"kind\":262144,\"name\":\"readPreference\",\"url\":\"classes/AbstractCursor.html#readPreference\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"AbstractCursor\"},{\"id\":375,\"kind\":262144,\"name\":\"readConcern\",\"url\":\"classes/AbstractCursor.html#readConcern\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"AbstractCursor\"},{\"id\":376,\"kind\":262144,\"name\":\"closed\",\"url\":\"classes/AbstractCursor.html#closed\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"AbstractCursor\"},{\"id\":377,\"kind\":262144,\"name\":\"killed\",\"url\":\"classes/AbstractCursor.html#killed\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"AbstractCursor\"},{\"id\":378,\"kind\":262144,\"name\":\"loadBalanced\",\"url\":\"classes/AbstractCursor.html#loadBalanced\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"AbstractCursor\"},{\"id\":379,\"kind\":2048,\"name\":\"bufferedCount\",\"url\":\"classes/AbstractCursor.html#bufferedCount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AbstractCursor\"},{\"id\":380,\"kind\":2048,\"name\":\"readBufferedDocuments\",\"url\":\"classes/AbstractCursor.html#readBufferedDocuments\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AbstractCursor\"},{\"id\":381,\"kind\":2048,\"name\":\"stream\",\"url\":\"classes/AbstractCursor.html#stream\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AbstractCursor\"},{\"id\":382,\"kind\":2048,\"name\":\"hasNext\",\"url\":\"classes/AbstractCursor.html#hasNext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AbstractCursor\"},{\"id\":383,\"kind\":2048,\"name\":\"next\",\"url\":\"classes/AbstractCursor.html#next\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AbstractCursor\"},{\"id\":384,\"kind\":2048,\"name\":\"tryNext\",\"url\":\"classes/AbstractCursor.html#tryNext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AbstractCursor\"},{\"id\":385,\"kind\":2048,\"name\":\"forEach\",\"url\":\"classes/AbstractCursor.html#forEach\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AbstractCursor\"},{\"id\":386,\"kind\":2048,\"name\":\"close\",\"url\":\"classes/AbstractCursor.html#close\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AbstractCursor\"},{\"id\":387,\"kind\":2048,\"name\":\"toArray\",\"url\":\"classes/AbstractCursor.html#toArray\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AbstractCursor\"},{\"id\":388,\"kind\":2048,\"name\":\"addCursorFlag\",\"url\":\"classes/AbstractCursor.html#addCursorFlag\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AbstractCursor\"},{\"id\":389,\"kind\":2048,\"name\":\"map\",\"url\":\"classes/AbstractCursor.html#map\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"AbstractCursor\"},{\"id\":390,\"kind\":2048,\"name\":\"withReadPreference\",\"url\":\"classes/AbstractCursor.html#withReadPreference\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AbstractCursor\"},{\"id\":391,\"kind\":2048,\"name\":\"withReadConcern\",\"url\":\"classes/AbstractCursor.html#withReadConcern\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AbstractCursor\"},{\"id\":392,\"kind\":2048,\"name\":\"maxTimeMS\",\"url\":\"classes/AbstractCursor.html#maxTimeMS\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AbstractCursor\"},{\"id\":393,\"kind\":2048,\"name\":\"batchSize\",\"url\":\"classes/AbstractCursor.html#batchSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AbstractCursor\"},{\"id\":394,\"kind\":2048,\"name\":\"rewind\",\"url\":\"classes/AbstractCursor.html#rewind\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AbstractCursor\"},{\"id\":395,\"kind\":2048,\"name\":\"clone\",\"url\":\"classes/AbstractCursor.html#clone\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AbstractCursor\"},{\"id\":396,\"kind\":2048,\"name\":\"[asyncIterator]\",\"url\":\"classes/AbstractCursor.html#_asyncIterator_\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AbstractCursor\"},{\"id\":397,\"kind\":2048,\"name\":\"addListener\",\"url\":\"classes/AbstractCursor.html#addListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"AbstractCursor\"},{\"id\":398,\"kind\":2048,\"name\":\"on\",\"url\":\"classes/AbstractCursor.html#on\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"AbstractCursor\"},{\"id\":399,\"kind\":2048,\"name\":\"once\",\"url\":\"classes/AbstractCursor.html#once\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"AbstractCursor\"},{\"id\":400,\"kind\":2048,\"name\":\"removeListener\",\"url\":\"classes/AbstractCursor.html#removeListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"AbstractCursor\"},{\"id\":401,\"kind\":2048,\"name\":\"off\",\"url\":\"classes/AbstractCursor.html#off\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"AbstractCursor\"},{\"id\":402,\"kind\":2048,\"name\":\"removeAllListeners\",\"url\":\"classes/AbstractCursor.html#removeAllListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"AbstractCursor\"},{\"id\":403,\"kind\":2048,\"name\":\"listeners\",\"url\":\"classes/AbstractCursor.html#listeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"AbstractCursor\"},{\"id\":404,\"kind\":2048,\"name\":\"rawListeners\",\"url\":\"classes/AbstractCursor.html#rawListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"AbstractCursor\"},{\"id\":405,\"kind\":2048,\"name\":\"emit\",\"url\":\"classes/AbstractCursor.html#emit\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"AbstractCursor\"},{\"id\":406,\"kind\":2048,\"name\":\"listenerCount\",\"url\":\"classes/AbstractCursor.html#listenerCount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"AbstractCursor\"},{\"id\":407,\"kind\":2048,\"name\":\"prependListener\",\"url\":\"classes/AbstractCursor.html#prependListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"AbstractCursor\"},{\"id\":408,\"kind\":2048,\"name\":\"prependOnceListener\",\"url\":\"classes/AbstractCursor.html#prependOnceListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"AbstractCursor\"},{\"id\":409,\"kind\":2048,\"name\":\"eventNames\",\"url\":\"classes/AbstractCursor.html#eventNames\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AbstractCursor\"},{\"id\":410,\"kind\":2048,\"name\":\"getMaxListeners\",\"url\":\"classes/AbstractCursor.html#getMaxListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AbstractCursor\"},{\"id\":411,\"kind\":2048,\"name\":\"setMaxListeners\",\"url\":\"classes/AbstractCursor.html#setMaxListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AbstractCursor\"},{\"id\":412,\"kind\":128,\"name\":\"Admin\",\"url\":\"classes/Admin.html\",\"classes\":\"tsd-kind-class\"},{\"id\":413,\"kind\":2048,\"name\":\"command\",\"url\":\"classes/Admin.html#command\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Admin\"},{\"id\":414,\"kind\":2048,\"name\":\"buildInfo\",\"url\":\"classes/Admin.html#buildInfo\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Admin\"},{\"id\":415,\"kind\":2048,\"name\":\"serverInfo\",\"url\":\"classes/Admin.html#serverInfo\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Admin\"},{\"id\":416,\"kind\":2048,\"name\":\"serverStatus\",\"url\":\"classes/Admin.html#serverStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Admin\"},{\"id\":417,\"kind\":2048,\"name\":\"ping\",\"url\":\"classes/Admin.html#ping\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Admin\"},{\"id\":418,\"kind\":2048,\"name\":\"addUser\",\"url\":\"classes/Admin.html#addUser\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Admin\"},{\"id\":419,\"kind\":2048,\"name\":\"removeUser\",\"url\":\"classes/Admin.html#removeUser\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Admin\"},{\"id\":420,\"kind\":2048,\"name\":\"validateCollection\",\"url\":\"classes/Admin.html#validateCollection\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Admin\"},{\"id\":421,\"kind\":2048,\"name\":\"listDatabases\",\"url\":\"classes/Admin.html#listDatabases\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Admin\"},{\"id\":422,\"kind\":2048,\"name\":\"replSetGetStatus\",\"url\":\"classes/Admin.html#replSetGetStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Admin\"},{\"id\":423,\"kind\":128,\"name\":\"AggregationCursor\",\"url\":\"classes/AggregationCursor.html\",\"classes\":\"tsd-kind-class tsd-has-type-parameter\"},{\"id\":424,\"kind\":8388608,\"name\":\"CLOSE\",\"url\":\"classes/AggregationCursor.html#CLOSE\",\"classes\":\"tsd-kind-event tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"AggregationCursor\"},{\"id\":425,\"kind\":262144,\"name\":\"pipeline\",\"url\":\"classes/AggregationCursor.html#pipeline\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"AggregationCursor\"},{\"id\":426,\"kind\":2048,\"name\":\"clone\",\"url\":\"classes/AggregationCursor.html#clone\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AggregationCursor\"},{\"id\":427,\"kind\":2048,\"name\":\"map\",\"url\":\"classes/AggregationCursor.html#map\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite\",\"parent\":\"AggregationCursor\"},{\"id\":428,\"kind\":2048,\"name\":\"explain\",\"url\":\"classes/AggregationCursor.html#explain\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AggregationCursor\"},{\"id\":429,\"kind\":2048,\"name\":\"group\",\"url\":\"classes/AggregationCursor.html#group\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"AggregationCursor\"},{\"id\":430,\"kind\":2048,\"name\":\"limit\",\"url\":\"classes/AggregationCursor.html#limit\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AggregationCursor\"},{\"id\":431,\"kind\":2048,\"name\":\"match\",\"url\":\"classes/AggregationCursor.html#match\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AggregationCursor\"},{\"id\":432,\"kind\":2048,\"name\":\"out\",\"url\":\"classes/AggregationCursor.html#out\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AggregationCursor\"},{\"id\":433,\"kind\":2048,\"name\":\"project\",\"url\":\"classes/AggregationCursor.html#project\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"AggregationCursor\"},{\"id\":434,\"kind\":2048,\"name\":\"lookup\",\"url\":\"classes/AggregationCursor.html#lookup\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AggregationCursor\"},{\"id\":435,\"kind\":2048,\"name\":\"redact\",\"url\":\"classes/AggregationCursor.html#redact\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AggregationCursor\"},{\"id\":436,\"kind\":2048,\"name\":\"skip\",\"url\":\"classes/AggregationCursor.html#skip\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AggregationCursor\"},{\"id\":437,\"kind\":2048,\"name\":\"sort\",\"url\":\"classes/AggregationCursor.html#sort\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AggregationCursor\"},{\"id\":438,\"kind\":2048,\"name\":\"unwind\",\"url\":\"classes/AggregationCursor.html#unwind\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AggregationCursor\"},{\"id\":439,\"kind\":2048,\"name\":\"geoNear\",\"url\":\"classes/AggregationCursor.html#geoNear\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AggregationCursor\"},{\"id\":440,\"kind\":262144,\"name\":\"id\",\"url\":\"classes/AggregationCursor.html#id\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AggregationCursor\"},{\"id\":441,\"kind\":262144,\"name\":\"namespace\",\"url\":\"classes/AggregationCursor.html#namespace\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AggregationCursor\"},{\"id\":442,\"kind\":262144,\"name\":\"readPreference\",\"url\":\"classes/AggregationCursor.html#readPreference\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AggregationCursor\"},{\"id\":443,\"kind\":262144,\"name\":\"readConcern\",\"url\":\"classes/AggregationCursor.html#readConcern\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AggregationCursor\"},{\"id\":444,\"kind\":262144,\"name\":\"closed\",\"url\":\"classes/AggregationCursor.html#closed\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AggregationCursor\"},{\"id\":445,\"kind\":262144,\"name\":\"killed\",\"url\":\"classes/AggregationCursor.html#killed\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AggregationCursor\"},{\"id\":446,\"kind\":262144,\"name\":\"loadBalanced\",\"url\":\"classes/AggregationCursor.html#loadBalanced\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AggregationCursor\"},{\"id\":447,\"kind\":2048,\"name\":\"bufferedCount\",\"url\":\"classes/AggregationCursor.html#bufferedCount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AggregationCursor\"},{\"id\":448,\"kind\":2048,\"name\":\"readBufferedDocuments\",\"url\":\"classes/AggregationCursor.html#readBufferedDocuments\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AggregationCursor\"},{\"id\":449,\"kind\":2048,\"name\":\"stream\",\"url\":\"classes/AggregationCursor.html#stream\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AggregationCursor\"},{\"id\":450,\"kind\":2048,\"name\":\"hasNext\",\"url\":\"classes/AggregationCursor.html#hasNext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AggregationCursor\"},{\"id\":451,\"kind\":2048,\"name\":\"next\",\"url\":\"classes/AggregationCursor.html#next\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AggregationCursor\"},{\"id\":452,\"kind\":2048,\"name\":\"tryNext\",\"url\":\"classes/AggregationCursor.html#tryNext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AggregationCursor\"},{\"id\":453,\"kind\":2048,\"name\":\"forEach\",\"url\":\"classes/AggregationCursor.html#forEach\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AggregationCursor\"},{\"id\":454,\"kind\":2048,\"name\":\"close\",\"url\":\"classes/AggregationCursor.html#close\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AggregationCursor\"},{\"id\":455,\"kind\":2048,\"name\":\"toArray\",\"url\":\"classes/AggregationCursor.html#toArray\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AggregationCursor\"},{\"id\":456,\"kind\":2048,\"name\":\"addCursorFlag\",\"url\":\"classes/AggregationCursor.html#addCursorFlag\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AggregationCursor\"},{\"id\":457,\"kind\":2048,\"name\":\"withReadPreference\",\"url\":\"classes/AggregationCursor.html#withReadPreference\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AggregationCursor\"},{\"id\":458,\"kind\":2048,\"name\":\"withReadConcern\",\"url\":\"classes/AggregationCursor.html#withReadConcern\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AggregationCursor\"},{\"id\":459,\"kind\":2048,\"name\":\"maxTimeMS\",\"url\":\"classes/AggregationCursor.html#maxTimeMS\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AggregationCursor\"},{\"id\":460,\"kind\":2048,\"name\":\"batchSize\",\"url\":\"classes/AggregationCursor.html#batchSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AggregationCursor\"},{\"id\":461,\"kind\":2048,\"name\":\"rewind\",\"url\":\"classes/AggregationCursor.html#rewind\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AggregationCursor\"},{\"id\":462,\"kind\":2048,\"name\":\"[asyncIterator]\",\"url\":\"classes/AggregationCursor.html#_asyncIterator_\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AggregationCursor\"},{\"id\":463,\"kind\":2048,\"name\":\"addListener\",\"url\":\"classes/AggregationCursor.html#addListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"AggregationCursor\"},{\"id\":464,\"kind\":2048,\"name\":\"on\",\"url\":\"classes/AggregationCursor.html#on\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"AggregationCursor\"},{\"id\":465,\"kind\":2048,\"name\":\"once\",\"url\":\"classes/AggregationCursor.html#once\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"AggregationCursor\"},{\"id\":466,\"kind\":2048,\"name\":\"removeListener\",\"url\":\"classes/AggregationCursor.html#removeListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"AggregationCursor\"},{\"id\":467,\"kind\":2048,\"name\":\"off\",\"url\":\"classes/AggregationCursor.html#off\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"AggregationCursor\"},{\"id\":468,\"kind\":2048,\"name\":\"removeAllListeners\",\"url\":\"classes/AggregationCursor.html#removeAllListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"AggregationCursor\"},{\"id\":469,\"kind\":2048,\"name\":\"listeners\",\"url\":\"classes/AggregationCursor.html#listeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"AggregationCursor\"},{\"id\":470,\"kind\":2048,\"name\":\"rawListeners\",\"url\":\"classes/AggregationCursor.html#rawListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"AggregationCursor\"},{\"id\":471,\"kind\":2048,\"name\":\"emit\",\"url\":\"classes/AggregationCursor.html#emit\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"AggregationCursor\"},{\"id\":472,\"kind\":2048,\"name\":\"listenerCount\",\"url\":\"classes/AggregationCursor.html#listenerCount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"AggregationCursor\"},{\"id\":473,\"kind\":2048,\"name\":\"prependListener\",\"url\":\"classes/AggregationCursor.html#prependListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"AggregationCursor\"},{\"id\":474,\"kind\":2048,\"name\":\"prependOnceListener\",\"url\":\"classes/AggregationCursor.html#prependOnceListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"AggregationCursor\"},{\"id\":475,\"kind\":2048,\"name\":\"eventNames\",\"url\":\"classes/AggregationCursor.html#eventNames\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AggregationCursor\"},{\"id\":476,\"kind\":2048,\"name\":\"getMaxListeners\",\"url\":\"classes/AggregationCursor.html#getMaxListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AggregationCursor\"},{\"id\":477,\"kind\":2048,\"name\":\"setMaxListeners\",\"url\":\"classes/AggregationCursor.html#setMaxListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AggregationCursor\"},{\"id\":478,\"kind\":128,\"name\":\"CancellationToken\",\"url\":\"classes/CancellationToken.html\",\"classes\":\"tsd-kind-class\"},{\"id\":479,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/CancellationToken.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"CancellationToken\"},{\"id\":480,\"kind\":2048,\"name\":\"addListener\",\"url\":\"classes/CancellationToken.html#addListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"CancellationToken\"},{\"id\":481,\"kind\":2048,\"name\":\"on\",\"url\":\"classes/CancellationToken.html#on\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"CancellationToken\"},{\"id\":482,\"kind\":2048,\"name\":\"once\",\"url\":\"classes/CancellationToken.html#once\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"CancellationToken\"},{\"id\":483,\"kind\":2048,\"name\":\"removeListener\",\"url\":\"classes/CancellationToken.html#removeListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"CancellationToken\"},{\"id\":484,\"kind\":2048,\"name\":\"off\",\"url\":\"classes/CancellationToken.html#off\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"CancellationToken\"},{\"id\":485,\"kind\":2048,\"name\":\"removeAllListeners\",\"url\":\"classes/CancellationToken.html#removeAllListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"CancellationToken\"},{\"id\":486,\"kind\":2048,\"name\":\"listeners\",\"url\":\"classes/CancellationToken.html#listeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"CancellationToken\"},{\"id\":487,\"kind\":2048,\"name\":\"rawListeners\",\"url\":\"classes/CancellationToken.html#rawListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"CancellationToken\"},{\"id\":488,\"kind\":2048,\"name\":\"emit\",\"url\":\"classes/CancellationToken.html#emit\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"CancellationToken\"},{\"id\":489,\"kind\":2048,\"name\":\"listenerCount\",\"url\":\"classes/CancellationToken.html#listenerCount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"CancellationToken\"},{\"id\":490,\"kind\":2048,\"name\":\"prependListener\",\"url\":\"classes/CancellationToken.html#prependListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"CancellationToken\"},{\"id\":491,\"kind\":2048,\"name\":\"prependOnceListener\",\"url\":\"classes/CancellationToken.html#prependOnceListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"CancellationToken\"},{\"id\":492,\"kind\":2048,\"name\":\"eventNames\",\"url\":\"classes/CancellationToken.html#eventNames\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"CancellationToken\"},{\"id\":493,\"kind\":2048,\"name\":\"getMaxListeners\",\"url\":\"classes/CancellationToken.html#getMaxListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"CancellationToken\"},{\"id\":494,\"kind\":2048,\"name\":\"setMaxListeners\",\"url\":\"classes/CancellationToken.html#setMaxListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"CancellationToken\"},{\"id\":495,\"kind\":128,\"name\":\"Collection\",\"url\":\"classes/Collection.html\",\"classes\":\"tsd-kind-class tsd-has-type-parameter\"},{\"id\":496,\"kind\":262144,\"name\":\"dbName\",\"url\":\"classes/Collection.html#dbName\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"Collection\"},{\"id\":497,\"kind\":262144,\"name\":\"collectionName\",\"url\":\"classes/Collection.html#collectionName\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"Collection\"},{\"id\":498,\"kind\":262144,\"name\":\"namespace\",\"url\":\"classes/Collection.html#namespace\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"Collection\"},{\"id\":499,\"kind\":262144,\"name\":\"readConcern\",\"url\":\"classes/Collection.html#readConcern\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"Collection\"},{\"id\":500,\"kind\":262144,\"name\":\"readPreference\",\"url\":\"classes/Collection.html#readPreference\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"Collection\"},{\"id\":501,\"kind\":262144,\"name\":\"bsonOptions\",\"url\":\"classes/Collection.html#bsonOptions\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"Collection\"},{\"id\":502,\"kind\":262144,\"name\":\"writeConcern\",\"url\":\"classes/Collection.html#writeConcern\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"Collection\"},{\"id\":503,\"kind\":262144,\"name\":\"hint\",\"url\":\"classes/Collection.html#hint\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Collection\"},{\"id\":504,\"kind\":2048,\"name\":\"insertOne\",\"url\":\"classes/Collection.html#insertOne\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collection\"},{\"id\":505,\"kind\":2048,\"name\":\"insertMany\",\"url\":\"classes/Collection.html#insertMany\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collection\"},{\"id\":506,\"kind\":2048,\"name\":\"bulkWrite\",\"url\":\"classes/Collection.html#bulkWrite\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collection\"},{\"id\":507,\"kind\":2048,\"name\":\"updateOne\",\"url\":\"classes/Collection.html#updateOne\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collection\"},{\"id\":508,\"kind\":2048,\"name\":\"replaceOne\",\"url\":\"classes/Collection.html#replaceOne\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collection\"},{\"id\":509,\"kind\":2048,\"name\":\"updateMany\",\"url\":\"classes/Collection.html#updateMany\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collection\"},{\"id\":510,\"kind\":2048,\"name\":\"deleteOne\",\"url\":\"classes/Collection.html#deleteOne\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collection\"},{\"id\":511,\"kind\":2048,\"name\":\"deleteMany\",\"url\":\"classes/Collection.html#deleteMany\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collection\"},{\"id\":512,\"kind\":2048,\"name\":\"rename\",\"url\":\"classes/Collection.html#rename\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collection\"},{\"id\":513,\"kind\":2048,\"name\":\"drop\",\"url\":\"classes/Collection.html#drop\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collection\"},{\"id\":514,\"kind\":2048,\"name\":\"findOne\",\"url\":\"classes/Collection.html#findOne\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"Collection\"},{\"id\":515,\"kind\":2048,\"name\":\"find\",\"url\":\"classes/Collection.html#find\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"Collection\"},{\"id\":516,\"kind\":2048,\"name\":\"options\",\"url\":\"classes/Collection.html#options\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collection\"},{\"id\":517,\"kind\":2048,\"name\":\"isCapped\",\"url\":\"classes/Collection.html#isCapped\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collection\"},{\"id\":518,\"kind\":2048,\"name\":\"createIndex\",\"url\":\"classes/Collection.html#createIndex\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collection\"},{\"id\":519,\"kind\":2048,\"name\":\"createIndexes\",\"url\":\"classes/Collection.html#createIndexes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collection\"},{\"id\":520,\"kind\":2048,\"name\":\"dropIndex\",\"url\":\"classes/Collection.html#dropIndex\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collection\"},{\"id\":521,\"kind\":2048,\"name\":\"dropIndexes\",\"url\":\"classes/Collection.html#dropIndexes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collection\"},{\"id\":522,\"kind\":2048,\"name\":\"listIndexes\",\"url\":\"classes/Collection.html#listIndexes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collection\"},{\"id\":523,\"kind\":2048,\"name\":\"indexExists\",\"url\":\"classes/Collection.html#indexExists\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collection\"},{\"id\":524,\"kind\":2048,\"name\":\"indexInformation\",\"url\":\"classes/Collection.html#indexInformation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collection\"},{\"id\":525,\"kind\":2048,\"name\":\"estimatedDocumentCount\",\"url\":\"classes/Collection.html#estimatedDocumentCount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collection\"},{\"id\":526,\"kind\":2048,\"name\":\"countDocuments\",\"url\":\"classes/Collection.html#countDocuments\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collection\"},{\"id\":527,\"kind\":2048,\"name\":\"distinct\",\"url\":\"classes/Collection.html#distinct\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"Collection\"},{\"id\":528,\"kind\":2048,\"name\":\"indexes\",\"url\":\"classes/Collection.html#indexes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collection\"},{\"id\":529,\"kind\":2048,\"name\":\"stats\",\"url\":\"classes/Collection.html#stats\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collection\"},{\"id\":530,\"kind\":2048,\"name\":\"findOneAndDelete\",\"url\":\"classes/Collection.html#findOneAndDelete\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collection\"},{\"id\":531,\"kind\":2048,\"name\":\"findOneAndReplace\",\"url\":\"classes/Collection.html#findOneAndReplace\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collection\"},{\"id\":532,\"kind\":2048,\"name\":\"findOneAndUpdate\",\"url\":\"classes/Collection.html#findOneAndUpdate\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collection\"},{\"id\":533,\"kind\":2048,\"name\":\"aggregate\",\"url\":\"classes/Collection.html#aggregate\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"Collection\"},{\"id\":534,\"kind\":2048,\"name\":\"watch\",\"url\":\"classes/Collection.html#watch\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"Collection\"},{\"id\":535,\"kind\":2048,\"name\":\"mapReduce\",\"url\":\"classes/Collection.html#mapReduce\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"Collection\"},{\"id\":536,\"kind\":2048,\"name\":\"initializeUnorderedBulkOp\",\"url\":\"classes/Collection.html#initializeUnorderedBulkOp\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collection\"},{\"id\":537,\"kind\":2048,\"name\":\"initializeOrderedBulkOp\",\"url\":\"classes/Collection.html#initializeOrderedBulkOp\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collection\"},{\"id\":538,\"kind\":2048,\"name\":\"getLogger\",\"url\":\"classes/Collection.html#getLogger\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collection\"},{\"id\":539,\"kind\":262144,\"name\":\"logger\",\"url\":\"classes/Collection.html#logger\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"Collection\"},{\"id\":540,\"kind\":2048,\"name\":\"insert\",\"url\":\"classes/Collection.html#insert\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collection\"},{\"id\":541,\"kind\":2048,\"name\":\"update\",\"url\":\"classes/Collection.html#update\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collection\"},{\"id\":542,\"kind\":2048,\"name\":\"remove\",\"url\":\"classes/Collection.html#remove\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collection\"},{\"id\":543,\"kind\":2048,\"name\":\"count\",\"url\":\"classes/Collection.html#count\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collection\"},{\"id\":544,\"kind\":128,\"name\":\"Db\",\"url\":\"classes/Db.html\",\"classes\":\"tsd-kind-class\"},{\"id\":545,\"kind\":1024,\"name\":\"SYSTEM_NAMESPACE_COLLECTION\",\"url\":\"classes/Db.html#SYSTEM_NAMESPACE_COLLECTION\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-static\",\"parent\":\"Db\"},{\"id\":546,\"kind\":1024,\"name\":\"SYSTEM_INDEX_COLLECTION\",\"url\":\"classes/Db.html#SYSTEM_INDEX_COLLECTION\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-static\",\"parent\":\"Db\"},{\"id\":547,\"kind\":1024,\"name\":\"SYSTEM_PROFILE_COLLECTION\",\"url\":\"classes/Db.html#SYSTEM_PROFILE_COLLECTION\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-static\",\"parent\":\"Db\"},{\"id\":548,\"kind\":1024,\"name\":\"SYSTEM_USER_COLLECTION\",\"url\":\"classes/Db.html#SYSTEM_USER_COLLECTION\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-static\",\"parent\":\"Db\"},{\"id\":549,\"kind\":1024,\"name\":\"SYSTEM_COMMAND_COLLECTION\",\"url\":\"classes/Db.html#SYSTEM_COMMAND_COLLECTION\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-static\",\"parent\":\"Db\"},{\"id\":550,\"kind\":1024,\"name\":\"SYSTEM_JS_COLLECTION\",\"url\":\"classes/Db.html#SYSTEM_JS_COLLECTION\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-static\",\"parent\":\"Db\"},{\"id\":551,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Db.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Db\"},{\"id\":552,\"kind\":262144,\"name\":\"databaseName\",\"url\":\"classes/Db.html#databaseName\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"Db\"},{\"id\":553,\"kind\":262144,\"name\":\"options\",\"url\":\"classes/Db.html#options\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"Db\"},{\"id\":554,\"kind\":262144,\"name\":\"slaveOk\",\"url\":\"classes/Db.html#slaveOk\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"Db\"},{\"id\":555,\"kind\":262144,\"name\":\"secondaryOk\",\"url\":\"classes/Db.html#secondaryOk\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"Db\"},{\"id\":556,\"kind\":262144,\"name\":\"readConcern\",\"url\":\"classes/Db.html#readConcern\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"Db\"},{\"id\":557,\"kind\":262144,\"name\":\"readPreference\",\"url\":\"classes/Db.html#readPreference\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"Db\"},{\"id\":558,\"kind\":262144,\"name\":\"bsonOptions\",\"url\":\"classes/Db.html#bsonOptions\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"Db\"},{\"id\":559,\"kind\":262144,\"name\":\"writeConcern\",\"url\":\"classes/Db.html#writeConcern\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"Db\"},{\"id\":560,\"kind\":262144,\"name\":\"namespace\",\"url\":\"classes/Db.html#namespace\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"Db\"},{\"id\":561,\"kind\":2048,\"name\":\"createCollection\",\"url\":\"classes/Db.html#createCollection\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"Db\"},{\"id\":562,\"kind\":2048,\"name\":\"command\",\"url\":\"classes/Db.html#command\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Db\"},{\"id\":563,\"kind\":2048,\"name\":\"aggregate\",\"url\":\"classes/Db.html#aggregate\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"Db\"},{\"id\":564,\"kind\":2048,\"name\":\"admin\",\"url\":\"classes/Db.html#admin\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Db\"},{\"id\":565,\"kind\":2048,\"name\":\"collection\",\"url\":\"classes/Db.html#collection\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"Db\"},{\"id\":566,\"kind\":2048,\"name\":\"stats\",\"url\":\"classes/Db.html#stats\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Db\"},{\"id\":567,\"kind\":2048,\"name\":\"listCollections\",\"url\":\"classes/Db.html#listCollections\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"Db\"},{\"id\":568,\"kind\":2048,\"name\":\"renameCollection\",\"url\":\"classes/Db.html#renameCollection\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"Db\"},{\"id\":569,\"kind\":2048,\"name\":\"dropCollection\",\"url\":\"classes/Db.html#dropCollection\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Db\"},{\"id\":570,\"kind\":2048,\"name\":\"dropDatabase\",\"url\":\"classes/Db.html#dropDatabase\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Db\"},{\"id\":571,\"kind\":2048,\"name\":\"collections\",\"url\":\"classes/Db.html#collections\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Db\"},{\"id\":572,\"kind\":2048,\"name\":\"createIndex\",\"url\":\"classes/Db.html#createIndex\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Db\"},{\"id\":573,\"kind\":2048,\"name\":\"addUser\",\"url\":\"classes/Db.html#addUser\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Db\"},{\"id\":574,\"kind\":2048,\"name\":\"removeUser\",\"url\":\"classes/Db.html#removeUser\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Db\"},{\"id\":575,\"kind\":2048,\"name\":\"setProfilingLevel\",\"url\":\"classes/Db.html#setProfilingLevel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Db\"},{\"id\":576,\"kind\":2048,\"name\":\"profilingLevel\",\"url\":\"classes/Db.html#profilingLevel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Db\"},{\"id\":577,\"kind\":2048,\"name\":\"indexInformation\",\"url\":\"classes/Db.html#indexInformation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Db\"},{\"id\":578,\"kind\":2048,\"name\":\"unref\",\"url\":\"classes/Db.html#unref\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Db\"},{\"id\":579,\"kind\":2048,\"name\":\"watch\",\"url\":\"classes/Db.html#watch\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"Db\"},{\"id\":580,\"kind\":2048,\"name\":\"getLogger\",\"url\":\"classes/Db.html#getLogger\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Db\"},{\"id\":581,\"kind\":262144,\"name\":\"logger\",\"url\":\"classes/Db.html#logger\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"Db\"},{\"id\":582,\"kind\":128,\"name\":\"FindCursor\",\"url\":\"classes/FindCursor.html\",\"classes\":\"tsd-kind-class tsd-has-type-parameter\"},{\"id\":583,\"kind\":8388608,\"name\":\"CLOSE\",\"url\":\"classes/FindCursor.html#CLOSE\",\"classes\":\"tsd-kind-event tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"FindCursor\"},{\"id\":584,\"kind\":2048,\"name\":\"clone\",\"url\":\"classes/FindCursor.html#clone\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"FindCursor\"},{\"id\":585,\"kind\":2048,\"name\":\"map\",\"url\":\"classes/FindCursor.html#map\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite\",\"parent\":\"FindCursor\"},{\"id\":586,\"kind\":2048,\"name\":\"count\",\"url\":\"classes/FindCursor.html#count\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FindCursor\"},{\"id\":587,\"kind\":2048,\"name\":\"explain\",\"url\":\"classes/FindCursor.html#explain\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FindCursor\"},{\"id\":588,\"kind\":2048,\"name\":\"filter\",\"url\":\"classes/FindCursor.html#filter\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FindCursor\"},{\"id\":589,\"kind\":2048,\"name\":\"hint\",\"url\":\"classes/FindCursor.html#hint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FindCursor\"},{\"id\":590,\"kind\":2048,\"name\":\"min\",\"url\":\"classes/FindCursor.html#min\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FindCursor\"},{\"id\":591,\"kind\":2048,\"name\":\"max\",\"url\":\"classes/FindCursor.html#max\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FindCursor\"},{\"id\":592,\"kind\":2048,\"name\":\"returnKey\",\"url\":\"classes/FindCursor.html#returnKey\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FindCursor\"},{\"id\":593,\"kind\":2048,\"name\":\"showRecordId\",\"url\":\"classes/FindCursor.html#showRecordId\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FindCursor\"},{\"id\":594,\"kind\":2048,\"name\":\"addQueryModifier\",\"url\":\"classes/FindCursor.html#addQueryModifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FindCursor\"},{\"id\":595,\"kind\":2048,\"name\":\"comment\",\"url\":\"classes/FindCursor.html#comment\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FindCursor\"},{\"id\":596,\"kind\":2048,\"name\":\"maxAwaitTimeMS\",\"url\":\"classes/FindCursor.html#maxAwaitTimeMS\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FindCursor\"},{\"id\":597,\"kind\":2048,\"name\":\"maxTimeMS\",\"url\":\"classes/FindCursor.html#maxTimeMS\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"FindCursor\"},{\"id\":598,\"kind\":2048,\"name\":\"project\",\"url\":\"classes/FindCursor.html#project\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"FindCursor\"},{\"id\":599,\"kind\":2048,\"name\":\"sort\",\"url\":\"classes/FindCursor.html#sort\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FindCursor\"},{\"id\":600,\"kind\":2048,\"name\":\"allowDiskUse\",\"url\":\"classes/FindCursor.html#allowDiskUse\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FindCursor\"},{\"id\":601,\"kind\":2048,\"name\":\"collation\",\"url\":\"classes/FindCursor.html#collation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FindCursor\"},{\"id\":602,\"kind\":2048,\"name\":\"limit\",\"url\":\"classes/FindCursor.html#limit\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FindCursor\"},{\"id\":603,\"kind\":2048,\"name\":\"skip\",\"url\":\"classes/FindCursor.html#skip\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FindCursor\"},{\"id\":604,\"kind\":262144,\"name\":\"id\",\"url\":\"classes/FindCursor.html#id\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FindCursor\"},{\"id\":605,\"kind\":262144,\"name\":\"namespace\",\"url\":\"classes/FindCursor.html#namespace\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FindCursor\"},{\"id\":606,\"kind\":262144,\"name\":\"readPreference\",\"url\":\"classes/FindCursor.html#readPreference\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FindCursor\"},{\"id\":607,\"kind\":262144,\"name\":\"readConcern\",\"url\":\"classes/FindCursor.html#readConcern\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FindCursor\"},{\"id\":608,\"kind\":262144,\"name\":\"closed\",\"url\":\"classes/FindCursor.html#closed\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FindCursor\"},{\"id\":609,\"kind\":262144,\"name\":\"killed\",\"url\":\"classes/FindCursor.html#killed\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FindCursor\"},{\"id\":610,\"kind\":262144,\"name\":\"loadBalanced\",\"url\":\"classes/FindCursor.html#loadBalanced\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FindCursor\"},{\"id\":611,\"kind\":2048,\"name\":\"bufferedCount\",\"url\":\"classes/FindCursor.html#bufferedCount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FindCursor\"},{\"id\":612,\"kind\":2048,\"name\":\"readBufferedDocuments\",\"url\":\"classes/FindCursor.html#readBufferedDocuments\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FindCursor\"},{\"id\":613,\"kind\":2048,\"name\":\"stream\",\"url\":\"classes/FindCursor.html#stream\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FindCursor\"},{\"id\":614,\"kind\":2048,\"name\":\"hasNext\",\"url\":\"classes/FindCursor.html#hasNext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FindCursor\"},{\"id\":615,\"kind\":2048,\"name\":\"next\",\"url\":\"classes/FindCursor.html#next\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FindCursor\"},{\"id\":616,\"kind\":2048,\"name\":\"tryNext\",\"url\":\"classes/FindCursor.html#tryNext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FindCursor\"},{\"id\":617,\"kind\":2048,\"name\":\"forEach\",\"url\":\"classes/FindCursor.html#forEach\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FindCursor\"},{\"id\":618,\"kind\":2048,\"name\":\"close\",\"url\":\"classes/FindCursor.html#close\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FindCursor\"},{\"id\":619,\"kind\":2048,\"name\":\"toArray\",\"url\":\"classes/FindCursor.html#toArray\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FindCursor\"},{\"id\":620,\"kind\":2048,\"name\":\"addCursorFlag\",\"url\":\"classes/FindCursor.html#addCursorFlag\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FindCursor\"},{\"id\":621,\"kind\":2048,\"name\":\"withReadPreference\",\"url\":\"classes/FindCursor.html#withReadPreference\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FindCursor\"},{\"id\":622,\"kind\":2048,\"name\":\"withReadConcern\",\"url\":\"classes/FindCursor.html#withReadConcern\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FindCursor\"},{\"id\":623,\"kind\":2048,\"name\":\"batchSize\",\"url\":\"classes/FindCursor.html#batchSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FindCursor\"},{\"id\":624,\"kind\":2048,\"name\":\"rewind\",\"url\":\"classes/FindCursor.html#rewind\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FindCursor\"},{\"id\":625,\"kind\":2048,\"name\":\"[asyncIterator]\",\"url\":\"classes/FindCursor.html#_asyncIterator_\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FindCursor\"},{\"id\":626,\"kind\":2048,\"name\":\"addListener\",\"url\":\"classes/FindCursor.html#addListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"FindCursor\"},{\"id\":627,\"kind\":2048,\"name\":\"on\",\"url\":\"classes/FindCursor.html#on\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"FindCursor\"},{\"id\":628,\"kind\":2048,\"name\":\"once\",\"url\":\"classes/FindCursor.html#once\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"FindCursor\"},{\"id\":629,\"kind\":2048,\"name\":\"removeListener\",\"url\":\"classes/FindCursor.html#removeListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"FindCursor\"},{\"id\":630,\"kind\":2048,\"name\":\"off\",\"url\":\"classes/FindCursor.html#off\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"FindCursor\"},{\"id\":631,\"kind\":2048,\"name\":\"removeAllListeners\",\"url\":\"classes/FindCursor.html#removeAllListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"FindCursor\"},{\"id\":632,\"kind\":2048,\"name\":\"listeners\",\"url\":\"classes/FindCursor.html#listeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"FindCursor\"},{\"id\":633,\"kind\":2048,\"name\":\"rawListeners\",\"url\":\"classes/FindCursor.html#rawListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"FindCursor\"},{\"id\":634,\"kind\":2048,\"name\":\"emit\",\"url\":\"classes/FindCursor.html#emit\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"FindCursor\"},{\"id\":635,\"kind\":2048,\"name\":\"listenerCount\",\"url\":\"classes/FindCursor.html#listenerCount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"FindCursor\"},{\"id\":636,\"kind\":2048,\"name\":\"prependListener\",\"url\":\"classes/FindCursor.html#prependListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"FindCursor\"},{\"id\":637,\"kind\":2048,\"name\":\"prependOnceListener\",\"url\":\"classes/FindCursor.html#prependOnceListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"FindCursor\"},{\"id\":638,\"kind\":2048,\"name\":\"eventNames\",\"url\":\"classes/FindCursor.html#eventNames\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FindCursor\"},{\"id\":639,\"kind\":2048,\"name\":\"getMaxListeners\",\"url\":\"classes/FindCursor.html#getMaxListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FindCursor\"},{\"id\":640,\"kind\":2048,\"name\":\"setMaxListeners\",\"url\":\"classes/FindCursor.html#setMaxListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FindCursor\"},{\"id\":641,\"kind\":128,\"name\":\"GridFSBucket\",\"url\":\"classes/GridFSBucket.html\",\"classes\":\"tsd-kind-class\"},{\"id\":642,\"kind\":8388608,\"name\":\"INDEX\",\"url\":\"classes/GridFSBucket.html#INDEX\",\"classes\":\"tsd-kind-event tsd-parent-kind-class tsd-is-static\",\"parent\":\"GridFSBucket\"},{\"id\":643,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/GridFSBucket.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"GridFSBucket\"},{\"id\":644,\"kind\":2048,\"name\":\"openUploadStream\",\"url\":\"classes/GridFSBucket.html#openUploadStream\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"GridFSBucket\"},{\"id\":645,\"kind\":2048,\"name\":\"openUploadStreamWithId\",\"url\":\"classes/GridFSBucket.html#openUploadStreamWithId\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"GridFSBucket\"},{\"id\":646,\"kind\":2048,\"name\":\"openDownloadStream\",\"url\":\"classes/GridFSBucket.html#openDownloadStream\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"GridFSBucket\"},{\"id\":647,\"kind\":2048,\"name\":\"delete\",\"url\":\"classes/GridFSBucket.html#delete\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"GridFSBucket\"},{\"id\":648,\"kind\":2048,\"name\":\"find\",\"url\":\"classes/GridFSBucket.html#find\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"GridFSBucket\"},{\"id\":649,\"kind\":2048,\"name\":\"openDownloadStreamByName\",\"url\":\"classes/GridFSBucket.html#openDownloadStreamByName\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"GridFSBucket\"},{\"id\":650,\"kind\":2048,\"name\":\"rename\",\"url\":\"classes/GridFSBucket.html#rename\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"GridFSBucket\"},{\"id\":651,\"kind\":2048,\"name\":\"drop\",\"url\":\"classes/GridFSBucket.html#drop\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"GridFSBucket\"},{\"id\":652,\"kind\":2048,\"name\":\"getLogger\",\"url\":\"classes/GridFSBucket.html#getLogger\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"GridFSBucket\"},{\"id\":653,\"kind\":2048,\"name\":\"addListener\",\"url\":\"classes/GridFSBucket.html#addListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"GridFSBucket\"},{\"id\":654,\"kind\":2048,\"name\":\"on\",\"url\":\"classes/GridFSBucket.html#on\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"GridFSBucket\"},{\"id\":655,\"kind\":2048,\"name\":\"once\",\"url\":\"classes/GridFSBucket.html#once\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"GridFSBucket\"},{\"id\":656,\"kind\":2048,\"name\":\"removeListener\",\"url\":\"classes/GridFSBucket.html#removeListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"GridFSBucket\"},{\"id\":657,\"kind\":2048,\"name\":\"off\",\"url\":\"classes/GridFSBucket.html#off\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"GridFSBucket\"},{\"id\":658,\"kind\":2048,\"name\":\"removeAllListeners\",\"url\":\"classes/GridFSBucket.html#removeAllListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"GridFSBucket\"},{\"id\":659,\"kind\":2048,\"name\":\"listeners\",\"url\":\"classes/GridFSBucket.html#listeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"GridFSBucket\"},{\"id\":660,\"kind\":2048,\"name\":\"rawListeners\",\"url\":\"classes/GridFSBucket.html#rawListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"GridFSBucket\"},{\"id\":661,\"kind\":2048,\"name\":\"emit\",\"url\":\"classes/GridFSBucket.html#emit\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"GridFSBucket\"},{\"id\":662,\"kind\":2048,\"name\":\"listenerCount\",\"url\":\"classes/GridFSBucket.html#listenerCount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"GridFSBucket\"},{\"id\":663,\"kind\":2048,\"name\":\"prependListener\",\"url\":\"classes/GridFSBucket.html#prependListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"GridFSBucket\"},{\"id\":664,\"kind\":2048,\"name\":\"prependOnceListener\",\"url\":\"classes/GridFSBucket.html#prependOnceListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"GridFSBucket\"},{\"id\":665,\"kind\":2048,\"name\":\"eventNames\",\"url\":\"classes/GridFSBucket.html#eventNames\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GridFSBucket\"},{\"id\":666,\"kind\":2048,\"name\":\"getMaxListeners\",\"url\":\"classes/GridFSBucket.html#getMaxListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GridFSBucket\"},{\"id\":667,\"kind\":2048,\"name\":\"setMaxListeners\",\"url\":\"classes/GridFSBucket.html#setMaxListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GridFSBucket\"},{\"id\":668,\"kind\":128,\"name\":\"ListCollectionsCursor\",\"url\":\"classes/ListCollectionsCursor.html\",\"classes\":\"tsd-kind-class tsd-has-type-parameter\"},{\"id\":669,\"kind\":8388608,\"name\":\"CLOSE\",\"url\":\"classes/ListCollectionsCursor.html#CLOSE\",\"classes\":\"tsd-kind-event tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"ListCollectionsCursor\"},{\"id\":670,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ListCollectionsCursor.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite\",\"parent\":\"ListCollectionsCursor\"},{\"id\":671,\"kind\":1024,\"name\":\"parent\",\"url\":\"classes/ListCollectionsCursor.html#parent\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ListCollectionsCursor\"},{\"id\":672,\"kind\":1024,\"name\":\"filter\",\"url\":\"classes/ListCollectionsCursor.html#filter\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ListCollectionsCursor\"},{\"id\":673,\"kind\":1024,\"name\":\"options\",\"url\":\"classes/ListCollectionsCursor.html#options\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ListCollectionsCursor\"},{\"id\":674,\"kind\":2048,\"name\":\"clone\",\"url\":\"classes/ListCollectionsCursor.html#clone\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ListCollectionsCursor\"},{\"id\":675,\"kind\":262144,\"name\":\"id\",\"url\":\"classes/ListCollectionsCursor.html#id\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListCollectionsCursor\"},{\"id\":676,\"kind\":262144,\"name\":\"namespace\",\"url\":\"classes/ListCollectionsCursor.html#namespace\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListCollectionsCursor\"},{\"id\":677,\"kind\":262144,\"name\":\"readPreference\",\"url\":\"classes/ListCollectionsCursor.html#readPreference\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListCollectionsCursor\"},{\"id\":678,\"kind\":262144,\"name\":\"readConcern\",\"url\":\"classes/ListCollectionsCursor.html#readConcern\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListCollectionsCursor\"},{\"id\":679,\"kind\":262144,\"name\":\"closed\",\"url\":\"classes/ListCollectionsCursor.html#closed\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListCollectionsCursor\"},{\"id\":680,\"kind\":262144,\"name\":\"killed\",\"url\":\"classes/ListCollectionsCursor.html#killed\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListCollectionsCursor\"},{\"id\":681,\"kind\":262144,\"name\":\"loadBalanced\",\"url\":\"classes/ListCollectionsCursor.html#loadBalanced\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListCollectionsCursor\"},{\"id\":682,\"kind\":2048,\"name\":\"bufferedCount\",\"url\":\"classes/ListCollectionsCursor.html#bufferedCount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListCollectionsCursor\"},{\"id\":683,\"kind\":2048,\"name\":\"readBufferedDocuments\",\"url\":\"classes/ListCollectionsCursor.html#readBufferedDocuments\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListCollectionsCursor\"},{\"id\":684,\"kind\":2048,\"name\":\"stream\",\"url\":\"classes/ListCollectionsCursor.html#stream\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListCollectionsCursor\"},{\"id\":685,\"kind\":2048,\"name\":\"hasNext\",\"url\":\"classes/ListCollectionsCursor.html#hasNext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListCollectionsCursor\"},{\"id\":686,\"kind\":2048,\"name\":\"next\",\"url\":\"classes/ListCollectionsCursor.html#next\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListCollectionsCursor\"},{\"id\":687,\"kind\":2048,\"name\":\"tryNext\",\"url\":\"classes/ListCollectionsCursor.html#tryNext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListCollectionsCursor\"},{\"id\":688,\"kind\":2048,\"name\":\"forEach\",\"url\":\"classes/ListCollectionsCursor.html#forEach\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListCollectionsCursor\"},{\"id\":689,\"kind\":2048,\"name\":\"close\",\"url\":\"classes/ListCollectionsCursor.html#close\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListCollectionsCursor\"},{\"id\":690,\"kind\":2048,\"name\":\"toArray\",\"url\":\"classes/ListCollectionsCursor.html#toArray\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListCollectionsCursor\"},{\"id\":691,\"kind\":2048,\"name\":\"addCursorFlag\",\"url\":\"classes/ListCollectionsCursor.html#addCursorFlag\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListCollectionsCursor\"},{\"id\":692,\"kind\":2048,\"name\":\"map\",\"url\":\"classes/ListCollectionsCursor.html#map\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ListCollectionsCursor\"},{\"id\":693,\"kind\":2048,\"name\":\"withReadPreference\",\"url\":\"classes/ListCollectionsCursor.html#withReadPreference\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListCollectionsCursor\"},{\"id\":694,\"kind\":2048,\"name\":\"withReadConcern\",\"url\":\"classes/ListCollectionsCursor.html#withReadConcern\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListCollectionsCursor\"},{\"id\":695,\"kind\":2048,\"name\":\"maxTimeMS\",\"url\":\"classes/ListCollectionsCursor.html#maxTimeMS\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListCollectionsCursor\"},{\"id\":696,\"kind\":2048,\"name\":\"batchSize\",\"url\":\"classes/ListCollectionsCursor.html#batchSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListCollectionsCursor\"},{\"id\":697,\"kind\":2048,\"name\":\"rewind\",\"url\":\"classes/ListCollectionsCursor.html#rewind\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListCollectionsCursor\"},{\"id\":698,\"kind\":2048,\"name\":\"[asyncIterator]\",\"url\":\"classes/ListCollectionsCursor.html#_asyncIterator_\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListCollectionsCursor\"},{\"id\":699,\"kind\":2048,\"name\":\"addListener\",\"url\":\"classes/ListCollectionsCursor.html#addListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ListCollectionsCursor\"},{\"id\":700,\"kind\":2048,\"name\":\"on\",\"url\":\"classes/ListCollectionsCursor.html#on\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ListCollectionsCursor\"},{\"id\":701,\"kind\":2048,\"name\":\"once\",\"url\":\"classes/ListCollectionsCursor.html#once\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ListCollectionsCursor\"},{\"id\":702,\"kind\":2048,\"name\":\"removeListener\",\"url\":\"classes/ListCollectionsCursor.html#removeListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ListCollectionsCursor\"},{\"id\":703,\"kind\":2048,\"name\":\"off\",\"url\":\"classes/ListCollectionsCursor.html#off\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ListCollectionsCursor\"},{\"id\":704,\"kind\":2048,\"name\":\"removeAllListeners\",\"url\":\"classes/ListCollectionsCursor.html#removeAllListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ListCollectionsCursor\"},{\"id\":705,\"kind\":2048,\"name\":\"listeners\",\"url\":\"classes/ListCollectionsCursor.html#listeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ListCollectionsCursor\"},{\"id\":706,\"kind\":2048,\"name\":\"rawListeners\",\"url\":\"classes/ListCollectionsCursor.html#rawListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ListCollectionsCursor\"},{\"id\":707,\"kind\":2048,\"name\":\"emit\",\"url\":\"classes/ListCollectionsCursor.html#emit\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ListCollectionsCursor\"},{\"id\":708,\"kind\":2048,\"name\":\"listenerCount\",\"url\":\"classes/ListCollectionsCursor.html#listenerCount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ListCollectionsCursor\"},{\"id\":709,\"kind\":2048,\"name\":\"prependListener\",\"url\":\"classes/ListCollectionsCursor.html#prependListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ListCollectionsCursor\"},{\"id\":710,\"kind\":2048,\"name\":\"prependOnceListener\",\"url\":\"classes/ListCollectionsCursor.html#prependOnceListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ListCollectionsCursor\"},{\"id\":711,\"kind\":2048,\"name\":\"eventNames\",\"url\":\"classes/ListCollectionsCursor.html#eventNames\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListCollectionsCursor\"},{\"id\":712,\"kind\":2048,\"name\":\"getMaxListeners\",\"url\":\"classes/ListCollectionsCursor.html#getMaxListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListCollectionsCursor\"},{\"id\":713,\"kind\":2048,\"name\":\"setMaxListeners\",\"url\":\"classes/ListCollectionsCursor.html#setMaxListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListCollectionsCursor\"},{\"id\":714,\"kind\":128,\"name\":\"ListIndexesCursor\",\"url\":\"classes/ListIndexesCursor.html\",\"classes\":\"tsd-kind-class\"},{\"id\":715,\"kind\":8388608,\"name\":\"CLOSE\",\"url\":\"classes/ListIndexesCursor.html#CLOSE\",\"classes\":\"tsd-kind-event tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"ListIndexesCursor\"},{\"id\":716,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ListIndexesCursor.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ListIndexesCursor\"},{\"id\":717,\"kind\":1024,\"name\":\"parent\",\"url\":\"classes/ListIndexesCursor.html#parent\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ListIndexesCursor\"},{\"id\":718,\"kind\":1024,\"name\":\"options\",\"url\":\"classes/ListIndexesCursor.html#options\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ListIndexesCursor\"},{\"id\":719,\"kind\":2048,\"name\":\"clone\",\"url\":\"classes/ListIndexesCursor.html#clone\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ListIndexesCursor\"},{\"id\":720,\"kind\":262144,\"name\":\"id\",\"url\":\"classes/ListIndexesCursor.html#id\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListIndexesCursor\"},{\"id\":721,\"kind\":262144,\"name\":\"namespace\",\"url\":\"classes/ListIndexesCursor.html#namespace\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListIndexesCursor\"},{\"id\":722,\"kind\":262144,\"name\":\"readPreference\",\"url\":\"classes/ListIndexesCursor.html#readPreference\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListIndexesCursor\"},{\"id\":723,\"kind\":262144,\"name\":\"readConcern\",\"url\":\"classes/ListIndexesCursor.html#readConcern\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListIndexesCursor\"},{\"id\":724,\"kind\":262144,\"name\":\"closed\",\"url\":\"classes/ListIndexesCursor.html#closed\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListIndexesCursor\"},{\"id\":725,\"kind\":262144,\"name\":\"killed\",\"url\":\"classes/ListIndexesCursor.html#killed\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListIndexesCursor\"},{\"id\":726,\"kind\":262144,\"name\":\"loadBalanced\",\"url\":\"classes/ListIndexesCursor.html#loadBalanced\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListIndexesCursor\"},{\"id\":727,\"kind\":2048,\"name\":\"bufferedCount\",\"url\":\"classes/ListIndexesCursor.html#bufferedCount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListIndexesCursor\"},{\"id\":728,\"kind\":2048,\"name\":\"readBufferedDocuments\",\"url\":\"classes/ListIndexesCursor.html#readBufferedDocuments\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListIndexesCursor\"},{\"id\":729,\"kind\":2048,\"name\":\"stream\",\"url\":\"classes/ListIndexesCursor.html#stream\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListIndexesCursor\"},{\"id\":730,\"kind\":2048,\"name\":\"hasNext\",\"url\":\"classes/ListIndexesCursor.html#hasNext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListIndexesCursor\"},{\"id\":731,\"kind\":2048,\"name\":\"next\",\"url\":\"classes/ListIndexesCursor.html#next\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListIndexesCursor\"},{\"id\":732,\"kind\":2048,\"name\":\"tryNext\",\"url\":\"classes/ListIndexesCursor.html#tryNext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListIndexesCursor\"},{\"id\":733,\"kind\":2048,\"name\":\"forEach\",\"url\":\"classes/ListIndexesCursor.html#forEach\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListIndexesCursor\"},{\"id\":734,\"kind\":2048,\"name\":\"close\",\"url\":\"classes/ListIndexesCursor.html#close\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListIndexesCursor\"},{\"id\":735,\"kind\":2048,\"name\":\"toArray\",\"url\":\"classes/ListIndexesCursor.html#toArray\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListIndexesCursor\"},{\"id\":736,\"kind\":2048,\"name\":\"addCursorFlag\",\"url\":\"classes/ListIndexesCursor.html#addCursorFlag\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListIndexesCursor\"},{\"id\":737,\"kind\":2048,\"name\":\"map\",\"url\":\"classes/ListIndexesCursor.html#map\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ListIndexesCursor\"},{\"id\":738,\"kind\":2048,\"name\":\"withReadPreference\",\"url\":\"classes/ListIndexesCursor.html#withReadPreference\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListIndexesCursor\"},{\"id\":739,\"kind\":2048,\"name\":\"withReadConcern\",\"url\":\"classes/ListIndexesCursor.html#withReadConcern\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListIndexesCursor\"},{\"id\":740,\"kind\":2048,\"name\":\"maxTimeMS\",\"url\":\"classes/ListIndexesCursor.html#maxTimeMS\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListIndexesCursor\"},{\"id\":741,\"kind\":2048,\"name\":\"batchSize\",\"url\":\"classes/ListIndexesCursor.html#batchSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListIndexesCursor\"},{\"id\":742,\"kind\":2048,\"name\":\"rewind\",\"url\":\"classes/ListIndexesCursor.html#rewind\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListIndexesCursor\"},{\"id\":743,\"kind\":2048,\"name\":\"[asyncIterator]\",\"url\":\"classes/ListIndexesCursor.html#_asyncIterator_\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListIndexesCursor\"},{\"id\":744,\"kind\":2048,\"name\":\"addListener\",\"url\":\"classes/ListIndexesCursor.html#addListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ListIndexesCursor\"},{\"id\":745,\"kind\":2048,\"name\":\"on\",\"url\":\"classes/ListIndexesCursor.html#on\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ListIndexesCursor\"},{\"id\":746,\"kind\":2048,\"name\":\"once\",\"url\":\"classes/ListIndexesCursor.html#once\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ListIndexesCursor\"},{\"id\":747,\"kind\":2048,\"name\":\"removeListener\",\"url\":\"classes/ListIndexesCursor.html#removeListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ListIndexesCursor\"},{\"id\":748,\"kind\":2048,\"name\":\"off\",\"url\":\"classes/ListIndexesCursor.html#off\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ListIndexesCursor\"},{\"id\":749,\"kind\":2048,\"name\":\"removeAllListeners\",\"url\":\"classes/ListIndexesCursor.html#removeAllListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ListIndexesCursor\"},{\"id\":750,\"kind\":2048,\"name\":\"listeners\",\"url\":\"classes/ListIndexesCursor.html#listeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ListIndexesCursor\"},{\"id\":751,\"kind\":2048,\"name\":\"rawListeners\",\"url\":\"classes/ListIndexesCursor.html#rawListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ListIndexesCursor\"},{\"id\":752,\"kind\":2048,\"name\":\"emit\",\"url\":\"classes/ListIndexesCursor.html#emit\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ListIndexesCursor\"},{\"id\":753,\"kind\":2048,\"name\":\"listenerCount\",\"url\":\"classes/ListIndexesCursor.html#listenerCount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ListIndexesCursor\"},{\"id\":754,\"kind\":2048,\"name\":\"prependListener\",\"url\":\"classes/ListIndexesCursor.html#prependListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ListIndexesCursor\"},{\"id\":755,\"kind\":2048,\"name\":\"prependOnceListener\",\"url\":\"classes/ListIndexesCursor.html#prependOnceListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ListIndexesCursor\"},{\"id\":756,\"kind\":2048,\"name\":\"eventNames\",\"url\":\"classes/ListIndexesCursor.html#eventNames\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListIndexesCursor\"},{\"id\":757,\"kind\":2048,\"name\":\"getMaxListeners\",\"url\":\"classes/ListIndexesCursor.html#getMaxListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListIndexesCursor\"},{\"id\":758,\"kind\":2048,\"name\":\"setMaxListeners\",\"url\":\"classes/ListIndexesCursor.html#setMaxListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListIndexesCursor\"},{\"id\":759,\"kind\":128,\"name\":\"Logger\",\"url\":\"classes/Logger.html\",\"classes\":\"tsd-kind-class\"},{\"id\":760,\"kind\":2048,\"name\":\"reset\",\"url\":\"classes/Logger.html#reset\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"Logger\"},{\"id\":761,\"kind\":2048,\"name\":\"currentLogger\",\"url\":\"classes/Logger.html#currentLogger\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"Logger\"},{\"id\":762,\"kind\":2048,\"name\":\"setCurrentLogger\",\"url\":\"classes/Logger.html#setCurrentLogger\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"Logger\"},{\"id\":763,\"kind\":2048,\"name\":\"filter\",\"url\":\"classes/Logger.html#filter\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"Logger\"},{\"id\":764,\"kind\":2048,\"name\":\"setLevel\",\"url\":\"classes/Logger.html#setLevel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"Logger\"},{\"id\":765,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Logger.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Logger\"},{\"id\":766,\"kind\":1024,\"name\":\"className\",\"url\":\"classes/Logger.html#className\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Logger\"},{\"id\":767,\"kind\":2048,\"name\":\"debug\",\"url\":\"classes/Logger.html#debug\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Logger\"},{\"id\":768,\"kind\":2048,\"name\":\"warn\",\"url\":\"classes/Logger.html#warn\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Logger\"},{\"id\":769,\"kind\":2048,\"name\":\"info\",\"url\":\"classes/Logger.html#info\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Logger\"},{\"id\":770,\"kind\":2048,\"name\":\"error\",\"url\":\"classes/Logger.html#error\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Logger\"},{\"id\":771,\"kind\":2048,\"name\":\"isInfo\",\"url\":\"classes/Logger.html#isInfo\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Logger\"},{\"id\":772,\"kind\":2048,\"name\":\"isError\",\"url\":\"classes/Logger.html#isError\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Logger\"},{\"id\":773,\"kind\":2048,\"name\":\"isWarn\",\"url\":\"classes/Logger.html#isWarn\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Logger\"},{\"id\":774,\"kind\":2048,\"name\":\"isDebug\",\"url\":\"classes/Logger.html#isDebug\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Logger\"},{\"id\":775,\"kind\":128,\"name\":\"MongoClient\",\"url\":\"classes/MongoClient.html\",\"classes\":\"tsd-kind-class\"},{\"id\":776,\"kind\":2048,\"name\":\"connect\",\"url\":\"classes/MongoClient.html#connect-1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"MongoClient\"},{\"id\":777,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MongoClient.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoClient\"},{\"id\":778,\"kind\":262144,\"name\":\"options\",\"url\":\"classes/MongoClient.html#options\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"MongoClient\"},{\"id\":779,\"kind\":262144,\"name\":\"serverApi\",\"url\":\"classes/MongoClient.html#serverApi\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"MongoClient\"},{\"id\":780,\"kind\":262144,\"name\":\"autoEncrypter\",\"url\":\"classes/MongoClient.html#autoEncrypter\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"MongoClient\"},{\"id\":781,\"kind\":262144,\"name\":\"readConcern\",\"url\":\"classes/MongoClient.html#readConcern\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"MongoClient\"},{\"id\":782,\"kind\":262144,\"name\":\"writeConcern\",\"url\":\"classes/MongoClient.html#writeConcern\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"MongoClient\"},{\"id\":783,\"kind\":262144,\"name\":\"readPreference\",\"url\":\"classes/MongoClient.html#readPreference\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"MongoClient\"},{\"id\":784,\"kind\":262144,\"name\":\"bsonOptions\",\"url\":\"classes/MongoClient.html#bsonOptions\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"MongoClient\"},{\"id\":785,\"kind\":262144,\"name\":\"logger\",\"url\":\"classes/MongoClient.html#logger\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"MongoClient\"},{\"id\":786,\"kind\":2048,\"name\":\"connect\",\"url\":\"classes/MongoClient.html#connect\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MongoClient\"},{\"id\":787,\"kind\":2048,\"name\":\"close\",\"url\":\"classes/MongoClient.html#close\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MongoClient\"},{\"id\":788,\"kind\":2048,\"name\":\"db\",\"url\":\"classes/MongoClient.html#db\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MongoClient\"},{\"id\":789,\"kind\":2048,\"name\":\"startSession\",\"url\":\"classes/MongoClient.html#startSession\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MongoClient\"},{\"id\":790,\"kind\":2048,\"name\":\"withSession\",\"url\":\"classes/MongoClient.html#withSession\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MongoClient\"},{\"id\":791,\"kind\":2048,\"name\":\"watch\",\"url\":\"classes/MongoClient.html#watch\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"MongoClient\"},{\"id\":792,\"kind\":2048,\"name\":\"getLogger\",\"url\":\"classes/MongoClient.html#getLogger\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MongoClient\"},{\"id\":793,\"kind\":2048,\"name\":\"addListener\",\"url\":\"classes/MongoClient.html#addListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"MongoClient\"},{\"id\":794,\"kind\":2048,\"name\":\"on\",\"url\":\"classes/MongoClient.html#on\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"MongoClient\"},{\"id\":795,\"kind\":2048,\"name\":\"once\",\"url\":\"classes/MongoClient.html#once\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"MongoClient\"},{\"id\":796,\"kind\":2048,\"name\":\"removeListener\",\"url\":\"classes/MongoClient.html#removeListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"MongoClient\"},{\"id\":797,\"kind\":2048,\"name\":\"off\",\"url\":\"classes/MongoClient.html#off\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"MongoClient\"},{\"id\":798,\"kind\":2048,\"name\":\"removeAllListeners\",\"url\":\"classes/MongoClient.html#removeAllListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"MongoClient\"},{\"id\":799,\"kind\":2048,\"name\":\"listeners\",\"url\":\"classes/MongoClient.html#listeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"MongoClient\"},{\"id\":800,\"kind\":2048,\"name\":\"rawListeners\",\"url\":\"classes/MongoClient.html#rawListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"MongoClient\"},{\"id\":801,\"kind\":2048,\"name\":\"emit\",\"url\":\"classes/MongoClient.html#emit\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"MongoClient\"},{\"id\":802,\"kind\":2048,\"name\":\"listenerCount\",\"url\":\"classes/MongoClient.html#listenerCount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"MongoClient\"},{\"id\":803,\"kind\":2048,\"name\":\"prependListener\",\"url\":\"classes/MongoClient.html#prependListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"MongoClient\"},{\"id\":804,\"kind\":2048,\"name\":\"prependOnceListener\",\"url\":\"classes/MongoClient.html#prependOnceListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"MongoClient\"},{\"id\":805,\"kind\":2048,\"name\":\"eventNames\",\"url\":\"classes/MongoClient.html#eventNames\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoClient\"},{\"id\":806,\"kind\":2048,\"name\":\"getMaxListeners\",\"url\":\"classes/MongoClient.html#getMaxListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoClient\"},{\"id\":807,\"kind\":2048,\"name\":\"setMaxListeners\",\"url\":\"classes/MongoClient.html#setMaxListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoClient\"},{\"id\":808,\"kind\":128,\"name\":\"Promise\",\"url\":\"classes/Promise.html\",\"classes\":\"tsd-kind-class\"},{\"id\":809,\"kind\":2048,\"name\":\"validate\",\"url\":\"classes/Promise.html#validate\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"Promise\"},{\"id\":810,\"kind\":2048,\"name\":\"set\",\"url\":\"classes/Promise.html#set\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"Promise\"},{\"id\":811,\"kind\":2048,\"name\":\"get\",\"url\":\"classes/Promise.html#get\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"Promise\"},{\"id\":812,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Promise.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Promise\"},{\"id\":813,\"kind\":32,\"name\":\"BatchType\",\"url\":\"modules.html#BatchType\",\"classes\":\"tsd-kind-variable\"},{\"id\":814,\"kind\":4194304,\"name\":\"BatchType\",\"url\":\"modules.html#BatchType\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":815,\"kind\":32,\"name\":\"GSSAPICanonicalizationValue\",\"url\":\"modules.html#GSSAPICanonicalizationValue\",\"classes\":\"tsd-kind-variable\"},{\"id\":816,\"kind\":4194304,\"name\":\"GSSAPICanonicalizationValue\",\"url\":\"modules.html#GSSAPICanonicalizationValue\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":817,\"kind\":32,\"name\":\"AuthMechanism\",\"url\":\"modules.html#AuthMechanism\",\"classes\":\"tsd-kind-variable\"},{\"id\":818,\"kind\":4194304,\"name\":\"AuthMechanism\",\"url\":\"modules.html#AuthMechanism\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":819,\"kind\":32,\"name\":\"Compressor\",\"url\":\"modules.html#Compressor\",\"classes\":\"tsd-kind-variable\"},{\"id\":820,\"kind\":4194304,\"name\":\"Compressor\",\"url\":\"modules.html#Compressor\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":821,\"kind\":32,\"name\":\"CURSOR_FLAGS\",\"url\":\"modules.html#CURSOR_FLAGS\",\"classes\":\"tsd-kind-variable\"},{\"id\":822,\"kind\":32,\"name\":\"AutoEncryptionLoggerLevel\",\"url\":\"modules.html#AutoEncryptionLoggerLevel\",\"classes\":\"tsd-kind-variable\"},{\"id\":823,\"kind\":4194304,\"name\":\"AutoEncryptionLoggerLevel\",\"url\":\"modules.html#AutoEncryptionLoggerLevel\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":824,\"kind\":32,\"name\":\"MongoErrorLabel\",\"url\":\"modules.html#MongoErrorLabel\",\"classes\":\"tsd-kind-variable\"},{\"id\":825,\"kind\":4194304,\"name\":\"MongoErrorLabel\",\"url\":\"modules.html#MongoErrorLabel\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":826,\"kind\":32,\"name\":\"ExplainVerbosity\",\"url\":\"modules.html#ExplainVerbosity\",\"classes\":\"tsd-kind-variable\"},{\"id\":827,\"kind\":4194304,\"name\":\"ExplainVerbosity\",\"url\":\"modules.html#ExplainVerbosity\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":828,\"kind\":32,\"name\":\"LoggerLevel\",\"url\":\"modules.html#LoggerLevel\",\"classes\":\"tsd-kind-variable\"},{\"id\":829,\"kind\":4194304,\"name\":\"LoggerLevel\",\"url\":\"modules.html#LoggerLevel\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":830,\"kind\":32,\"name\":\"ServerApiVersion\",\"url\":\"modules.html#ServerApiVersion\",\"classes\":\"tsd-kind-variable\"},{\"id\":831,\"kind\":4194304,\"name\":\"ServerApiVersion\",\"url\":\"modules.html#ServerApiVersion\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":832,\"kind\":32,\"name\":\"BSONType\",\"url\":\"modules.html#BSONType\",\"classes\":\"tsd-kind-variable\"},{\"id\":833,\"kind\":4194304,\"name\":\"BSONType\",\"url\":\"modules.html#BSONType\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":834,\"kind\":32,\"name\":\"ReturnDocument\",\"url\":\"modules.html#ReturnDocument\",\"classes\":\"tsd-kind-variable\"},{\"id\":835,\"kind\":4194304,\"name\":\"ReturnDocument\",\"url\":\"modules.html#ReturnDocument\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":836,\"kind\":32,\"name\":\"ProfilingLevel\",\"url\":\"modules.html#ProfilingLevel\",\"classes\":\"tsd-kind-variable\"},{\"id\":837,\"kind\":4194304,\"name\":\"ProfilingLevel\",\"url\":\"modules.html#ProfilingLevel\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":838,\"kind\":32,\"name\":\"ReadConcernLevel\",\"url\":\"modules.html#ReadConcernLevel\",\"classes\":\"tsd-kind-variable\"},{\"id\":839,\"kind\":4194304,\"name\":\"ReadConcernLevel\",\"url\":\"modules.html#ReadConcernLevel\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":840,\"kind\":32,\"name\":\"ReadPreferenceMode\",\"url\":\"modules.html#ReadPreferenceMode\",\"classes\":\"tsd-kind-variable\"},{\"id\":841,\"kind\":4194304,\"name\":\"ReadPreferenceMode\",\"url\":\"modules.html#ReadPreferenceMode\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":842,\"kind\":32,\"name\":\"ServerType\",\"url\":\"modules.html#ServerType\",\"classes\":\"tsd-kind-variable\"},{\"id\":843,\"kind\":4194304,\"name\":\"ServerType\",\"url\":\"modules.html#ServerType\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":844,\"kind\":32,\"name\":\"TopologyType\",\"url\":\"modules.html#TopologyType\",\"classes\":\"tsd-kind-variable\"},{\"id\":845,\"kind\":4194304,\"name\":\"TopologyType\",\"url\":\"modules.html#TopologyType\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":846,\"kind\":128,\"name\":\"ReadConcern\",\"url\":\"classes/ReadConcern.html\",\"classes\":\"tsd-kind-class\"},{\"id\":847,\"kind\":2048,\"name\":\"fromOptions\",\"url\":\"classes/ReadConcern.html#fromOptions\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"ReadConcern\"},{\"id\":848,\"kind\":262144,\"name\":\"MAJORITY\",\"url\":\"classes/ReadConcern.html#MAJORITY\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-static\",\"parent\":\"ReadConcern\"},{\"id\":849,\"kind\":262144,\"name\":\"AVAILABLE\",\"url\":\"classes/ReadConcern.html#AVAILABLE\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-static\",\"parent\":\"ReadConcern\"},{\"id\":850,\"kind\":262144,\"name\":\"LINEARIZABLE\",\"url\":\"classes/ReadConcern.html#LINEARIZABLE\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-static\",\"parent\":\"ReadConcern\"},{\"id\":851,\"kind\":262144,\"name\":\"SNAPSHOT\",\"url\":\"classes/ReadConcern.html#SNAPSHOT\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-static\",\"parent\":\"ReadConcern\"},{\"id\":852,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ReadConcern.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"ReadConcern\"},{\"id\":853,\"kind\":1024,\"name\":\"level\",\"url\":\"classes/ReadConcern.html#level\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ReadConcern\"},{\"id\":854,\"kind\":2048,\"name\":\"toJSON\",\"url\":\"classes/ReadConcern.html#toJSON\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ReadConcern\"},{\"id\":855,\"kind\":128,\"name\":\"ReadPreference\",\"url\":\"classes/ReadPreference.html\",\"classes\":\"tsd-kind-class\"},{\"id\":856,\"kind\":1024,\"name\":\"PRIMARY\",\"url\":\"classes/ReadPreference.html#PRIMARY\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-static\",\"parent\":\"ReadPreference\"},{\"id\":857,\"kind\":1024,\"name\":\"PRIMARY_PREFERRED\",\"url\":\"classes/ReadPreference.html#PRIMARY_PREFERRED\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-static\",\"parent\":\"ReadPreference\"},{\"id\":858,\"kind\":1024,\"name\":\"SECONDARY\",\"url\":\"classes/ReadPreference.html#SECONDARY\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-static\",\"parent\":\"ReadPreference\"},{\"id\":859,\"kind\":1024,\"name\":\"SECONDARY_PREFERRED\",\"url\":\"classes/ReadPreference.html#SECONDARY_PREFERRED\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-static\",\"parent\":\"ReadPreference\"},{\"id\":860,\"kind\":1024,\"name\":\"NEAREST\",\"url\":\"classes/ReadPreference.html#NEAREST\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-static\",\"parent\":\"ReadPreference\"},{\"id\":861,\"kind\":1024,\"name\":\"primary\",\"url\":\"classes/ReadPreference.html#primary\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-static\",\"parent\":\"ReadPreference\"},{\"id\":862,\"kind\":1024,\"name\":\"primaryPreferred\",\"url\":\"classes/ReadPreference.html#primaryPreferred\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-static\",\"parent\":\"ReadPreference\"},{\"id\":863,\"kind\":1024,\"name\":\"secondary\",\"url\":\"classes/ReadPreference.html#secondary\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-static\",\"parent\":\"ReadPreference\"},{\"id\":864,\"kind\":1024,\"name\":\"secondaryPreferred\",\"url\":\"classes/ReadPreference.html#secondaryPreferred\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-static\",\"parent\":\"ReadPreference\"},{\"id\":865,\"kind\":1024,\"name\":\"nearest\",\"url\":\"classes/ReadPreference.html#nearest\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-static\",\"parent\":\"ReadPreference\"},{\"id\":866,\"kind\":2048,\"name\":\"fromString\",\"url\":\"classes/ReadPreference.html#fromString\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"ReadPreference\"},{\"id\":867,\"kind\":2048,\"name\":\"fromOptions\",\"url\":\"classes/ReadPreference.html#fromOptions\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"ReadPreference\"},{\"id\":868,\"kind\":2048,\"name\":\"translate\",\"url\":\"classes/ReadPreference.html#translate\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"ReadPreference\"},{\"id\":869,\"kind\":2048,\"name\":\"isValid\",\"url\":\"classes/ReadPreference.html#isValid-1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"ReadPreference\"},{\"id\":870,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ReadPreference.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"ReadPreference\"},{\"id\":871,\"kind\":1024,\"name\":\"mode\",\"url\":\"classes/ReadPreference.html#mode\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ReadPreference\"},{\"id\":872,\"kind\":1024,\"name\":\"tags\",\"url\":\"classes/ReadPreference.html#tags\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ReadPreference\"},{\"id\":873,\"kind\":1024,\"name\":\"hedge\",\"url\":\"classes/ReadPreference.html#hedge\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ReadPreference\"},{\"id\":874,\"kind\":1024,\"name\":\"maxStalenessSeconds\",\"url\":\"classes/ReadPreference.html#maxStalenessSeconds\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ReadPreference\"},{\"id\":875,\"kind\":1024,\"name\":\"minWireVersion\",\"url\":\"classes/ReadPreference.html#minWireVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ReadPreference\"},{\"id\":876,\"kind\":262144,\"name\":\"preference\",\"url\":\"classes/ReadPreference.html#preference\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"ReadPreference\"},{\"id\":877,\"kind\":2048,\"name\":\"isValid\",\"url\":\"classes/ReadPreference.html#isValid\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ReadPreference\"},{\"id\":878,\"kind\":2048,\"name\":\"slaveOk\",\"url\":\"classes/ReadPreference.html#slaveOk\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ReadPreference\"},{\"id\":879,\"kind\":2048,\"name\":\"secondaryOk\",\"url\":\"classes/ReadPreference.html#secondaryOk\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ReadPreference\"},{\"id\":880,\"kind\":2048,\"name\":\"equals\",\"url\":\"classes/ReadPreference.html#equals\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ReadPreference\"},{\"id\":881,\"kind\":2048,\"name\":\"toJSON\",\"url\":\"classes/ReadPreference.html#toJSON\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ReadPreference\"},{\"id\":882,\"kind\":128,\"name\":\"WriteConcern\",\"url\":\"classes/WriteConcern.html\",\"classes\":\"tsd-kind-class\"},{\"id\":883,\"kind\":2048,\"name\":\"fromOptions\",\"url\":\"classes/WriteConcern.html#fromOptions\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"WriteConcern\"},{\"id\":884,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/WriteConcern.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"WriteConcern\"},{\"id\":885,\"kind\":1024,\"name\":\"w\",\"url\":\"classes/WriteConcern.html#w\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"WriteConcern\"},{\"id\":886,\"kind\":1024,\"name\":\"wtimeout\",\"url\":\"classes/WriteConcern.html#wtimeout\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"WriteConcern\"},{\"id\":887,\"kind\":1024,\"name\":\"j\",\"url\":\"classes/WriteConcern.html#j\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"WriteConcern\"},{\"id\":888,\"kind\":1024,\"name\":\"fsync\",\"url\":\"classes/WriteConcern.html#fsync\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"WriteConcern\"},{\"id\":889,\"kind\":128,\"name\":\"CommandFailedEvent\",\"url\":\"classes/CommandFailedEvent.html\",\"classes\":\"tsd-kind-class\"},{\"id\":890,\"kind\":1024,\"name\":\"address\",\"url\":\"classes/CommandFailedEvent.html#address\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CommandFailedEvent\"},{\"id\":891,\"kind\":1024,\"name\":\"connectionId\",\"url\":\"classes/CommandFailedEvent.html#connectionId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CommandFailedEvent\"},{\"id\":892,\"kind\":1024,\"name\":\"requestId\",\"url\":\"classes/CommandFailedEvent.html#requestId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CommandFailedEvent\"},{\"id\":893,\"kind\":1024,\"name\":\"duration\",\"url\":\"classes/CommandFailedEvent.html#duration\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CommandFailedEvent\"},{\"id\":894,\"kind\":1024,\"name\":\"commandName\",\"url\":\"classes/CommandFailedEvent.html#commandName\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CommandFailedEvent\"},{\"id\":895,\"kind\":1024,\"name\":\"failure\",\"url\":\"classes/CommandFailedEvent.html#failure\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CommandFailedEvent\"},{\"id\":896,\"kind\":1024,\"name\":\"serviceId\",\"url\":\"classes/CommandFailedEvent.html#serviceId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CommandFailedEvent\"},{\"id\":897,\"kind\":262144,\"name\":\"hasServiceId\",\"url\":\"classes/CommandFailedEvent.html#hasServiceId\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"CommandFailedEvent\"},{\"id\":898,\"kind\":128,\"name\":\"CommandStartedEvent\",\"url\":\"classes/CommandStartedEvent.html\",\"classes\":\"tsd-kind-class\"},{\"id\":899,\"kind\":1024,\"name\":\"commandObj\",\"url\":\"classes/CommandStartedEvent.html#commandObj\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CommandStartedEvent\"},{\"id\":900,\"kind\":1024,\"name\":\"requestId\",\"url\":\"classes/CommandStartedEvent.html#requestId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CommandStartedEvent\"},{\"id\":901,\"kind\":1024,\"name\":\"databaseName\",\"url\":\"classes/CommandStartedEvent.html#databaseName\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CommandStartedEvent\"},{\"id\":902,\"kind\":1024,\"name\":\"commandName\",\"url\":\"classes/CommandStartedEvent.html#commandName\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CommandStartedEvent\"},{\"id\":903,\"kind\":1024,\"name\":\"command\",\"url\":\"classes/CommandStartedEvent.html#command\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CommandStartedEvent\"},{\"id\":904,\"kind\":1024,\"name\":\"address\",\"url\":\"classes/CommandStartedEvent.html#address\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CommandStartedEvent\"},{\"id\":905,\"kind\":1024,\"name\":\"connectionId\",\"url\":\"classes/CommandStartedEvent.html#connectionId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CommandStartedEvent\"},{\"id\":906,\"kind\":1024,\"name\":\"serviceId\",\"url\":\"classes/CommandStartedEvent.html#serviceId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CommandStartedEvent\"},{\"id\":907,\"kind\":262144,\"name\":\"hasServiceId\",\"url\":\"classes/CommandStartedEvent.html#hasServiceId\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"CommandStartedEvent\"},{\"id\":908,\"kind\":128,\"name\":\"CommandSucceededEvent\",\"url\":\"classes/CommandSucceededEvent.html\",\"classes\":\"tsd-kind-class\"},{\"id\":909,\"kind\":1024,\"name\":\"address\",\"url\":\"classes/CommandSucceededEvent.html#address\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CommandSucceededEvent\"},{\"id\":910,\"kind\":1024,\"name\":\"connectionId\",\"url\":\"classes/CommandSucceededEvent.html#connectionId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CommandSucceededEvent\"},{\"id\":911,\"kind\":1024,\"name\":\"requestId\",\"url\":\"classes/CommandSucceededEvent.html#requestId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CommandSucceededEvent\"},{\"id\":912,\"kind\":1024,\"name\":\"duration\",\"url\":\"classes/CommandSucceededEvent.html#duration\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CommandSucceededEvent\"},{\"id\":913,\"kind\":1024,\"name\":\"commandName\",\"url\":\"classes/CommandSucceededEvent.html#commandName\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CommandSucceededEvent\"},{\"id\":914,\"kind\":1024,\"name\":\"reply\",\"url\":\"classes/CommandSucceededEvent.html#reply\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CommandSucceededEvent\"},{\"id\":915,\"kind\":1024,\"name\":\"serviceId\",\"url\":\"classes/CommandSucceededEvent.html#serviceId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CommandSucceededEvent\"},{\"id\":916,\"kind\":262144,\"name\":\"hasServiceId\",\"url\":\"classes/CommandSucceededEvent.html#hasServiceId\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"CommandSucceededEvent\"},{\"id\":917,\"kind\":128,\"name\":\"ConnectionCheckedInEvent\",\"url\":\"classes/ConnectionCheckedInEvent.html\",\"classes\":\"tsd-kind-class\"},{\"id\":918,\"kind\":1024,\"name\":\"connectionId\",\"url\":\"classes/ConnectionCheckedInEvent.html#connectionId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ConnectionCheckedInEvent\"},{\"id\":919,\"kind\":1024,\"name\":\"time\",\"url\":\"classes/ConnectionCheckedInEvent.html#time\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConnectionCheckedInEvent\"},{\"id\":920,\"kind\":1024,\"name\":\"address\",\"url\":\"classes/ConnectionCheckedInEvent.html#address\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConnectionCheckedInEvent\"},{\"id\":921,\"kind\":128,\"name\":\"ConnectionCheckedOutEvent\",\"url\":\"classes/ConnectionCheckedOutEvent.html\",\"classes\":\"tsd-kind-class\"},{\"id\":922,\"kind\":1024,\"name\":\"connectionId\",\"url\":\"classes/ConnectionCheckedOutEvent.html#connectionId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ConnectionCheckedOutEvent\"},{\"id\":923,\"kind\":1024,\"name\":\"time\",\"url\":\"classes/ConnectionCheckedOutEvent.html#time\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConnectionCheckedOutEvent\"},{\"id\":924,\"kind\":1024,\"name\":\"address\",\"url\":\"classes/ConnectionCheckedOutEvent.html#address\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConnectionCheckedOutEvent\"},{\"id\":925,\"kind\":128,\"name\":\"ConnectionCheckOutFailedEvent\",\"url\":\"classes/ConnectionCheckOutFailedEvent.html\",\"classes\":\"tsd-kind-class\"},{\"id\":926,\"kind\":1024,\"name\":\"reason\",\"url\":\"classes/ConnectionCheckOutFailedEvent.html#reason\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ConnectionCheckOutFailedEvent\"},{\"id\":927,\"kind\":1024,\"name\":\"time\",\"url\":\"classes/ConnectionCheckOutFailedEvent.html#time\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConnectionCheckOutFailedEvent\"},{\"id\":928,\"kind\":1024,\"name\":\"address\",\"url\":\"classes/ConnectionCheckOutFailedEvent.html#address\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConnectionCheckOutFailedEvent\"},{\"id\":929,\"kind\":128,\"name\":\"ConnectionCheckOutStartedEvent\",\"url\":\"classes/ConnectionCheckOutStartedEvent.html\",\"classes\":\"tsd-kind-class\"},{\"id\":930,\"kind\":1024,\"name\":\"time\",\"url\":\"classes/ConnectionCheckOutStartedEvent.html#time\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConnectionCheckOutStartedEvent\"},{\"id\":931,\"kind\":1024,\"name\":\"address\",\"url\":\"classes/ConnectionCheckOutStartedEvent.html#address\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConnectionCheckOutStartedEvent\"},{\"id\":932,\"kind\":128,\"name\":\"ConnectionClosedEvent\",\"url\":\"classes/ConnectionClosedEvent.html\",\"classes\":\"tsd-kind-class\"},{\"id\":933,\"kind\":1024,\"name\":\"connectionId\",\"url\":\"classes/ConnectionClosedEvent.html#connectionId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ConnectionClosedEvent\"},{\"id\":934,\"kind\":1024,\"name\":\"reason\",\"url\":\"classes/ConnectionClosedEvent.html#reason\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ConnectionClosedEvent\"},{\"id\":935,\"kind\":1024,\"name\":\"serviceId\",\"url\":\"classes/ConnectionClosedEvent.html#serviceId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ConnectionClosedEvent\"},{\"id\":936,\"kind\":1024,\"name\":\"time\",\"url\":\"classes/ConnectionClosedEvent.html#time\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConnectionClosedEvent\"},{\"id\":937,\"kind\":1024,\"name\":\"address\",\"url\":\"classes/ConnectionClosedEvent.html#address\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConnectionClosedEvent\"},{\"id\":938,\"kind\":128,\"name\":\"ConnectionCreatedEvent\",\"url\":\"classes/ConnectionCreatedEvent.html\",\"classes\":\"tsd-kind-class\"},{\"id\":939,\"kind\":1024,\"name\":\"connectionId\",\"url\":\"classes/ConnectionCreatedEvent.html#connectionId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ConnectionCreatedEvent\"},{\"id\":940,\"kind\":1024,\"name\":\"time\",\"url\":\"classes/ConnectionCreatedEvent.html#time\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConnectionCreatedEvent\"},{\"id\":941,\"kind\":1024,\"name\":\"address\",\"url\":\"classes/ConnectionCreatedEvent.html#address\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConnectionCreatedEvent\"},{\"id\":942,\"kind\":128,\"name\":\"ConnectionPoolClearedEvent\",\"url\":\"classes/ConnectionPoolClearedEvent.html\",\"classes\":\"tsd-kind-class\"},{\"id\":943,\"kind\":1024,\"name\":\"time\",\"url\":\"classes/ConnectionPoolClearedEvent.html#time\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConnectionPoolClearedEvent\"},{\"id\":944,\"kind\":1024,\"name\":\"address\",\"url\":\"classes/ConnectionPoolClearedEvent.html#address\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConnectionPoolClearedEvent\"},{\"id\":945,\"kind\":128,\"name\":\"ConnectionPoolClosedEvent\",\"url\":\"classes/ConnectionPoolClosedEvent.html\",\"classes\":\"tsd-kind-class\"},{\"id\":946,\"kind\":1024,\"name\":\"time\",\"url\":\"classes/ConnectionPoolClosedEvent.html#time\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConnectionPoolClosedEvent\"},{\"id\":947,\"kind\":1024,\"name\":\"address\",\"url\":\"classes/ConnectionPoolClosedEvent.html#address\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConnectionPoolClosedEvent\"},{\"id\":948,\"kind\":128,\"name\":\"ConnectionPoolCreatedEvent\",\"url\":\"classes/ConnectionPoolCreatedEvent.html\",\"classes\":\"tsd-kind-class\"},{\"id\":949,\"kind\":1024,\"name\":\"options\",\"url\":\"classes/ConnectionPoolCreatedEvent.html#options\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ConnectionPoolCreatedEvent\"},{\"id\":950,\"kind\":1024,\"name\":\"time\",\"url\":\"classes/ConnectionPoolCreatedEvent.html#time\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConnectionPoolCreatedEvent\"},{\"id\":951,\"kind\":1024,\"name\":\"address\",\"url\":\"classes/ConnectionPoolCreatedEvent.html#address\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConnectionPoolCreatedEvent\"},{\"id\":952,\"kind\":128,\"name\":\"ConnectionPoolMonitoringEvent\",\"url\":\"classes/ConnectionPoolMonitoringEvent.html\",\"classes\":\"tsd-kind-class\"},{\"id\":953,\"kind\":1024,\"name\":\"time\",\"url\":\"classes/ConnectionPoolMonitoringEvent.html#time\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ConnectionPoolMonitoringEvent\"},{\"id\":954,\"kind\":1024,\"name\":\"address\",\"url\":\"classes/ConnectionPoolMonitoringEvent.html#address\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ConnectionPoolMonitoringEvent\"},{\"id\":955,\"kind\":128,\"name\":\"ConnectionReadyEvent\",\"url\":\"classes/ConnectionReadyEvent.html\",\"classes\":\"tsd-kind-class\"},{\"id\":956,\"kind\":1024,\"name\":\"connectionId\",\"url\":\"classes/ConnectionReadyEvent.html#connectionId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ConnectionReadyEvent\"},{\"id\":957,\"kind\":1024,\"name\":\"time\",\"url\":\"classes/ConnectionReadyEvent.html#time\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConnectionReadyEvent\"},{\"id\":958,\"kind\":1024,\"name\":\"address\",\"url\":\"classes/ConnectionReadyEvent.html#address\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConnectionReadyEvent\"},{\"id\":959,\"kind\":128,\"name\":\"ServerClosedEvent\",\"url\":\"classes/ServerClosedEvent.html\",\"classes\":\"tsd-kind-class\"},{\"id\":960,\"kind\":1024,\"name\":\"topologyId\",\"url\":\"classes/ServerClosedEvent.html#topologyId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ServerClosedEvent\"},{\"id\":961,\"kind\":1024,\"name\":\"address\",\"url\":\"classes/ServerClosedEvent.html#address\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ServerClosedEvent\"},{\"id\":962,\"kind\":128,\"name\":\"ServerDescriptionChangedEvent\",\"url\":\"classes/ServerDescriptionChangedEvent.html\",\"classes\":\"tsd-kind-class\"},{\"id\":963,\"kind\":1024,\"name\":\"topologyId\",\"url\":\"classes/ServerDescriptionChangedEvent.html#topologyId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ServerDescriptionChangedEvent\"},{\"id\":964,\"kind\":1024,\"name\":\"address\",\"url\":\"classes/ServerDescriptionChangedEvent.html#address\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ServerDescriptionChangedEvent\"},{\"id\":965,\"kind\":1024,\"name\":\"previousDescription\",\"url\":\"classes/ServerDescriptionChangedEvent.html#previousDescription\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ServerDescriptionChangedEvent\"},{\"id\":966,\"kind\":1024,\"name\":\"newDescription\",\"url\":\"classes/ServerDescriptionChangedEvent.html#newDescription\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ServerDescriptionChangedEvent\"},{\"id\":967,\"kind\":128,\"name\":\"ServerHeartbeatFailedEvent\",\"url\":\"classes/ServerHeartbeatFailedEvent.html\",\"classes\":\"tsd-kind-class\"},{\"id\":968,\"kind\":1024,\"name\":\"connectionId\",\"url\":\"classes/ServerHeartbeatFailedEvent.html#connectionId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ServerHeartbeatFailedEvent\"},{\"id\":969,\"kind\":1024,\"name\":\"duration\",\"url\":\"classes/ServerHeartbeatFailedEvent.html#duration\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ServerHeartbeatFailedEvent\"},{\"id\":970,\"kind\":1024,\"name\":\"failure\",\"url\":\"classes/ServerHeartbeatFailedEvent.html#failure\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ServerHeartbeatFailedEvent\"},{\"id\":971,\"kind\":128,\"name\":\"ServerHeartbeatStartedEvent\",\"url\":\"classes/ServerHeartbeatStartedEvent.html\",\"classes\":\"tsd-kind-class\"},{\"id\":972,\"kind\":1024,\"name\":\"connectionId\",\"url\":\"classes/ServerHeartbeatStartedEvent.html#connectionId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ServerHeartbeatStartedEvent\"},{\"id\":973,\"kind\":128,\"name\":\"ServerHeartbeatSucceededEvent\",\"url\":\"classes/ServerHeartbeatSucceededEvent.html\",\"classes\":\"tsd-kind-class\"},{\"id\":974,\"kind\":1024,\"name\":\"connectionId\",\"url\":\"classes/ServerHeartbeatSucceededEvent.html#connectionId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ServerHeartbeatSucceededEvent\"},{\"id\":975,\"kind\":1024,\"name\":\"duration\",\"url\":\"classes/ServerHeartbeatSucceededEvent.html#duration\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ServerHeartbeatSucceededEvent\"},{\"id\":976,\"kind\":1024,\"name\":\"reply\",\"url\":\"classes/ServerHeartbeatSucceededEvent.html#reply\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ServerHeartbeatSucceededEvent\"},{\"id\":977,\"kind\":128,\"name\":\"ServerOpeningEvent\",\"url\":\"classes/ServerOpeningEvent.html\",\"classes\":\"tsd-kind-class\"},{\"id\":978,\"kind\":1024,\"name\":\"topologyId\",\"url\":\"classes/ServerOpeningEvent.html#topologyId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ServerOpeningEvent\"},{\"id\":979,\"kind\":1024,\"name\":\"address\",\"url\":\"classes/ServerOpeningEvent.html#address\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ServerOpeningEvent\"},{\"id\":980,\"kind\":128,\"name\":\"TopologyClosedEvent\",\"url\":\"classes/TopologyClosedEvent.html\",\"classes\":\"tsd-kind-class\"},{\"id\":981,\"kind\":1024,\"name\":\"topologyId\",\"url\":\"classes/TopologyClosedEvent.html#topologyId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"TopologyClosedEvent\"},{\"id\":982,\"kind\":128,\"name\":\"TopologyDescriptionChangedEvent\",\"url\":\"classes/TopologyDescriptionChangedEvent.html\",\"classes\":\"tsd-kind-class\"},{\"id\":983,\"kind\":1024,\"name\":\"topologyId\",\"url\":\"classes/TopologyDescriptionChangedEvent.html#topologyId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"TopologyDescriptionChangedEvent\"},{\"id\":984,\"kind\":1024,\"name\":\"previousDescription\",\"url\":\"classes/TopologyDescriptionChangedEvent.html#previousDescription\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"TopologyDescriptionChangedEvent\"},{\"id\":985,\"kind\":1024,\"name\":\"newDescription\",\"url\":\"classes/TopologyDescriptionChangedEvent.html#newDescription\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"TopologyDescriptionChangedEvent\"},{\"id\":986,\"kind\":128,\"name\":\"TopologyOpeningEvent\",\"url\":\"classes/TopologyOpeningEvent.html\",\"classes\":\"tsd-kind-class\"},{\"id\":987,\"kind\":1024,\"name\":\"topologyId\",\"url\":\"classes/TopologyOpeningEvent.html#topologyId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"TopologyOpeningEvent\"},{\"id\":988,\"kind\":256,\"name\":\"BSONSerializeOptions\",\"url\":\"interfaces/BSONSerializeOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":989,\"kind\":1024,\"name\":\"raw\",\"url\":\"interfaces/BSONSerializeOptions.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"BSONSerializeOptions\"},{\"id\":990,\"kind\":1024,\"name\":\"enableUtf8Validation\",\"url\":\"interfaces/BSONSerializeOptions.html#enableUtf8Validation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BSONSerializeOptions\"},{\"id\":991,\"kind\":256,\"name\":\"BulkResult\",\"url\":\"interfaces/BulkResult.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":992,\"kind\":1024,\"name\":\"ok\",\"url\":\"interfaces/BulkResult.html#ok\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BulkResult\"},{\"id\":993,\"kind\":1024,\"name\":\"writeErrors\",\"url\":\"interfaces/BulkResult.html#writeErrors\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BulkResult\"},{\"id\":994,\"kind\":1024,\"name\":\"writeConcernErrors\",\"url\":\"interfaces/BulkResult.html#writeConcernErrors\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BulkResult\"},{\"id\":995,\"kind\":1024,\"name\":\"insertedIds\",\"url\":\"interfaces/BulkResult.html#insertedIds\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BulkResult\"},{\"id\":996,\"kind\":1024,\"name\":\"nInserted\",\"url\":\"interfaces/BulkResult.html#nInserted\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BulkResult\"},{\"id\":997,\"kind\":1024,\"name\":\"nUpserted\",\"url\":\"interfaces/BulkResult.html#nUpserted\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BulkResult\"},{\"id\":998,\"kind\":1024,\"name\":\"nMatched\",\"url\":\"interfaces/BulkResult.html#nMatched\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BulkResult\"},{\"id\":999,\"kind\":1024,\"name\":\"nModified\",\"url\":\"interfaces/BulkResult.html#nModified\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BulkResult\"},{\"id\":1000,\"kind\":1024,\"name\":\"nRemoved\",\"url\":\"interfaces/BulkResult.html#nRemoved\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BulkResult\"},{\"id\":1001,\"kind\":1024,\"name\":\"upserted\",\"url\":\"interfaces/BulkResult.html#upserted\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BulkResult\"},{\"id\":1002,\"kind\":1024,\"name\":\"opTime\",\"url\":\"interfaces/BulkResult.html#opTime\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BulkResult\"},{\"id\":1003,\"kind\":256,\"name\":\"BulkWriteOperationError\",\"url\":\"interfaces/BulkWriteOperationError.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1004,\"kind\":1024,\"name\":\"index\",\"url\":\"interfaces/BulkWriteOperationError.html#index\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BulkWriteOperationError\"},{\"id\":1005,\"kind\":1024,\"name\":\"code\",\"url\":\"interfaces/BulkWriteOperationError.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BulkWriteOperationError\"},{\"id\":1006,\"kind\":1024,\"name\":\"errmsg\",\"url\":\"interfaces/BulkWriteOperationError.html#errmsg\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BulkWriteOperationError\"},{\"id\":1007,\"kind\":1024,\"name\":\"errInfo\",\"url\":\"interfaces/BulkWriteOperationError.html#errInfo\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BulkWriteOperationError\"},{\"id\":1008,\"kind\":1024,\"name\":\"op\",\"url\":\"interfaces/BulkWriteOperationError.html#op\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BulkWriteOperationError\"},{\"id\":1009,\"kind\":128,\"name\":\"BulkWriteResult\",\"url\":\"classes/BulkWriteResult.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1010,\"kind\":1024,\"name\":\"result\",\"url\":\"classes/BulkWriteResult.html#result\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"BulkWriteResult\"},{\"id\":1011,\"kind\":262144,\"name\":\"insertedCount\",\"url\":\"classes/BulkWriteResult.html#insertedCount\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"BulkWriteResult\"},{\"id\":1012,\"kind\":262144,\"name\":\"matchedCount\",\"url\":\"classes/BulkWriteResult.html#matchedCount\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"BulkWriteResult\"},{\"id\":1013,\"kind\":262144,\"name\":\"modifiedCount\",\"url\":\"classes/BulkWriteResult.html#modifiedCount\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"BulkWriteResult\"},{\"id\":1014,\"kind\":262144,\"name\":\"deletedCount\",\"url\":\"classes/BulkWriteResult.html#deletedCount\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"BulkWriteResult\"},{\"id\":1015,\"kind\":262144,\"name\":\"upsertedCount\",\"url\":\"classes/BulkWriteResult.html#upsertedCount\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"BulkWriteResult\"},{\"id\":1016,\"kind\":262144,\"name\":\"upsertedIds\",\"url\":\"classes/BulkWriteResult.html#upsertedIds\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"BulkWriteResult\"},{\"id\":1017,\"kind\":262144,\"name\":\"insertedIds\",\"url\":\"classes/BulkWriteResult.html#insertedIds\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"BulkWriteResult\"},{\"id\":1018,\"kind\":262144,\"name\":\"ok\",\"url\":\"classes/BulkWriteResult.html#ok\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"BulkWriteResult\"},{\"id\":1019,\"kind\":262144,\"name\":\"nInserted\",\"url\":\"classes/BulkWriteResult.html#nInserted\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"BulkWriteResult\"},{\"id\":1020,\"kind\":262144,\"name\":\"nUpserted\",\"url\":\"classes/BulkWriteResult.html#nUpserted\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"BulkWriteResult\"},{\"id\":1021,\"kind\":262144,\"name\":\"nMatched\",\"url\":\"classes/BulkWriteResult.html#nMatched\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"BulkWriteResult\"},{\"id\":1022,\"kind\":262144,\"name\":\"nModified\",\"url\":\"classes/BulkWriteResult.html#nModified\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"BulkWriteResult\"},{\"id\":1023,\"kind\":262144,\"name\":\"nRemoved\",\"url\":\"classes/BulkWriteResult.html#nRemoved\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"BulkWriteResult\"},{\"id\":1024,\"kind\":2048,\"name\":\"getInsertedIds\",\"url\":\"classes/BulkWriteResult.html#getInsertedIds\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BulkWriteResult\"},{\"id\":1025,\"kind\":2048,\"name\":\"getUpsertedIds\",\"url\":\"classes/BulkWriteResult.html#getUpsertedIds\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BulkWriteResult\"},{\"id\":1026,\"kind\":2048,\"name\":\"getUpsertedIdAt\",\"url\":\"classes/BulkWriteResult.html#getUpsertedIdAt\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BulkWriteResult\"},{\"id\":1027,\"kind\":2048,\"name\":\"getRawResponse\",\"url\":\"classes/BulkWriteResult.html#getRawResponse\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BulkWriteResult\"},{\"id\":1028,\"kind\":2048,\"name\":\"hasWriteErrors\",\"url\":\"classes/BulkWriteResult.html#hasWriteErrors\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BulkWriteResult\"},{\"id\":1029,\"kind\":2048,\"name\":\"getWriteErrorCount\",\"url\":\"classes/BulkWriteResult.html#getWriteErrorCount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BulkWriteResult\"},{\"id\":1030,\"kind\":2048,\"name\":\"getWriteErrorAt\",\"url\":\"classes/BulkWriteResult.html#getWriteErrorAt\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BulkWriteResult\"},{\"id\":1031,\"kind\":2048,\"name\":\"getWriteErrors\",\"url\":\"classes/BulkWriteResult.html#getWriteErrors\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BulkWriteResult\"},{\"id\":1032,\"kind\":2048,\"name\":\"getLastOp\",\"url\":\"classes/BulkWriteResult.html#getLastOp\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BulkWriteResult\"},{\"id\":1033,\"kind\":2048,\"name\":\"getWriteConcernError\",\"url\":\"classes/BulkWriteResult.html#getWriteConcernError\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BulkWriteResult\"},{\"id\":1034,\"kind\":2048,\"name\":\"toJSON\",\"url\":\"classes/BulkWriteResult.html#toJSON\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BulkWriteResult\"},{\"id\":1035,\"kind\":2048,\"name\":\"toString\",\"url\":\"classes/BulkWriteResult.html#toString\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BulkWriteResult\"},{\"id\":1036,\"kind\":2048,\"name\":\"isOk\",\"url\":\"classes/BulkWriteResult.html#isOk\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BulkWriteResult\"},{\"id\":1037,\"kind\":256,\"name\":\"DeleteManyModel\",\"url\":\"interfaces/DeleteManyModel.html\",\"classes\":\"tsd-kind-interface tsd-has-type-parameter\"},{\"id\":1038,\"kind\":1024,\"name\":\"filter\",\"url\":\"interfaces/DeleteManyModel.html#filter\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DeleteManyModel\"},{\"id\":1039,\"kind\":1024,\"name\":\"collation\",\"url\":\"interfaces/DeleteManyModel.html#collation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DeleteManyModel\"},{\"id\":1040,\"kind\":1024,\"name\":\"hint\",\"url\":\"interfaces/DeleteManyModel.html#hint\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DeleteManyModel\"},{\"id\":1041,\"kind\":256,\"name\":\"DeleteOneModel\",\"url\":\"interfaces/DeleteOneModel.html\",\"classes\":\"tsd-kind-interface tsd-has-type-parameter\"},{\"id\":1042,\"kind\":1024,\"name\":\"filter\",\"url\":\"interfaces/DeleteOneModel.html#filter\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DeleteOneModel\"},{\"id\":1043,\"kind\":1024,\"name\":\"collation\",\"url\":\"interfaces/DeleteOneModel.html#collation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DeleteOneModel\"},{\"id\":1044,\"kind\":1024,\"name\":\"hint\",\"url\":\"interfaces/DeleteOneModel.html#hint\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DeleteOneModel\"},{\"id\":1045,\"kind\":256,\"name\":\"InsertOneModel\",\"url\":\"interfaces/InsertOneModel.html\",\"classes\":\"tsd-kind-interface tsd-has-type-parameter\"},{\"id\":1046,\"kind\":1024,\"name\":\"document\",\"url\":\"interfaces/InsertOneModel.html#document\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"InsertOneModel\"},{\"id\":1047,\"kind\":256,\"name\":\"ReplaceOneModel\",\"url\":\"interfaces/ReplaceOneModel.html\",\"classes\":\"tsd-kind-interface tsd-has-type-parameter\"},{\"id\":1048,\"kind\":1024,\"name\":\"filter\",\"url\":\"interfaces/ReplaceOneModel.html#filter\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ReplaceOneModel\"},{\"id\":1049,\"kind\":1024,\"name\":\"replacement\",\"url\":\"interfaces/ReplaceOneModel.html#replacement\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ReplaceOneModel\"},{\"id\":1050,\"kind\":1024,\"name\":\"collation\",\"url\":\"interfaces/ReplaceOneModel.html#collation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ReplaceOneModel\"},{\"id\":1051,\"kind\":1024,\"name\":\"hint\",\"url\":\"interfaces/ReplaceOneModel.html#hint\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ReplaceOneModel\"},{\"id\":1052,\"kind\":1024,\"name\":\"upsert\",\"url\":\"interfaces/ReplaceOneModel.html#upsert\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ReplaceOneModel\"},{\"id\":1053,\"kind\":256,\"name\":\"UpdateManyModel\",\"url\":\"interfaces/UpdateManyModel.html\",\"classes\":\"tsd-kind-interface tsd-has-type-parameter\"},{\"id\":1054,\"kind\":1024,\"name\":\"filter\",\"url\":\"interfaces/UpdateManyModel.html#filter\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"UpdateManyModel\"},{\"id\":1055,\"kind\":1024,\"name\":\"update\",\"url\":\"interfaces/UpdateManyModel.html#update\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"UpdateManyModel\"},{\"id\":1056,\"kind\":1024,\"name\":\"arrayFilters\",\"url\":\"interfaces/UpdateManyModel.html#arrayFilters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"UpdateManyModel\"},{\"id\":1057,\"kind\":1024,\"name\":\"collation\",\"url\":\"interfaces/UpdateManyModel.html#collation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"UpdateManyModel\"},{\"id\":1058,\"kind\":1024,\"name\":\"hint\",\"url\":\"interfaces/UpdateManyModel.html#hint\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"UpdateManyModel\"},{\"id\":1059,\"kind\":1024,\"name\":\"upsert\",\"url\":\"interfaces/UpdateManyModel.html#upsert\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"UpdateManyModel\"},{\"id\":1060,\"kind\":256,\"name\":\"UpdateOneModel\",\"url\":\"interfaces/UpdateOneModel.html\",\"classes\":\"tsd-kind-interface tsd-has-type-parameter\"},{\"id\":1061,\"kind\":1024,\"name\":\"filter\",\"url\":\"interfaces/UpdateOneModel.html#filter\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"UpdateOneModel\"},{\"id\":1062,\"kind\":1024,\"name\":\"update\",\"url\":\"interfaces/UpdateOneModel.html#update\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"UpdateOneModel\"},{\"id\":1063,\"kind\":1024,\"name\":\"arrayFilters\",\"url\":\"interfaces/UpdateOneModel.html#arrayFilters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"UpdateOneModel\"},{\"id\":1064,\"kind\":1024,\"name\":\"collation\",\"url\":\"interfaces/UpdateOneModel.html#collation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"UpdateOneModel\"},{\"id\":1065,\"kind\":1024,\"name\":\"hint\",\"url\":\"interfaces/UpdateOneModel.html#hint\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"UpdateOneModel\"},{\"id\":1066,\"kind\":1024,\"name\":\"upsert\",\"url\":\"interfaces/UpdateOneModel.html#upsert\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"UpdateOneModel\"},{\"id\":1067,\"kind\":128,\"name\":\"WriteConcernError\",\"url\":\"classes/WriteConcernError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1068,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/WriteConcernError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"WriteConcernError\"},{\"id\":1069,\"kind\":262144,\"name\":\"code\",\"url\":\"classes/WriteConcernError.html#code\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"WriteConcernError\"},{\"id\":1070,\"kind\":262144,\"name\":\"errmsg\",\"url\":\"classes/WriteConcernError.html#errmsg\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"WriteConcernError\"},{\"id\":1071,\"kind\":262144,\"name\":\"errInfo\",\"url\":\"classes/WriteConcernError.html#errInfo\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"WriteConcernError\"},{\"id\":1072,\"kind\":262144,\"name\":\"err\",\"url\":\"classes/WriteConcernError.html#err\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"WriteConcernError\"},{\"id\":1073,\"kind\":2048,\"name\":\"toJSON\",\"url\":\"classes/WriteConcernError.html#toJSON\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"WriteConcernError\"},{\"id\":1074,\"kind\":2048,\"name\":\"toString\",\"url\":\"classes/WriteConcernError.html#toString\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"WriteConcernError\"},{\"id\":1075,\"kind\":128,\"name\":\"WriteError\",\"url\":\"classes/WriteError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1076,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/WriteError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"WriteError\"},{\"id\":1077,\"kind\":1024,\"name\":\"err\",\"url\":\"classes/WriteError.html#err\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"WriteError\"},{\"id\":1078,\"kind\":262144,\"name\":\"code\",\"url\":\"classes/WriteError.html#code\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"WriteError\"},{\"id\":1079,\"kind\":262144,\"name\":\"index\",\"url\":\"classes/WriteError.html#index\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"WriteError\"},{\"id\":1080,\"kind\":262144,\"name\":\"errmsg\",\"url\":\"classes/WriteError.html#errmsg\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"WriteError\"},{\"id\":1081,\"kind\":262144,\"name\":\"errInfo\",\"url\":\"classes/WriteError.html#errInfo\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"WriteError\"},{\"id\":1082,\"kind\":2048,\"name\":\"getOperation\",\"url\":\"classes/WriteError.html#getOperation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"WriteError\"},{\"id\":1083,\"kind\":2048,\"name\":\"toJSON\",\"url\":\"classes/WriteError.html#toJSON\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"WriteError\"},{\"id\":1084,\"kind\":2048,\"name\":\"toString\",\"url\":\"classes/WriteError.html#toString\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"WriteError\"},{\"id\":1085,\"kind\":128,\"name\":\"Batch\",\"url\":\"classes/Batch.html\",\"classes\":\"tsd-kind-class tsd-has-type-parameter\"},{\"id\":1086,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Batch.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"Batch\"},{\"id\":1087,\"kind\":1024,\"name\":\"originalZeroIndex\",\"url\":\"classes/Batch.html#originalZeroIndex\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Batch\"},{\"id\":1088,\"kind\":1024,\"name\":\"currentIndex\",\"url\":\"classes/Batch.html#currentIndex\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Batch\"},{\"id\":1089,\"kind\":1024,\"name\":\"originalIndexes\",\"url\":\"classes/Batch.html#originalIndexes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Batch\"},{\"id\":1090,\"kind\":1024,\"name\":\"batchType\",\"url\":\"classes/Batch.html#batchType\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Batch\"},{\"id\":1091,\"kind\":1024,\"name\":\"operations\",\"url\":\"classes/Batch.html#operations\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Batch\"},{\"id\":1092,\"kind\":1024,\"name\":\"size\",\"url\":\"classes/Batch.html#size\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Batch\"},{\"id\":1093,\"kind\":1024,\"name\":\"sizeBytes\",\"url\":\"classes/Batch.html#sizeBytes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Batch\"},{\"id\":1094,\"kind\":128,\"name\":\"BulkOperationBase\",\"url\":\"classes/BulkOperationBase.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1095,\"kind\":1024,\"name\":\"isOrdered\",\"url\":\"classes/BulkOperationBase.html#isOrdered\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"BulkOperationBase\"},{\"id\":1096,\"kind\":1024,\"name\":\"operationId\",\"url\":\"classes/BulkOperationBase.html#operationId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"BulkOperationBase\"},{\"id\":1097,\"kind\":2048,\"name\":\"insert\",\"url\":\"classes/BulkOperationBase.html#insert\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BulkOperationBase\"},{\"id\":1098,\"kind\":2048,\"name\":\"find\",\"url\":\"classes/BulkOperationBase.html#find\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BulkOperationBase\"},{\"id\":1099,\"kind\":2048,\"name\":\"raw\",\"url\":\"classes/BulkOperationBase.html#raw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BulkOperationBase\"},{\"id\":1100,\"kind\":262144,\"name\":\"bsonOptions\",\"url\":\"classes/BulkOperationBase.html#bsonOptions\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"BulkOperationBase\"},{\"id\":1101,\"kind\":262144,\"name\":\"writeConcern\",\"url\":\"classes/BulkOperationBase.html#writeConcern\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"BulkOperationBase\"},{\"id\":1102,\"kind\":262144,\"name\":\"batches\",\"url\":\"classes/BulkOperationBase.html#batches\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"BulkOperationBase\"},{\"id\":1103,\"kind\":2048,\"name\":\"execute\",\"url\":\"classes/BulkOperationBase.html#execute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BulkOperationBase\"},{\"id\":1104,\"kind\":2048,\"name\":\"addToOperationsList\",\"url\":\"classes/BulkOperationBase.html#addToOperationsList\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BulkOperationBase\"},{\"id\":1105,\"kind\":128,\"name\":\"FindOperators\",\"url\":\"classes/FindOperators.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1106,\"kind\":1024,\"name\":\"bulkOperation\",\"url\":\"classes/FindOperators.html#bulkOperation\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"FindOperators\"},{\"id\":1107,\"kind\":2048,\"name\":\"update\",\"url\":\"classes/FindOperators.html#update\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FindOperators\"},{\"id\":1108,\"kind\":2048,\"name\":\"updateOne\",\"url\":\"classes/FindOperators.html#updateOne\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FindOperators\"},{\"id\":1109,\"kind\":2048,\"name\":\"replaceOne\",\"url\":\"classes/FindOperators.html#replaceOne\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FindOperators\"},{\"id\":1110,\"kind\":2048,\"name\":\"deleteOne\",\"url\":\"classes/FindOperators.html#deleteOne\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FindOperators\"},{\"id\":1111,\"kind\":2048,\"name\":\"delete\",\"url\":\"classes/FindOperators.html#delete\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FindOperators\"},{\"id\":1112,\"kind\":2048,\"name\":\"upsert\",\"url\":\"classes/FindOperators.html#upsert\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FindOperators\"},{\"id\":1113,\"kind\":2048,\"name\":\"collation\",\"url\":\"classes/FindOperators.html#collation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FindOperators\"},{\"id\":1114,\"kind\":2048,\"name\":\"arrayFilters\",\"url\":\"classes/FindOperators.html#arrayFilters\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FindOperators\"},{\"id\":1115,\"kind\":256,\"name\":\"WriteConcernErrorData\",\"url\":\"interfaces/WriteConcernErrorData.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1116,\"kind\":1024,\"name\":\"code\",\"url\":\"interfaces/WriteConcernErrorData.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"WriteConcernErrorData\"},{\"id\":1117,\"kind\":1024,\"name\":\"errmsg\",\"url\":\"interfaces/WriteConcernErrorData.html#errmsg\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"WriteConcernErrorData\"},{\"id\":1118,\"kind\":1024,\"name\":\"errInfo\",\"url\":\"interfaces/WriteConcernErrorData.html#errInfo\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"WriteConcernErrorData\"},{\"id\":1119,\"kind\":128,\"name\":\"OrderedBulkOperation\",\"url\":\"classes/OrderedBulkOperation.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1120,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/OrderedBulkOperation.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"OrderedBulkOperation\"},{\"id\":1121,\"kind\":2048,\"name\":\"addToOperationsList\",\"url\":\"classes/OrderedBulkOperation.html#addToOperationsList\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"OrderedBulkOperation\"},{\"id\":1122,\"kind\":1024,\"name\":\"isOrdered\",\"url\":\"classes/OrderedBulkOperation.html#isOrdered\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"OrderedBulkOperation\"},{\"id\":1123,\"kind\":1024,\"name\":\"operationId\",\"url\":\"classes/OrderedBulkOperation.html#operationId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"OrderedBulkOperation\"},{\"id\":1124,\"kind\":2048,\"name\":\"insert\",\"url\":\"classes/OrderedBulkOperation.html#insert\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"OrderedBulkOperation\"},{\"id\":1125,\"kind\":2048,\"name\":\"find\",\"url\":\"classes/OrderedBulkOperation.html#find\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"OrderedBulkOperation\"},{\"id\":1126,\"kind\":2048,\"name\":\"raw\",\"url\":\"classes/OrderedBulkOperation.html#raw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"OrderedBulkOperation\"},{\"id\":1127,\"kind\":262144,\"name\":\"bsonOptions\",\"url\":\"classes/OrderedBulkOperation.html#bsonOptions\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"OrderedBulkOperation\"},{\"id\":1128,\"kind\":262144,\"name\":\"writeConcern\",\"url\":\"classes/OrderedBulkOperation.html#writeConcern\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"OrderedBulkOperation\"},{\"id\":1129,\"kind\":262144,\"name\":\"batches\",\"url\":\"classes/OrderedBulkOperation.html#batches\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"OrderedBulkOperation\"},{\"id\":1130,\"kind\":2048,\"name\":\"execute\",\"url\":\"classes/OrderedBulkOperation.html#execute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"OrderedBulkOperation\"},{\"id\":1131,\"kind\":128,\"name\":\"UnorderedBulkOperation\",\"url\":\"classes/UnorderedBulkOperation.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1132,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/UnorderedBulkOperation.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"UnorderedBulkOperation\"},{\"id\":1133,\"kind\":2048,\"name\":\"handleWriteError\",\"url\":\"classes/UnorderedBulkOperation.html#handleWriteError\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"UnorderedBulkOperation\"},{\"id\":1134,\"kind\":2048,\"name\":\"addToOperationsList\",\"url\":\"classes/UnorderedBulkOperation.html#addToOperationsList\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"UnorderedBulkOperation\"},{\"id\":1135,\"kind\":1024,\"name\":\"isOrdered\",\"url\":\"classes/UnorderedBulkOperation.html#isOrdered\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnorderedBulkOperation\"},{\"id\":1136,\"kind\":1024,\"name\":\"operationId\",\"url\":\"classes/UnorderedBulkOperation.html#operationId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnorderedBulkOperation\"},{\"id\":1137,\"kind\":2048,\"name\":\"insert\",\"url\":\"classes/UnorderedBulkOperation.html#insert\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnorderedBulkOperation\"},{\"id\":1138,\"kind\":2048,\"name\":\"find\",\"url\":\"classes/UnorderedBulkOperation.html#find\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnorderedBulkOperation\"},{\"id\":1139,\"kind\":2048,\"name\":\"raw\",\"url\":\"classes/UnorderedBulkOperation.html#raw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnorderedBulkOperation\"},{\"id\":1140,\"kind\":262144,\"name\":\"bsonOptions\",\"url\":\"classes/UnorderedBulkOperation.html#bsonOptions\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnorderedBulkOperation\"},{\"id\":1141,\"kind\":262144,\"name\":\"writeConcern\",\"url\":\"classes/UnorderedBulkOperation.html#writeConcern\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnorderedBulkOperation\"},{\"id\":1142,\"kind\":262144,\"name\":\"batches\",\"url\":\"classes/UnorderedBulkOperation.html#batches\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnorderedBulkOperation\"},{\"id\":1143,\"kind\":2048,\"name\":\"execute\",\"url\":\"classes/UnorderedBulkOperation.html#execute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnorderedBulkOperation\"},{\"id\":1144,\"kind\":128,\"name\":\"ChangeStream\",\"url\":\"classes/ChangeStream.html\",\"classes\":\"tsd-kind-class tsd-has-type-parameter\"},{\"id\":1145,\"kind\":8388608,\"name\":\"RESPONSE\",\"url\":\"classes/ChangeStream.html#RESPONSE\",\"classes\":\"tsd-kind-event tsd-parent-kind-class tsd-is-static\",\"parent\":\"ChangeStream\"},{\"id\":1146,\"kind\":8388608,\"name\":\"MORE\",\"url\":\"classes/ChangeStream.html#MORE\",\"classes\":\"tsd-kind-event tsd-parent-kind-class tsd-is-static\",\"parent\":\"ChangeStream\"},{\"id\":1147,\"kind\":8388608,\"name\":\"INIT\",\"url\":\"classes/ChangeStream.html#INIT\",\"classes\":\"tsd-kind-event tsd-parent-kind-class tsd-is-static\",\"parent\":\"ChangeStream\"},{\"id\":1148,\"kind\":8388608,\"name\":\"CLOSE\",\"url\":\"classes/ChangeStream.html#CLOSE\",\"classes\":\"tsd-kind-event tsd-parent-kind-class tsd-is-static\",\"parent\":\"ChangeStream\"},{\"id\":1149,\"kind\":8388608,\"name\":\"CHANGE\",\"url\":\"classes/ChangeStream.html#CHANGE\",\"classes\":\"tsd-kind-event tsd-parent-kind-class tsd-is-static\",\"parent\":\"ChangeStream\"},{\"id\":1150,\"kind\":8388608,\"name\":\"END\",\"url\":\"classes/ChangeStream.html#END\",\"classes\":\"tsd-kind-event tsd-parent-kind-class tsd-is-static\",\"parent\":\"ChangeStream\"},{\"id\":1151,\"kind\":8388608,\"name\":\"ERROR\",\"url\":\"classes/ChangeStream.html#ERROR\",\"classes\":\"tsd-kind-event tsd-parent-kind-class tsd-is-static\",\"parent\":\"ChangeStream\"},{\"id\":1152,\"kind\":8388608,\"name\":\"RESUME_TOKEN_CHANGED\",\"url\":\"classes/ChangeStream.html#RESUME_TOKEN_CHANGED\",\"classes\":\"tsd-kind-event tsd-parent-kind-class tsd-is-static\",\"parent\":\"ChangeStream\"},{\"id\":1153,\"kind\":1024,\"name\":\"pipeline\",\"url\":\"classes/ChangeStream.html#pipeline\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ChangeStream\"},{\"id\":1154,\"kind\":1024,\"name\":\"options\",\"url\":\"classes/ChangeStream.html#options\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ChangeStream\"},{\"id\":1155,\"kind\":1024,\"name\":\"parent\",\"url\":\"classes/ChangeStream.html#parent\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ChangeStream\"},{\"id\":1156,\"kind\":1024,\"name\":\"namespace\",\"url\":\"classes/ChangeStream.html#namespace\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ChangeStream\"},{\"id\":1157,\"kind\":1024,\"name\":\"type\",\"url\":\"classes/ChangeStream.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ChangeStream\"},{\"id\":1158,\"kind\":1024,\"name\":\"streamOptions\",\"url\":\"classes/ChangeStream.html#streamOptions\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ChangeStream\"},{\"id\":1159,\"kind\":262144,\"name\":\"resumeToken\",\"url\":\"classes/ChangeStream.html#resumeToken\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"ChangeStream\"},{\"id\":1160,\"kind\":2048,\"name\":\"hasNext\",\"url\":\"classes/ChangeStream.html#hasNext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ChangeStream\"},{\"id\":1161,\"kind\":2048,\"name\":\"next\",\"url\":\"classes/ChangeStream.html#next\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ChangeStream\"},{\"id\":1162,\"kind\":2048,\"name\":\"tryNext\",\"url\":\"classes/ChangeStream.html#tryNext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ChangeStream\"},{\"id\":1163,\"kind\":262144,\"name\":\"closed\",\"url\":\"classes/ChangeStream.html#closed\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"ChangeStream\"},{\"id\":1164,\"kind\":2048,\"name\":\"close\",\"url\":\"classes/ChangeStream.html#close\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ChangeStream\"},{\"id\":1165,\"kind\":2048,\"name\":\"stream\",\"url\":\"classes/ChangeStream.html#stream\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ChangeStream\"},{\"id\":1166,\"kind\":2048,\"name\":\"addListener\",\"url\":\"classes/ChangeStream.html#addListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ChangeStream\"},{\"id\":1167,\"kind\":2048,\"name\":\"on\",\"url\":\"classes/ChangeStream.html#on\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ChangeStream\"},{\"id\":1168,\"kind\":2048,\"name\":\"once\",\"url\":\"classes/ChangeStream.html#once\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ChangeStream\"},{\"id\":1169,\"kind\":2048,\"name\":\"removeListener\",\"url\":\"classes/ChangeStream.html#removeListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ChangeStream\"},{\"id\":1170,\"kind\":2048,\"name\":\"off\",\"url\":\"classes/ChangeStream.html#off\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ChangeStream\"},{\"id\":1171,\"kind\":2048,\"name\":\"removeAllListeners\",\"url\":\"classes/ChangeStream.html#removeAllListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ChangeStream\"},{\"id\":1172,\"kind\":2048,\"name\":\"listeners\",\"url\":\"classes/ChangeStream.html#listeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ChangeStream\"},{\"id\":1173,\"kind\":2048,\"name\":\"rawListeners\",\"url\":\"classes/ChangeStream.html#rawListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ChangeStream\"},{\"id\":1174,\"kind\":2048,\"name\":\"emit\",\"url\":\"classes/ChangeStream.html#emit\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ChangeStream\"},{\"id\":1175,\"kind\":2048,\"name\":\"listenerCount\",\"url\":\"classes/ChangeStream.html#listenerCount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ChangeStream\"},{\"id\":1176,\"kind\":2048,\"name\":\"prependListener\",\"url\":\"classes/ChangeStream.html#prependListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ChangeStream\"},{\"id\":1177,\"kind\":2048,\"name\":\"prependOnceListener\",\"url\":\"classes/ChangeStream.html#prependOnceListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ChangeStream\"},{\"id\":1178,\"kind\":2048,\"name\":\"eventNames\",\"url\":\"classes/ChangeStream.html#eventNames\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ChangeStream\"},{\"id\":1179,\"kind\":2048,\"name\":\"getMaxListeners\",\"url\":\"classes/ChangeStream.html#getMaxListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ChangeStream\"},{\"id\":1180,\"kind\":2048,\"name\":\"setMaxListeners\",\"url\":\"classes/ChangeStream.html#setMaxListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ChangeStream\"},{\"id\":1181,\"kind\":256,\"name\":\"ChangeStreamCollModDocument\",\"url\":\"interfaces/ChangeStreamCollModDocument.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1182,\"kind\":1024,\"name\":\"operationType\",\"url\":\"interfaces/ChangeStreamCollModDocument.html#operationType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamCollModDocument\"},{\"id\":1183,\"kind\":1024,\"name\":\"_id\",\"url\":\"interfaces/ChangeStreamCollModDocument.html#_id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamCollModDocument\"},{\"id\":1184,\"kind\":1024,\"name\":\"clusterTime\",\"url\":\"interfaces/ChangeStreamCollModDocument.html#clusterTime\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamCollModDocument\"},{\"id\":1185,\"kind\":1024,\"name\":\"txnNumber\",\"url\":\"interfaces/ChangeStreamCollModDocument.html#txnNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamCollModDocument\"},{\"id\":1186,\"kind\":1024,\"name\":\"lsid\",\"url\":\"interfaces/ChangeStreamCollModDocument.html#lsid\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamCollModDocument\"},{\"id\":1187,\"kind\":1024,\"name\":\"collectionUUID\",\"url\":\"interfaces/ChangeStreamCollModDocument.html#collectionUUID\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamCollModDocument\"},{\"id\":1188,\"kind\":256,\"name\":\"ChangeStreamCreateDocument\",\"url\":\"interfaces/ChangeStreamCreateDocument.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1189,\"kind\":1024,\"name\":\"operationType\",\"url\":\"interfaces/ChangeStreamCreateDocument.html#operationType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamCreateDocument\"},{\"id\":1190,\"kind\":1024,\"name\":\"_id\",\"url\":\"interfaces/ChangeStreamCreateDocument.html#_id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamCreateDocument\"},{\"id\":1191,\"kind\":1024,\"name\":\"clusterTime\",\"url\":\"interfaces/ChangeStreamCreateDocument.html#clusterTime\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamCreateDocument\"},{\"id\":1192,\"kind\":1024,\"name\":\"txnNumber\",\"url\":\"interfaces/ChangeStreamCreateDocument.html#txnNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamCreateDocument\"},{\"id\":1193,\"kind\":1024,\"name\":\"lsid\",\"url\":\"interfaces/ChangeStreamCreateDocument.html#lsid\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamCreateDocument\"},{\"id\":1194,\"kind\":1024,\"name\":\"collectionUUID\",\"url\":\"interfaces/ChangeStreamCreateDocument.html#collectionUUID\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamCreateDocument\"},{\"id\":1195,\"kind\":256,\"name\":\"ChangeStreamCreateIndexDocument\",\"url\":\"interfaces/ChangeStreamCreateIndexDocument.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1196,\"kind\":1024,\"name\":\"operationType\",\"url\":\"interfaces/ChangeStreamCreateIndexDocument.html#operationType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamCreateIndexDocument\"},{\"id\":1197,\"kind\":1024,\"name\":\"_id\",\"url\":\"interfaces/ChangeStreamCreateIndexDocument.html#_id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamCreateIndexDocument\"},{\"id\":1198,\"kind\":1024,\"name\":\"clusterTime\",\"url\":\"interfaces/ChangeStreamCreateIndexDocument.html#clusterTime\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamCreateIndexDocument\"},{\"id\":1199,\"kind\":1024,\"name\":\"txnNumber\",\"url\":\"interfaces/ChangeStreamCreateIndexDocument.html#txnNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamCreateIndexDocument\"},{\"id\":1200,\"kind\":1024,\"name\":\"lsid\",\"url\":\"interfaces/ChangeStreamCreateIndexDocument.html#lsid\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamCreateIndexDocument\"},{\"id\":1201,\"kind\":1024,\"name\":\"collectionUUID\",\"url\":\"interfaces/ChangeStreamCreateIndexDocument.html#collectionUUID\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamCreateIndexDocument\"},{\"id\":1202,\"kind\":1024,\"name\":\"operationDescription\",\"url\":\"interfaces/ChangeStreamCreateIndexDocument.html#operationDescription\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamCreateIndexDocument\"},{\"id\":1203,\"kind\":256,\"name\":\"ChangeStreamDeleteDocument\",\"url\":\"interfaces/ChangeStreamDeleteDocument.html\",\"classes\":\"tsd-kind-interface tsd-has-type-parameter\"},{\"id\":1204,\"kind\":1024,\"name\":\"operationType\",\"url\":\"interfaces/ChangeStreamDeleteDocument.html#operationType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamDeleteDocument\"},{\"id\":1205,\"kind\":1024,\"name\":\"ns\",\"url\":\"interfaces/ChangeStreamDeleteDocument.html#ns\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamDeleteDocument\"},{\"id\":1206,\"kind\":1024,\"name\":\"fullDocumentBeforeChange\",\"url\":\"interfaces/ChangeStreamDeleteDocument.html#fullDocumentBeforeChange\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamDeleteDocument\"},{\"id\":1207,\"kind\":1024,\"name\":\"_id\",\"url\":\"interfaces/ChangeStreamDeleteDocument.html#_id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamDeleteDocument\"},{\"id\":1208,\"kind\":1024,\"name\":\"clusterTime\",\"url\":\"interfaces/ChangeStreamDeleteDocument.html#clusterTime\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamDeleteDocument\"},{\"id\":1209,\"kind\":1024,\"name\":\"txnNumber\",\"url\":\"interfaces/ChangeStreamDeleteDocument.html#txnNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamDeleteDocument\"},{\"id\":1210,\"kind\":1024,\"name\":\"lsid\",\"url\":\"interfaces/ChangeStreamDeleteDocument.html#lsid\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamDeleteDocument\"},{\"id\":1211,\"kind\":1024,\"name\":\"documentKey\",\"url\":\"interfaces/ChangeStreamDeleteDocument.html#documentKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamDeleteDocument\"},{\"id\":1212,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/ChangeStreamDeleteDocument.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"ChangeStreamDeleteDocument\"},{\"id\":1213,\"kind\":1024,\"name\":\"_id\",\"url\":\"interfaces/ChangeStreamDeleteDocument.html#__type._id-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ChangeStreamDeleteDocument.__type\"},{\"id\":1214,\"kind\":1024,\"name\":\"collectionUUID\",\"url\":\"interfaces/ChangeStreamDeleteDocument.html#collectionUUID\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamDeleteDocument\"},{\"id\":1215,\"kind\":4194304,\"name\":\"ChangeStreamDocument\",\"url\":\"modules.html#ChangeStreamDocument\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":1216,\"kind\":256,\"name\":\"ChangeStreamDocumentCollectionUUID\",\"url\":\"interfaces/ChangeStreamDocumentCollectionUUID.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1217,\"kind\":1024,\"name\":\"collectionUUID\",\"url\":\"interfaces/ChangeStreamDocumentCollectionUUID.html#collectionUUID\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamDocumentCollectionUUID\"},{\"id\":1218,\"kind\":256,\"name\":\"ChangeStreamDocumentCommon\",\"url\":\"interfaces/ChangeStreamDocumentCommon.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1219,\"kind\":1024,\"name\":\"_id\",\"url\":\"interfaces/ChangeStreamDocumentCommon.html#_id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamDocumentCommon\"},{\"id\":1220,\"kind\":1024,\"name\":\"clusterTime\",\"url\":\"interfaces/ChangeStreamDocumentCommon.html#clusterTime\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamDocumentCommon\"},{\"id\":1221,\"kind\":1024,\"name\":\"txnNumber\",\"url\":\"interfaces/ChangeStreamDocumentCommon.html#txnNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamDocumentCommon\"},{\"id\":1222,\"kind\":1024,\"name\":\"lsid\",\"url\":\"interfaces/ChangeStreamDocumentCommon.html#lsid\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamDocumentCommon\"},{\"id\":1223,\"kind\":256,\"name\":\"ChangeStreamDocumentKey\",\"url\":\"interfaces/ChangeStreamDocumentKey.html\",\"classes\":\"tsd-kind-interface tsd-has-type-parameter\"},{\"id\":1224,\"kind\":1024,\"name\":\"documentKey\",\"url\":\"interfaces/ChangeStreamDocumentKey.html#documentKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamDocumentKey\"},{\"id\":1225,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/ChangeStreamDocumentKey.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"ChangeStreamDocumentKey\"},{\"id\":1226,\"kind\":1024,\"name\":\"_id\",\"url\":\"interfaces/ChangeStreamDocumentKey.html#__type._id\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ChangeStreamDocumentKey.__type\"},{\"id\":1227,\"kind\":256,\"name\":\"ChangeStreamDocumentOperationDescription\",\"url\":\"interfaces/ChangeStreamDocumentOperationDescription.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1228,\"kind\":1024,\"name\":\"operationDescription\",\"url\":\"interfaces/ChangeStreamDocumentOperationDescription.html#operationDescription\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamDocumentOperationDescription\"},{\"id\":1229,\"kind\":256,\"name\":\"ChangeStreamDropDatabaseDocument\",\"url\":\"interfaces/ChangeStreamDropDatabaseDocument.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1230,\"kind\":1024,\"name\":\"operationType\",\"url\":\"interfaces/ChangeStreamDropDatabaseDocument.html#operationType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamDropDatabaseDocument\"},{\"id\":1231,\"kind\":1024,\"name\":\"ns\",\"url\":\"interfaces/ChangeStreamDropDatabaseDocument.html#ns\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamDropDatabaseDocument\"},{\"id\":1232,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/ChangeStreamDropDatabaseDocument.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"ChangeStreamDropDatabaseDocument\"},{\"id\":1233,\"kind\":1024,\"name\":\"db\",\"url\":\"interfaces/ChangeStreamDropDatabaseDocument.html#__type.db\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ChangeStreamDropDatabaseDocument.__type\"},{\"id\":1234,\"kind\":1024,\"name\":\"_id\",\"url\":\"interfaces/ChangeStreamDropDatabaseDocument.html#_id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamDropDatabaseDocument\"},{\"id\":1235,\"kind\":1024,\"name\":\"clusterTime\",\"url\":\"interfaces/ChangeStreamDropDatabaseDocument.html#clusterTime\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamDropDatabaseDocument\"},{\"id\":1236,\"kind\":1024,\"name\":\"txnNumber\",\"url\":\"interfaces/ChangeStreamDropDatabaseDocument.html#txnNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamDropDatabaseDocument\"},{\"id\":1237,\"kind\":1024,\"name\":\"lsid\",\"url\":\"interfaces/ChangeStreamDropDatabaseDocument.html#lsid\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamDropDatabaseDocument\"},{\"id\":1238,\"kind\":256,\"name\":\"ChangeStreamDropDocument\",\"url\":\"interfaces/ChangeStreamDropDocument.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1239,\"kind\":1024,\"name\":\"operationType\",\"url\":\"interfaces/ChangeStreamDropDocument.html#operationType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamDropDocument\"},{\"id\":1240,\"kind\":1024,\"name\":\"ns\",\"url\":\"interfaces/ChangeStreamDropDocument.html#ns\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamDropDocument\"},{\"id\":1241,\"kind\":1024,\"name\":\"_id\",\"url\":\"interfaces/ChangeStreamDropDocument.html#_id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamDropDocument\"},{\"id\":1242,\"kind\":1024,\"name\":\"clusterTime\",\"url\":\"interfaces/ChangeStreamDropDocument.html#clusterTime\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamDropDocument\"},{\"id\":1243,\"kind\":1024,\"name\":\"txnNumber\",\"url\":\"interfaces/ChangeStreamDropDocument.html#txnNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamDropDocument\"},{\"id\":1244,\"kind\":1024,\"name\":\"lsid\",\"url\":\"interfaces/ChangeStreamDropDocument.html#lsid\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamDropDocument\"},{\"id\":1245,\"kind\":1024,\"name\":\"collectionUUID\",\"url\":\"interfaces/ChangeStreamDropDocument.html#collectionUUID\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamDropDocument\"},{\"id\":1246,\"kind\":256,\"name\":\"ChangeStreamDropIndexDocument\",\"url\":\"interfaces/ChangeStreamDropIndexDocument.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1247,\"kind\":1024,\"name\":\"operationType\",\"url\":\"interfaces/ChangeStreamDropIndexDocument.html#operationType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamDropIndexDocument\"},{\"id\":1248,\"kind\":1024,\"name\":\"_id\",\"url\":\"interfaces/ChangeStreamDropIndexDocument.html#_id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamDropIndexDocument\"},{\"id\":1249,\"kind\":1024,\"name\":\"clusterTime\",\"url\":\"interfaces/ChangeStreamDropIndexDocument.html#clusterTime\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamDropIndexDocument\"},{\"id\":1250,\"kind\":1024,\"name\":\"txnNumber\",\"url\":\"interfaces/ChangeStreamDropIndexDocument.html#txnNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamDropIndexDocument\"},{\"id\":1251,\"kind\":1024,\"name\":\"lsid\",\"url\":\"interfaces/ChangeStreamDropIndexDocument.html#lsid\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamDropIndexDocument\"},{\"id\":1252,\"kind\":1024,\"name\":\"collectionUUID\",\"url\":\"interfaces/ChangeStreamDropIndexDocument.html#collectionUUID\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamDropIndexDocument\"},{\"id\":1253,\"kind\":1024,\"name\":\"operationDescription\",\"url\":\"interfaces/ChangeStreamDropIndexDocument.html#operationDescription\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamDropIndexDocument\"},{\"id\":1254,\"kind\":4194304,\"name\":\"ChangeStreamEvents\",\"url\":\"modules.html#ChangeStreamEvents\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":1255,\"kind\":256,\"name\":\"ChangeStreamInsertDocument\",\"url\":\"interfaces/ChangeStreamInsertDocument.html\",\"classes\":\"tsd-kind-interface tsd-has-type-parameter\"},{\"id\":1256,\"kind\":1024,\"name\":\"operationType\",\"url\":\"interfaces/ChangeStreamInsertDocument.html#operationType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamInsertDocument\"},{\"id\":1257,\"kind\":1024,\"name\":\"fullDocument\",\"url\":\"interfaces/ChangeStreamInsertDocument.html#fullDocument\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamInsertDocument\"},{\"id\":1258,\"kind\":1024,\"name\":\"ns\",\"url\":\"interfaces/ChangeStreamInsertDocument.html#ns\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamInsertDocument\"},{\"id\":1259,\"kind\":1024,\"name\":\"_id\",\"url\":\"interfaces/ChangeStreamInsertDocument.html#_id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamInsertDocument\"},{\"id\":1260,\"kind\":1024,\"name\":\"clusterTime\",\"url\":\"interfaces/ChangeStreamInsertDocument.html#clusterTime\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamInsertDocument\"},{\"id\":1261,\"kind\":1024,\"name\":\"txnNumber\",\"url\":\"interfaces/ChangeStreamInsertDocument.html#txnNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamInsertDocument\"},{\"id\":1262,\"kind\":1024,\"name\":\"lsid\",\"url\":\"interfaces/ChangeStreamInsertDocument.html#lsid\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamInsertDocument\"},{\"id\":1263,\"kind\":1024,\"name\":\"documentKey\",\"url\":\"interfaces/ChangeStreamInsertDocument.html#documentKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamInsertDocument\"},{\"id\":1264,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/ChangeStreamInsertDocument.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"ChangeStreamInsertDocument\"},{\"id\":1265,\"kind\":1024,\"name\":\"_id\",\"url\":\"interfaces/ChangeStreamInsertDocument.html#__type._id-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ChangeStreamInsertDocument.__type\"},{\"id\":1266,\"kind\":1024,\"name\":\"collectionUUID\",\"url\":\"interfaces/ChangeStreamInsertDocument.html#collectionUUID\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamInsertDocument\"},{\"id\":1267,\"kind\":256,\"name\":\"ChangeStreamInvalidateDocument\",\"url\":\"interfaces/ChangeStreamInvalidateDocument.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1268,\"kind\":1024,\"name\":\"operationType\",\"url\":\"interfaces/ChangeStreamInvalidateDocument.html#operationType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamInvalidateDocument\"},{\"id\":1269,\"kind\":1024,\"name\":\"_id\",\"url\":\"interfaces/ChangeStreamInvalidateDocument.html#_id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamInvalidateDocument\"},{\"id\":1270,\"kind\":1024,\"name\":\"clusterTime\",\"url\":\"interfaces/ChangeStreamInvalidateDocument.html#clusterTime\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamInvalidateDocument\"},{\"id\":1271,\"kind\":1024,\"name\":\"txnNumber\",\"url\":\"interfaces/ChangeStreamInvalidateDocument.html#txnNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamInvalidateDocument\"},{\"id\":1272,\"kind\":1024,\"name\":\"lsid\",\"url\":\"interfaces/ChangeStreamInvalidateDocument.html#lsid\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamInvalidateDocument\"},{\"id\":1273,\"kind\":256,\"name\":\"ChangeStreamNameSpace\",\"url\":\"interfaces/ChangeStreamNameSpace.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1274,\"kind\":1024,\"name\":\"db\",\"url\":\"interfaces/ChangeStreamNameSpace.html#db\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamNameSpace\"},{\"id\":1275,\"kind\":1024,\"name\":\"coll\",\"url\":\"interfaces/ChangeStreamNameSpace.html#coll\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamNameSpace\"},{\"id\":1276,\"kind\":256,\"name\":\"ChangeStreamOptions\",\"url\":\"interfaces/ChangeStreamOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1277,\"kind\":1024,\"name\":\"fullDocument\",\"url\":\"interfaces/ChangeStreamOptions.html#fullDocument\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamOptions\"},{\"id\":1278,\"kind\":1024,\"name\":\"fullDocumentBeforeChange\",\"url\":\"interfaces/ChangeStreamOptions.html#fullDocumentBeforeChange\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamOptions\"},{\"id\":1279,\"kind\":1024,\"name\":\"maxAwaitTimeMS\",\"url\":\"interfaces/ChangeStreamOptions.html#maxAwaitTimeMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"ChangeStreamOptions\"},{\"id\":1280,\"kind\":1024,\"name\":\"resumeAfter\",\"url\":\"interfaces/ChangeStreamOptions.html#resumeAfter\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamOptions\"},{\"id\":1281,\"kind\":1024,\"name\":\"startAfter\",\"url\":\"interfaces/ChangeStreamOptions.html#startAfter\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamOptions\"},{\"id\":1282,\"kind\":1024,\"name\":\"startAtOperationTime\",\"url\":\"interfaces/ChangeStreamOptions.html#startAtOperationTime\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamOptions\"},{\"id\":1283,\"kind\":1024,\"name\":\"batchSize\",\"url\":\"interfaces/ChangeStreamOptions.html#batchSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"ChangeStreamOptions\"},{\"id\":1284,\"kind\":1024,\"name\":\"showExpandedEvents\",\"url\":\"interfaces/ChangeStreamOptions.html#showExpandedEvents\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamOptions\"},{\"id\":1285,\"kind\":1024,\"name\":\"allowDiskUse\",\"url\":\"interfaces/ChangeStreamOptions.html#allowDiskUse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamOptions\"},{\"id\":1286,\"kind\":1024,\"name\":\"bypassDocumentValidation\",\"url\":\"interfaces/ChangeStreamOptions.html#bypassDocumentValidation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamOptions\"},{\"id\":1287,\"kind\":1024,\"name\":\"cursor\",\"url\":\"interfaces/ChangeStreamOptions.html#cursor\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamOptions\"},{\"id\":1288,\"kind\":1024,\"name\":\"maxTimeMS\",\"url\":\"interfaces/ChangeStreamOptions.html#maxTimeMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamOptions\"},{\"id\":1289,\"kind\":1024,\"name\":\"collation\",\"url\":\"interfaces/ChangeStreamOptions.html#collation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamOptions\"},{\"id\":1290,\"kind\":1024,\"name\":\"hint\",\"url\":\"interfaces/ChangeStreamOptions.html#hint\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamOptions\"},{\"id\":1291,\"kind\":1024,\"name\":\"let\",\"url\":\"interfaces/ChangeStreamOptions.html#let\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamOptions\"},{\"id\":1292,\"kind\":1024,\"name\":\"out\",\"url\":\"interfaces/ChangeStreamOptions.html#out\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamOptions\"},{\"id\":1293,\"kind\":1024,\"name\":\"fullResponse\",\"url\":\"interfaces/ChangeStreamOptions.html#fullResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamOptions\"},{\"id\":1294,\"kind\":1024,\"name\":\"readConcern\",\"url\":\"interfaces/ChangeStreamOptions.html#readConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamOptions\"},{\"id\":1295,\"kind\":1024,\"name\":\"comment\",\"url\":\"interfaces/ChangeStreamOptions.html#comment\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamOptions\"},{\"id\":1296,\"kind\":1024,\"name\":\"retryWrites\",\"url\":\"interfaces/ChangeStreamOptions.html#retryWrites\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamOptions\"},{\"id\":1297,\"kind\":1024,\"name\":\"dbName\",\"url\":\"interfaces/ChangeStreamOptions.html#dbName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamOptions\"},{\"id\":1298,\"kind\":1024,\"name\":\"authdb\",\"url\":\"interfaces/ChangeStreamOptions.html#authdb\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamOptions\"},{\"id\":1299,\"kind\":1024,\"name\":\"noResponse\",\"url\":\"interfaces/ChangeStreamOptions.html#noResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamOptions\"},{\"id\":1300,\"kind\":1024,\"name\":\"session\",\"url\":\"interfaces/ChangeStreamOptions.html#session\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamOptions\"},{\"id\":1301,\"kind\":1024,\"name\":\"willRetryWrite\",\"url\":\"interfaces/ChangeStreamOptions.html#willRetryWrite\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamOptions\"},{\"id\":1302,\"kind\":1024,\"name\":\"readPreference\",\"url\":\"interfaces/ChangeStreamOptions.html#readPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamOptions\"},{\"id\":1303,\"kind\":1024,\"name\":\"omitReadPreference\",\"url\":\"interfaces/ChangeStreamOptions.html#omitReadPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamOptions\"},{\"id\":1304,\"kind\":1024,\"name\":\"raw\",\"url\":\"interfaces/ChangeStreamOptions.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamOptions\"},{\"id\":1305,\"kind\":1024,\"name\":\"enableUtf8Validation\",\"url\":\"interfaces/ChangeStreamOptions.html#enableUtf8Validation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamOptions\"},{\"id\":1306,\"kind\":1024,\"name\":\"writeConcern\",\"url\":\"interfaces/ChangeStreamOptions.html#writeConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamOptions\"},{\"id\":1307,\"kind\":1024,\"name\":\"explain\",\"url\":\"interfaces/ChangeStreamOptions.html#explain\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamOptions\"},{\"id\":1308,\"kind\":256,\"name\":\"ChangeStreamRefineCollectionShardKeyDocument\",\"url\":\"interfaces/ChangeStreamRefineCollectionShardKeyDocument.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1309,\"kind\":1024,\"name\":\"operationType\",\"url\":\"interfaces/ChangeStreamRefineCollectionShardKeyDocument.html#operationType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamRefineCollectionShardKeyDocument\"},{\"id\":1310,\"kind\":1024,\"name\":\"_id\",\"url\":\"interfaces/ChangeStreamRefineCollectionShardKeyDocument.html#_id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamRefineCollectionShardKeyDocument\"},{\"id\":1311,\"kind\":1024,\"name\":\"clusterTime\",\"url\":\"interfaces/ChangeStreamRefineCollectionShardKeyDocument.html#clusterTime\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamRefineCollectionShardKeyDocument\"},{\"id\":1312,\"kind\":1024,\"name\":\"txnNumber\",\"url\":\"interfaces/ChangeStreamRefineCollectionShardKeyDocument.html#txnNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamRefineCollectionShardKeyDocument\"},{\"id\":1313,\"kind\":1024,\"name\":\"lsid\",\"url\":\"interfaces/ChangeStreamRefineCollectionShardKeyDocument.html#lsid\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamRefineCollectionShardKeyDocument\"},{\"id\":1314,\"kind\":1024,\"name\":\"collectionUUID\",\"url\":\"interfaces/ChangeStreamRefineCollectionShardKeyDocument.html#collectionUUID\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamRefineCollectionShardKeyDocument\"},{\"id\":1315,\"kind\":1024,\"name\":\"operationDescription\",\"url\":\"interfaces/ChangeStreamRefineCollectionShardKeyDocument.html#operationDescription\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamRefineCollectionShardKeyDocument\"},{\"id\":1316,\"kind\":256,\"name\":\"ChangeStreamRenameDocument\",\"url\":\"interfaces/ChangeStreamRenameDocument.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1317,\"kind\":1024,\"name\":\"operationType\",\"url\":\"interfaces/ChangeStreamRenameDocument.html#operationType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamRenameDocument\"},{\"id\":1318,\"kind\":1024,\"name\":\"to\",\"url\":\"interfaces/ChangeStreamRenameDocument.html#to\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamRenameDocument\"},{\"id\":1319,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/ChangeStreamRenameDocument.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"ChangeStreamRenameDocument\"},{\"id\":1320,\"kind\":1024,\"name\":\"db\",\"url\":\"interfaces/ChangeStreamRenameDocument.html#__type.db\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ChangeStreamRenameDocument.__type\"},{\"id\":1321,\"kind\":1024,\"name\":\"coll\",\"url\":\"interfaces/ChangeStreamRenameDocument.html#__type.coll\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ChangeStreamRenameDocument.__type\"},{\"id\":1322,\"kind\":1024,\"name\":\"ns\",\"url\":\"interfaces/ChangeStreamRenameDocument.html#ns\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamRenameDocument\"},{\"id\":1323,\"kind\":1024,\"name\":\"_id\",\"url\":\"interfaces/ChangeStreamRenameDocument.html#_id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamRenameDocument\"},{\"id\":1324,\"kind\":1024,\"name\":\"clusterTime\",\"url\":\"interfaces/ChangeStreamRenameDocument.html#clusterTime\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamRenameDocument\"},{\"id\":1325,\"kind\":1024,\"name\":\"txnNumber\",\"url\":\"interfaces/ChangeStreamRenameDocument.html#txnNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamRenameDocument\"},{\"id\":1326,\"kind\":1024,\"name\":\"lsid\",\"url\":\"interfaces/ChangeStreamRenameDocument.html#lsid\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamRenameDocument\"},{\"id\":1327,\"kind\":1024,\"name\":\"collectionUUID\",\"url\":\"interfaces/ChangeStreamRenameDocument.html#collectionUUID\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamRenameDocument\"},{\"id\":1328,\"kind\":256,\"name\":\"ChangeStreamReplaceDocument\",\"url\":\"interfaces/ChangeStreamReplaceDocument.html\",\"classes\":\"tsd-kind-interface tsd-has-type-parameter\"},{\"id\":1329,\"kind\":1024,\"name\":\"operationType\",\"url\":\"interfaces/ChangeStreamReplaceDocument.html#operationType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamReplaceDocument\"},{\"id\":1330,\"kind\":1024,\"name\":\"fullDocument\",\"url\":\"interfaces/ChangeStreamReplaceDocument.html#fullDocument\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamReplaceDocument\"},{\"id\":1331,\"kind\":1024,\"name\":\"ns\",\"url\":\"interfaces/ChangeStreamReplaceDocument.html#ns\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamReplaceDocument\"},{\"id\":1332,\"kind\":1024,\"name\":\"fullDocumentBeforeChange\",\"url\":\"interfaces/ChangeStreamReplaceDocument.html#fullDocumentBeforeChange\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamReplaceDocument\"},{\"id\":1333,\"kind\":1024,\"name\":\"_id\",\"url\":\"interfaces/ChangeStreamReplaceDocument.html#_id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamReplaceDocument\"},{\"id\":1334,\"kind\":1024,\"name\":\"clusterTime\",\"url\":\"interfaces/ChangeStreamReplaceDocument.html#clusterTime\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamReplaceDocument\"},{\"id\":1335,\"kind\":1024,\"name\":\"txnNumber\",\"url\":\"interfaces/ChangeStreamReplaceDocument.html#txnNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamReplaceDocument\"},{\"id\":1336,\"kind\":1024,\"name\":\"lsid\",\"url\":\"interfaces/ChangeStreamReplaceDocument.html#lsid\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamReplaceDocument\"},{\"id\":1337,\"kind\":1024,\"name\":\"documentKey\",\"url\":\"interfaces/ChangeStreamReplaceDocument.html#documentKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamReplaceDocument\"},{\"id\":1338,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/ChangeStreamReplaceDocument.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"ChangeStreamReplaceDocument\"},{\"id\":1339,\"kind\":1024,\"name\":\"_id\",\"url\":\"interfaces/ChangeStreamReplaceDocument.html#__type._id-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ChangeStreamReplaceDocument.__type\"},{\"id\":1340,\"kind\":256,\"name\":\"ChangeStreamReshardCollectionDocument\",\"url\":\"interfaces/ChangeStreamReshardCollectionDocument.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1341,\"kind\":1024,\"name\":\"operationType\",\"url\":\"interfaces/ChangeStreamReshardCollectionDocument.html#operationType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamReshardCollectionDocument\"},{\"id\":1342,\"kind\":1024,\"name\":\"_id\",\"url\":\"interfaces/ChangeStreamReshardCollectionDocument.html#_id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamReshardCollectionDocument\"},{\"id\":1343,\"kind\":1024,\"name\":\"clusterTime\",\"url\":\"interfaces/ChangeStreamReshardCollectionDocument.html#clusterTime\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamReshardCollectionDocument\"},{\"id\":1344,\"kind\":1024,\"name\":\"txnNumber\",\"url\":\"interfaces/ChangeStreamReshardCollectionDocument.html#txnNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamReshardCollectionDocument\"},{\"id\":1345,\"kind\":1024,\"name\":\"lsid\",\"url\":\"interfaces/ChangeStreamReshardCollectionDocument.html#lsid\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamReshardCollectionDocument\"},{\"id\":1346,\"kind\":1024,\"name\":\"collectionUUID\",\"url\":\"interfaces/ChangeStreamReshardCollectionDocument.html#collectionUUID\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamReshardCollectionDocument\"},{\"id\":1347,\"kind\":1024,\"name\":\"operationDescription\",\"url\":\"interfaces/ChangeStreamReshardCollectionDocument.html#operationDescription\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamReshardCollectionDocument\"},{\"id\":1348,\"kind\":256,\"name\":\"ChangeStreamShardCollectionDocument\",\"url\":\"interfaces/ChangeStreamShardCollectionDocument.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1349,\"kind\":1024,\"name\":\"operationType\",\"url\":\"interfaces/ChangeStreamShardCollectionDocument.html#operationType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamShardCollectionDocument\"},{\"id\":1350,\"kind\":1024,\"name\":\"_id\",\"url\":\"interfaces/ChangeStreamShardCollectionDocument.html#_id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamShardCollectionDocument\"},{\"id\":1351,\"kind\":1024,\"name\":\"clusterTime\",\"url\":\"interfaces/ChangeStreamShardCollectionDocument.html#clusterTime\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamShardCollectionDocument\"},{\"id\":1352,\"kind\":1024,\"name\":\"txnNumber\",\"url\":\"interfaces/ChangeStreamShardCollectionDocument.html#txnNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamShardCollectionDocument\"},{\"id\":1353,\"kind\":1024,\"name\":\"lsid\",\"url\":\"interfaces/ChangeStreamShardCollectionDocument.html#lsid\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamShardCollectionDocument\"},{\"id\":1354,\"kind\":1024,\"name\":\"collectionUUID\",\"url\":\"interfaces/ChangeStreamShardCollectionDocument.html#collectionUUID\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamShardCollectionDocument\"},{\"id\":1355,\"kind\":1024,\"name\":\"operationDescription\",\"url\":\"interfaces/ChangeStreamShardCollectionDocument.html#operationDescription\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamShardCollectionDocument\"},{\"id\":1356,\"kind\":256,\"name\":\"ChangeStreamUpdateDocument\",\"url\":\"interfaces/ChangeStreamUpdateDocument.html\",\"classes\":\"tsd-kind-interface tsd-has-type-parameter\"},{\"id\":1357,\"kind\":1024,\"name\":\"operationType\",\"url\":\"interfaces/ChangeStreamUpdateDocument.html#operationType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamUpdateDocument\"},{\"id\":1358,\"kind\":1024,\"name\":\"fullDocument\",\"url\":\"interfaces/ChangeStreamUpdateDocument.html#fullDocument\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamUpdateDocument\"},{\"id\":1359,\"kind\":1024,\"name\":\"updateDescription\",\"url\":\"interfaces/ChangeStreamUpdateDocument.html#updateDescription\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamUpdateDocument\"},{\"id\":1360,\"kind\":1024,\"name\":\"ns\",\"url\":\"interfaces/ChangeStreamUpdateDocument.html#ns\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamUpdateDocument\"},{\"id\":1361,\"kind\":1024,\"name\":\"fullDocumentBeforeChange\",\"url\":\"interfaces/ChangeStreamUpdateDocument.html#fullDocumentBeforeChange\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamUpdateDocument\"},{\"id\":1362,\"kind\":1024,\"name\":\"_id\",\"url\":\"interfaces/ChangeStreamUpdateDocument.html#_id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamUpdateDocument\"},{\"id\":1363,\"kind\":1024,\"name\":\"clusterTime\",\"url\":\"interfaces/ChangeStreamUpdateDocument.html#clusterTime\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamUpdateDocument\"},{\"id\":1364,\"kind\":1024,\"name\":\"txnNumber\",\"url\":\"interfaces/ChangeStreamUpdateDocument.html#txnNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamUpdateDocument\"},{\"id\":1365,\"kind\":1024,\"name\":\"lsid\",\"url\":\"interfaces/ChangeStreamUpdateDocument.html#lsid\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamUpdateDocument\"},{\"id\":1366,\"kind\":1024,\"name\":\"documentKey\",\"url\":\"interfaces/ChangeStreamUpdateDocument.html#documentKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamUpdateDocument\"},{\"id\":1367,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/ChangeStreamUpdateDocument.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"ChangeStreamUpdateDocument\"},{\"id\":1368,\"kind\":1024,\"name\":\"_id\",\"url\":\"interfaces/ChangeStreamUpdateDocument.html#__type._id-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ChangeStreamUpdateDocument.__type\"},{\"id\":1369,\"kind\":1024,\"name\":\"collectionUUID\",\"url\":\"interfaces/ChangeStreamUpdateDocument.html#collectionUUID\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamUpdateDocument\"},{\"id\":1370,\"kind\":4194304,\"name\":\"OperationTime\",\"url\":\"modules.html#OperationTime\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":1371,\"kind\":256,\"name\":\"PipeOptions\",\"url\":\"interfaces/PipeOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1372,\"kind\":1024,\"name\":\"end\",\"url\":\"interfaces/PipeOptions.html#end\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"PipeOptions\"},{\"id\":1373,\"kind\":256,\"name\":\"ResumeOptions\",\"url\":\"interfaces/ResumeOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1374,\"kind\":1024,\"name\":\"startAtOperationTime\",\"url\":\"interfaces/ResumeOptions.html#startAtOperationTime\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ResumeOptions\"},{\"id\":1375,\"kind\":1024,\"name\":\"batchSize\",\"url\":\"interfaces/ResumeOptions.html#batchSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ResumeOptions\"},{\"id\":1376,\"kind\":1024,\"name\":\"maxAwaitTimeMS\",\"url\":\"interfaces/ResumeOptions.html#maxAwaitTimeMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ResumeOptions\"},{\"id\":1377,\"kind\":1024,\"name\":\"collation\",\"url\":\"interfaces/ResumeOptions.html#collation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ResumeOptions\"},{\"id\":1378,\"kind\":1024,\"name\":\"readPreference\",\"url\":\"interfaces/ResumeOptions.html#readPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ResumeOptions\"},{\"id\":1379,\"kind\":1024,\"name\":\"resumeAfter\",\"url\":\"interfaces/ResumeOptions.html#resumeAfter\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ResumeOptions\"},{\"id\":1380,\"kind\":1024,\"name\":\"startAfter\",\"url\":\"interfaces/ResumeOptions.html#startAfter\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ResumeOptions\"},{\"id\":1381,\"kind\":1024,\"name\":\"fullDocument\",\"url\":\"interfaces/ResumeOptions.html#fullDocument\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ResumeOptions\"},{\"id\":1382,\"kind\":4194304,\"name\":\"ResumeToken\",\"url\":\"modules.html#ResumeToken\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":1383,\"kind\":256,\"name\":\"UpdateDescription\",\"url\":\"interfaces/UpdateDescription.html\",\"classes\":\"tsd-kind-interface tsd-has-type-parameter\"},{\"id\":1384,\"kind\":1024,\"name\":\"updatedFields\",\"url\":\"interfaces/UpdateDescription.html#updatedFields\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"UpdateDescription\"},{\"id\":1385,\"kind\":1024,\"name\":\"removedFields\",\"url\":\"interfaces/UpdateDescription.html#removedFields\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"UpdateDescription\"},{\"id\":1386,\"kind\":1024,\"name\":\"truncatedArrays\",\"url\":\"interfaces/UpdateDescription.html#truncatedArrays\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"UpdateDescription\"},{\"id\":1387,\"kind\":256,\"name\":\"AuthMechanismProperties\",\"url\":\"interfaces/AuthMechanismProperties.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1388,\"kind\":1024,\"name\":\"SERVICE_HOST\",\"url\":\"interfaces/AuthMechanismProperties.html#SERVICE_HOST\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AuthMechanismProperties\"},{\"id\":1389,\"kind\":1024,\"name\":\"SERVICE_NAME\",\"url\":\"interfaces/AuthMechanismProperties.html#SERVICE_NAME\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AuthMechanismProperties\"},{\"id\":1390,\"kind\":1024,\"name\":\"SERVICE_REALM\",\"url\":\"interfaces/AuthMechanismProperties.html#SERVICE_REALM\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AuthMechanismProperties\"},{\"id\":1391,\"kind\":1024,\"name\":\"CANONICALIZE_HOST_NAME\",\"url\":\"interfaces/AuthMechanismProperties.html#CANONICALIZE_HOST_NAME\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AuthMechanismProperties\"},{\"id\":1392,\"kind\":1024,\"name\":\"AWS_SESSION_TOKEN\",\"url\":\"interfaces/AuthMechanismProperties.html#AWS_SESSION_TOKEN\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AuthMechanismProperties\"},{\"id\":1393,\"kind\":128,\"name\":\"MongoCredentials\",\"url\":\"classes/MongoCredentials.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1394,\"kind\":2048,\"name\":\"merge\",\"url\":\"classes/MongoCredentials.html#merge\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"MongoCredentials\"},{\"id\":1395,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MongoCredentials.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"MongoCredentials\"},{\"id\":1396,\"kind\":1024,\"name\":\"username\",\"url\":\"classes/MongoCredentials.html#username\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"MongoCredentials\"},{\"id\":1397,\"kind\":1024,\"name\":\"password\",\"url\":\"classes/MongoCredentials.html#password\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"MongoCredentials\"},{\"id\":1398,\"kind\":1024,\"name\":\"source\",\"url\":\"classes/MongoCredentials.html#source\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"MongoCredentials\"},{\"id\":1399,\"kind\":1024,\"name\":\"mechanism\",\"url\":\"classes/MongoCredentials.html#mechanism\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"MongoCredentials\"},{\"id\":1400,\"kind\":1024,\"name\":\"mechanismProperties\",\"url\":\"classes/MongoCredentials.html#mechanismProperties\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"MongoCredentials\"},{\"id\":1401,\"kind\":2048,\"name\":\"equals\",\"url\":\"classes/MongoCredentials.html#equals\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MongoCredentials\"},{\"id\":1402,\"kind\":2048,\"name\":\"resolveAuthMechanism\",\"url\":\"classes/MongoCredentials.html#resolveAuthMechanism\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MongoCredentials\"},{\"id\":1403,\"kind\":2048,\"name\":\"validate\",\"url\":\"classes/MongoCredentials.html#validate\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MongoCredentials\"},{\"id\":1404,\"kind\":256,\"name\":\"MongoCredentialsOptions\",\"url\":\"interfaces/MongoCredentialsOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1405,\"kind\":1024,\"name\":\"username\",\"url\":\"interfaces/MongoCredentialsOptions.html#username\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoCredentialsOptions\"},{\"id\":1406,\"kind\":1024,\"name\":\"password\",\"url\":\"interfaces/MongoCredentialsOptions.html#password\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoCredentialsOptions\"},{\"id\":1407,\"kind\":1024,\"name\":\"source\",\"url\":\"interfaces/MongoCredentialsOptions.html#source\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoCredentialsOptions\"},{\"id\":1408,\"kind\":1024,\"name\":\"db\",\"url\":\"interfaces/MongoCredentialsOptions.html#db\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoCredentialsOptions\"},{\"id\":1409,\"kind\":1024,\"name\":\"mechanism\",\"url\":\"interfaces/MongoCredentialsOptions.html#mechanism\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoCredentialsOptions\"},{\"id\":1410,\"kind\":1024,\"name\":\"mechanismProperties\",\"url\":\"interfaces/MongoCredentialsOptions.html#mechanismProperties\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoCredentialsOptions\"},{\"id\":1411,\"kind\":32,\"name\":\"LEGAL_TCP_SOCKET_OPTIONS\",\"url\":\"modules.html#LEGAL_TCP_SOCKET_OPTIONS\",\"classes\":\"tsd-kind-variable\"},{\"id\":1412,\"kind\":32,\"name\":\"LEGAL_TLS_SOCKET_OPTIONS\",\"url\":\"modules.html#LEGAL_TLS_SOCKET_OPTIONS\",\"classes\":\"tsd-kind-variable\"},{\"id\":1413,\"kind\":4194304,\"name\":\"Stream\",\"url\":\"modules.html#Stream\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":1414,\"kind\":4194304,\"name\":\"ConnectionEvents\",\"url\":\"modules.html#ConnectionEvents\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":1415,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules.html#ConnectionEvents.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"ConnectionEvents\"},{\"id\":1416,\"kind\":2048,\"name\":\"commandStarted\",\"url\":\"modules.html#ConnectionEvents.__type.commandStarted\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"ConnectionEvents.__type\"},{\"id\":1417,\"kind\":2048,\"name\":\"commandSucceeded\",\"url\":\"modules.html#ConnectionEvents.__type.commandSucceeded\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"ConnectionEvents.__type\"},{\"id\":1418,\"kind\":2048,\"name\":\"commandFailed\",\"url\":\"modules.html#ConnectionEvents.__type.commandFailed\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"ConnectionEvents.__type\"},{\"id\":1419,\"kind\":2048,\"name\":\"clusterTimeReceived\",\"url\":\"modules.html#ConnectionEvents.__type.clusterTimeReceived\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"ConnectionEvents.__type\"},{\"id\":1420,\"kind\":2048,\"name\":\"close\",\"url\":\"modules.html#ConnectionEvents.__type.close\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"ConnectionEvents.__type\"},{\"id\":1421,\"kind\":2048,\"name\":\"message\",\"url\":\"modules.html#ConnectionEvents.__type.message\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"ConnectionEvents.__type\"},{\"id\":1422,\"kind\":2048,\"name\":\"pinned\",\"url\":\"modules.html#ConnectionEvents.__type.pinned\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"ConnectionEvents.__type\"},{\"id\":1423,\"kind\":2048,\"name\":\"unpinned\",\"url\":\"modules.html#ConnectionEvents.__type.unpinned\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"ConnectionEvents.__type\"},{\"id\":1424,\"kind\":256,\"name\":\"ConnectionOptions\",\"url\":\"interfaces/ConnectionOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1425,\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/ConnectionOptions.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ConnectionOptions\"},{\"id\":1426,\"kind\":1024,\"name\":\"generation\",\"url\":\"interfaces/ConnectionOptions.html#generation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ConnectionOptions\"},{\"id\":1427,\"kind\":1024,\"name\":\"hostAddress\",\"url\":\"interfaces/ConnectionOptions.html#hostAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ConnectionOptions\"},{\"id\":1428,\"kind\":1024,\"name\":\"autoEncrypter\",\"url\":\"interfaces/ConnectionOptions.html#autoEncrypter\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ConnectionOptions\"},{\"id\":1429,\"kind\":1024,\"name\":\"serverApi\",\"url\":\"interfaces/ConnectionOptions.html#serverApi\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ConnectionOptions\"},{\"id\":1430,\"kind\":1024,\"name\":\"monitorCommands\",\"url\":\"interfaces/ConnectionOptions.html#monitorCommands\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ConnectionOptions\"},{\"id\":1431,\"kind\":1024,\"name\":\"credentials\",\"url\":\"interfaces/ConnectionOptions.html#credentials\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ConnectionOptions\"},{\"id\":1432,\"kind\":1024,\"name\":\"connectTimeoutMS\",\"url\":\"interfaces/ConnectionOptions.html#connectTimeoutMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ConnectionOptions\"},{\"id\":1433,\"kind\":1024,\"name\":\"tls\",\"url\":\"interfaces/ConnectionOptions.html#tls\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ConnectionOptions\"},{\"id\":1434,\"kind\":1024,\"name\":\"keepAlive\",\"url\":\"interfaces/ConnectionOptions.html#keepAlive\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ConnectionOptions\"},{\"id\":1435,\"kind\":1024,\"name\":\"keepAliveInitialDelay\",\"url\":\"interfaces/ConnectionOptions.html#keepAliveInitialDelay\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ConnectionOptions\"},{\"id\":1436,\"kind\":1024,\"name\":\"noDelay\",\"url\":\"interfaces/ConnectionOptions.html#noDelay\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ConnectionOptions\"},{\"id\":1437,\"kind\":1024,\"name\":\"socketTimeoutMS\",\"url\":\"interfaces/ConnectionOptions.html#socketTimeoutMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ConnectionOptions\"},{\"id\":1438,\"kind\":1024,\"name\":\"cancellationToken\",\"url\":\"interfaces/ConnectionOptions.html#cancellationToken\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ConnectionOptions\"},{\"id\":1439,\"kind\":1024,\"name\":\"metadata\",\"url\":\"interfaces/ConnectionOptions.html#metadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ConnectionOptions\"},{\"id\":1440,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/ConnectionOptions.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"ConnectionOptions\"},{\"id\":1441,\"kind\":1024,\"name\":\"compressors\",\"url\":\"interfaces/ConnectionOptions.html#compressors\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ConnectionOptions\"},{\"id\":1442,\"kind\":1024,\"name\":\"logicalSessionTimeoutMinutes\",\"url\":\"interfaces/ConnectionOptions.html#logicalSessionTimeoutMinutes\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ConnectionOptions\"},{\"id\":1443,\"kind\":1024,\"name\":\"loadBalanced\",\"url\":\"interfaces/ConnectionOptions.html#loadBalanced\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ConnectionOptions\"},{\"id\":1444,\"kind\":1024,\"name\":\"proxyHost\",\"url\":\"interfaces/ConnectionOptions.html#proxyHost\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ConnectionOptions\"},{\"id\":1445,\"kind\":1024,\"name\":\"proxyPort\",\"url\":\"interfaces/ConnectionOptions.html#proxyPort\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ConnectionOptions\"},{\"id\":1446,\"kind\":1024,\"name\":\"proxyUsername\",\"url\":\"interfaces/ConnectionOptions.html#proxyUsername\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ConnectionOptions\"},{\"id\":1447,\"kind\":1024,\"name\":\"proxyPassword\",\"url\":\"interfaces/ConnectionOptions.html#proxyPassword\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ConnectionOptions\"},{\"id\":1448,\"kind\":256,\"name\":\"DestroyOptions\",\"url\":\"interfaces/DestroyOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1449,\"kind\":1024,\"name\":\"force\",\"url\":\"interfaces/DestroyOptions.html#force\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DestroyOptions\"},{\"id\":1450,\"kind\":256,\"name\":\"ProxyOptions\",\"url\":\"interfaces/ProxyOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1451,\"kind\":1024,\"name\":\"proxyHost\",\"url\":\"interfaces/ProxyOptions.html#proxyHost\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ProxyOptions\"},{\"id\":1452,\"kind\":1024,\"name\":\"proxyPort\",\"url\":\"interfaces/ProxyOptions.html#proxyPort\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ProxyOptions\"},{\"id\":1453,\"kind\":1024,\"name\":\"proxyUsername\",\"url\":\"interfaces/ProxyOptions.html#proxyUsername\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ProxyOptions\"},{\"id\":1454,\"kind\":1024,\"name\":\"proxyPassword\",\"url\":\"interfaces/ProxyOptions.html#proxyPassword\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ProxyOptions\"},{\"id\":1455,\"kind\":256,\"name\":\"CloseOptions\",\"url\":\"interfaces/CloseOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1456,\"kind\":1024,\"name\":\"force\",\"url\":\"interfaces/CloseOptions.html#force\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CloseOptions\"},{\"id\":1457,\"kind\":4194304,\"name\":\"ConnectionPoolEvents\",\"url\":\"modules.html#ConnectionPoolEvents\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":1458,\"kind\":256,\"name\":\"ConnectionPoolOptions\",\"url\":\"interfaces/ConnectionPoolOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1459,\"kind\":1024,\"name\":\"maxPoolSize\",\"url\":\"interfaces/ConnectionPoolOptions.html#maxPoolSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ConnectionPoolOptions\"},{\"id\":1460,\"kind\":1024,\"name\":\"minPoolSize\",\"url\":\"interfaces/ConnectionPoolOptions.html#minPoolSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ConnectionPoolOptions\"},{\"id\":1461,\"kind\":1024,\"name\":\"maxConnecting\",\"url\":\"interfaces/ConnectionPoolOptions.html#maxConnecting\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ConnectionPoolOptions\"},{\"id\":1462,\"kind\":1024,\"name\":\"maxIdleTimeMS\",\"url\":\"interfaces/ConnectionPoolOptions.html#maxIdleTimeMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ConnectionPoolOptions\"},{\"id\":1463,\"kind\":1024,\"name\":\"waitQueueTimeoutMS\",\"url\":\"interfaces/ConnectionPoolOptions.html#waitQueueTimeoutMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ConnectionPoolOptions\"},{\"id\":1464,\"kind\":1024,\"name\":\"loadBalanced\",\"url\":\"interfaces/ConnectionPoolOptions.html#loadBalanced\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"ConnectionPoolOptions\"},{\"id\":1465,\"kind\":1024,\"name\":\"credentials\",\"url\":\"interfaces/ConnectionPoolOptions.html#credentials\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ConnectionPoolOptions\"},{\"id\":1466,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/ConnectionPoolOptions.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"ConnectionPoolOptions\"},{\"id\":1467,\"kind\":1024,\"name\":\"serverApi\",\"url\":\"interfaces/ConnectionPoolOptions.html#serverApi\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ConnectionPoolOptions\"},{\"id\":1468,\"kind\":1024,\"name\":\"hostAddress\",\"url\":\"interfaces/ConnectionPoolOptions.html#hostAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ConnectionPoolOptions\"},{\"id\":1469,\"kind\":1024,\"name\":\"autoEncrypter\",\"url\":\"interfaces/ConnectionPoolOptions.html#autoEncrypter\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ConnectionPoolOptions\"},{\"id\":1470,\"kind\":1024,\"name\":\"monitorCommands\",\"url\":\"interfaces/ConnectionPoolOptions.html#monitorCommands\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ConnectionPoolOptions\"},{\"id\":1471,\"kind\":1024,\"name\":\"connectTimeoutMS\",\"url\":\"interfaces/ConnectionPoolOptions.html#connectTimeoutMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ConnectionPoolOptions\"},{\"id\":1472,\"kind\":1024,\"name\":\"tls\",\"url\":\"interfaces/ConnectionPoolOptions.html#tls\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ConnectionPoolOptions\"},{\"id\":1473,\"kind\":1024,\"name\":\"keepAlive\",\"url\":\"interfaces/ConnectionPoolOptions.html#keepAlive\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ConnectionPoolOptions\"},{\"id\":1474,\"kind\":1024,\"name\":\"keepAliveInitialDelay\",\"url\":\"interfaces/ConnectionPoolOptions.html#keepAliveInitialDelay\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ConnectionPoolOptions\"},{\"id\":1475,\"kind\":1024,\"name\":\"noDelay\",\"url\":\"interfaces/ConnectionPoolOptions.html#noDelay\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ConnectionPoolOptions\"},{\"id\":1476,\"kind\":1024,\"name\":\"socketTimeoutMS\",\"url\":\"interfaces/ConnectionPoolOptions.html#socketTimeoutMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ConnectionPoolOptions\"},{\"id\":1477,\"kind\":1024,\"name\":\"cancellationToken\",\"url\":\"interfaces/ConnectionPoolOptions.html#cancellationToken\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ConnectionPoolOptions\"},{\"id\":1478,\"kind\":1024,\"name\":\"metadata\",\"url\":\"interfaces/ConnectionPoolOptions.html#metadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ConnectionPoolOptions\"},{\"id\":1479,\"kind\":1024,\"name\":\"compressors\",\"url\":\"interfaces/ConnectionPoolOptions.html#compressors\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ConnectionPoolOptions\"},{\"id\":1480,\"kind\":1024,\"name\":\"logicalSessionTimeoutMinutes\",\"url\":\"interfaces/ConnectionPoolOptions.html#logicalSessionTimeoutMinutes\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ConnectionPoolOptions\"},{\"id\":1481,\"kind\":1024,\"name\":\"proxyHost\",\"url\":\"interfaces/ConnectionPoolOptions.html#proxyHost\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ConnectionPoolOptions\"},{\"id\":1482,\"kind\":1024,\"name\":\"proxyPort\",\"url\":\"interfaces/ConnectionPoolOptions.html#proxyPort\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ConnectionPoolOptions\"},{\"id\":1483,\"kind\":1024,\"name\":\"proxyUsername\",\"url\":\"interfaces/ConnectionPoolOptions.html#proxyUsername\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ConnectionPoolOptions\"},{\"id\":1484,\"kind\":1024,\"name\":\"proxyPassword\",\"url\":\"interfaces/ConnectionPoolOptions.html#proxyPassword\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ConnectionPoolOptions\"},{\"id\":1485,\"kind\":128,\"name\":\"StreamDescription\",\"url\":\"classes/StreamDescription.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1486,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/StreamDescription.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"StreamDescription\"},{\"id\":1487,\"kind\":1024,\"name\":\"address\",\"url\":\"classes/StreamDescription.html#address\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"StreamDescription\"},{\"id\":1488,\"kind\":1024,\"name\":\"type\",\"url\":\"classes/StreamDescription.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"StreamDescription\"},{\"id\":1489,\"kind\":1024,\"name\":\"minWireVersion\",\"url\":\"classes/StreamDescription.html#minWireVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"StreamDescription\"},{\"id\":1490,\"kind\":1024,\"name\":\"maxWireVersion\",\"url\":\"classes/StreamDescription.html#maxWireVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"StreamDescription\"},{\"id\":1491,\"kind\":1024,\"name\":\"maxBsonObjectSize\",\"url\":\"classes/StreamDescription.html#maxBsonObjectSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"StreamDescription\"},{\"id\":1492,\"kind\":1024,\"name\":\"maxMessageSizeBytes\",\"url\":\"classes/StreamDescription.html#maxMessageSizeBytes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"StreamDescription\"},{\"id\":1493,\"kind\":1024,\"name\":\"maxWriteBatchSize\",\"url\":\"classes/StreamDescription.html#maxWriteBatchSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"StreamDescription\"},{\"id\":1494,\"kind\":1024,\"name\":\"compressors\",\"url\":\"classes/StreamDescription.html#compressors\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"StreamDescription\"},{\"id\":1495,\"kind\":1024,\"name\":\"compressor\",\"url\":\"classes/StreamDescription.html#compressor\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"StreamDescription\"},{\"id\":1496,\"kind\":1024,\"name\":\"logicalSessionTimeoutMinutes\",\"url\":\"classes/StreamDescription.html#logicalSessionTimeoutMinutes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"StreamDescription\"},{\"id\":1497,\"kind\":1024,\"name\":\"loadBalanced\",\"url\":\"classes/StreamDescription.html#loadBalanced\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"StreamDescription\"},{\"id\":1498,\"kind\":1024,\"name\":\"__nodejs_mock_server__\",\"url\":\"classes/StreamDescription.html#__nodejs_mock_server__\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"StreamDescription\"},{\"id\":1499,\"kind\":1024,\"name\":\"zlibCompressionLevel\",\"url\":\"classes/StreamDescription.html#zlibCompressionLevel\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"StreamDescription\"},{\"id\":1500,\"kind\":2048,\"name\":\"receiveResponse\",\"url\":\"classes/StreamDescription.html#receiveResponse\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StreamDescription\"},{\"id\":1501,\"kind\":256,\"name\":\"StreamDescriptionOptions\",\"url\":\"interfaces/StreamDescriptionOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1502,\"kind\":1024,\"name\":\"compressors\",\"url\":\"interfaces/StreamDescriptionOptions.html#compressors\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StreamDescriptionOptions\"},{\"id\":1503,\"kind\":1024,\"name\":\"logicalSessionTimeoutMinutes\",\"url\":\"interfaces/StreamDescriptionOptions.html#logicalSessionTimeoutMinutes\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StreamDescriptionOptions\"},{\"id\":1504,\"kind\":1024,\"name\":\"loadBalanced\",\"url\":\"interfaces/StreamDescriptionOptions.html#loadBalanced\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StreamDescriptionOptions\"},{\"id\":1505,\"kind\":4194304,\"name\":\"CompressorName\",\"url\":\"modules.html#CompressorName\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":1506,\"kind\":256,\"name\":\"CollectionOptions\",\"url\":\"interfaces/CollectionOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1507,\"kind\":1024,\"name\":\"slaveOk\",\"url\":\"interfaces/CollectionOptions.html#slaveOk\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CollectionOptions\"},{\"id\":1508,\"kind\":1024,\"name\":\"readConcern\",\"url\":\"interfaces/CollectionOptions.html#readConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CollectionOptions\"},{\"id\":1509,\"kind\":1024,\"name\":\"readPreference\",\"url\":\"interfaces/CollectionOptions.html#readPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CollectionOptions\"},{\"id\":1510,\"kind\":1024,\"name\":\"raw\",\"url\":\"interfaces/CollectionOptions.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CollectionOptions\"},{\"id\":1511,\"kind\":1024,\"name\":\"enableUtf8Validation\",\"url\":\"interfaces/CollectionOptions.html#enableUtf8Validation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CollectionOptions\"},{\"id\":1512,\"kind\":1024,\"name\":\"writeConcern\",\"url\":\"interfaces/CollectionOptions.html#writeConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CollectionOptions\"},{\"id\":1513,\"kind\":1024,\"name\":\"logger\",\"url\":\"interfaces/CollectionOptions.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CollectionOptions\"},{\"id\":1514,\"kind\":1024,\"name\":\"loggerLevel\",\"url\":\"interfaces/CollectionOptions.html#loggerLevel\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CollectionOptions\"},{\"id\":1515,\"kind\":256,\"name\":\"ModifyResult\",\"url\":\"interfaces/ModifyResult.html\",\"classes\":\"tsd-kind-interface tsd-has-type-parameter\"},{\"id\":1516,\"kind\":1024,\"name\":\"value\",\"url\":\"interfaces/ModifyResult.html#value\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ModifyResult\"},{\"id\":1517,\"kind\":1024,\"name\":\"lastErrorObject\",\"url\":\"interfaces/ModifyResult.html#lastErrorObject\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ModifyResult\"},{\"id\":1518,\"kind\":1024,\"name\":\"ok\",\"url\":\"interfaces/ModifyResult.html#ok\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ModifyResult\"},{\"id\":1519,\"kind\":32,\"name\":\"MONGO_CLIENT_EVENTS\",\"url\":\"modules.html#MONGO_CLIENT_EVENTS\",\"classes\":\"tsd-kind-variable\"},{\"id\":1520,\"kind\":4194304,\"name\":\"AbstractCursorEvents\",\"url\":\"modules.html#AbstractCursorEvents\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":1521,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules.html#AbstractCursorEvents.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"AbstractCursorEvents\"},{\"id\":1522,\"kind\":2048,\"name\":\"close\",\"url\":\"modules.html#AbstractCursorEvents.__type.close\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"AbstractCursorEvents.__type\"},{\"id\":1523,\"kind\":256,\"name\":\"AbstractCursorOptions\",\"url\":\"interfaces/AbstractCursorOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1524,\"kind\":1024,\"name\":\"session\",\"url\":\"interfaces/AbstractCursorOptions.html#session\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AbstractCursorOptions\"},{\"id\":1525,\"kind\":1024,\"name\":\"readPreference\",\"url\":\"interfaces/AbstractCursorOptions.html#readPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AbstractCursorOptions\"},{\"id\":1526,\"kind\":1024,\"name\":\"readConcern\",\"url\":\"interfaces/AbstractCursorOptions.html#readConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AbstractCursorOptions\"},{\"id\":1527,\"kind\":1024,\"name\":\"batchSize\",\"url\":\"interfaces/AbstractCursorOptions.html#batchSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AbstractCursorOptions\"},{\"id\":1528,\"kind\":1024,\"name\":\"maxTimeMS\",\"url\":\"interfaces/AbstractCursorOptions.html#maxTimeMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AbstractCursorOptions\"},{\"id\":1529,\"kind\":1024,\"name\":\"maxAwaitTimeMS\",\"url\":\"interfaces/AbstractCursorOptions.html#maxAwaitTimeMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AbstractCursorOptions\"},{\"id\":1530,\"kind\":1024,\"name\":\"comment\",\"url\":\"interfaces/AbstractCursorOptions.html#comment\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AbstractCursorOptions\"},{\"id\":1531,\"kind\":1024,\"name\":\"tailable\",\"url\":\"interfaces/AbstractCursorOptions.html#tailable\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AbstractCursorOptions\"},{\"id\":1532,\"kind\":1024,\"name\":\"awaitData\",\"url\":\"interfaces/AbstractCursorOptions.html#awaitData\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AbstractCursorOptions\"},{\"id\":1533,\"kind\":1024,\"name\":\"noCursorTimeout\",\"url\":\"interfaces/AbstractCursorOptions.html#noCursorTimeout\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AbstractCursorOptions\"},{\"id\":1534,\"kind\":1024,\"name\":\"raw\",\"url\":\"interfaces/AbstractCursorOptions.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AbstractCursorOptions\"},{\"id\":1535,\"kind\":1024,\"name\":\"enableUtf8Validation\",\"url\":\"interfaces/AbstractCursorOptions.html#enableUtf8Validation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AbstractCursorOptions\"},{\"id\":1536,\"kind\":256,\"name\":\"CursorCloseOptions\",\"url\":\"interfaces/CursorCloseOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1537,\"kind\":1024,\"name\":\"skipKillCursors\",\"url\":\"interfaces/CursorCloseOptions.html#skipKillCursors\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CursorCloseOptions\"},{\"id\":1538,\"kind\":4194304,\"name\":\"CursorFlag\",\"url\":\"modules.html#CursorFlag\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":1539,\"kind\":256,\"name\":\"CursorStreamOptions\",\"url\":\"interfaces/CursorStreamOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1540,\"kind\":2048,\"name\":\"transform\",\"url\":\"interfaces/CursorStreamOptions.html#transform\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"CursorStreamOptions\"},{\"id\":1541,\"kind\":256,\"name\":\"AggregationCursorOptions\",\"url\":\"interfaces/AggregationCursorOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1542,\"kind\":1024,\"name\":\"session\",\"url\":\"interfaces/AggregationCursorOptions.html#session\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AggregationCursorOptions\"},{\"id\":1543,\"kind\":1024,\"name\":\"readPreference\",\"url\":\"interfaces/AggregationCursorOptions.html#readPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AggregationCursorOptions\"},{\"id\":1544,\"kind\":1024,\"name\":\"readConcern\",\"url\":\"interfaces/AggregationCursorOptions.html#readConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AggregationCursorOptions\"},{\"id\":1545,\"kind\":1024,\"name\":\"batchSize\",\"url\":\"interfaces/AggregationCursorOptions.html#batchSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AggregationCursorOptions\"},{\"id\":1546,\"kind\":1024,\"name\":\"maxTimeMS\",\"url\":\"interfaces/AggregationCursorOptions.html#maxTimeMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AggregationCursorOptions\"},{\"id\":1547,\"kind\":1024,\"name\":\"maxAwaitTimeMS\",\"url\":\"interfaces/AggregationCursorOptions.html#maxAwaitTimeMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AggregationCursorOptions\"},{\"id\":1548,\"kind\":1024,\"name\":\"comment\",\"url\":\"interfaces/AggregationCursorOptions.html#comment\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AggregationCursorOptions\"},{\"id\":1549,\"kind\":1024,\"name\":\"tailable\",\"url\":\"interfaces/AggregationCursorOptions.html#tailable\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AggregationCursorOptions\"},{\"id\":1550,\"kind\":1024,\"name\":\"awaitData\",\"url\":\"interfaces/AggregationCursorOptions.html#awaitData\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AggregationCursorOptions\"},{\"id\":1551,\"kind\":1024,\"name\":\"noCursorTimeout\",\"url\":\"interfaces/AggregationCursorOptions.html#noCursorTimeout\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AggregationCursorOptions\"},{\"id\":1552,\"kind\":1024,\"name\":\"raw\",\"url\":\"interfaces/AggregationCursorOptions.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AggregationCursorOptions\"},{\"id\":1553,\"kind\":1024,\"name\":\"enableUtf8Validation\",\"url\":\"interfaces/AggregationCursorOptions.html#enableUtf8Validation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AggregationCursorOptions\"},{\"id\":1554,\"kind\":1024,\"name\":\"allowDiskUse\",\"url\":\"interfaces/AggregationCursorOptions.html#allowDiskUse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AggregationCursorOptions\"},{\"id\":1555,\"kind\":1024,\"name\":\"bypassDocumentValidation\",\"url\":\"interfaces/AggregationCursorOptions.html#bypassDocumentValidation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AggregationCursorOptions\"},{\"id\":1556,\"kind\":1024,\"name\":\"cursor\",\"url\":\"interfaces/AggregationCursorOptions.html#cursor\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AggregationCursorOptions\"},{\"id\":1557,\"kind\":1024,\"name\":\"collation\",\"url\":\"interfaces/AggregationCursorOptions.html#collation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AggregationCursorOptions\"},{\"id\":1558,\"kind\":1024,\"name\":\"hint\",\"url\":\"interfaces/AggregationCursorOptions.html#hint\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AggregationCursorOptions\"},{\"id\":1559,\"kind\":1024,\"name\":\"let\",\"url\":\"interfaces/AggregationCursorOptions.html#let\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AggregationCursorOptions\"},{\"id\":1560,\"kind\":1024,\"name\":\"out\",\"url\":\"interfaces/AggregationCursorOptions.html#out\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AggregationCursorOptions\"},{\"id\":1561,\"kind\":1024,\"name\":\"fullResponse\",\"url\":\"interfaces/AggregationCursorOptions.html#fullResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AggregationCursorOptions\"},{\"id\":1562,\"kind\":1024,\"name\":\"retryWrites\",\"url\":\"interfaces/AggregationCursorOptions.html#retryWrites\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AggregationCursorOptions\"},{\"id\":1563,\"kind\":1024,\"name\":\"dbName\",\"url\":\"interfaces/AggregationCursorOptions.html#dbName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AggregationCursorOptions\"},{\"id\":1564,\"kind\":1024,\"name\":\"authdb\",\"url\":\"interfaces/AggregationCursorOptions.html#authdb\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AggregationCursorOptions\"},{\"id\":1565,\"kind\":1024,\"name\":\"noResponse\",\"url\":\"interfaces/AggregationCursorOptions.html#noResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AggregationCursorOptions\"},{\"id\":1566,\"kind\":1024,\"name\":\"willRetryWrite\",\"url\":\"interfaces/AggregationCursorOptions.html#willRetryWrite\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AggregationCursorOptions\"},{\"id\":1567,\"kind\":1024,\"name\":\"omitReadPreference\",\"url\":\"interfaces/AggregationCursorOptions.html#omitReadPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AggregationCursorOptions\"},{\"id\":1568,\"kind\":1024,\"name\":\"writeConcern\",\"url\":\"interfaces/AggregationCursorOptions.html#writeConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AggregationCursorOptions\"},{\"id\":1569,\"kind\":1024,\"name\":\"explain\",\"url\":\"interfaces/AggregationCursorOptions.html#explain\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AggregationCursorOptions\"},{\"id\":1570,\"kind\":256,\"name\":\"DbOptions\",\"url\":\"interfaces/DbOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1571,\"kind\":1024,\"name\":\"authSource\",\"url\":\"interfaces/DbOptions.html#authSource\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DbOptions\"},{\"id\":1572,\"kind\":1024,\"name\":\"forceServerObjectId\",\"url\":\"interfaces/DbOptions.html#forceServerObjectId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DbOptions\"},{\"id\":1573,\"kind\":1024,\"name\":\"readPreference\",\"url\":\"interfaces/DbOptions.html#readPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DbOptions\"},{\"id\":1574,\"kind\":1024,\"name\":\"pkFactory\",\"url\":\"interfaces/DbOptions.html#pkFactory\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DbOptions\"},{\"id\":1575,\"kind\":1024,\"name\":\"readConcern\",\"url\":\"interfaces/DbOptions.html#readConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DbOptions\"},{\"id\":1576,\"kind\":1024,\"name\":\"retryWrites\",\"url\":\"interfaces/DbOptions.html#retryWrites\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DbOptions\"},{\"id\":1577,\"kind\":1024,\"name\":\"raw\",\"url\":\"interfaces/DbOptions.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DbOptions\"},{\"id\":1578,\"kind\":1024,\"name\":\"enableUtf8Validation\",\"url\":\"interfaces/DbOptions.html#enableUtf8Validation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DbOptions\"},{\"id\":1579,\"kind\":1024,\"name\":\"writeConcern\",\"url\":\"interfaces/DbOptions.html#writeConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DbOptions\"},{\"id\":1580,\"kind\":1024,\"name\":\"logger\",\"url\":\"interfaces/DbOptions.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DbOptions\"},{\"id\":1581,\"kind\":1024,\"name\":\"loggerLevel\",\"url\":\"interfaces/DbOptions.html#loggerLevel\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DbOptions\"},{\"id\":1582,\"kind\":256,\"name\":\"AutoEncrypter\",\"url\":\"interfaces/AutoEncrypter.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1583,\"kind\":2048,\"name\":\"init\",\"url\":\"interfaces/AutoEncrypter.html#init\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"AutoEncrypter\"},{\"id\":1584,\"kind\":2048,\"name\":\"teardown\",\"url\":\"interfaces/AutoEncrypter.html#teardown\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"AutoEncrypter\"},{\"id\":1585,\"kind\":2048,\"name\":\"encrypt\",\"url\":\"interfaces/AutoEncrypter.html#encrypt\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"AutoEncrypter\"},{\"id\":1586,\"kind\":2048,\"name\":\"decrypt\",\"url\":\"interfaces/AutoEncrypter.html#decrypt\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"AutoEncrypter\"},{\"id\":1587,\"kind\":1024,\"name\":\"cryptSharedLibVersionInfo\",\"url\":\"interfaces/AutoEncrypter.html#cryptSharedLibVersionInfo\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AutoEncrypter\"},{\"id\":1588,\"kind\":512,\"name\":\"constructor\",\"url\":\"interfaces/AutoEncrypter.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-interface\",\"parent\":\"AutoEncrypter\"},{\"id\":1589,\"kind\":256,\"name\":\"AutoEncryptionOptions\",\"url\":\"interfaces/AutoEncryptionOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1590,\"kind\":1024,\"name\":\"keyVaultClient\",\"url\":\"interfaces/AutoEncryptionOptions.html#keyVaultClient\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AutoEncryptionOptions\"},{\"id\":1591,\"kind\":1024,\"name\":\"keyVaultNamespace\",\"url\":\"interfaces/AutoEncryptionOptions.html#keyVaultNamespace\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AutoEncryptionOptions\"},{\"id\":1592,\"kind\":1024,\"name\":\"kmsProviders\",\"url\":\"interfaces/AutoEncryptionOptions.html#kmsProviders\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AutoEncryptionOptions\"},{\"id\":1593,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/AutoEncryptionOptions.html#__type-1\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"AutoEncryptionOptions\"},{\"id\":1594,\"kind\":1024,\"name\":\"aws\",\"url\":\"interfaces/AutoEncryptionOptions.html#__type-1.aws\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"AutoEncryptionOptions.__type\"},{\"id\":1595,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/AutoEncryptionOptions.html#__type-1.__type-2\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-literal\",\"parent\":\"AutoEncryptionOptions.__type\"},{\"id\":1596,\"kind\":1024,\"name\":\"accessKeyId\",\"url\":\"interfaces/AutoEncryptionOptions.html#__type-1.__type-2.accessKeyId\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"AutoEncryptionOptions.__type.__type\"},{\"id\":1597,\"kind\":1024,\"name\":\"secretAccessKey\",\"url\":\"interfaces/AutoEncryptionOptions.html#__type-1.__type-2.secretAccessKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"AutoEncryptionOptions.__type.__type\"},{\"id\":1598,\"kind\":1024,\"name\":\"sessionToken\",\"url\":\"interfaces/AutoEncryptionOptions.html#__type-1.__type-2.sessionToken\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"AutoEncryptionOptions.__type.__type\"},{\"id\":1599,\"kind\":1024,\"name\":\"local\",\"url\":\"interfaces/AutoEncryptionOptions.html#__type-1.local\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"AutoEncryptionOptions.__type\"},{\"id\":1600,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/AutoEncryptionOptions.html#__type-1.__type-6\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-literal\",\"parent\":\"AutoEncryptionOptions.__type\"},{\"id\":1601,\"kind\":1024,\"name\":\"key\",\"url\":\"interfaces/AutoEncryptionOptions.html#__type-1.__type-6.key\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"AutoEncryptionOptions.__type.__type\"},{\"id\":1602,\"kind\":1024,\"name\":\"azure\",\"url\":\"interfaces/AutoEncryptionOptions.html#__type-1.azure\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"AutoEncryptionOptions.__type\"},{\"id\":1603,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/AutoEncryptionOptions.html#__type-1.__type-3\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-literal\",\"parent\":\"AutoEncryptionOptions.__type\"},{\"id\":1604,\"kind\":1024,\"name\":\"tenantId\",\"url\":\"interfaces/AutoEncryptionOptions.html#__type-1.__type-3.tenantId\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"AutoEncryptionOptions.__type.__type\"},{\"id\":1605,\"kind\":1024,\"name\":\"clientId\",\"url\":\"interfaces/AutoEncryptionOptions.html#__type-1.__type-3.clientId\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"AutoEncryptionOptions.__type.__type\"},{\"id\":1606,\"kind\":1024,\"name\":\"clientSecret\",\"url\":\"interfaces/AutoEncryptionOptions.html#__type-1.__type-3.clientSecret\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"AutoEncryptionOptions.__type.__type\"},{\"id\":1607,\"kind\":1024,\"name\":\"identityPlatformEndpoint\",\"url\":\"interfaces/AutoEncryptionOptions.html#__type-1.__type-3.identityPlatformEndpoint\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"AutoEncryptionOptions.__type.__type\"},{\"id\":1608,\"kind\":1024,\"name\":\"gcp\",\"url\":\"interfaces/AutoEncryptionOptions.html#__type-1.gcp\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"AutoEncryptionOptions.__type\"},{\"id\":1609,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/AutoEncryptionOptions.html#__type-1.__type-4\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-literal\",\"parent\":\"AutoEncryptionOptions.__type\"},{\"id\":1610,\"kind\":1024,\"name\":\"email\",\"url\":\"interfaces/AutoEncryptionOptions.html#__type-1.__type-4.email\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"AutoEncryptionOptions.__type.__type\"},{\"id\":1611,\"kind\":1024,\"name\":\"privateKey\",\"url\":\"interfaces/AutoEncryptionOptions.html#__type-1.__type-4.privateKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"AutoEncryptionOptions.__type.__type\"},{\"id\":1612,\"kind\":1024,\"name\":\"endpoint\",\"url\":\"interfaces/AutoEncryptionOptions.html#__type-1.__type-4.endpoint\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"AutoEncryptionOptions.__type.__type\"},{\"id\":1613,\"kind\":1024,\"name\":\"kmip\",\"url\":\"interfaces/AutoEncryptionOptions.html#__type-1.kmip\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"AutoEncryptionOptions.__type\"},{\"id\":1614,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/AutoEncryptionOptions.html#__type-1.__type-5\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-literal\",\"parent\":\"AutoEncryptionOptions.__type\"},{\"id\":1615,\"kind\":1024,\"name\":\"endpoint\",\"url\":\"interfaces/AutoEncryptionOptions.html#__type-1.__type-5.endpoint-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"AutoEncryptionOptions.__type.__type\"},{\"id\":1616,\"kind\":1024,\"name\":\"schemaMap\",\"url\":\"interfaces/AutoEncryptionOptions.html#schemaMap\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AutoEncryptionOptions\"},{\"id\":1617,\"kind\":1024,\"name\":\"encryptedFieldsMap\",\"url\":\"interfaces/AutoEncryptionOptions.html#encryptedFieldsMap\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AutoEncryptionOptions\"},{\"id\":1618,\"kind\":1024,\"name\":\"bypassAutoEncryption\",\"url\":\"interfaces/AutoEncryptionOptions.html#bypassAutoEncryption\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AutoEncryptionOptions\"},{\"id\":1619,\"kind\":1024,\"name\":\"bypassQueryAnalysis\",\"url\":\"interfaces/AutoEncryptionOptions.html#bypassQueryAnalysis\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AutoEncryptionOptions\"},{\"id\":1620,\"kind\":1024,\"name\":\"options\",\"url\":\"interfaces/AutoEncryptionOptions.html#options\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AutoEncryptionOptions\"},{\"id\":1621,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/AutoEncryptionOptions.html#__type-7\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"AutoEncryptionOptions\"},{\"id\":1622,\"kind\":2048,\"name\":\"logger\",\"url\":\"interfaces/AutoEncryptionOptions.html#__type-7.logger\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"AutoEncryptionOptions.__type\"},{\"id\":1623,\"kind\":1024,\"name\":\"extraOptions\",\"url\":\"interfaces/AutoEncryptionOptions.html#extraOptions\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AutoEncryptionOptions\"},{\"id\":1624,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/AutoEncryptionOptions.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"AutoEncryptionOptions\"},{\"id\":1625,\"kind\":1024,\"name\":\"mongocryptdURI\",\"url\":\"interfaces/AutoEncryptionOptions.html#__type.mongocryptdURI\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"AutoEncryptionOptions.__type\"},{\"id\":1626,\"kind\":1024,\"name\":\"mongocryptdBypassSpawn\",\"url\":\"interfaces/AutoEncryptionOptions.html#__type.mongocryptdBypassSpawn\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"AutoEncryptionOptions.__type\"},{\"id\":1627,\"kind\":1024,\"name\":\"mongocryptdSpawnPath\",\"url\":\"interfaces/AutoEncryptionOptions.html#__type.mongocryptdSpawnPath\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"AutoEncryptionOptions.__type\"},{\"id\":1628,\"kind\":1024,\"name\":\"mongocryptdSpawnArgs\",\"url\":\"interfaces/AutoEncryptionOptions.html#__type.mongocryptdSpawnArgs\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"AutoEncryptionOptions.__type\"},{\"id\":1629,\"kind\":1024,\"name\":\"cryptSharedLibPath\",\"url\":\"interfaces/AutoEncryptionOptions.html#__type.cryptSharedLibPath\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"AutoEncryptionOptions.__type\"},{\"id\":1630,\"kind\":1024,\"name\":\"cryptSharedLibRequired\",\"url\":\"interfaces/AutoEncryptionOptions.html#__type.cryptSharedLibRequired\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"AutoEncryptionOptions.__type\"},{\"id\":1631,\"kind\":1024,\"name\":\"proxyOptions\",\"url\":\"interfaces/AutoEncryptionOptions.html#proxyOptions\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AutoEncryptionOptions\"},{\"id\":1632,\"kind\":1024,\"name\":\"tlsOptions\",\"url\":\"interfaces/AutoEncryptionOptions.html#tlsOptions\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AutoEncryptionOptions\"},{\"id\":1633,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/AutoEncryptionOptions.html#__type-8\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"AutoEncryptionOptions\"},{\"id\":1634,\"kind\":1024,\"name\":\"aws\",\"url\":\"interfaces/AutoEncryptionOptions.html#__type-8.aws-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"AutoEncryptionOptions.__type\"},{\"id\":1635,\"kind\":1024,\"name\":\"local\",\"url\":\"interfaces/AutoEncryptionOptions.html#__type-8.local-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"AutoEncryptionOptions.__type\"},{\"id\":1636,\"kind\":1024,\"name\":\"azure\",\"url\":\"interfaces/AutoEncryptionOptions.html#__type-8.azure-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"AutoEncryptionOptions.__type\"},{\"id\":1637,\"kind\":1024,\"name\":\"gcp\",\"url\":\"interfaces/AutoEncryptionOptions.html#__type-8.gcp-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"AutoEncryptionOptions.__type\"},{\"id\":1638,\"kind\":1024,\"name\":\"kmip\",\"url\":\"interfaces/AutoEncryptionOptions.html#__type-8.kmip-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"AutoEncryptionOptions.__type\"},{\"id\":1639,\"kind\":256,\"name\":\"AutoEncryptionTlsOptions\",\"url\":\"interfaces/AutoEncryptionTlsOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1640,\"kind\":1024,\"name\":\"tlsCertificateKeyFile\",\"url\":\"interfaces/AutoEncryptionTlsOptions.html#tlsCertificateKeyFile\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AutoEncryptionTlsOptions\"},{\"id\":1641,\"kind\":1024,\"name\":\"tlsCertificateKeyFilePassword\",\"url\":\"interfaces/AutoEncryptionTlsOptions.html#tlsCertificateKeyFilePassword\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AutoEncryptionTlsOptions\"},{\"id\":1642,\"kind\":1024,\"name\":\"tlsCAFile\",\"url\":\"interfaces/AutoEncryptionTlsOptions.html#tlsCAFile\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AutoEncryptionTlsOptions\"},{\"id\":1643,\"kind\":4194304,\"name\":\"AnyError\",\"url\":\"modules.html#AnyError\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":1644,\"kind\":256,\"name\":\"ErrorDescription\",\"url\":\"interfaces/ErrorDescription.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1645,\"kind\":1024,\"name\":\"message\",\"url\":\"interfaces/ErrorDescription.html#message\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ErrorDescription\"},{\"id\":1646,\"kind\":1024,\"name\":\"errmsg\",\"url\":\"interfaces/ErrorDescription.html#errmsg\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ErrorDescription\"},{\"id\":1647,\"kind\":1024,\"name\":\"$err\",\"url\":\"interfaces/ErrorDescription.html#_err\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ErrorDescription\"},{\"id\":1648,\"kind\":1024,\"name\":\"errorLabels\",\"url\":\"interfaces/ErrorDescription.html#errorLabels\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ErrorDescription\"},{\"id\":1649,\"kind\":1024,\"name\":\"errInfo\",\"url\":\"interfaces/ErrorDescription.html#errInfo\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ErrorDescription\"},{\"id\":1650,\"kind\":256,\"name\":\"MongoNetworkErrorOptions\",\"url\":\"interfaces/MongoNetworkErrorOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1651,\"kind\":1024,\"name\":\"beforeHandshake\",\"url\":\"interfaces/MongoNetworkErrorOptions.html#beforeHandshake\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoNetworkErrorOptions\"},{\"id\":1652,\"kind\":256,\"name\":\"ExplainOptions\",\"url\":\"interfaces/ExplainOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1653,\"kind\":1024,\"name\":\"explain\",\"url\":\"interfaces/ExplainOptions.html#explain\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ExplainOptions\"},{\"id\":1654,\"kind\":4194304,\"name\":\"ExplainVerbosityLike\",\"url\":\"modules.html#ExplainVerbosityLike\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":1655,\"kind\":128,\"name\":\"GridFSBucketReadStream\",\"url\":\"classes/GridFSBucketReadStream.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1656,\"kind\":8388608,\"name\":\"ERROR\",\"url\":\"classes/GridFSBucketReadStream.html#ERROR\",\"classes\":\"tsd-kind-event tsd-parent-kind-class tsd-is-static\",\"parent\":\"GridFSBucketReadStream\"},{\"id\":1657,\"kind\":8388608,\"name\":\"FILE\",\"url\":\"classes/GridFSBucketReadStream.html#FILE\",\"classes\":\"tsd-kind-event tsd-parent-kind-class tsd-is-static\",\"parent\":\"GridFSBucketReadStream\"},{\"id\":1658,\"kind\":8388608,\"name\":\"DATA\",\"url\":\"classes/GridFSBucketReadStream.html#DATA\",\"classes\":\"tsd-kind-event tsd-parent-kind-class tsd-is-static\",\"parent\":\"GridFSBucketReadStream\"},{\"id\":1659,\"kind\":8388608,\"name\":\"END\",\"url\":\"classes/GridFSBucketReadStream.html#END\",\"classes\":\"tsd-kind-event tsd-parent-kind-class tsd-is-static\",\"parent\":\"GridFSBucketReadStream\"},{\"id\":1660,\"kind\":8388608,\"name\":\"CLOSE\",\"url\":\"classes/GridFSBucketReadStream.html#CLOSE\",\"classes\":\"tsd-kind-event tsd-parent-kind-class tsd-is-static\",\"parent\":\"GridFSBucketReadStream\"},{\"id\":1661,\"kind\":2048,\"name\":\"start\",\"url\":\"classes/GridFSBucketReadStream.html#start\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"GridFSBucketReadStream\"},{\"id\":1662,\"kind\":2048,\"name\":\"end\",\"url\":\"classes/GridFSBucketReadStream.html#end\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"GridFSBucketReadStream\"},{\"id\":1663,\"kind\":2048,\"name\":\"abort\",\"url\":\"classes/GridFSBucketReadStream.html#abort\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"GridFSBucketReadStream\"},{\"id\":1664,\"kind\":256,\"name\":\"GridFSBucketReadStreamOptions\",\"url\":\"interfaces/GridFSBucketReadStreamOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1665,\"kind\":1024,\"name\":\"sort\",\"url\":\"interfaces/GridFSBucketReadStreamOptions.html#sort\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GridFSBucketReadStreamOptions\"},{\"id\":1666,\"kind\":1024,\"name\":\"skip\",\"url\":\"interfaces/GridFSBucketReadStreamOptions.html#skip\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GridFSBucketReadStreamOptions\"},{\"id\":1667,\"kind\":1024,\"name\":\"start\",\"url\":\"interfaces/GridFSBucketReadStreamOptions.html#start\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GridFSBucketReadStreamOptions\"},{\"id\":1668,\"kind\":1024,\"name\":\"end\",\"url\":\"interfaces/GridFSBucketReadStreamOptions.html#end\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GridFSBucketReadStreamOptions\"},{\"id\":1669,\"kind\":256,\"name\":\"GridFSBucketReadStreamOptionsWithRevision\",\"url\":\"interfaces/GridFSBucketReadStreamOptionsWithRevision.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1670,\"kind\":1024,\"name\":\"revision\",\"url\":\"interfaces/GridFSBucketReadStreamOptionsWithRevision.html#revision\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GridFSBucketReadStreamOptionsWithRevision\"},{\"id\":1671,\"kind\":1024,\"name\":\"sort\",\"url\":\"interfaces/GridFSBucketReadStreamOptionsWithRevision.html#sort\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"GridFSBucketReadStreamOptionsWithRevision\"},{\"id\":1672,\"kind\":1024,\"name\":\"skip\",\"url\":\"interfaces/GridFSBucketReadStreamOptionsWithRevision.html#skip\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"GridFSBucketReadStreamOptionsWithRevision\"},{\"id\":1673,\"kind\":1024,\"name\":\"start\",\"url\":\"interfaces/GridFSBucketReadStreamOptionsWithRevision.html#start\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"GridFSBucketReadStreamOptionsWithRevision\"},{\"id\":1674,\"kind\":1024,\"name\":\"end\",\"url\":\"interfaces/GridFSBucketReadStreamOptionsWithRevision.html#end\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"GridFSBucketReadStreamOptionsWithRevision\"},{\"id\":1675,\"kind\":256,\"name\":\"GridFSFile\",\"url\":\"interfaces/GridFSFile.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1676,\"kind\":1024,\"name\":\"_id\",\"url\":\"interfaces/GridFSFile.html#_id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GridFSFile\"},{\"id\":1677,\"kind\":1024,\"name\":\"length\",\"url\":\"interfaces/GridFSFile.html#length\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GridFSFile\"},{\"id\":1678,\"kind\":1024,\"name\":\"chunkSize\",\"url\":\"interfaces/GridFSFile.html#chunkSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GridFSFile\"},{\"id\":1679,\"kind\":1024,\"name\":\"filename\",\"url\":\"interfaces/GridFSFile.html#filename\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GridFSFile\"},{\"id\":1680,\"kind\":1024,\"name\":\"contentType\",\"url\":\"interfaces/GridFSFile.html#contentType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GridFSFile\"},{\"id\":1681,\"kind\":1024,\"name\":\"aliases\",\"url\":\"interfaces/GridFSFile.html#aliases\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GridFSFile\"},{\"id\":1682,\"kind\":1024,\"name\":\"metadata\",\"url\":\"interfaces/GridFSFile.html#metadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GridFSFile\"},{\"id\":1683,\"kind\":1024,\"name\":\"uploadDate\",\"url\":\"interfaces/GridFSFile.html#uploadDate\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GridFSFile\"},{\"id\":1684,\"kind\":4194304,\"name\":\"GridFSBucketEvents\",\"url\":\"modules.html#GridFSBucketEvents\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":1685,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules.html#GridFSBucketEvents.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"GridFSBucketEvents\"},{\"id\":1686,\"kind\":2048,\"name\":\"index\",\"url\":\"modules.html#GridFSBucketEvents.__type.index\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"GridFSBucketEvents.__type\"},{\"id\":1687,\"kind\":256,\"name\":\"GridFSBucketOptions\",\"url\":\"interfaces/GridFSBucketOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1688,\"kind\":1024,\"name\":\"bucketName\",\"url\":\"interfaces/GridFSBucketOptions.html#bucketName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GridFSBucketOptions\"},{\"id\":1689,\"kind\":1024,\"name\":\"chunkSizeBytes\",\"url\":\"interfaces/GridFSBucketOptions.html#chunkSizeBytes\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GridFSBucketOptions\"},{\"id\":1690,\"kind\":1024,\"name\":\"readPreference\",\"url\":\"interfaces/GridFSBucketOptions.html#readPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GridFSBucketOptions\"},{\"id\":1691,\"kind\":1024,\"name\":\"writeConcern\",\"url\":\"interfaces/GridFSBucketOptions.html#writeConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"GridFSBucketOptions\"},{\"id\":1692,\"kind\":128,\"name\":\"GridFSBucketWriteStream\",\"url\":\"classes/GridFSBucketWriteStream.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1693,\"kind\":8388608,\"name\":\"CLOSE\",\"url\":\"classes/GridFSBucketWriteStream.html#CLOSE\",\"classes\":\"tsd-kind-event tsd-parent-kind-class tsd-is-static\",\"parent\":\"GridFSBucketWriteStream\"},{\"id\":1694,\"kind\":8388608,\"name\":\"ERROR\",\"url\":\"classes/GridFSBucketWriteStream.html#ERROR\",\"classes\":\"tsd-kind-event tsd-parent-kind-class tsd-is-static\",\"parent\":\"GridFSBucketWriteStream\"},{\"id\":1695,\"kind\":8388608,\"name\":\"FINISH\",\"url\":\"classes/GridFSBucketWriteStream.html#FINISH\",\"classes\":\"tsd-kind-event tsd-parent-kind-class tsd-is-static\",\"parent\":\"GridFSBucketWriteStream\"},{\"id\":1696,\"kind\":1024,\"name\":\"bucket\",\"url\":\"classes/GridFSBucketWriteStream.html#bucket\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"GridFSBucketWriteStream\"},{\"id\":1697,\"kind\":1024,\"name\":\"chunks\",\"url\":\"classes/GridFSBucketWriteStream.html#chunks\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"GridFSBucketWriteStream\"},{\"id\":1698,\"kind\":1024,\"name\":\"filename\",\"url\":\"classes/GridFSBucketWriteStream.html#filename\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"GridFSBucketWriteStream\"},{\"id\":1699,\"kind\":1024,\"name\":\"files\",\"url\":\"classes/GridFSBucketWriteStream.html#files\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"GridFSBucketWriteStream\"},{\"id\":1700,\"kind\":1024,\"name\":\"options\",\"url\":\"classes/GridFSBucketWriteStream.html#options\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"GridFSBucketWriteStream\"},{\"id\":1701,\"kind\":1024,\"name\":\"done\",\"url\":\"classes/GridFSBucketWriteStream.html#done\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"GridFSBucketWriteStream\"},{\"id\":1702,\"kind\":1024,\"name\":\"id\",\"url\":\"classes/GridFSBucketWriteStream.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"GridFSBucketWriteStream\"},{\"id\":1703,\"kind\":1024,\"name\":\"chunkSizeBytes\",\"url\":\"classes/GridFSBucketWriteStream.html#chunkSizeBytes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"GridFSBucketWriteStream\"},{\"id\":1704,\"kind\":1024,\"name\":\"bufToStore\",\"url\":\"classes/GridFSBucketWriteStream.html#bufToStore\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"GridFSBucketWriteStream\"},{\"id\":1705,\"kind\":1024,\"name\":\"length\",\"url\":\"classes/GridFSBucketWriteStream.html#length\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"GridFSBucketWriteStream\"},{\"id\":1706,\"kind\":1024,\"name\":\"n\",\"url\":\"classes/GridFSBucketWriteStream.html#n\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"GridFSBucketWriteStream\"},{\"id\":1707,\"kind\":1024,\"name\":\"pos\",\"url\":\"classes/GridFSBucketWriteStream.html#pos\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"GridFSBucketWriteStream\"},{\"id\":1708,\"kind\":1024,\"name\":\"state\",\"url\":\"classes/GridFSBucketWriteStream.html#state\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"GridFSBucketWriteStream\"},{\"id\":1709,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/GridFSBucketWriteStream.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"GridFSBucketWriteStream\"},{\"id\":1710,\"kind\":1024,\"name\":\"streamEnd\",\"url\":\"classes/GridFSBucketWriteStream.html#__type.streamEnd\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GridFSBucketWriteStream.__type\"},{\"id\":1711,\"kind\":1024,\"name\":\"outstandingRequests\",\"url\":\"classes/GridFSBucketWriteStream.html#__type.outstandingRequests\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GridFSBucketWriteStream.__type\"},{\"id\":1712,\"kind\":1024,\"name\":\"errored\",\"url\":\"classes/GridFSBucketWriteStream.html#__type.errored\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GridFSBucketWriteStream.__type\"},{\"id\":1713,\"kind\":1024,\"name\":\"aborted\",\"url\":\"classes/GridFSBucketWriteStream.html#__type.aborted\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GridFSBucketWriteStream.__type\"},{\"id\":1714,\"kind\":1024,\"name\":\"writeConcern\",\"url\":\"classes/GridFSBucketWriteStream.html#writeConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"GridFSBucketWriteStream\"},{\"id\":1715,\"kind\":2048,\"name\":\"write\",\"url\":\"classes/GridFSBucketWriteStream.html#write\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"GridFSBucketWriteStream\"},{\"id\":1716,\"kind\":2048,\"name\":\"abort\",\"url\":\"classes/GridFSBucketWriteStream.html#abort\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"GridFSBucketWriteStream\"},{\"id\":1717,\"kind\":2048,\"name\":\"end\",\"url\":\"classes/GridFSBucketWriteStream.html#end\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"GridFSBucketWriteStream\"},{\"id\":1718,\"kind\":256,\"name\":\"GridFSBucketWriteStreamOptions\",\"url\":\"interfaces/GridFSBucketWriteStreamOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1719,\"kind\":1024,\"name\":\"chunkSizeBytes\",\"url\":\"interfaces/GridFSBucketWriteStreamOptions.html#chunkSizeBytes\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GridFSBucketWriteStreamOptions\"},{\"id\":1720,\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/GridFSBucketWriteStreamOptions.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GridFSBucketWriteStreamOptions\"},{\"id\":1721,\"kind\":1024,\"name\":\"metadata\",\"url\":\"interfaces/GridFSBucketWriteStreamOptions.html#metadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GridFSBucketWriteStreamOptions\"},{\"id\":1722,\"kind\":1024,\"name\":\"contentType\",\"url\":\"interfaces/GridFSBucketWriteStreamOptions.html#contentType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GridFSBucketWriteStreamOptions\"},{\"id\":1723,\"kind\":1024,\"name\":\"aliases\",\"url\":\"interfaces/GridFSBucketWriteStreamOptions.html#aliases\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GridFSBucketWriteStreamOptions\"},{\"id\":1724,\"kind\":1024,\"name\":\"writeConcern\",\"url\":\"interfaces/GridFSBucketWriteStreamOptions.html#writeConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"GridFSBucketWriteStreamOptions\"},{\"id\":1725,\"kind\":256,\"name\":\"GridFSChunk\",\"url\":\"interfaces/GridFSChunk.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1726,\"kind\":1024,\"name\":\"_id\",\"url\":\"interfaces/GridFSChunk.html#_id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GridFSChunk\"},{\"id\":1727,\"kind\":1024,\"name\":\"files_id\",\"url\":\"interfaces/GridFSChunk.html#files_id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GridFSChunk\"},{\"id\":1728,\"kind\":1024,\"name\":\"n\",\"url\":\"interfaces/GridFSChunk.html#n\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GridFSChunk\"},{\"id\":1729,\"kind\":1024,\"name\":\"data\",\"url\":\"interfaces/GridFSChunk.html#data\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GridFSChunk\"},{\"id\":1730,\"kind\":4194304,\"name\":\"LoggerFunction\",\"url\":\"modules.html#LoggerFunction\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":1731,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules.html#LoggerFunction.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"LoggerFunction\"},{\"id\":1732,\"kind\":256,\"name\":\"LoggerOptions\",\"url\":\"interfaces/LoggerOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1733,\"kind\":1024,\"name\":\"logger\",\"url\":\"interfaces/LoggerOptions.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"LoggerOptions\"},{\"id\":1734,\"kind\":1024,\"name\":\"loggerLevel\",\"url\":\"interfaces/LoggerOptions.html#loggerLevel\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"LoggerOptions\"},{\"id\":1735,\"kind\":256,\"name\":\"Auth\",\"url\":\"interfaces/Auth.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1736,\"kind\":1024,\"name\":\"username\",\"url\":\"interfaces/Auth.html#username\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Auth\"},{\"id\":1737,\"kind\":1024,\"name\":\"password\",\"url\":\"interfaces/Auth.html#password\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Auth\"},{\"id\":1738,\"kind\":256,\"name\":\"DriverInfo\",\"url\":\"interfaces/DriverInfo.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1739,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/DriverInfo.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DriverInfo\"},{\"id\":1740,\"kind\":1024,\"name\":\"version\",\"url\":\"interfaces/DriverInfo.html#version\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DriverInfo\"},{\"id\":1741,\"kind\":1024,\"name\":\"platform\",\"url\":\"interfaces/DriverInfo.html#platform\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DriverInfo\"},{\"id\":1742,\"kind\":4194304,\"name\":\"MongoClientEvents\",\"url\":\"modules.html#MongoClientEvents\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":1743,\"kind\":256,\"name\":\"MongoClientOptions\",\"url\":\"interfaces/MongoClientOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1744,\"kind\":1024,\"name\":\"replicaSet\",\"url\":\"interfaces/MongoClientOptions.html#replicaSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1745,\"kind\":1024,\"name\":\"tls\",\"url\":\"interfaces/MongoClientOptions.html#tls\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1746,\"kind\":1024,\"name\":\"ssl\",\"url\":\"interfaces/MongoClientOptions.html#ssl\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1747,\"kind\":1024,\"name\":\"tlsCertificateFile\",\"url\":\"interfaces/MongoClientOptions.html#tlsCertificateFile\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1748,\"kind\":1024,\"name\":\"tlsCertificateKeyFile\",\"url\":\"interfaces/MongoClientOptions.html#tlsCertificateKeyFile\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1749,\"kind\":1024,\"name\":\"tlsCertificateKeyFilePassword\",\"url\":\"interfaces/MongoClientOptions.html#tlsCertificateKeyFilePassword\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1750,\"kind\":1024,\"name\":\"tlsCAFile\",\"url\":\"interfaces/MongoClientOptions.html#tlsCAFile\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1751,\"kind\":1024,\"name\":\"tlsAllowInvalidCertificates\",\"url\":\"interfaces/MongoClientOptions.html#tlsAllowInvalidCertificates\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1752,\"kind\":1024,\"name\":\"tlsAllowInvalidHostnames\",\"url\":\"interfaces/MongoClientOptions.html#tlsAllowInvalidHostnames\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1753,\"kind\":1024,\"name\":\"tlsInsecure\",\"url\":\"interfaces/MongoClientOptions.html#tlsInsecure\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1754,\"kind\":1024,\"name\":\"connectTimeoutMS\",\"url\":\"interfaces/MongoClientOptions.html#connectTimeoutMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1755,\"kind\":1024,\"name\":\"socketTimeoutMS\",\"url\":\"interfaces/MongoClientOptions.html#socketTimeoutMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1756,\"kind\":1024,\"name\":\"compressors\",\"url\":\"interfaces/MongoClientOptions.html#compressors\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1757,\"kind\":1024,\"name\":\"zlibCompressionLevel\",\"url\":\"interfaces/MongoClientOptions.html#zlibCompressionLevel\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1758,\"kind\":1024,\"name\":\"srvMaxHosts\",\"url\":\"interfaces/MongoClientOptions.html#srvMaxHosts\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1759,\"kind\":1024,\"name\":\"srvServiceName\",\"url\":\"interfaces/MongoClientOptions.html#srvServiceName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1760,\"kind\":1024,\"name\":\"maxPoolSize\",\"url\":\"interfaces/MongoClientOptions.html#maxPoolSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1761,\"kind\":1024,\"name\":\"minPoolSize\",\"url\":\"interfaces/MongoClientOptions.html#minPoolSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1762,\"kind\":1024,\"name\":\"maxConnecting\",\"url\":\"interfaces/MongoClientOptions.html#maxConnecting\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1763,\"kind\":1024,\"name\":\"maxIdleTimeMS\",\"url\":\"interfaces/MongoClientOptions.html#maxIdleTimeMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1764,\"kind\":1024,\"name\":\"waitQueueTimeoutMS\",\"url\":\"interfaces/MongoClientOptions.html#waitQueueTimeoutMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1765,\"kind\":1024,\"name\":\"readConcern\",\"url\":\"interfaces/MongoClientOptions.html#readConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1766,\"kind\":1024,\"name\":\"readConcernLevel\",\"url\":\"interfaces/MongoClientOptions.html#readConcernLevel\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1767,\"kind\":1024,\"name\":\"readPreference\",\"url\":\"interfaces/MongoClientOptions.html#readPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1768,\"kind\":1024,\"name\":\"maxStalenessSeconds\",\"url\":\"interfaces/MongoClientOptions.html#maxStalenessSeconds\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1769,\"kind\":1024,\"name\":\"readPreferenceTags\",\"url\":\"interfaces/MongoClientOptions.html#readPreferenceTags\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1770,\"kind\":1024,\"name\":\"auth\",\"url\":\"interfaces/MongoClientOptions.html#auth\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1771,\"kind\":1024,\"name\":\"authSource\",\"url\":\"interfaces/MongoClientOptions.html#authSource\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1772,\"kind\":1024,\"name\":\"authMechanism\",\"url\":\"interfaces/MongoClientOptions.html#authMechanism\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1773,\"kind\":1024,\"name\":\"authMechanismProperties\",\"url\":\"interfaces/MongoClientOptions.html#authMechanismProperties\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1774,\"kind\":1024,\"name\":\"localThresholdMS\",\"url\":\"interfaces/MongoClientOptions.html#localThresholdMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1775,\"kind\":1024,\"name\":\"serverSelectionTimeoutMS\",\"url\":\"interfaces/MongoClientOptions.html#serverSelectionTimeoutMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1776,\"kind\":1024,\"name\":\"heartbeatFrequencyMS\",\"url\":\"interfaces/MongoClientOptions.html#heartbeatFrequencyMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1777,\"kind\":1024,\"name\":\"minHeartbeatFrequencyMS\",\"url\":\"interfaces/MongoClientOptions.html#minHeartbeatFrequencyMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1778,\"kind\":1024,\"name\":\"appName\",\"url\":\"interfaces/MongoClientOptions.html#appName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1779,\"kind\":1024,\"name\":\"retryReads\",\"url\":\"interfaces/MongoClientOptions.html#retryReads\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1780,\"kind\":1024,\"name\":\"retryWrites\",\"url\":\"interfaces/MongoClientOptions.html#retryWrites\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1781,\"kind\":1024,\"name\":\"directConnection\",\"url\":\"interfaces/MongoClientOptions.html#directConnection\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1782,\"kind\":1024,\"name\":\"loadBalanced\",\"url\":\"interfaces/MongoClientOptions.html#loadBalanced\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1783,\"kind\":1024,\"name\":\"w\",\"url\":\"interfaces/MongoClientOptions.html#w\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1784,\"kind\":1024,\"name\":\"wtimeoutMS\",\"url\":\"interfaces/MongoClientOptions.html#wtimeoutMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1785,\"kind\":1024,\"name\":\"journal\",\"url\":\"interfaces/MongoClientOptions.html#journal\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1786,\"kind\":1024,\"name\":\"writeConcern\",\"url\":\"interfaces/MongoClientOptions.html#writeConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1787,\"kind\":1024,\"name\":\"sslValidate\",\"url\":\"interfaces/MongoClientOptions.html#sslValidate\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1788,\"kind\":1024,\"name\":\"sslCA\",\"url\":\"interfaces/MongoClientOptions.html#sslCA\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1789,\"kind\":1024,\"name\":\"sslCert\",\"url\":\"interfaces/MongoClientOptions.html#sslCert\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1790,\"kind\":1024,\"name\":\"sslKey\",\"url\":\"interfaces/MongoClientOptions.html#sslKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1791,\"kind\":1024,\"name\":\"sslPass\",\"url\":\"interfaces/MongoClientOptions.html#sslPass\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1792,\"kind\":1024,\"name\":\"sslCRL\",\"url\":\"interfaces/MongoClientOptions.html#sslCRL\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1793,\"kind\":1024,\"name\":\"noDelay\",\"url\":\"interfaces/MongoClientOptions.html#noDelay\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1794,\"kind\":1024,\"name\":\"keepAlive\",\"url\":\"interfaces/MongoClientOptions.html#keepAlive\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1795,\"kind\":1024,\"name\":\"keepAliveInitialDelay\",\"url\":\"interfaces/MongoClientOptions.html#keepAliveInitialDelay\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1796,\"kind\":1024,\"name\":\"forceServerObjectId\",\"url\":\"interfaces/MongoClientOptions.html#forceServerObjectId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1797,\"kind\":1024,\"name\":\"raw\",\"url\":\"interfaces/MongoClientOptions.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"MongoClientOptions\"},{\"id\":1798,\"kind\":1024,\"name\":\"pkFactory\",\"url\":\"interfaces/MongoClientOptions.html#pkFactory\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1799,\"kind\":1024,\"name\":\"promiseLibrary\",\"url\":\"interfaces/MongoClientOptions.html#promiseLibrary\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1800,\"kind\":1024,\"name\":\"loggerLevel\",\"url\":\"interfaces/MongoClientOptions.html#loggerLevel\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1801,\"kind\":1024,\"name\":\"logger\",\"url\":\"interfaces/MongoClientOptions.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1802,\"kind\":1024,\"name\":\"monitorCommands\",\"url\":\"interfaces/MongoClientOptions.html#monitorCommands\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1803,\"kind\":1024,\"name\":\"serverApi\",\"url\":\"interfaces/MongoClientOptions.html#serverApi\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1804,\"kind\":1024,\"name\":\"autoEncryption\",\"url\":\"interfaces/MongoClientOptions.html#autoEncryption\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1805,\"kind\":1024,\"name\":\"driverInfo\",\"url\":\"interfaces/MongoClientOptions.html#driverInfo\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1806,\"kind\":1024,\"name\":\"proxyHost\",\"url\":\"interfaces/MongoClientOptions.html#proxyHost\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1807,\"kind\":1024,\"name\":\"proxyPort\",\"url\":\"interfaces/MongoClientOptions.html#proxyPort\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1808,\"kind\":1024,\"name\":\"proxyUsername\",\"url\":\"interfaces/MongoClientOptions.html#proxyUsername\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1809,\"kind\":1024,\"name\":\"proxyPassword\",\"url\":\"interfaces/MongoClientOptions.html#proxyPassword\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1810,\"kind\":1024,\"name\":\"enableUtf8Validation\",\"url\":\"interfaces/MongoClientOptions.html#enableUtf8Validation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MongoClientOptions\"},{\"id\":1811,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/MongoClientOptions.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1812,\"kind\":256,\"name\":\"MongoOptions\",\"url\":\"interfaces/MongoOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1813,\"kind\":1024,\"name\":\"hosts\",\"url\":\"interfaces/MongoOptions.html#hosts\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoOptions\"},{\"id\":1814,\"kind\":1024,\"name\":\"srvHost\",\"url\":\"interfaces/MongoOptions.html#srvHost\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoOptions\"},{\"id\":1815,\"kind\":1024,\"name\":\"credentials\",\"url\":\"interfaces/MongoOptions.html#credentials\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoOptions\"},{\"id\":1816,\"kind\":1024,\"name\":\"readPreference\",\"url\":\"interfaces/MongoOptions.html#readPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoOptions\"},{\"id\":1817,\"kind\":1024,\"name\":\"readConcern\",\"url\":\"interfaces/MongoOptions.html#readConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoOptions\"},{\"id\":1818,\"kind\":1024,\"name\":\"loadBalanced\",\"url\":\"interfaces/MongoOptions.html#loadBalanced\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoOptions\"},{\"id\":1819,\"kind\":1024,\"name\":\"serverApi\",\"url\":\"interfaces/MongoOptions.html#serverApi\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoOptions\"},{\"id\":1820,\"kind\":1024,\"name\":\"compressors\",\"url\":\"interfaces/MongoOptions.html#compressors\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoOptions\"},{\"id\":1821,\"kind\":1024,\"name\":\"writeConcern\",\"url\":\"interfaces/MongoOptions.html#writeConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoOptions\"},{\"id\":1822,\"kind\":1024,\"name\":\"dbName\",\"url\":\"interfaces/MongoOptions.html#dbName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoOptions\"},{\"id\":1823,\"kind\":1024,\"name\":\"metadata\",\"url\":\"interfaces/MongoOptions.html#metadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoOptions\"},{\"id\":1824,\"kind\":1024,\"name\":\"autoEncrypter\",\"url\":\"interfaces/MongoOptions.html#autoEncrypter\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoOptions\"},{\"id\":1825,\"kind\":1024,\"name\":\"proxyHost\",\"url\":\"interfaces/MongoOptions.html#proxyHost\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoOptions\"},{\"id\":1826,\"kind\":1024,\"name\":\"proxyPort\",\"url\":\"interfaces/MongoOptions.html#proxyPort\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoOptions\"},{\"id\":1827,\"kind\":1024,\"name\":\"proxyUsername\",\"url\":\"interfaces/MongoOptions.html#proxyUsername\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoOptions\"},{\"id\":1828,\"kind\":1024,\"name\":\"proxyPassword\",\"url\":\"interfaces/MongoOptions.html#proxyPassword\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoOptions\"},{\"id\":1829,\"kind\":1024,\"name\":\"tls\",\"url\":\"interfaces/MongoOptions.html#tls\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoOptions\"},{\"id\":1830,\"kind\":1024,\"name\":\"raw\",\"url\":\"interfaces/MongoOptions.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MongoOptions\"},{\"id\":1831,\"kind\":1024,\"name\":\"monitorCommands\",\"url\":\"interfaces/MongoOptions.html#monitorCommands\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MongoOptions\"},{\"id\":1832,\"kind\":1024,\"name\":\"connectTimeoutMS\",\"url\":\"interfaces/MongoOptions.html#connectTimeoutMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MongoOptions\"},{\"id\":1833,\"kind\":1024,\"name\":\"keepAlive\",\"url\":\"interfaces/MongoOptions.html#keepAlive\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MongoOptions\"},{\"id\":1834,\"kind\":1024,\"name\":\"keepAliveInitialDelay\",\"url\":\"interfaces/MongoOptions.html#keepAliveInitialDelay\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MongoOptions\"},{\"id\":1835,\"kind\":1024,\"name\":\"noDelay\",\"url\":\"interfaces/MongoOptions.html#noDelay\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MongoOptions\"},{\"id\":1836,\"kind\":1024,\"name\":\"socketTimeoutMS\",\"url\":\"interfaces/MongoOptions.html#socketTimeoutMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MongoOptions\"},{\"id\":1837,\"kind\":1024,\"name\":\"logger\",\"url\":\"interfaces/MongoOptions.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MongoOptions\"},{\"id\":1838,\"kind\":1024,\"name\":\"maxPoolSize\",\"url\":\"interfaces/MongoOptions.html#maxPoolSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MongoOptions\"},{\"id\":1839,\"kind\":1024,\"name\":\"minPoolSize\",\"url\":\"interfaces/MongoOptions.html#minPoolSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MongoOptions\"},{\"id\":1840,\"kind\":1024,\"name\":\"maxConnecting\",\"url\":\"interfaces/MongoOptions.html#maxConnecting\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MongoOptions\"},{\"id\":1841,\"kind\":1024,\"name\":\"maxIdleTimeMS\",\"url\":\"interfaces/MongoOptions.html#maxIdleTimeMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MongoOptions\"},{\"id\":1842,\"kind\":1024,\"name\":\"waitQueueTimeoutMS\",\"url\":\"interfaces/MongoOptions.html#waitQueueTimeoutMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MongoOptions\"},{\"id\":1843,\"kind\":1024,\"name\":\"autoEncryption\",\"url\":\"interfaces/MongoOptions.html#autoEncryption\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MongoOptions\"},{\"id\":1844,\"kind\":1024,\"name\":\"replicaSet\",\"url\":\"interfaces/MongoOptions.html#replicaSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MongoOptions\"},{\"id\":1845,\"kind\":1024,\"name\":\"directConnection\",\"url\":\"interfaces/MongoOptions.html#directConnection\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MongoOptions\"},{\"id\":1846,\"kind\":1024,\"name\":\"driverInfo\",\"url\":\"interfaces/MongoOptions.html#driverInfo\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MongoOptions\"},{\"id\":1847,\"kind\":1024,\"name\":\"forceServerObjectId\",\"url\":\"interfaces/MongoOptions.html#forceServerObjectId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MongoOptions\"},{\"id\":1848,\"kind\":1024,\"name\":\"minHeartbeatFrequencyMS\",\"url\":\"interfaces/MongoOptions.html#minHeartbeatFrequencyMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MongoOptions\"},{\"id\":1849,\"kind\":1024,\"name\":\"heartbeatFrequencyMS\",\"url\":\"interfaces/MongoOptions.html#heartbeatFrequencyMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MongoOptions\"},{\"id\":1850,\"kind\":1024,\"name\":\"localThresholdMS\",\"url\":\"interfaces/MongoOptions.html#localThresholdMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MongoOptions\"},{\"id\":1851,\"kind\":1024,\"name\":\"pkFactory\",\"url\":\"interfaces/MongoOptions.html#pkFactory\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MongoOptions\"},{\"id\":1852,\"kind\":1024,\"name\":\"promiseLibrary\",\"url\":\"interfaces/MongoOptions.html#promiseLibrary\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MongoOptions\"},{\"id\":1853,\"kind\":1024,\"name\":\"retryReads\",\"url\":\"interfaces/MongoOptions.html#retryReads\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MongoOptions\"},{\"id\":1854,\"kind\":1024,\"name\":\"retryWrites\",\"url\":\"interfaces/MongoOptions.html#retryWrites\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MongoOptions\"},{\"id\":1855,\"kind\":1024,\"name\":\"serverSelectionTimeoutMS\",\"url\":\"interfaces/MongoOptions.html#serverSelectionTimeoutMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MongoOptions\"},{\"id\":1856,\"kind\":1024,\"name\":\"srvMaxHosts\",\"url\":\"interfaces/MongoOptions.html#srvMaxHosts\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MongoOptions\"},{\"id\":1857,\"kind\":1024,\"name\":\"srvServiceName\",\"url\":\"interfaces/MongoOptions.html#srvServiceName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MongoOptions\"},{\"id\":1858,\"kind\":1024,\"name\":\"tlsAllowInvalidCertificates\",\"url\":\"interfaces/MongoOptions.html#tlsAllowInvalidCertificates\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MongoOptions\"},{\"id\":1859,\"kind\":1024,\"name\":\"tlsAllowInvalidHostnames\",\"url\":\"interfaces/MongoOptions.html#tlsAllowInvalidHostnames\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MongoOptions\"},{\"id\":1860,\"kind\":1024,\"name\":\"tlsInsecure\",\"url\":\"interfaces/MongoOptions.html#tlsInsecure\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MongoOptions\"},{\"id\":1861,\"kind\":1024,\"name\":\"zlibCompressionLevel\",\"url\":\"interfaces/MongoOptions.html#zlibCompressionLevel\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MongoOptions\"},{\"id\":1862,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/MongoOptions.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"MongoOptions\"},{\"id\":1863,\"kind\":256,\"name\":\"PkFactory\",\"url\":\"interfaces/PkFactory.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1864,\"kind\":2048,\"name\":\"createPk\",\"url\":\"interfaces/PkFactory.html#createPk\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"PkFactory\"},{\"id\":1865,\"kind\":256,\"name\":\"ServerApi\",\"url\":\"interfaces/ServerApi.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1866,\"kind\":1024,\"name\":\"version\",\"url\":\"interfaces/ServerApi.html#version\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ServerApi\"},{\"id\":1867,\"kind\":1024,\"name\":\"strict\",\"url\":\"interfaces/ServerApi.html#strict\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ServerApi\"},{\"id\":1868,\"kind\":1024,\"name\":\"deprecationErrors\",\"url\":\"interfaces/ServerApi.html#deprecationErrors\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ServerApi\"},{\"id\":1869,\"kind\":4194304,\"name\":\"SupportedNodeConnectionOptions\",\"url\":\"modules.html#SupportedNodeConnectionOptions\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":1870,\"kind\":4194304,\"name\":\"SupportedSocketOptions\",\"url\":\"modules.html#SupportedSocketOptions\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":1871,\"kind\":4194304,\"name\":\"SupportedTLSConnectionOptions\",\"url\":\"modules.html#SupportedTLSConnectionOptions\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":1872,\"kind\":4194304,\"name\":\"SupportedTLSSocketOptions\",\"url\":\"modules.html#SupportedTLSSocketOptions\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":1873,\"kind\":4194304,\"name\":\"WithSessionCallback\",\"url\":\"modules.html#WithSessionCallback\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":1874,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules.html#WithSessionCallback.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"WithSessionCallback\"},{\"id\":1875,\"kind\":4194304,\"name\":\"CommonEvents\",\"url\":\"modules.html#CommonEvents\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":1876,\"kind\":4194304,\"name\":\"EventsDescription\",\"url\":\"modules.html#EventsDescription\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":1877,\"kind\":4194304,\"name\":\"GenericListener\",\"url\":\"modules.html#GenericListener\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":1878,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules.html#GenericListener.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"GenericListener\"},{\"id\":1879,\"kind\":128,\"name\":\"TypedEventEmitter\",\"url\":\"classes/TypedEventEmitter.html\",\"classes\":\"tsd-kind-class tsd-has-type-parameter\"},{\"id\":1880,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/TypedEventEmitter.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"TypedEventEmitter\"},{\"id\":1881,\"kind\":2048,\"name\":\"addListener\",\"url\":\"classes/TypedEventEmitter.html#addListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite\",\"parent\":\"TypedEventEmitter\"},{\"id\":1882,\"kind\":2048,\"name\":\"on\",\"url\":\"classes/TypedEventEmitter.html#on\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite\",\"parent\":\"TypedEventEmitter\"},{\"id\":1883,\"kind\":2048,\"name\":\"once\",\"url\":\"classes/TypedEventEmitter.html#once\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite\",\"parent\":\"TypedEventEmitter\"},{\"id\":1884,\"kind\":2048,\"name\":\"removeListener\",\"url\":\"classes/TypedEventEmitter.html#removeListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite\",\"parent\":\"TypedEventEmitter\"},{\"id\":1885,\"kind\":2048,\"name\":\"off\",\"url\":\"classes/TypedEventEmitter.html#off\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite\",\"parent\":\"TypedEventEmitter\"},{\"id\":1886,\"kind\":2048,\"name\":\"removeAllListeners\",\"url\":\"classes/TypedEventEmitter.html#removeAllListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite\",\"parent\":\"TypedEventEmitter\"},{\"id\":1887,\"kind\":2048,\"name\":\"listeners\",\"url\":\"classes/TypedEventEmitter.html#listeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite\",\"parent\":\"TypedEventEmitter\"},{\"id\":1888,\"kind\":2048,\"name\":\"rawListeners\",\"url\":\"classes/TypedEventEmitter.html#rawListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite\",\"parent\":\"TypedEventEmitter\"},{\"id\":1889,\"kind\":2048,\"name\":\"emit\",\"url\":\"classes/TypedEventEmitter.html#emit\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite\",\"parent\":\"TypedEventEmitter\"},{\"id\":1890,\"kind\":2048,\"name\":\"listenerCount\",\"url\":\"classes/TypedEventEmitter.html#listenerCount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite\",\"parent\":\"TypedEventEmitter\"},{\"id\":1891,\"kind\":2048,\"name\":\"prependListener\",\"url\":\"classes/TypedEventEmitter.html#prependListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite\",\"parent\":\"TypedEventEmitter\"},{\"id\":1892,\"kind\":2048,\"name\":\"prependOnceListener\",\"url\":\"classes/TypedEventEmitter.html#prependOnceListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite\",\"parent\":\"TypedEventEmitter\"},{\"id\":1893,\"kind\":2048,\"name\":\"eventNames\",\"url\":\"classes/TypedEventEmitter.html#eventNames\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"TypedEventEmitter\"},{\"id\":1894,\"kind\":2048,\"name\":\"getMaxListeners\",\"url\":\"classes/TypedEventEmitter.html#getMaxListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"TypedEventEmitter\"},{\"id\":1895,\"kind\":2048,\"name\":\"setMaxListeners\",\"url\":\"classes/TypedEventEmitter.html#setMaxListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"TypedEventEmitter\"},{\"id\":1896,\"kind\":4194304,\"name\":\"AcceptedFields\",\"url\":\"modules.html#AcceptedFields\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":1897,\"kind\":4194304,\"name\":\"AddToSetOperators\",\"url\":\"modules.html#AddToSetOperators\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":1898,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules.html#AddToSetOperators.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"AddToSetOperators\"},{\"id\":1899,\"kind\":1024,\"name\":\"$each\",\"url\":\"modules.html#AddToSetOperators.__type._each\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"AddToSetOperators.__type\"},{\"id\":1900,\"kind\":4194304,\"name\":\"AlternativeType\",\"url\":\"modules.html#AlternativeType\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":1901,\"kind\":4194304,\"name\":\"ArrayElement\",\"url\":\"modules.html#ArrayElement\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":1902,\"kind\":4194304,\"name\":\"ArrayOperator\",\"url\":\"modules.html#ArrayOperator\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":1903,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules.html#ArrayOperator.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"ArrayOperator\"},{\"id\":1904,\"kind\":1024,\"name\":\"$each\",\"url\":\"modules.html#ArrayOperator.__type._each\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ArrayOperator.__type\"},{\"id\":1905,\"kind\":1024,\"name\":\"$slice\",\"url\":\"modules.html#ArrayOperator.__type._slice\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ArrayOperator.__type\"},{\"id\":1906,\"kind\":1024,\"name\":\"$position\",\"url\":\"modules.html#ArrayOperator.__type._position\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ArrayOperator.__type\"},{\"id\":1907,\"kind\":1024,\"name\":\"$sort\",\"url\":\"modules.html#ArrayOperator.__type._sort\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ArrayOperator.__type\"},{\"id\":1908,\"kind\":4194304,\"name\":\"BitwiseFilter\",\"url\":\"modules.html#BitwiseFilter\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":1909,\"kind\":4194304,\"name\":\"BSONTypeAlias\",\"url\":\"modules.html#BSONTypeAlias\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":1910,\"kind\":4194304,\"name\":\"Condition\",\"url\":\"modules.html#Condition\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":1911,\"kind\":4194304,\"name\":\"EnhancedOmit\",\"url\":\"modules.html#EnhancedOmit\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":1912,\"kind\":4194304,\"name\":\"Filter\",\"url\":\"modules.html#Filter\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":1913,\"kind\":4194304,\"name\":\"FilterOperations\",\"url\":\"modules.html#FilterOperations\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":1914,\"kind\":256,\"name\":\"FilterOperators\",\"url\":\"interfaces/FilterOperators.html\",\"classes\":\"tsd-kind-interface tsd-has-type-parameter\"},{\"id\":1915,\"kind\":1024,\"name\":\"$eq\",\"url\":\"interfaces/FilterOperators.html#_eq\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FilterOperators\"},{\"id\":1916,\"kind\":1024,\"name\":\"$gt\",\"url\":\"interfaces/FilterOperators.html#_gt\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FilterOperators\"},{\"id\":1917,\"kind\":1024,\"name\":\"$gte\",\"url\":\"interfaces/FilterOperators.html#_gte\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FilterOperators\"},{\"id\":1918,\"kind\":1024,\"name\":\"$in\",\"url\":\"interfaces/FilterOperators.html#_in\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FilterOperators\"},{\"id\":1919,\"kind\":1024,\"name\":\"$lt\",\"url\":\"interfaces/FilterOperators.html#_lt\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FilterOperators\"},{\"id\":1920,\"kind\":1024,\"name\":\"$lte\",\"url\":\"interfaces/FilterOperators.html#_lte\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FilterOperators\"},{\"id\":1921,\"kind\":1024,\"name\":\"$ne\",\"url\":\"interfaces/FilterOperators.html#_ne\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FilterOperators\"},{\"id\":1922,\"kind\":1024,\"name\":\"$nin\",\"url\":\"interfaces/FilterOperators.html#_nin\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FilterOperators\"},{\"id\":1923,\"kind\":1024,\"name\":\"$not\",\"url\":\"interfaces/FilterOperators.html#_not\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FilterOperators\"},{\"id\":1924,\"kind\":1024,\"name\":\"$exists\",\"url\":\"interfaces/FilterOperators.html#_exists\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FilterOperators\"},{\"id\":1925,\"kind\":1024,\"name\":\"$type\",\"url\":\"interfaces/FilterOperators.html#_type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FilterOperators\"},{\"id\":1926,\"kind\":1024,\"name\":\"$expr\",\"url\":\"interfaces/FilterOperators.html#_expr\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FilterOperators\"},{\"id\":1927,\"kind\":1024,\"name\":\"$jsonSchema\",\"url\":\"interfaces/FilterOperators.html#_jsonSchema\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FilterOperators\"},{\"id\":1928,\"kind\":1024,\"name\":\"$mod\",\"url\":\"interfaces/FilterOperators.html#_mod\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FilterOperators\"},{\"id\":1929,\"kind\":1024,\"name\":\"$regex\",\"url\":\"interfaces/FilterOperators.html#_regex\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FilterOperators\"},{\"id\":1930,\"kind\":1024,\"name\":\"$options\",\"url\":\"interfaces/FilterOperators.html#_options\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FilterOperators\"},{\"id\":1931,\"kind\":1024,\"name\":\"$geoIntersects\",\"url\":\"interfaces/FilterOperators.html#_geoIntersects\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FilterOperators\"},{\"id\":1932,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/FilterOperators.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"FilterOperators\"},{\"id\":1933,\"kind\":1024,\"name\":\"$geometry\",\"url\":\"interfaces/FilterOperators.html#__type._geometry\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"FilterOperators.__type\"},{\"id\":1934,\"kind\":1024,\"name\":\"$geoWithin\",\"url\":\"interfaces/FilterOperators.html#_geoWithin\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FilterOperators\"},{\"id\":1935,\"kind\":1024,\"name\":\"$near\",\"url\":\"interfaces/FilterOperators.html#_near\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FilterOperators\"},{\"id\":1936,\"kind\":1024,\"name\":\"$nearSphere\",\"url\":\"interfaces/FilterOperators.html#_nearSphere\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FilterOperators\"},{\"id\":1937,\"kind\":1024,\"name\":\"$maxDistance\",\"url\":\"interfaces/FilterOperators.html#_maxDistance\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FilterOperators\"},{\"id\":1938,\"kind\":1024,\"name\":\"$all\",\"url\":\"interfaces/FilterOperators.html#_all\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FilterOperators\"},{\"id\":1939,\"kind\":1024,\"name\":\"$elemMatch\",\"url\":\"interfaces/FilterOperators.html#_elemMatch\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FilterOperators\"},{\"id\":1940,\"kind\":1024,\"name\":\"$size\",\"url\":\"interfaces/FilterOperators.html#_size\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FilterOperators\"},{\"id\":1941,\"kind\":1024,\"name\":\"$bitsAllClear\",\"url\":\"interfaces/FilterOperators.html#_bitsAllClear\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FilterOperators\"},{\"id\":1942,\"kind\":1024,\"name\":\"$bitsAllSet\",\"url\":\"interfaces/FilterOperators.html#_bitsAllSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FilterOperators\"},{\"id\":1943,\"kind\":1024,\"name\":\"$bitsAnyClear\",\"url\":\"interfaces/FilterOperators.html#_bitsAnyClear\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FilterOperators\"},{\"id\":1944,\"kind\":1024,\"name\":\"$bitsAnySet\",\"url\":\"interfaces/FilterOperators.html#_bitsAnySet\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FilterOperators\"},{\"id\":1945,\"kind\":1024,\"name\":\"$rand\",\"url\":\"interfaces/FilterOperators.html#_rand\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FilterOperators\"},{\"id\":1946,\"kind\":4194304,\"name\":\"Flatten\",\"url\":\"modules.html#Flatten\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":1947,\"kind\":4194304,\"name\":\"InferIdType\",\"url\":\"modules.html#InferIdType\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":1948,\"kind\":4194304,\"name\":\"IntegerType\",\"url\":\"modules.html#IntegerType\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":1949,\"kind\":4194304,\"name\":\"IsAny\",\"url\":\"modules.html#IsAny\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":1950,\"kind\":4194304,\"name\":\"Join\",\"url\":\"modules.html#Join\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":1951,\"kind\":4194304,\"name\":\"KeysOfAType\",\"url\":\"modules.html#KeysOfAType\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":1952,\"kind\":4194304,\"name\":\"KeysOfOtherType\",\"url\":\"modules.html#KeysOfOtherType\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":1953,\"kind\":4194304,\"name\":\"MatchKeysAndValues\",\"url\":\"modules.html#MatchKeysAndValues\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":1954,\"kind\":4194304,\"name\":\"NestedPaths\",\"url\":\"modules.html#NestedPaths\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":1955,\"kind\":4194304,\"name\":\"NonObjectIdLikeDocument\",\"url\":\"modules.html#NonObjectIdLikeDocument\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":1956,\"kind\":4194304,\"name\":\"NotAcceptedFields\",\"url\":\"modules.html#NotAcceptedFields\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":1957,\"kind\":4194304,\"name\":\"NumericType\",\"url\":\"modules.html#NumericType\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":1958,\"kind\":4194304,\"name\":\"OneOrMore\",\"url\":\"modules.html#OneOrMore\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":1959,\"kind\":4194304,\"name\":\"OnlyFieldsOfType\",\"url\":\"modules.html#OnlyFieldsOfType\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":1960,\"kind\":4194304,\"name\":\"OptionalId\",\"url\":\"modules.html#OptionalId\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":1961,\"kind\":4194304,\"name\":\"OptionalUnlessRequiredId\",\"url\":\"modules.html#OptionalUnlessRequiredId\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":1962,\"kind\":4194304,\"name\":\"Projection\",\"url\":\"modules.html#Projection\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":1963,\"kind\":4194304,\"name\":\"ProjectionOperators\",\"url\":\"modules.html#ProjectionOperators\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":1964,\"kind\":4194304,\"name\":\"PropertyType\",\"url\":\"modules.html#PropertyType\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":1965,\"kind\":4194304,\"name\":\"PullAllOperator\",\"url\":\"modules.html#PullAllOperator\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":1966,\"kind\":4194304,\"name\":\"PullOperator\",\"url\":\"modules.html#PullOperator\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":1967,\"kind\":4194304,\"name\":\"PushOperator\",\"url\":\"modules.html#PushOperator\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":1968,\"kind\":4194304,\"name\":\"RegExpOrString\",\"url\":\"modules.html#RegExpOrString\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":1969,\"kind\":256,\"name\":\"RootFilterOperators\",\"url\":\"interfaces/RootFilterOperators.html\",\"classes\":\"tsd-kind-interface tsd-has-type-parameter\"},{\"id\":1970,\"kind\":1024,\"name\":\"$and\",\"url\":\"interfaces/RootFilterOperators.html#_and\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RootFilterOperators\"},{\"id\":1971,\"kind\":1024,\"name\":\"$nor\",\"url\":\"interfaces/RootFilterOperators.html#_nor\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RootFilterOperators\"},{\"id\":1972,\"kind\":1024,\"name\":\"$or\",\"url\":\"interfaces/RootFilterOperators.html#_or\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RootFilterOperators\"},{\"id\":1973,\"kind\":1024,\"name\":\"$text\",\"url\":\"interfaces/RootFilterOperators.html#_text\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RootFilterOperators\"},{\"id\":1974,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/RootFilterOperators.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"RootFilterOperators\"},{\"id\":1975,\"kind\":1024,\"name\":\"$search\",\"url\":\"interfaces/RootFilterOperators.html#__type._search\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"RootFilterOperators.__type\"},{\"id\":1976,\"kind\":1024,\"name\":\"$language\",\"url\":\"interfaces/RootFilterOperators.html#__type._language\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"RootFilterOperators.__type\"},{\"id\":1977,\"kind\":1024,\"name\":\"$caseSensitive\",\"url\":\"interfaces/RootFilterOperators.html#__type._caseSensitive\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"RootFilterOperators.__type\"},{\"id\":1978,\"kind\":1024,\"name\":\"$diacriticSensitive\",\"url\":\"interfaces/RootFilterOperators.html#__type._diacriticSensitive\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"RootFilterOperators.__type\"},{\"id\":1979,\"kind\":1024,\"name\":\"$where\",\"url\":\"interfaces/RootFilterOperators.html#_where\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RootFilterOperators\"},{\"id\":1980,\"kind\":1024,\"name\":\"$comment\",\"url\":\"interfaces/RootFilterOperators.html#_comment\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RootFilterOperators\"},{\"id\":1981,\"kind\":4194304,\"name\":\"SchemaMember\",\"url\":\"modules.html#SchemaMember\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":1982,\"kind\":4194304,\"name\":\"SetFields\",\"url\":\"modules.html#SetFields\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":1983,\"kind\":4194304,\"name\":\"UpdateFilter\",\"url\":\"modules.html#UpdateFilter\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":1984,\"kind\":4194304,\"name\":\"WithId\",\"url\":\"modules.html#WithId\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":1985,\"kind\":4194304,\"name\":\"WithoutId\",\"url\":\"modules.html#WithoutId\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":1986,\"kind\":256,\"name\":\"AddUserOptions\",\"url\":\"interfaces/AddUserOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1987,\"kind\":1024,\"name\":\"digestPassword\",\"url\":\"interfaces/AddUserOptions.html#digestPassword\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AddUserOptions\"},{\"id\":1988,\"kind\":1024,\"name\":\"roles\",\"url\":\"interfaces/AddUserOptions.html#roles\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AddUserOptions\"},{\"id\":1989,\"kind\":1024,\"name\":\"customData\",\"url\":\"interfaces/AddUserOptions.html#customData\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AddUserOptions\"},{\"id\":1990,\"kind\":1024,\"name\":\"fullResponse\",\"url\":\"interfaces/AddUserOptions.html#fullResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AddUserOptions\"},{\"id\":1991,\"kind\":1024,\"name\":\"readConcern\",\"url\":\"interfaces/AddUserOptions.html#readConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AddUserOptions\"},{\"id\":1992,\"kind\":1024,\"name\":\"collation\",\"url\":\"interfaces/AddUserOptions.html#collation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AddUserOptions\"},{\"id\":1993,\"kind\":1024,\"name\":\"maxTimeMS\",\"url\":\"interfaces/AddUserOptions.html#maxTimeMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AddUserOptions\"},{\"id\":1994,\"kind\":1024,\"name\":\"comment\",\"url\":\"interfaces/AddUserOptions.html#comment\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AddUserOptions\"},{\"id\":1995,\"kind\":1024,\"name\":\"retryWrites\",\"url\":\"interfaces/AddUserOptions.html#retryWrites\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AddUserOptions\"},{\"id\":1996,\"kind\":1024,\"name\":\"dbName\",\"url\":\"interfaces/AddUserOptions.html#dbName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AddUserOptions\"},{\"id\":1997,\"kind\":1024,\"name\":\"authdb\",\"url\":\"interfaces/AddUserOptions.html#authdb\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AddUserOptions\"},{\"id\":1998,\"kind\":1024,\"name\":\"noResponse\",\"url\":\"interfaces/AddUserOptions.html#noResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AddUserOptions\"},{\"id\":1999,\"kind\":1024,\"name\":\"session\",\"url\":\"interfaces/AddUserOptions.html#session\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AddUserOptions\"},{\"id\":2000,\"kind\":1024,\"name\":\"willRetryWrite\",\"url\":\"interfaces/AddUserOptions.html#willRetryWrite\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AddUserOptions\"},{\"id\":2001,\"kind\":1024,\"name\":\"readPreference\",\"url\":\"interfaces/AddUserOptions.html#readPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AddUserOptions\"},{\"id\":2002,\"kind\":1024,\"name\":\"omitReadPreference\",\"url\":\"interfaces/AddUserOptions.html#omitReadPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AddUserOptions\"},{\"id\":2003,\"kind\":1024,\"name\":\"raw\",\"url\":\"interfaces/AddUserOptions.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AddUserOptions\"},{\"id\":2004,\"kind\":1024,\"name\":\"enableUtf8Validation\",\"url\":\"interfaces/AddUserOptions.html#enableUtf8Validation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AddUserOptions\"},{\"id\":2005,\"kind\":1024,\"name\":\"writeConcern\",\"url\":\"interfaces/AddUserOptions.html#writeConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AddUserOptions\"},{\"id\":2006,\"kind\":1024,\"name\":\"explain\",\"url\":\"interfaces/AddUserOptions.html#explain\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AddUserOptions\"},{\"id\":2007,\"kind\":256,\"name\":\"RoleSpecification\",\"url\":\"interfaces/RoleSpecification.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2008,\"kind\":1024,\"name\":\"role\",\"url\":\"interfaces/RoleSpecification.html#role\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RoleSpecification\"},{\"id\":2009,\"kind\":1024,\"name\":\"db\",\"url\":\"interfaces/RoleSpecification.html#db\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RoleSpecification\"},{\"id\":2010,\"kind\":256,\"name\":\"AggregateOptions\",\"url\":\"interfaces/AggregateOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2011,\"kind\":1024,\"name\":\"allowDiskUse\",\"url\":\"interfaces/AggregateOptions.html#allowDiskUse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AggregateOptions\"},{\"id\":2012,\"kind\":1024,\"name\":\"batchSize\",\"url\":\"interfaces/AggregateOptions.html#batchSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AggregateOptions\"},{\"id\":2013,\"kind\":1024,\"name\":\"bypassDocumentValidation\",\"url\":\"interfaces/AggregateOptions.html#bypassDocumentValidation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AggregateOptions\"},{\"id\":2014,\"kind\":1024,\"name\":\"cursor\",\"url\":\"interfaces/AggregateOptions.html#cursor\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AggregateOptions\"},{\"id\":2015,\"kind\":1024,\"name\":\"maxTimeMS\",\"url\":\"interfaces/AggregateOptions.html#maxTimeMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"AggregateOptions\"},{\"id\":2016,\"kind\":1024,\"name\":\"maxAwaitTimeMS\",\"url\":\"interfaces/AggregateOptions.html#maxAwaitTimeMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AggregateOptions\"},{\"id\":2017,\"kind\":1024,\"name\":\"collation\",\"url\":\"interfaces/AggregateOptions.html#collation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"AggregateOptions\"},{\"id\":2018,\"kind\":1024,\"name\":\"hint\",\"url\":\"interfaces/AggregateOptions.html#hint\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AggregateOptions\"},{\"id\":2019,\"kind\":1024,\"name\":\"let\",\"url\":\"interfaces/AggregateOptions.html#let\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AggregateOptions\"},{\"id\":2020,\"kind\":1024,\"name\":\"out\",\"url\":\"interfaces/AggregateOptions.html#out\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AggregateOptions\"},{\"id\":2021,\"kind\":1024,\"name\":\"fullResponse\",\"url\":\"interfaces/AggregateOptions.html#fullResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AggregateOptions\"},{\"id\":2022,\"kind\":1024,\"name\":\"readConcern\",\"url\":\"interfaces/AggregateOptions.html#readConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AggregateOptions\"},{\"id\":2023,\"kind\":1024,\"name\":\"comment\",\"url\":\"interfaces/AggregateOptions.html#comment\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AggregateOptions\"},{\"id\":2024,\"kind\":1024,\"name\":\"retryWrites\",\"url\":\"interfaces/AggregateOptions.html#retryWrites\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AggregateOptions\"},{\"id\":2025,\"kind\":1024,\"name\":\"dbName\",\"url\":\"interfaces/AggregateOptions.html#dbName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AggregateOptions\"},{\"id\":2026,\"kind\":1024,\"name\":\"authdb\",\"url\":\"interfaces/AggregateOptions.html#authdb\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AggregateOptions\"},{\"id\":2027,\"kind\":1024,\"name\":\"noResponse\",\"url\":\"interfaces/AggregateOptions.html#noResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AggregateOptions\"},{\"id\":2028,\"kind\":1024,\"name\":\"session\",\"url\":\"interfaces/AggregateOptions.html#session\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AggregateOptions\"},{\"id\":2029,\"kind\":1024,\"name\":\"willRetryWrite\",\"url\":\"interfaces/AggregateOptions.html#willRetryWrite\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AggregateOptions\"},{\"id\":2030,\"kind\":1024,\"name\":\"readPreference\",\"url\":\"interfaces/AggregateOptions.html#readPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AggregateOptions\"},{\"id\":2031,\"kind\":1024,\"name\":\"omitReadPreference\",\"url\":\"interfaces/AggregateOptions.html#omitReadPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AggregateOptions\"},{\"id\":2032,\"kind\":1024,\"name\":\"raw\",\"url\":\"interfaces/AggregateOptions.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AggregateOptions\"},{\"id\":2033,\"kind\":1024,\"name\":\"enableUtf8Validation\",\"url\":\"interfaces/AggregateOptions.html#enableUtf8Validation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AggregateOptions\"},{\"id\":2034,\"kind\":1024,\"name\":\"writeConcern\",\"url\":\"interfaces/AggregateOptions.html#writeConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AggregateOptions\"},{\"id\":2035,\"kind\":1024,\"name\":\"explain\",\"url\":\"interfaces/AggregateOptions.html#explain\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AggregateOptions\"},{\"id\":2036,\"kind\":256,\"name\":\"CollationOptions\",\"url\":\"interfaces/CollationOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2037,\"kind\":1024,\"name\":\"locale\",\"url\":\"interfaces/CollationOptions.html#locale\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CollationOptions\"},{\"id\":2038,\"kind\":1024,\"name\":\"caseLevel\",\"url\":\"interfaces/CollationOptions.html#caseLevel\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CollationOptions\"},{\"id\":2039,\"kind\":1024,\"name\":\"caseFirst\",\"url\":\"interfaces/CollationOptions.html#caseFirst\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CollationOptions\"},{\"id\":2040,\"kind\":1024,\"name\":\"strength\",\"url\":\"interfaces/CollationOptions.html#strength\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CollationOptions\"},{\"id\":2041,\"kind\":1024,\"name\":\"numericOrdering\",\"url\":\"interfaces/CollationOptions.html#numericOrdering\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CollationOptions\"},{\"id\":2042,\"kind\":1024,\"name\":\"alternate\",\"url\":\"interfaces/CollationOptions.html#alternate\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CollationOptions\"},{\"id\":2043,\"kind\":1024,\"name\":\"maxVariable\",\"url\":\"interfaces/CollationOptions.html#maxVariable\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CollationOptions\"},{\"id\":2044,\"kind\":1024,\"name\":\"backwards\",\"url\":\"interfaces/CollationOptions.html#backwards\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CollationOptions\"},{\"id\":2045,\"kind\":1024,\"name\":\"normalization\",\"url\":\"interfaces/CollationOptions.html#normalization\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CollationOptions\"},{\"id\":2046,\"kind\":256,\"name\":\"CommandOperationOptions\",\"url\":\"interfaces/CommandOperationOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2047,\"kind\":1024,\"name\":\"fullResponse\",\"url\":\"interfaces/CommandOperationOptions.html#fullResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CommandOperationOptions\"},{\"id\":2048,\"kind\":1024,\"name\":\"readConcern\",\"url\":\"interfaces/CommandOperationOptions.html#readConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CommandOperationOptions\"},{\"id\":2049,\"kind\":1024,\"name\":\"collation\",\"url\":\"interfaces/CommandOperationOptions.html#collation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CommandOperationOptions\"},{\"id\":2050,\"kind\":1024,\"name\":\"maxTimeMS\",\"url\":\"interfaces/CommandOperationOptions.html#maxTimeMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CommandOperationOptions\"},{\"id\":2051,\"kind\":1024,\"name\":\"comment\",\"url\":\"interfaces/CommandOperationOptions.html#comment\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CommandOperationOptions\"},{\"id\":2052,\"kind\":1024,\"name\":\"retryWrites\",\"url\":\"interfaces/CommandOperationOptions.html#retryWrites\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CommandOperationOptions\"},{\"id\":2053,\"kind\":1024,\"name\":\"dbName\",\"url\":\"interfaces/CommandOperationOptions.html#dbName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CommandOperationOptions\"},{\"id\":2054,\"kind\":1024,\"name\":\"authdb\",\"url\":\"interfaces/CommandOperationOptions.html#authdb\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CommandOperationOptions\"},{\"id\":2055,\"kind\":1024,\"name\":\"noResponse\",\"url\":\"interfaces/CommandOperationOptions.html#noResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CommandOperationOptions\"},{\"id\":2056,\"kind\":1024,\"name\":\"session\",\"url\":\"interfaces/CommandOperationOptions.html#session\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CommandOperationOptions\"},{\"id\":2057,\"kind\":1024,\"name\":\"willRetryWrite\",\"url\":\"interfaces/CommandOperationOptions.html#willRetryWrite\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CommandOperationOptions\"},{\"id\":2058,\"kind\":1024,\"name\":\"readPreference\",\"url\":\"interfaces/CommandOperationOptions.html#readPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CommandOperationOptions\"},{\"id\":2059,\"kind\":1024,\"name\":\"omitReadPreference\",\"url\":\"interfaces/CommandOperationOptions.html#omitReadPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CommandOperationOptions\"},{\"id\":2060,\"kind\":1024,\"name\":\"raw\",\"url\":\"interfaces/CommandOperationOptions.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CommandOperationOptions\"},{\"id\":2061,\"kind\":1024,\"name\":\"enableUtf8Validation\",\"url\":\"interfaces/CommandOperationOptions.html#enableUtf8Validation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CommandOperationOptions\"},{\"id\":2062,\"kind\":1024,\"name\":\"writeConcern\",\"url\":\"interfaces/CommandOperationOptions.html#writeConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CommandOperationOptions\"},{\"id\":2063,\"kind\":1024,\"name\":\"explain\",\"url\":\"interfaces/CommandOperationOptions.html#explain\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CommandOperationOptions\"},{\"id\":2064,\"kind\":256,\"name\":\"IndexInformationOptions\",\"url\":\"interfaces/IndexInformationOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2065,\"kind\":1024,\"name\":\"full\",\"url\":\"interfaces/IndexInformationOptions.html#full\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IndexInformationOptions\"},{\"id\":2066,\"kind\":1024,\"name\":\"readPreference\",\"url\":\"interfaces/IndexInformationOptions.html#readPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IndexInformationOptions\"},{\"id\":2067,\"kind\":1024,\"name\":\"session\",\"url\":\"interfaces/IndexInformationOptions.html#session\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IndexInformationOptions\"},{\"id\":2068,\"kind\":256,\"name\":\"CountOptions\",\"url\":\"interfaces/CountOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2069,\"kind\":1024,\"name\":\"skip\",\"url\":\"interfaces/CountOptions.html#skip\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CountOptions\"},{\"id\":2070,\"kind\":1024,\"name\":\"limit\",\"url\":\"interfaces/CountOptions.html#limit\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CountOptions\"},{\"id\":2071,\"kind\":1024,\"name\":\"maxTimeMS\",\"url\":\"interfaces/CountOptions.html#maxTimeMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"CountOptions\"},{\"id\":2072,\"kind\":1024,\"name\":\"hint\",\"url\":\"interfaces/CountOptions.html#hint\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CountOptions\"},{\"id\":2073,\"kind\":1024,\"name\":\"fullResponse\",\"url\":\"interfaces/CountOptions.html#fullResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CountOptions\"},{\"id\":2074,\"kind\":1024,\"name\":\"readConcern\",\"url\":\"interfaces/CountOptions.html#readConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CountOptions\"},{\"id\":2075,\"kind\":1024,\"name\":\"collation\",\"url\":\"interfaces/CountOptions.html#collation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CountOptions\"},{\"id\":2076,\"kind\":1024,\"name\":\"comment\",\"url\":\"interfaces/CountOptions.html#comment\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CountOptions\"},{\"id\":2077,\"kind\":1024,\"name\":\"retryWrites\",\"url\":\"interfaces/CountOptions.html#retryWrites\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CountOptions\"},{\"id\":2078,\"kind\":1024,\"name\":\"dbName\",\"url\":\"interfaces/CountOptions.html#dbName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CountOptions\"},{\"id\":2079,\"kind\":1024,\"name\":\"authdb\",\"url\":\"interfaces/CountOptions.html#authdb\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CountOptions\"},{\"id\":2080,\"kind\":1024,\"name\":\"noResponse\",\"url\":\"interfaces/CountOptions.html#noResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CountOptions\"},{\"id\":2081,\"kind\":1024,\"name\":\"session\",\"url\":\"interfaces/CountOptions.html#session\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CountOptions\"},{\"id\":2082,\"kind\":1024,\"name\":\"willRetryWrite\",\"url\":\"interfaces/CountOptions.html#willRetryWrite\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CountOptions\"},{\"id\":2083,\"kind\":1024,\"name\":\"readPreference\",\"url\":\"interfaces/CountOptions.html#readPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CountOptions\"},{\"id\":2084,\"kind\":1024,\"name\":\"omitReadPreference\",\"url\":\"interfaces/CountOptions.html#omitReadPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CountOptions\"},{\"id\":2085,\"kind\":1024,\"name\":\"raw\",\"url\":\"interfaces/CountOptions.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CountOptions\"},{\"id\":2086,\"kind\":1024,\"name\":\"enableUtf8Validation\",\"url\":\"interfaces/CountOptions.html#enableUtf8Validation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CountOptions\"},{\"id\":2087,\"kind\":1024,\"name\":\"writeConcern\",\"url\":\"interfaces/CountOptions.html#writeConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CountOptions\"},{\"id\":2088,\"kind\":1024,\"name\":\"explain\",\"url\":\"interfaces/CountOptions.html#explain\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CountOptions\"},{\"id\":2089,\"kind\":256,\"name\":\"CountDocumentsOptions\",\"url\":\"interfaces/CountDocumentsOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2090,\"kind\":1024,\"name\":\"skip\",\"url\":\"interfaces/CountDocumentsOptions.html#skip\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CountDocumentsOptions\"},{\"id\":2091,\"kind\":1024,\"name\":\"limit\",\"url\":\"interfaces/CountDocumentsOptions.html#limit\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CountDocumentsOptions\"},{\"id\":2092,\"kind\":1024,\"name\":\"allowDiskUse\",\"url\":\"interfaces/CountDocumentsOptions.html#allowDiskUse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CountDocumentsOptions\"},{\"id\":2093,\"kind\":1024,\"name\":\"batchSize\",\"url\":\"interfaces/CountDocumentsOptions.html#batchSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CountDocumentsOptions\"},{\"id\":2094,\"kind\":1024,\"name\":\"bypassDocumentValidation\",\"url\":\"interfaces/CountDocumentsOptions.html#bypassDocumentValidation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CountDocumentsOptions\"},{\"id\":2095,\"kind\":1024,\"name\":\"cursor\",\"url\":\"interfaces/CountDocumentsOptions.html#cursor\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CountDocumentsOptions\"},{\"id\":2096,\"kind\":1024,\"name\":\"maxTimeMS\",\"url\":\"interfaces/CountDocumentsOptions.html#maxTimeMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CountDocumentsOptions\"},{\"id\":2097,\"kind\":1024,\"name\":\"maxAwaitTimeMS\",\"url\":\"interfaces/CountDocumentsOptions.html#maxAwaitTimeMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CountDocumentsOptions\"},{\"id\":2098,\"kind\":1024,\"name\":\"collation\",\"url\":\"interfaces/CountDocumentsOptions.html#collation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CountDocumentsOptions\"},{\"id\":2099,\"kind\":1024,\"name\":\"hint\",\"url\":\"interfaces/CountDocumentsOptions.html#hint\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CountDocumentsOptions\"},{\"id\":2100,\"kind\":1024,\"name\":\"let\",\"url\":\"interfaces/CountDocumentsOptions.html#let\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CountDocumentsOptions\"},{\"id\":2101,\"kind\":1024,\"name\":\"out\",\"url\":\"interfaces/CountDocumentsOptions.html#out\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CountDocumentsOptions\"},{\"id\":2102,\"kind\":1024,\"name\":\"fullResponse\",\"url\":\"interfaces/CountDocumentsOptions.html#fullResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CountDocumentsOptions\"},{\"id\":2103,\"kind\":1024,\"name\":\"readConcern\",\"url\":\"interfaces/CountDocumentsOptions.html#readConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CountDocumentsOptions\"},{\"id\":2104,\"kind\":1024,\"name\":\"comment\",\"url\":\"interfaces/CountDocumentsOptions.html#comment\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CountDocumentsOptions\"},{\"id\":2105,\"kind\":1024,\"name\":\"retryWrites\",\"url\":\"interfaces/CountDocumentsOptions.html#retryWrites\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CountDocumentsOptions\"},{\"id\":2106,\"kind\":1024,\"name\":\"dbName\",\"url\":\"interfaces/CountDocumentsOptions.html#dbName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CountDocumentsOptions\"},{\"id\":2107,\"kind\":1024,\"name\":\"authdb\",\"url\":\"interfaces/CountDocumentsOptions.html#authdb\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CountDocumentsOptions\"},{\"id\":2108,\"kind\":1024,\"name\":\"noResponse\",\"url\":\"interfaces/CountDocumentsOptions.html#noResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CountDocumentsOptions\"},{\"id\":2109,\"kind\":1024,\"name\":\"session\",\"url\":\"interfaces/CountDocumentsOptions.html#session\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CountDocumentsOptions\"},{\"id\":2110,\"kind\":1024,\"name\":\"willRetryWrite\",\"url\":\"interfaces/CountDocumentsOptions.html#willRetryWrite\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CountDocumentsOptions\"},{\"id\":2111,\"kind\":1024,\"name\":\"readPreference\",\"url\":\"interfaces/CountDocumentsOptions.html#readPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CountDocumentsOptions\"},{\"id\":2112,\"kind\":1024,\"name\":\"omitReadPreference\",\"url\":\"interfaces/CountDocumentsOptions.html#omitReadPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CountDocumentsOptions\"},{\"id\":2113,\"kind\":1024,\"name\":\"raw\",\"url\":\"interfaces/CountDocumentsOptions.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CountDocumentsOptions\"},{\"id\":2114,\"kind\":1024,\"name\":\"enableUtf8Validation\",\"url\":\"interfaces/CountDocumentsOptions.html#enableUtf8Validation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CountDocumentsOptions\"},{\"id\":2115,\"kind\":1024,\"name\":\"writeConcern\",\"url\":\"interfaces/CountDocumentsOptions.html#writeConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CountDocumentsOptions\"},{\"id\":2116,\"kind\":1024,\"name\":\"explain\",\"url\":\"interfaces/CountDocumentsOptions.html#explain\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CountDocumentsOptions\"},{\"id\":2117,\"kind\":256,\"name\":\"ClusteredCollectionOptions\",\"url\":\"interfaces/ClusteredCollectionOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2118,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/ClusteredCollectionOptions.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ClusteredCollectionOptions\"},{\"id\":2119,\"kind\":1024,\"name\":\"key\",\"url\":\"interfaces/ClusteredCollectionOptions.html#key\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ClusteredCollectionOptions\"},{\"id\":2120,\"kind\":1024,\"name\":\"unique\",\"url\":\"interfaces/ClusteredCollectionOptions.html#unique\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ClusteredCollectionOptions\"},{\"id\":2121,\"kind\":256,\"name\":\"CreateCollectionOptions\",\"url\":\"interfaces/CreateCollectionOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2122,\"kind\":1024,\"name\":\"strict\",\"url\":\"interfaces/CreateCollectionOptions.html#strict\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CreateCollectionOptions\"},{\"id\":2123,\"kind\":1024,\"name\":\"capped\",\"url\":\"interfaces/CreateCollectionOptions.html#capped\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CreateCollectionOptions\"},{\"id\":2124,\"kind\":1024,\"name\":\"autoIndexId\",\"url\":\"interfaces/CreateCollectionOptions.html#autoIndexId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CreateCollectionOptions\"},{\"id\":2125,\"kind\":1024,\"name\":\"size\",\"url\":\"interfaces/CreateCollectionOptions.html#size\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CreateCollectionOptions\"},{\"id\":2126,\"kind\":1024,\"name\":\"max\",\"url\":\"interfaces/CreateCollectionOptions.html#max\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CreateCollectionOptions\"},{\"id\":2127,\"kind\":1024,\"name\":\"flags\",\"url\":\"interfaces/CreateCollectionOptions.html#flags\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CreateCollectionOptions\"},{\"id\":2128,\"kind\":1024,\"name\":\"storageEngine\",\"url\":\"interfaces/CreateCollectionOptions.html#storageEngine\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CreateCollectionOptions\"},{\"id\":2129,\"kind\":1024,\"name\":\"validator\",\"url\":\"interfaces/CreateCollectionOptions.html#validator\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CreateCollectionOptions\"},{\"id\":2130,\"kind\":1024,\"name\":\"validationLevel\",\"url\":\"interfaces/CreateCollectionOptions.html#validationLevel\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CreateCollectionOptions\"},{\"id\":2131,\"kind\":1024,\"name\":\"validationAction\",\"url\":\"interfaces/CreateCollectionOptions.html#validationAction\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CreateCollectionOptions\"},{\"id\":2132,\"kind\":1024,\"name\":\"indexOptionDefaults\",\"url\":\"interfaces/CreateCollectionOptions.html#indexOptionDefaults\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CreateCollectionOptions\"},{\"id\":2133,\"kind\":1024,\"name\":\"viewOn\",\"url\":\"interfaces/CreateCollectionOptions.html#viewOn\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CreateCollectionOptions\"},{\"id\":2134,\"kind\":1024,\"name\":\"pipeline\",\"url\":\"interfaces/CreateCollectionOptions.html#pipeline\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CreateCollectionOptions\"},{\"id\":2135,\"kind\":1024,\"name\":\"pkFactory\",\"url\":\"interfaces/CreateCollectionOptions.html#pkFactory\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CreateCollectionOptions\"},{\"id\":2136,\"kind\":1024,\"name\":\"timeseries\",\"url\":\"interfaces/CreateCollectionOptions.html#timeseries\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CreateCollectionOptions\"},{\"id\":2137,\"kind\":1024,\"name\":\"clusteredIndex\",\"url\":\"interfaces/CreateCollectionOptions.html#clusteredIndex\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CreateCollectionOptions\"},{\"id\":2138,\"kind\":1024,\"name\":\"expireAfterSeconds\",\"url\":\"interfaces/CreateCollectionOptions.html#expireAfterSeconds\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CreateCollectionOptions\"},{\"id\":2139,\"kind\":1024,\"name\":\"encryptedFields\",\"url\":\"interfaces/CreateCollectionOptions.html#encryptedFields\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CreateCollectionOptions\"},{\"id\":2140,\"kind\":1024,\"name\":\"changeStreamPreAndPostImages\",\"url\":\"interfaces/CreateCollectionOptions.html#changeStreamPreAndPostImages\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CreateCollectionOptions\"},{\"id\":2141,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/CreateCollectionOptions.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"CreateCollectionOptions\"},{\"id\":2142,\"kind\":1024,\"name\":\"enabled\",\"url\":\"interfaces/CreateCollectionOptions.html#__type.enabled\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"CreateCollectionOptions.__type\"},{\"id\":2143,\"kind\":1024,\"name\":\"fullResponse\",\"url\":\"interfaces/CreateCollectionOptions.html#fullResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CreateCollectionOptions\"},{\"id\":2144,\"kind\":1024,\"name\":\"readConcern\",\"url\":\"interfaces/CreateCollectionOptions.html#readConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CreateCollectionOptions\"},{\"id\":2145,\"kind\":1024,\"name\":\"collation\",\"url\":\"interfaces/CreateCollectionOptions.html#collation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CreateCollectionOptions\"},{\"id\":2146,\"kind\":1024,\"name\":\"maxTimeMS\",\"url\":\"interfaces/CreateCollectionOptions.html#maxTimeMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CreateCollectionOptions\"},{\"id\":2147,\"kind\":1024,\"name\":\"comment\",\"url\":\"interfaces/CreateCollectionOptions.html#comment\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CreateCollectionOptions\"},{\"id\":2148,\"kind\":1024,\"name\":\"retryWrites\",\"url\":\"interfaces/CreateCollectionOptions.html#retryWrites\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CreateCollectionOptions\"},{\"id\":2149,\"kind\":1024,\"name\":\"dbName\",\"url\":\"interfaces/CreateCollectionOptions.html#dbName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CreateCollectionOptions\"},{\"id\":2150,\"kind\":1024,\"name\":\"authdb\",\"url\":\"interfaces/CreateCollectionOptions.html#authdb\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CreateCollectionOptions\"},{\"id\":2151,\"kind\":1024,\"name\":\"noResponse\",\"url\":\"interfaces/CreateCollectionOptions.html#noResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CreateCollectionOptions\"},{\"id\":2152,\"kind\":1024,\"name\":\"session\",\"url\":\"interfaces/CreateCollectionOptions.html#session\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CreateCollectionOptions\"},{\"id\":2153,\"kind\":1024,\"name\":\"willRetryWrite\",\"url\":\"interfaces/CreateCollectionOptions.html#willRetryWrite\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CreateCollectionOptions\"},{\"id\":2154,\"kind\":1024,\"name\":\"readPreference\",\"url\":\"interfaces/CreateCollectionOptions.html#readPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CreateCollectionOptions\"},{\"id\":2155,\"kind\":1024,\"name\":\"omitReadPreference\",\"url\":\"interfaces/CreateCollectionOptions.html#omitReadPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CreateCollectionOptions\"},{\"id\":2156,\"kind\":1024,\"name\":\"raw\",\"url\":\"interfaces/CreateCollectionOptions.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CreateCollectionOptions\"},{\"id\":2157,\"kind\":1024,\"name\":\"enableUtf8Validation\",\"url\":\"interfaces/CreateCollectionOptions.html#enableUtf8Validation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CreateCollectionOptions\"},{\"id\":2158,\"kind\":1024,\"name\":\"writeConcern\",\"url\":\"interfaces/CreateCollectionOptions.html#writeConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CreateCollectionOptions\"},{\"id\":2159,\"kind\":1024,\"name\":\"explain\",\"url\":\"interfaces/CreateCollectionOptions.html#explain\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CreateCollectionOptions\"},{\"id\":2160,\"kind\":256,\"name\":\"TimeSeriesCollectionOptions\",\"url\":\"interfaces/TimeSeriesCollectionOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2161,\"kind\":1024,\"name\":\"timeField\",\"url\":\"interfaces/TimeSeriesCollectionOptions.html#timeField\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TimeSeriesCollectionOptions\"},{\"id\":2162,\"kind\":1024,\"name\":\"metaField\",\"url\":\"interfaces/TimeSeriesCollectionOptions.html#metaField\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TimeSeriesCollectionOptions\"},{\"id\":2163,\"kind\":1024,\"name\":\"granularity\",\"url\":\"interfaces/TimeSeriesCollectionOptions.html#granularity\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TimeSeriesCollectionOptions\"},{\"id\":2164,\"kind\":256,\"name\":\"DeleteOptions\",\"url\":\"interfaces/DeleteOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2165,\"kind\":1024,\"name\":\"ordered\",\"url\":\"interfaces/DeleteOptions.html#ordered\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DeleteOptions\"},{\"id\":2166,\"kind\":1024,\"name\":\"collation\",\"url\":\"interfaces/DeleteOptions.html#collation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"DeleteOptions\"},{\"id\":2167,\"kind\":1024,\"name\":\"hint\",\"url\":\"interfaces/DeleteOptions.html#hint\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DeleteOptions\"},{\"id\":2168,\"kind\":1024,\"name\":\"let\",\"url\":\"interfaces/DeleteOptions.html#let\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DeleteOptions\"},{\"id\":2169,\"kind\":1024,\"name\":\"single\",\"url\":\"interfaces/DeleteOptions.html#single\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DeleteOptions\"},{\"id\":2170,\"kind\":1024,\"name\":\"fullResponse\",\"url\":\"interfaces/DeleteOptions.html#fullResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DeleteOptions\"},{\"id\":2171,\"kind\":1024,\"name\":\"readConcern\",\"url\":\"interfaces/DeleteOptions.html#readConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DeleteOptions\"},{\"id\":2172,\"kind\":1024,\"name\":\"maxTimeMS\",\"url\":\"interfaces/DeleteOptions.html#maxTimeMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DeleteOptions\"},{\"id\":2173,\"kind\":1024,\"name\":\"comment\",\"url\":\"interfaces/DeleteOptions.html#comment\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DeleteOptions\"},{\"id\":2174,\"kind\":1024,\"name\":\"retryWrites\",\"url\":\"interfaces/DeleteOptions.html#retryWrites\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DeleteOptions\"},{\"id\":2175,\"kind\":1024,\"name\":\"dbName\",\"url\":\"interfaces/DeleteOptions.html#dbName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DeleteOptions\"},{\"id\":2176,\"kind\":1024,\"name\":\"authdb\",\"url\":\"interfaces/DeleteOptions.html#authdb\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DeleteOptions\"},{\"id\":2177,\"kind\":1024,\"name\":\"noResponse\",\"url\":\"interfaces/DeleteOptions.html#noResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DeleteOptions\"},{\"id\":2178,\"kind\":1024,\"name\":\"session\",\"url\":\"interfaces/DeleteOptions.html#session\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DeleteOptions\"},{\"id\":2179,\"kind\":1024,\"name\":\"willRetryWrite\",\"url\":\"interfaces/DeleteOptions.html#willRetryWrite\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DeleteOptions\"},{\"id\":2180,\"kind\":1024,\"name\":\"readPreference\",\"url\":\"interfaces/DeleteOptions.html#readPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DeleteOptions\"},{\"id\":2181,\"kind\":1024,\"name\":\"omitReadPreference\",\"url\":\"interfaces/DeleteOptions.html#omitReadPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DeleteOptions\"},{\"id\":2182,\"kind\":1024,\"name\":\"raw\",\"url\":\"interfaces/DeleteOptions.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DeleteOptions\"},{\"id\":2183,\"kind\":1024,\"name\":\"enableUtf8Validation\",\"url\":\"interfaces/DeleteOptions.html#enableUtf8Validation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DeleteOptions\"},{\"id\":2184,\"kind\":1024,\"name\":\"writeConcern\",\"url\":\"interfaces/DeleteOptions.html#writeConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DeleteOptions\"},{\"id\":2185,\"kind\":1024,\"name\":\"explain\",\"url\":\"interfaces/DeleteOptions.html#explain\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DeleteOptions\"},{\"id\":2186,\"kind\":256,\"name\":\"DeleteResult\",\"url\":\"interfaces/DeleteResult.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2187,\"kind\":1024,\"name\":\"acknowledged\",\"url\":\"interfaces/DeleteResult.html#acknowledged\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DeleteResult\"},{\"id\":2188,\"kind\":1024,\"name\":\"deletedCount\",\"url\":\"interfaces/DeleteResult.html#deletedCount\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DeleteResult\"},{\"id\":2189,\"kind\":256,\"name\":\"DeleteStatement\",\"url\":\"interfaces/DeleteStatement.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2190,\"kind\":1024,\"name\":\"q\",\"url\":\"interfaces/DeleteStatement.html#q\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DeleteStatement\"},{\"id\":2191,\"kind\":1024,\"name\":\"limit\",\"url\":\"interfaces/DeleteStatement.html#limit\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DeleteStatement\"},{\"id\":2192,\"kind\":1024,\"name\":\"collation\",\"url\":\"interfaces/DeleteStatement.html#collation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DeleteStatement\"},{\"id\":2193,\"kind\":1024,\"name\":\"hint\",\"url\":\"interfaces/DeleteStatement.html#hint\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DeleteStatement\"},{\"id\":2194,\"kind\":4194304,\"name\":\"DistinctOptions\",\"url\":\"modules.html#DistinctOptions\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":2195,\"kind\":256,\"name\":\"DropCollectionOptions\",\"url\":\"interfaces/DropCollectionOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2196,\"kind\":1024,\"name\":\"encryptedFields\",\"url\":\"interfaces/DropCollectionOptions.html#encryptedFields\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DropCollectionOptions\"},{\"id\":2197,\"kind\":1024,\"name\":\"fullResponse\",\"url\":\"interfaces/DropCollectionOptions.html#fullResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DropCollectionOptions\"},{\"id\":2198,\"kind\":1024,\"name\":\"readConcern\",\"url\":\"interfaces/DropCollectionOptions.html#readConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DropCollectionOptions\"},{\"id\":2199,\"kind\":1024,\"name\":\"collation\",\"url\":\"interfaces/DropCollectionOptions.html#collation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DropCollectionOptions\"},{\"id\":2200,\"kind\":1024,\"name\":\"maxTimeMS\",\"url\":\"interfaces/DropCollectionOptions.html#maxTimeMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DropCollectionOptions\"},{\"id\":2201,\"kind\":1024,\"name\":\"comment\",\"url\":\"interfaces/DropCollectionOptions.html#comment\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DropCollectionOptions\"},{\"id\":2202,\"kind\":1024,\"name\":\"retryWrites\",\"url\":\"interfaces/DropCollectionOptions.html#retryWrites\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DropCollectionOptions\"},{\"id\":2203,\"kind\":1024,\"name\":\"dbName\",\"url\":\"interfaces/DropCollectionOptions.html#dbName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DropCollectionOptions\"},{\"id\":2204,\"kind\":1024,\"name\":\"authdb\",\"url\":\"interfaces/DropCollectionOptions.html#authdb\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DropCollectionOptions\"},{\"id\":2205,\"kind\":1024,\"name\":\"noResponse\",\"url\":\"interfaces/DropCollectionOptions.html#noResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DropCollectionOptions\"},{\"id\":2206,\"kind\":1024,\"name\":\"session\",\"url\":\"interfaces/DropCollectionOptions.html#session\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DropCollectionOptions\"},{\"id\":2207,\"kind\":1024,\"name\":\"willRetryWrite\",\"url\":\"interfaces/DropCollectionOptions.html#willRetryWrite\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DropCollectionOptions\"},{\"id\":2208,\"kind\":1024,\"name\":\"readPreference\",\"url\":\"interfaces/DropCollectionOptions.html#readPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DropCollectionOptions\"},{\"id\":2209,\"kind\":1024,\"name\":\"omitReadPreference\",\"url\":\"interfaces/DropCollectionOptions.html#omitReadPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DropCollectionOptions\"},{\"id\":2210,\"kind\":1024,\"name\":\"raw\",\"url\":\"interfaces/DropCollectionOptions.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DropCollectionOptions\"},{\"id\":2211,\"kind\":1024,\"name\":\"enableUtf8Validation\",\"url\":\"interfaces/DropCollectionOptions.html#enableUtf8Validation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DropCollectionOptions\"},{\"id\":2212,\"kind\":1024,\"name\":\"writeConcern\",\"url\":\"interfaces/DropCollectionOptions.html#writeConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DropCollectionOptions\"},{\"id\":2213,\"kind\":1024,\"name\":\"explain\",\"url\":\"interfaces/DropCollectionOptions.html#explain\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DropCollectionOptions\"},{\"id\":2214,\"kind\":4194304,\"name\":\"DropDatabaseOptions\",\"url\":\"modules.html#DropDatabaseOptions\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":2215,\"kind\":256,\"name\":\"EstimatedDocumentCountOptions\",\"url\":\"interfaces/EstimatedDocumentCountOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2216,\"kind\":1024,\"name\":\"maxTimeMS\",\"url\":\"interfaces/EstimatedDocumentCountOptions.html#maxTimeMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"EstimatedDocumentCountOptions\"},{\"id\":2217,\"kind\":1024,\"name\":\"fullResponse\",\"url\":\"interfaces/EstimatedDocumentCountOptions.html#fullResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"EstimatedDocumentCountOptions\"},{\"id\":2218,\"kind\":1024,\"name\":\"readConcern\",\"url\":\"interfaces/EstimatedDocumentCountOptions.html#readConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"EstimatedDocumentCountOptions\"},{\"id\":2219,\"kind\":1024,\"name\":\"collation\",\"url\":\"interfaces/EstimatedDocumentCountOptions.html#collation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"EstimatedDocumentCountOptions\"},{\"id\":2220,\"kind\":1024,\"name\":\"comment\",\"url\":\"interfaces/EstimatedDocumentCountOptions.html#comment\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"EstimatedDocumentCountOptions\"},{\"id\":2221,\"kind\":1024,\"name\":\"retryWrites\",\"url\":\"interfaces/EstimatedDocumentCountOptions.html#retryWrites\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"EstimatedDocumentCountOptions\"},{\"id\":2222,\"kind\":1024,\"name\":\"dbName\",\"url\":\"interfaces/EstimatedDocumentCountOptions.html#dbName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"EstimatedDocumentCountOptions\"},{\"id\":2223,\"kind\":1024,\"name\":\"authdb\",\"url\":\"interfaces/EstimatedDocumentCountOptions.html#authdb\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"EstimatedDocumentCountOptions\"},{\"id\":2224,\"kind\":1024,\"name\":\"noResponse\",\"url\":\"interfaces/EstimatedDocumentCountOptions.html#noResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"EstimatedDocumentCountOptions\"},{\"id\":2225,\"kind\":1024,\"name\":\"session\",\"url\":\"interfaces/EstimatedDocumentCountOptions.html#session\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"EstimatedDocumentCountOptions\"},{\"id\":2226,\"kind\":1024,\"name\":\"willRetryWrite\",\"url\":\"interfaces/EstimatedDocumentCountOptions.html#willRetryWrite\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"EstimatedDocumentCountOptions\"},{\"id\":2227,\"kind\":1024,\"name\":\"readPreference\",\"url\":\"interfaces/EstimatedDocumentCountOptions.html#readPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"EstimatedDocumentCountOptions\"},{\"id\":2228,\"kind\":1024,\"name\":\"omitReadPreference\",\"url\":\"interfaces/EstimatedDocumentCountOptions.html#omitReadPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"EstimatedDocumentCountOptions\"},{\"id\":2229,\"kind\":1024,\"name\":\"raw\",\"url\":\"interfaces/EstimatedDocumentCountOptions.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"EstimatedDocumentCountOptions\"},{\"id\":2230,\"kind\":1024,\"name\":\"enableUtf8Validation\",\"url\":\"interfaces/EstimatedDocumentCountOptions.html#enableUtf8Validation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"EstimatedDocumentCountOptions\"},{\"id\":2231,\"kind\":1024,\"name\":\"writeConcern\",\"url\":\"interfaces/EstimatedDocumentCountOptions.html#writeConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"EstimatedDocumentCountOptions\"},{\"id\":2232,\"kind\":1024,\"name\":\"explain\",\"url\":\"interfaces/EstimatedDocumentCountOptions.html#explain\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"EstimatedDocumentCountOptions\"},{\"id\":2233,\"kind\":256,\"name\":\"EvalOptions\",\"url\":\"interfaces/EvalOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2234,\"kind\":1024,\"name\":\"nolock\",\"url\":\"interfaces/EvalOptions.html#nolock\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EvalOptions\"},{\"id\":2235,\"kind\":1024,\"name\":\"fullResponse\",\"url\":\"interfaces/EvalOptions.html#fullResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"EvalOptions\"},{\"id\":2236,\"kind\":1024,\"name\":\"readConcern\",\"url\":\"interfaces/EvalOptions.html#readConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"EvalOptions\"},{\"id\":2237,\"kind\":1024,\"name\":\"collation\",\"url\":\"interfaces/EvalOptions.html#collation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"EvalOptions\"},{\"id\":2238,\"kind\":1024,\"name\":\"maxTimeMS\",\"url\":\"interfaces/EvalOptions.html#maxTimeMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"EvalOptions\"},{\"id\":2239,\"kind\":1024,\"name\":\"comment\",\"url\":\"interfaces/EvalOptions.html#comment\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"EvalOptions\"},{\"id\":2240,\"kind\":1024,\"name\":\"retryWrites\",\"url\":\"interfaces/EvalOptions.html#retryWrites\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"EvalOptions\"},{\"id\":2241,\"kind\":1024,\"name\":\"dbName\",\"url\":\"interfaces/EvalOptions.html#dbName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"EvalOptions\"},{\"id\":2242,\"kind\":1024,\"name\":\"authdb\",\"url\":\"interfaces/EvalOptions.html#authdb\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"EvalOptions\"},{\"id\":2243,\"kind\":1024,\"name\":\"noResponse\",\"url\":\"interfaces/EvalOptions.html#noResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"EvalOptions\"},{\"id\":2244,\"kind\":1024,\"name\":\"session\",\"url\":\"interfaces/EvalOptions.html#session\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"EvalOptions\"},{\"id\":2245,\"kind\":1024,\"name\":\"willRetryWrite\",\"url\":\"interfaces/EvalOptions.html#willRetryWrite\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"EvalOptions\"},{\"id\":2246,\"kind\":1024,\"name\":\"readPreference\",\"url\":\"interfaces/EvalOptions.html#readPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"EvalOptions\"},{\"id\":2247,\"kind\":1024,\"name\":\"omitReadPreference\",\"url\":\"interfaces/EvalOptions.html#omitReadPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"EvalOptions\"},{\"id\":2248,\"kind\":1024,\"name\":\"raw\",\"url\":\"interfaces/EvalOptions.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"EvalOptions\"},{\"id\":2249,\"kind\":1024,\"name\":\"enableUtf8Validation\",\"url\":\"interfaces/EvalOptions.html#enableUtf8Validation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"EvalOptions\"},{\"id\":2250,\"kind\":1024,\"name\":\"writeConcern\",\"url\":\"interfaces/EvalOptions.html#writeConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"EvalOptions\"},{\"id\":2251,\"kind\":1024,\"name\":\"explain\",\"url\":\"interfaces/EvalOptions.html#explain\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"EvalOptions\"},{\"id\":2252,\"kind\":256,\"name\":\"FindOptions\",\"url\":\"interfaces/FindOptions.html\",\"classes\":\"tsd-kind-interface tsd-has-type-parameter\"},{\"id\":2253,\"kind\":1024,\"name\":\"limit\",\"url\":\"interfaces/FindOptions.html#limit\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FindOptions\"},{\"id\":2254,\"kind\":1024,\"name\":\"sort\",\"url\":\"interfaces/FindOptions.html#sort\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FindOptions\"},{\"id\":2255,\"kind\":1024,\"name\":\"projection\",\"url\":\"interfaces/FindOptions.html#projection\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FindOptions\"},{\"id\":2256,\"kind\":1024,\"name\":\"skip\",\"url\":\"interfaces/FindOptions.html#skip\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FindOptions\"},{\"id\":2257,\"kind\":1024,\"name\":\"hint\",\"url\":\"interfaces/FindOptions.html#hint\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FindOptions\"},{\"id\":2258,\"kind\":1024,\"name\":\"timeout\",\"url\":\"interfaces/FindOptions.html#timeout\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FindOptions\"},{\"id\":2259,\"kind\":1024,\"name\":\"tailable\",\"url\":\"interfaces/FindOptions.html#tailable\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FindOptions\"},{\"id\":2260,\"kind\":1024,\"name\":\"awaitData\",\"url\":\"interfaces/FindOptions.html#awaitData\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FindOptions\"},{\"id\":2261,\"kind\":1024,\"name\":\"batchSize\",\"url\":\"interfaces/FindOptions.html#batchSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FindOptions\"},{\"id\":2262,\"kind\":1024,\"name\":\"returnKey\",\"url\":\"interfaces/FindOptions.html#returnKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FindOptions\"},{\"id\":2263,\"kind\":1024,\"name\":\"min\",\"url\":\"interfaces/FindOptions.html#min\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FindOptions\"},{\"id\":2264,\"kind\":1024,\"name\":\"max\",\"url\":\"interfaces/FindOptions.html#max\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FindOptions\"},{\"id\":2265,\"kind\":1024,\"name\":\"maxTimeMS\",\"url\":\"interfaces/FindOptions.html#maxTimeMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"FindOptions\"},{\"id\":2266,\"kind\":1024,\"name\":\"maxAwaitTimeMS\",\"url\":\"interfaces/FindOptions.html#maxAwaitTimeMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FindOptions\"},{\"id\":2267,\"kind\":1024,\"name\":\"noCursorTimeout\",\"url\":\"interfaces/FindOptions.html#noCursorTimeout\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FindOptions\"},{\"id\":2268,\"kind\":1024,\"name\":\"collation\",\"url\":\"interfaces/FindOptions.html#collation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"FindOptions\"},{\"id\":2269,\"kind\":1024,\"name\":\"allowDiskUse\",\"url\":\"interfaces/FindOptions.html#allowDiskUse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FindOptions\"},{\"id\":2270,\"kind\":1024,\"name\":\"singleBatch\",\"url\":\"interfaces/FindOptions.html#singleBatch\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FindOptions\"},{\"id\":2271,\"kind\":1024,\"name\":\"allowPartialResults\",\"url\":\"interfaces/FindOptions.html#allowPartialResults\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FindOptions\"},{\"id\":2272,\"kind\":1024,\"name\":\"showRecordId\",\"url\":\"interfaces/FindOptions.html#showRecordId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FindOptions\"},{\"id\":2273,\"kind\":1024,\"name\":\"let\",\"url\":\"interfaces/FindOptions.html#let\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FindOptions\"},{\"id\":2274,\"kind\":1024,\"name\":\"oplogReplay\",\"url\":\"interfaces/FindOptions.html#oplogReplay\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FindOptions\"},{\"id\":2275,\"kind\":1024,\"name\":\"fullResponse\",\"url\":\"interfaces/FindOptions.html#fullResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOptions\"},{\"id\":2276,\"kind\":1024,\"name\":\"readConcern\",\"url\":\"interfaces/FindOptions.html#readConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOptions\"},{\"id\":2277,\"kind\":1024,\"name\":\"comment\",\"url\":\"interfaces/FindOptions.html#comment\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOptions\"},{\"id\":2278,\"kind\":1024,\"name\":\"retryWrites\",\"url\":\"interfaces/FindOptions.html#retryWrites\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOptions\"},{\"id\":2279,\"kind\":1024,\"name\":\"dbName\",\"url\":\"interfaces/FindOptions.html#dbName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOptions\"},{\"id\":2280,\"kind\":1024,\"name\":\"authdb\",\"url\":\"interfaces/FindOptions.html#authdb\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOptions\"},{\"id\":2281,\"kind\":1024,\"name\":\"noResponse\",\"url\":\"interfaces/FindOptions.html#noResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOptions\"},{\"id\":2282,\"kind\":1024,\"name\":\"session\",\"url\":\"interfaces/FindOptions.html#session\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOptions\"},{\"id\":2283,\"kind\":1024,\"name\":\"willRetryWrite\",\"url\":\"interfaces/FindOptions.html#willRetryWrite\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOptions\"},{\"id\":2284,\"kind\":1024,\"name\":\"readPreference\",\"url\":\"interfaces/FindOptions.html#readPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOptions\"},{\"id\":2285,\"kind\":1024,\"name\":\"omitReadPreference\",\"url\":\"interfaces/FindOptions.html#omitReadPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOptions\"},{\"id\":2286,\"kind\":1024,\"name\":\"raw\",\"url\":\"interfaces/FindOptions.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOptions\"},{\"id\":2287,\"kind\":1024,\"name\":\"enableUtf8Validation\",\"url\":\"interfaces/FindOptions.html#enableUtf8Validation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOptions\"},{\"id\":2288,\"kind\":1024,\"name\":\"writeConcern\",\"url\":\"interfaces/FindOptions.html#writeConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOptions\"},{\"id\":2289,\"kind\":1024,\"name\":\"explain\",\"url\":\"interfaces/FindOptions.html#explain\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOptions\"},{\"id\":2290,\"kind\":256,\"name\":\"FindOneAndDeleteOptions\",\"url\":\"interfaces/FindOneAndDeleteOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2291,\"kind\":1024,\"name\":\"hint\",\"url\":\"interfaces/FindOneAndDeleteOptions.html#hint\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FindOneAndDeleteOptions\"},{\"id\":2292,\"kind\":1024,\"name\":\"projection\",\"url\":\"interfaces/FindOneAndDeleteOptions.html#projection\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FindOneAndDeleteOptions\"},{\"id\":2293,\"kind\":1024,\"name\":\"sort\",\"url\":\"interfaces/FindOneAndDeleteOptions.html#sort\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FindOneAndDeleteOptions\"},{\"id\":2294,\"kind\":1024,\"name\":\"let\",\"url\":\"interfaces/FindOneAndDeleteOptions.html#let\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FindOneAndDeleteOptions\"},{\"id\":2295,\"kind\":1024,\"name\":\"fullResponse\",\"url\":\"interfaces/FindOneAndDeleteOptions.html#fullResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndDeleteOptions\"},{\"id\":2296,\"kind\":1024,\"name\":\"readConcern\",\"url\":\"interfaces/FindOneAndDeleteOptions.html#readConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndDeleteOptions\"},{\"id\":2297,\"kind\":1024,\"name\":\"collation\",\"url\":\"interfaces/FindOneAndDeleteOptions.html#collation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndDeleteOptions\"},{\"id\":2298,\"kind\":1024,\"name\":\"maxTimeMS\",\"url\":\"interfaces/FindOneAndDeleteOptions.html#maxTimeMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndDeleteOptions\"},{\"id\":2299,\"kind\":1024,\"name\":\"comment\",\"url\":\"interfaces/FindOneAndDeleteOptions.html#comment\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndDeleteOptions\"},{\"id\":2300,\"kind\":1024,\"name\":\"retryWrites\",\"url\":\"interfaces/FindOneAndDeleteOptions.html#retryWrites\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndDeleteOptions\"},{\"id\":2301,\"kind\":1024,\"name\":\"dbName\",\"url\":\"interfaces/FindOneAndDeleteOptions.html#dbName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndDeleteOptions\"},{\"id\":2302,\"kind\":1024,\"name\":\"authdb\",\"url\":\"interfaces/FindOneAndDeleteOptions.html#authdb\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndDeleteOptions\"},{\"id\":2303,\"kind\":1024,\"name\":\"noResponse\",\"url\":\"interfaces/FindOneAndDeleteOptions.html#noResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndDeleteOptions\"},{\"id\":2304,\"kind\":1024,\"name\":\"session\",\"url\":\"interfaces/FindOneAndDeleteOptions.html#session\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndDeleteOptions\"},{\"id\":2305,\"kind\":1024,\"name\":\"willRetryWrite\",\"url\":\"interfaces/FindOneAndDeleteOptions.html#willRetryWrite\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndDeleteOptions\"},{\"id\":2306,\"kind\":1024,\"name\":\"readPreference\",\"url\":\"interfaces/FindOneAndDeleteOptions.html#readPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndDeleteOptions\"},{\"id\":2307,\"kind\":1024,\"name\":\"omitReadPreference\",\"url\":\"interfaces/FindOneAndDeleteOptions.html#omitReadPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndDeleteOptions\"},{\"id\":2308,\"kind\":1024,\"name\":\"raw\",\"url\":\"interfaces/FindOneAndDeleteOptions.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndDeleteOptions\"},{\"id\":2309,\"kind\":1024,\"name\":\"enableUtf8Validation\",\"url\":\"interfaces/FindOneAndDeleteOptions.html#enableUtf8Validation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndDeleteOptions\"},{\"id\":2310,\"kind\":1024,\"name\":\"writeConcern\",\"url\":\"interfaces/FindOneAndDeleteOptions.html#writeConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndDeleteOptions\"},{\"id\":2311,\"kind\":1024,\"name\":\"explain\",\"url\":\"interfaces/FindOneAndDeleteOptions.html#explain\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndDeleteOptions\"},{\"id\":2312,\"kind\":256,\"name\":\"FindOneAndReplaceOptions\",\"url\":\"interfaces/FindOneAndReplaceOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2313,\"kind\":1024,\"name\":\"bypassDocumentValidation\",\"url\":\"interfaces/FindOneAndReplaceOptions.html#bypassDocumentValidation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FindOneAndReplaceOptions\"},{\"id\":2314,\"kind\":1024,\"name\":\"hint\",\"url\":\"interfaces/FindOneAndReplaceOptions.html#hint\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FindOneAndReplaceOptions\"},{\"id\":2315,\"kind\":1024,\"name\":\"projection\",\"url\":\"interfaces/FindOneAndReplaceOptions.html#projection\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FindOneAndReplaceOptions\"},{\"id\":2316,\"kind\":1024,\"name\":\"returnDocument\",\"url\":\"interfaces/FindOneAndReplaceOptions.html#returnDocument\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FindOneAndReplaceOptions\"},{\"id\":2317,\"kind\":1024,\"name\":\"sort\",\"url\":\"interfaces/FindOneAndReplaceOptions.html#sort\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FindOneAndReplaceOptions\"},{\"id\":2318,\"kind\":1024,\"name\":\"upsert\",\"url\":\"interfaces/FindOneAndReplaceOptions.html#upsert\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FindOneAndReplaceOptions\"},{\"id\":2319,\"kind\":1024,\"name\":\"let\",\"url\":\"interfaces/FindOneAndReplaceOptions.html#let\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FindOneAndReplaceOptions\"},{\"id\":2320,\"kind\":1024,\"name\":\"fullResponse\",\"url\":\"interfaces/FindOneAndReplaceOptions.html#fullResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndReplaceOptions\"},{\"id\":2321,\"kind\":1024,\"name\":\"readConcern\",\"url\":\"interfaces/FindOneAndReplaceOptions.html#readConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndReplaceOptions\"},{\"id\":2322,\"kind\":1024,\"name\":\"collation\",\"url\":\"interfaces/FindOneAndReplaceOptions.html#collation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndReplaceOptions\"},{\"id\":2323,\"kind\":1024,\"name\":\"maxTimeMS\",\"url\":\"interfaces/FindOneAndReplaceOptions.html#maxTimeMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndReplaceOptions\"},{\"id\":2324,\"kind\":1024,\"name\":\"comment\",\"url\":\"interfaces/FindOneAndReplaceOptions.html#comment\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndReplaceOptions\"},{\"id\":2325,\"kind\":1024,\"name\":\"retryWrites\",\"url\":\"interfaces/FindOneAndReplaceOptions.html#retryWrites\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndReplaceOptions\"},{\"id\":2326,\"kind\":1024,\"name\":\"dbName\",\"url\":\"interfaces/FindOneAndReplaceOptions.html#dbName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndReplaceOptions\"},{\"id\":2327,\"kind\":1024,\"name\":\"authdb\",\"url\":\"interfaces/FindOneAndReplaceOptions.html#authdb\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndReplaceOptions\"},{\"id\":2328,\"kind\":1024,\"name\":\"noResponse\",\"url\":\"interfaces/FindOneAndReplaceOptions.html#noResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndReplaceOptions\"},{\"id\":2329,\"kind\":1024,\"name\":\"session\",\"url\":\"interfaces/FindOneAndReplaceOptions.html#session\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndReplaceOptions\"},{\"id\":2330,\"kind\":1024,\"name\":\"willRetryWrite\",\"url\":\"interfaces/FindOneAndReplaceOptions.html#willRetryWrite\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndReplaceOptions\"},{\"id\":2331,\"kind\":1024,\"name\":\"readPreference\",\"url\":\"interfaces/FindOneAndReplaceOptions.html#readPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndReplaceOptions\"},{\"id\":2332,\"kind\":1024,\"name\":\"omitReadPreference\",\"url\":\"interfaces/FindOneAndReplaceOptions.html#omitReadPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndReplaceOptions\"},{\"id\":2333,\"kind\":1024,\"name\":\"raw\",\"url\":\"interfaces/FindOneAndReplaceOptions.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndReplaceOptions\"},{\"id\":2334,\"kind\":1024,\"name\":\"enableUtf8Validation\",\"url\":\"interfaces/FindOneAndReplaceOptions.html#enableUtf8Validation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndReplaceOptions\"},{\"id\":2335,\"kind\":1024,\"name\":\"writeConcern\",\"url\":\"interfaces/FindOneAndReplaceOptions.html#writeConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndReplaceOptions\"},{\"id\":2336,\"kind\":1024,\"name\":\"explain\",\"url\":\"interfaces/FindOneAndReplaceOptions.html#explain\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndReplaceOptions\"},{\"id\":2337,\"kind\":256,\"name\":\"FindOneAndUpdateOptions\",\"url\":\"interfaces/FindOneAndUpdateOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2338,\"kind\":1024,\"name\":\"arrayFilters\",\"url\":\"interfaces/FindOneAndUpdateOptions.html#arrayFilters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FindOneAndUpdateOptions\"},{\"id\":2339,\"kind\":1024,\"name\":\"bypassDocumentValidation\",\"url\":\"interfaces/FindOneAndUpdateOptions.html#bypassDocumentValidation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FindOneAndUpdateOptions\"},{\"id\":2340,\"kind\":1024,\"name\":\"hint\",\"url\":\"interfaces/FindOneAndUpdateOptions.html#hint\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FindOneAndUpdateOptions\"},{\"id\":2341,\"kind\":1024,\"name\":\"projection\",\"url\":\"interfaces/FindOneAndUpdateOptions.html#projection\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FindOneAndUpdateOptions\"},{\"id\":2342,\"kind\":1024,\"name\":\"returnDocument\",\"url\":\"interfaces/FindOneAndUpdateOptions.html#returnDocument\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FindOneAndUpdateOptions\"},{\"id\":2343,\"kind\":1024,\"name\":\"sort\",\"url\":\"interfaces/FindOneAndUpdateOptions.html#sort\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FindOneAndUpdateOptions\"},{\"id\":2344,\"kind\":1024,\"name\":\"upsert\",\"url\":\"interfaces/FindOneAndUpdateOptions.html#upsert\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FindOneAndUpdateOptions\"},{\"id\":2345,\"kind\":1024,\"name\":\"let\",\"url\":\"interfaces/FindOneAndUpdateOptions.html#let\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FindOneAndUpdateOptions\"},{\"id\":2346,\"kind\":1024,\"name\":\"fullResponse\",\"url\":\"interfaces/FindOneAndUpdateOptions.html#fullResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndUpdateOptions\"},{\"id\":2347,\"kind\":1024,\"name\":\"readConcern\",\"url\":\"interfaces/FindOneAndUpdateOptions.html#readConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndUpdateOptions\"},{\"id\":2348,\"kind\":1024,\"name\":\"collation\",\"url\":\"interfaces/FindOneAndUpdateOptions.html#collation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndUpdateOptions\"},{\"id\":2349,\"kind\":1024,\"name\":\"maxTimeMS\",\"url\":\"interfaces/FindOneAndUpdateOptions.html#maxTimeMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndUpdateOptions\"},{\"id\":2350,\"kind\":1024,\"name\":\"comment\",\"url\":\"interfaces/FindOneAndUpdateOptions.html#comment\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndUpdateOptions\"},{\"id\":2351,\"kind\":1024,\"name\":\"retryWrites\",\"url\":\"interfaces/FindOneAndUpdateOptions.html#retryWrites\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndUpdateOptions\"},{\"id\":2352,\"kind\":1024,\"name\":\"dbName\",\"url\":\"interfaces/FindOneAndUpdateOptions.html#dbName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndUpdateOptions\"},{\"id\":2353,\"kind\":1024,\"name\":\"authdb\",\"url\":\"interfaces/FindOneAndUpdateOptions.html#authdb\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndUpdateOptions\"},{\"id\":2354,\"kind\":1024,\"name\":\"noResponse\",\"url\":\"interfaces/FindOneAndUpdateOptions.html#noResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndUpdateOptions\"},{\"id\":2355,\"kind\":1024,\"name\":\"session\",\"url\":\"interfaces/FindOneAndUpdateOptions.html#session\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndUpdateOptions\"},{\"id\":2356,\"kind\":1024,\"name\":\"willRetryWrite\",\"url\":\"interfaces/FindOneAndUpdateOptions.html#willRetryWrite\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndUpdateOptions\"},{\"id\":2357,\"kind\":1024,\"name\":\"readPreference\",\"url\":\"interfaces/FindOneAndUpdateOptions.html#readPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndUpdateOptions\"},{\"id\":2358,\"kind\":1024,\"name\":\"omitReadPreference\",\"url\":\"interfaces/FindOneAndUpdateOptions.html#omitReadPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndUpdateOptions\"},{\"id\":2359,\"kind\":1024,\"name\":\"raw\",\"url\":\"interfaces/FindOneAndUpdateOptions.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndUpdateOptions\"},{\"id\":2360,\"kind\":1024,\"name\":\"enableUtf8Validation\",\"url\":\"interfaces/FindOneAndUpdateOptions.html#enableUtf8Validation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndUpdateOptions\"},{\"id\":2361,\"kind\":1024,\"name\":\"writeConcern\",\"url\":\"interfaces/FindOneAndUpdateOptions.html#writeConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndUpdateOptions\"},{\"id\":2362,\"kind\":1024,\"name\":\"explain\",\"url\":\"interfaces/FindOneAndUpdateOptions.html#explain\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndUpdateOptions\"},{\"id\":2363,\"kind\":256,\"name\":\"CreateIndexesOptions\",\"url\":\"interfaces/CreateIndexesOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2364,\"kind\":1024,\"name\":\"background\",\"url\":\"interfaces/CreateIndexesOptions.html#background\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CreateIndexesOptions\"},{\"id\":2365,\"kind\":1024,\"name\":\"unique\",\"url\":\"interfaces/CreateIndexesOptions.html#unique\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CreateIndexesOptions\"},{\"id\":2366,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/CreateIndexesOptions.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CreateIndexesOptions\"},{\"id\":2367,\"kind\":1024,\"name\":\"partialFilterExpression\",\"url\":\"interfaces/CreateIndexesOptions.html#partialFilterExpression\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CreateIndexesOptions\"},{\"id\":2368,\"kind\":1024,\"name\":\"sparse\",\"url\":\"interfaces/CreateIndexesOptions.html#sparse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CreateIndexesOptions\"},{\"id\":2369,\"kind\":1024,\"name\":\"expireAfterSeconds\",\"url\":\"interfaces/CreateIndexesOptions.html#expireAfterSeconds\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CreateIndexesOptions\"},{\"id\":2370,\"kind\":1024,\"name\":\"storageEngine\",\"url\":\"interfaces/CreateIndexesOptions.html#storageEngine\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CreateIndexesOptions\"},{\"id\":2371,\"kind\":1024,\"name\":\"commitQuorum\",\"url\":\"interfaces/CreateIndexesOptions.html#commitQuorum\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CreateIndexesOptions\"},{\"id\":2372,\"kind\":1024,\"name\":\"version\",\"url\":\"interfaces/CreateIndexesOptions.html#version\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CreateIndexesOptions\"},{\"id\":2373,\"kind\":1024,\"name\":\"weights\",\"url\":\"interfaces/CreateIndexesOptions.html#weights\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CreateIndexesOptions\"},{\"id\":2374,\"kind\":1024,\"name\":\"default_language\",\"url\":\"interfaces/CreateIndexesOptions.html#default_language\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CreateIndexesOptions\"},{\"id\":2375,\"kind\":1024,\"name\":\"language_override\",\"url\":\"interfaces/CreateIndexesOptions.html#language_override\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CreateIndexesOptions\"},{\"id\":2376,\"kind\":1024,\"name\":\"textIndexVersion\",\"url\":\"interfaces/CreateIndexesOptions.html#textIndexVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CreateIndexesOptions\"},{\"id\":2377,\"kind\":1024,\"name\":\"2dsphereIndexVersion\",\"url\":\"interfaces/CreateIndexesOptions.html#2dsphereIndexVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CreateIndexesOptions\"},{\"id\":2378,\"kind\":1024,\"name\":\"bits\",\"url\":\"interfaces/CreateIndexesOptions.html#bits\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CreateIndexesOptions\"},{\"id\":2379,\"kind\":1024,\"name\":\"min\",\"url\":\"interfaces/CreateIndexesOptions.html#min\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CreateIndexesOptions\"},{\"id\":2380,\"kind\":1024,\"name\":\"max\",\"url\":\"interfaces/CreateIndexesOptions.html#max\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CreateIndexesOptions\"},{\"id\":2381,\"kind\":1024,\"name\":\"bucketSize\",\"url\":\"interfaces/CreateIndexesOptions.html#bucketSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CreateIndexesOptions\"},{\"id\":2382,\"kind\":1024,\"name\":\"wildcardProjection\",\"url\":\"interfaces/CreateIndexesOptions.html#wildcardProjection\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CreateIndexesOptions\"},{\"id\":2383,\"kind\":1024,\"name\":\"hidden\",\"url\":\"interfaces/CreateIndexesOptions.html#hidden\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CreateIndexesOptions\"},{\"id\":2384,\"kind\":1024,\"name\":\"fullResponse\",\"url\":\"interfaces/CreateIndexesOptions.html#fullResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CreateIndexesOptions\"},{\"id\":2385,\"kind\":1024,\"name\":\"readConcern\",\"url\":\"interfaces/CreateIndexesOptions.html#readConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CreateIndexesOptions\"},{\"id\":2386,\"kind\":1024,\"name\":\"collation\",\"url\":\"interfaces/CreateIndexesOptions.html#collation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CreateIndexesOptions\"},{\"id\":2387,\"kind\":1024,\"name\":\"maxTimeMS\",\"url\":\"interfaces/CreateIndexesOptions.html#maxTimeMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CreateIndexesOptions\"},{\"id\":2388,\"kind\":1024,\"name\":\"comment\",\"url\":\"interfaces/CreateIndexesOptions.html#comment\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CreateIndexesOptions\"},{\"id\":2389,\"kind\":1024,\"name\":\"retryWrites\",\"url\":\"interfaces/CreateIndexesOptions.html#retryWrites\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CreateIndexesOptions\"},{\"id\":2390,\"kind\":1024,\"name\":\"dbName\",\"url\":\"interfaces/CreateIndexesOptions.html#dbName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CreateIndexesOptions\"},{\"id\":2391,\"kind\":1024,\"name\":\"authdb\",\"url\":\"interfaces/CreateIndexesOptions.html#authdb\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CreateIndexesOptions\"},{\"id\":2392,\"kind\":1024,\"name\":\"noResponse\",\"url\":\"interfaces/CreateIndexesOptions.html#noResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CreateIndexesOptions\"},{\"id\":2393,\"kind\":1024,\"name\":\"session\",\"url\":\"interfaces/CreateIndexesOptions.html#session\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CreateIndexesOptions\"},{\"id\":2394,\"kind\":1024,\"name\":\"willRetryWrite\",\"url\":\"interfaces/CreateIndexesOptions.html#willRetryWrite\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CreateIndexesOptions\"},{\"id\":2395,\"kind\":1024,\"name\":\"readPreference\",\"url\":\"interfaces/CreateIndexesOptions.html#readPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CreateIndexesOptions\"},{\"id\":2396,\"kind\":1024,\"name\":\"omitReadPreference\",\"url\":\"interfaces/CreateIndexesOptions.html#omitReadPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CreateIndexesOptions\"},{\"id\":2397,\"kind\":1024,\"name\":\"raw\",\"url\":\"interfaces/CreateIndexesOptions.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CreateIndexesOptions\"},{\"id\":2398,\"kind\":1024,\"name\":\"enableUtf8Validation\",\"url\":\"interfaces/CreateIndexesOptions.html#enableUtf8Validation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CreateIndexesOptions\"},{\"id\":2399,\"kind\":1024,\"name\":\"writeConcern\",\"url\":\"interfaces/CreateIndexesOptions.html#writeConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CreateIndexesOptions\"},{\"id\":2400,\"kind\":1024,\"name\":\"explain\",\"url\":\"interfaces/CreateIndexesOptions.html#explain\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CreateIndexesOptions\"},{\"id\":2401,\"kind\":4194304,\"name\":\"DropIndexesOptions\",\"url\":\"modules.html#DropIndexesOptions\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":2402,\"kind\":256,\"name\":\"IndexDescription\",\"url\":\"interfaces/IndexDescription.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2403,\"kind\":1024,\"name\":\"collation\",\"url\":\"interfaces/IndexDescription.html#collation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IndexDescription\"},{\"id\":2404,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/IndexDescription.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IndexDescription\"},{\"id\":2405,\"kind\":1024,\"name\":\"key\",\"url\":\"interfaces/IndexDescription.html#key\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IndexDescription\"},{\"id\":2406,\"kind\":1024,\"name\":\"version\",\"url\":\"interfaces/IndexDescription.html#version\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IndexDescription\"},{\"id\":2407,\"kind\":1024,\"name\":\"max\",\"url\":\"interfaces/IndexDescription.html#max\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IndexDescription\"},{\"id\":2408,\"kind\":1024,\"name\":\"min\",\"url\":\"interfaces/IndexDescription.html#min\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IndexDescription\"},{\"id\":2409,\"kind\":1024,\"name\":\"hidden\",\"url\":\"interfaces/IndexDescription.html#hidden\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IndexDescription\"},{\"id\":2410,\"kind\":1024,\"name\":\"background\",\"url\":\"interfaces/IndexDescription.html#background\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IndexDescription\"},{\"id\":2411,\"kind\":1024,\"name\":\"unique\",\"url\":\"interfaces/IndexDescription.html#unique\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IndexDescription\"},{\"id\":2412,\"kind\":1024,\"name\":\"partialFilterExpression\",\"url\":\"interfaces/IndexDescription.html#partialFilterExpression\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IndexDescription\"},{\"id\":2413,\"kind\":1024,\"name\":\"sparse\",\"url\":\"interfaces/IndexDescription.html#sparse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IndexDescription\"},{\"id\":2414,\"kind\":1024,\"name\":\"expireAfterSeconds\",\"url\":\"interfaces/IndexDescription.html#expireAfterSeconds\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IndexDescription\"},{\"id\":2415,\"kind\":1024,\"name\":\"storageEngine\",\"url\":\"interfaces/IndexDescription.html#storageEngine\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IndexDescription\"},{\"id\":2416,\"kind\":1024,\"name\":\"weights\",\"url\":\"interfaces/IndexDescription.html#weights\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IndexDescription\"},{\"id\":2417,\"kind\":1024,\"name\":\"default_language\",\"url\":\"interfaces/IndexDescription.html#default_language\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IndexDescription\"},{\"id\":2418,\"kind\":1024,\"name\":\"language_override\",\"url\":\"interfaces/IndexDescription.html#language_override\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IndexDescription\"},{\"id\":2419,\"kind\":1024,\"name\":\"textIndexVersion\",\"url\":\"interfaces/IndexDescription.html#textIndexVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IndexDescription\"},{\"id\":2420,\"kind\":1024,\"name\":\"2dsphereIndexVersion\",\"url\":\"interfaces/IndexDescription.html#2dsphereIndexVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IndexDescription\"},{\"id\":2421,\"kind\":1024,\"name\":\"bits\",\"url\":\"interfaces/IndexDescription.html#bits\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IndexDescription\"},{\"id\":2422,\"kind\":1024,\"name\":\"bucketSize\",\"url\":\"interfaces/IndexDescription.html#bucketSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IndexDescription\"},{\"id\":2423,\"kind\":1024,\"name\":\"wildcardProjection\",\"url\":\"interfaces/IndexDescription.html#wildcardProjection\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IndexDescription\"},{\"id\":2424,\"kind\":4194304,\"name\":\"IndexDirection\",\"url\":\"modules.html#IndexDirection\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":2425,\"kind\":4194304,\"name\":\"IndexSpecification\",\"url\":\"modules.html#IndexSpecification\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":2426,\"kind\":256,\"name\":\"ListIndexesOptions\",\"url\":\"interfaces/ListIndexesOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2427,\"kind\":1024,\"name\":\"batchSize\",\"url\":\"interfaces/ListIndexesOptions.html#batchSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ListIndexesOptions\"},{\"id\":2428,\"kind\":1024,\"name\":\"fullResponse\",\"url\":\"interfaces/ListIndexesOptions.html#fullResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListIndexesOptions\"},{\"id\":2429,\"kind\":1024,\"name\":\"readConcern\",\"url\":\"interfaces/ListIndexesOptions.html#readConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListIndexesOptions\"},{\"id\":2430,\"kind\":1024,\"name\":\"collation\",\"url\":\"interfaces/ListIndexesOptions.html#collation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListIndexesOptions\"},{\"id\":2431,\"kind\":1024,\"name\":\"maxTimeMS\",\"url\":\"interfaces/ListIndexesOptions.html#maxTimeMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListIndexesOptions\"},{\"id\":2432,\"kind\":1024,\"name\":\"comment\",\"url\":\"interfaces/ListIndexesOptions.html#comment\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListIndexesOptions\"},{\"id\":2433,\"kind\":1024,\"name\":\"retryWrites\",\"url\":\"interfaces/ListIndexesOptions.html#retryWrites\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListIndexesOptions\"},{\"id\":2434,\"kind\":1024,\"name\":\"dbName\",\"url\":\"interfaces/ListIndexesOptions.html#dbName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListIndexesOptions\"},{\"id\":2435,\"kind\":1024,\"name\":\"authdb\",\"url\":\"interfaces/ListIndexesOptions.html#authdb\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListIndexesOptions\"},{\"id\":2436,\"kind\":1024,\"name\":\"noResponse\",\"url\":\"interfaces/ListIndexesOptions.html#noResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListIndexesOptions\"},{\"id\":2437,\"kind\":1024,\"name\":\"session\",\"url\":\"interfaces/ListIndexesOptions.html#session\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListIndexesOptions\"},{\"id\":2438,\"kind\":1024,\"name\":\"willRetryWrite\",\"url\":\"interfaces/ListIndexesOptions.html#willRetryWrite\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListIndexesOptions\"},{\"id\":2439,\"kind\":1024,\"name\":\"readPreference\",\"url\":\"interfaces/ListIndexesOptions.html#readPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListIndexesOptions\"},{\"id\":2440,\"kind\":1024,\"name\":\"omitReadPreference\",\"url\":\"interfaces/ListIndexesOptions.html#omitReadPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListIndexesOptions\"},{\"id\":2441,\"kind\":1024,\"name\":\"raw\",\"url\":\"interfaces/ListIndexesOptions.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListIndexesOptions\"},{\"id\":2442,\"kind\":1024,\"name\":\"enableUtf8Validation\",\"url\":\"interfaces/ListIndexesOptions.html#enableUtf8Validation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListIndexesOptions\"},{\"id\":2443,\"kind\":1024,\"name\":\"writeConcern\",\"url\":\"interfaces/ListIndexesOptions.html#writeConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListIndexesOptions\"},{\"id\":2444,\"kind\":1024,\"name\":\"explain\",\"url\":\"interfaces/ListIndexesOptions.html#explain\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListIndexesOptions\"},{\"id\":2445,\"kind\":256,\"name\":\"InsertManyResult\",\"url\":\"interfaces/InsertManyResult.html\",\"classes\":\"tsd-kind-interface tsd-has-type-parameter\"},{\"id\":2446,\"kind\":1024,\"name\":\"acknowledged\",\"url\":\"interfaces/InsertManyResult.html#acknowledged\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"InsertManyResult\"},{\"id\":2447,\"kind\":1024,\"name\":\"insertedCount\",\"url\":\"interfaces/InsertManyResult.html#insertedCount\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"InsertManyResult\"},{\"id\":2448,\"kind\":1024,\"name\":\"insertedIds\",\"url\":\"interfaces/InsertManyResult.html#insertedIds\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"InsertManyResult\"},{\"id\":2449,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/InsertManyResult.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"InsertManyResult\"},{\"id\":2450,\"kind\":256,\"name\":\"InsertOneOptions\",\"url\":\"interfaces/InsertOneOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2451,\"kind\":1024,\"name\":\"bypassDocumentValidation\",\"url\":\"interfaces/InsertOneOptions.html#bypassDocumentValidation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"InsertOneOptions\"},{\"id\":2452,\"kind\":1024,\"name\":\"forceServerObjectId\",\"url\":\"interfaces/InsertOneOptions.html#forceServerObjectId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"InsertOneOptions\"},{\"id\":2453,\"kind\":1024,\"name\":\"fullResponse\",\"url\":\"interfaces/InsertOneOptions.html#fullResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"InsertOneOptions\"},{\"id\":2454,\"kind\":1024,\"name\":\"readConcern\",\"url\":\"interfaces/InsertOneOptions.html#readConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"InsertOneOptions\"},{\"id\":2455,\"kind\":1024,\"name\":\"collation\",\"url\":\"interfaces/InsertOneOptions.html#collation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"InsertOneOptions\"},{\"id\":2456,\"kind\":1024,\"name\":\"maxTimeMS\",\"url\":\"interfaces/InsertOneOptions.html#maxTimeMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"InsertOneOptions\"},{\"id\":2457,\"kind\":1024,\"name\":\"comment\",\"url\":\"interfaces/InsertOneOptions.html#comment\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"InsertOneOptions\"},{\"id\":2458,\"kind\":1024,\"name\":\"retryWrites\",\"url\":\"interfaces/InsertOneOptions.html#retryWrites\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"InsertOneOptions\"},{\"id\":2459,\"kind\":1024,\"name\":\"dbName\",\"url\":\"interfaces/InsertOneOptions.html#dbName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"InsertOneOptions\"},{\"id\":2460,\"kind\":1024,\"name\":\"authdb\",\"url\":\"interfaces/InsertOneOptions.html#authdb\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"InsertOneOptions\"},{\"id\":2461,\"kind\":1024,\"name\":\"noResponse\",\"url\":\"interfaces/InsertOneOptions.html#noResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"InsertOneOptions\"},{\"id\":2462,\"kind\":1024,\"name\":\"session\",\"url\":\"interfaces/InsertOneOptions.html#session\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"InsertOneOptions\"},{\"id\":2463,\"kind\":1024,\"name\":\"willRetryWrite\",\"url\":\"interfaces/InsertOneOptions.html#willRetryWrite\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"InsertOneOptions\"},{\"id\":2464,\"kind\":1024,\"name\":\"readPreference\",\"url\":\"interfaces/InsertOneOptions.html#readPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"InsertOneOptions\"},{\"id\":2465,\"kind\":1024,\"name\":\"omitReadPreference\",\"url\":\"interfaces/InsertOneOptions.html#omitReadPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"InsertOneOptions\"},{\"id\":2466,\"kind\":1024,\"name\":\"raw\",\"url\":\"interfaces/InsertOneOptions.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"InsertOneOptions\"},{\"id\":2467,\"kind\":1024,\"name\":\"enableUtf8Validation\",\"url\":\"interfaces/InsertOneOptions.html#enableUtf8Validation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"InsertOneOptions\"},{\"id\":2468,\"kind\":1024,\"name\":\"writeConcern\",\"url\":\"interfaces/InsertOneOptions.html#writeConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"InsertOneOptions\"},{\"id\":2469,\"kind\":1024,\"name\":\"explain\",\"url\":\"interfaces/InsertOneOptions.html#explain\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"InsertOneOptions\"},{\"id\":2470,\"kind\":256,\"name\":\"InsertOneResult\",\"url\":\"interfaces/InsertOneResult.html\",\"classes\":\"tsd-kind-interface tsd-has-type-parameter\"},{\"id\":2471,\"kind\":1024,\"name\":\"acknowledged\",\"url\":\"interfaces/InsertOneResult.html#acknowledged\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"InsertOneResult\"},{\"id\":2472,\"kind\":1024,\"name\":\"insertedId\",\"url\":\"interfaces/InsertOneResult.html#insertedId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"InsertOneResult\"},{\"id\":2473,\"kind\":256,\"name\":\"CollectionInfo\",\"url\":\"interfaces/CollectionInfo.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2474,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/CollectionInfo.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CollectionInfo\"},{\"id\":2475,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/CollectionInfo.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CollectionInfo\"},{\"id\":2476,\"kind\":1024,\"name\":\"options\",\"url\":\"interfaces/CollectionInfo.html#options\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CollectionInfo\"},{\"id\":2477,\"kind\":1024,\"name\":\"info\",\"url\":\"interfaces/CollectionInfo.html#info\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CollectionInfo\"},{\"id\":2478,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/CollectionInfo.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"CollectionInfo\"},{\"id\":2479,\"kind\":1024,\"name\":\"readOnly\",\"url\":\"interfaces/CollectionInfo.html#__type.readOnly\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"CollectionInfo.__type\"},{\"id\":2480,\"kind\":1024,\"name\":\"uuid\",\"url\":\"interfaces/CollectionInfo.html#__type.uuid\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"CollectionInfo.__type\"},{\"id\":2481,\"kind\":1024,\"name\":\"idIndex\",\"url\":\"interfaces/CollectionInfo.html#idIndex\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CollectionInfo\"},{\"id\":2482,\"kind\":256,\"name\":\"ListCollectionsOptions\",\"url\":\"interfaces/ListCollectionsOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2483,\"kind\":1024,\"name\":\"nameOnly\",\"url\":\"interfaces/ListCollectionsOptions.html#nameOnly\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ListCollectionsOptions\"},{\"id\":2484,\"kind\":1024,\"name\":\"authorizedCollections\",\"url\":\"interfaces/ListCollectionsOptions.html#authorizedCollections\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ListCollectionsOptions\"},{\"id\":2485,\"kind\":1024,\"name\":\"batchSize\",\"url\":\"interfaces/ListCollectionsOptions.html#batchSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ListCollectionsOptions\"},{\"id\":2486,\"kind\":1024,\"name\":\"fullResponse\",\"url\":\"interfaces/ListCollectionsOptions.html#fullResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListCollectionsOptions\"},{\"id\":2487,\"kind\":1024,\"name\":\"readConcern\",\"url\":\"interfaces/ListCollectionsOptions.html#readConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListCollectionsOptions\"},{\"id\":2488,\"kind\":1024,\"name\":\"collation\",\"url\":\"interfaces/ListCollectionsOptions.html#collation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListCollectionsOptions\"},{\"id\":2489,\"kind\":1024,\"name\":\"maxTimeMS\",\"url\":\"interfaces/ListCollectionsOptions.html#maxTimeMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListCollectionsOptions\"},{\"id\":2490,\"kind\":1024,\"name\":\"comment\",\"url\":\"interfaces/ListCollectionsOptions.html#comment\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListCollectionsOptions\"},{\"id\":2491,\"kind\":1024,\"name\":\"retryWrites\",\"url\":\"interfaces/ListCollectionsOptions.html#retryWrites\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListCollectionsOptions\"},{\"id\":2492,\"kind\":1024,\"name\":\"dbName\",\"url\":\"interfaces/ListCollectionsOptions.html#dbName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListCollectionsOptions\"},{\"id\":2493,\"kind\":1024,\"name\":\"authdb\",\"url\":\"interfaces/ListCollectionsOptions.html#authdb\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListCollectionsOptions\"},{\"id\":2494,\"kind\":1024,\"name\":\"noResponse\",\"url\":\"interfaces/ListCollectionsOptions.html#noResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListCollectionsOptions\"},{\"id\":2495,\"kind\":1024,\"name\":\"session\",\"url\":\"interfaces/ListCollectionsOptions.html#session\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListCollectionsOptions\"},{\"id\":2496,\"kind\":1024,\"name\":\"willRetryWrite\",\"url\":\"interfaces/ListCollectionsOptions.html#willRetryWrite\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListCollectionsOptions\"},{\"id\":2497,\"kind\":1024,\"name\":\"readPreference\",\"url\":\"interfaces/ListCollectionsOptions.html#readPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListCollectionsOptions\"},{\"id\":2498,\"kind\":1024,\"name\":\"omitReadPreference\",\"url\":\"interfaces/ListCollectionsOptions.html#omitReadPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListCollectionsOptions\"},{\"id\":2499,\"kind\":1024,\"name\":\"raw\",\"url\":\"interfaces/ListCollectionsOptions.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListCollectionsOptions\"},{\"id\":2500,\"kind\":1024,\"name\":\"enableUtf8Validation\",\"url\":\"interfaces/ListCollectionsOptions.html#enableUtf8Validation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListCollectionsOptions\"},{\"id\":2501,\"kind\":1024,\"name\":\"writeConcern\",\"url\":\"interfaces/ListCollectionsOptions.html#writeConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListCollectionsOptions\"},{\"id\":2502,\"kind\":1024,\"name\":\"explain\",\"url\":\"interfaces/ListCollectionsOptions.html#explain\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListCollectionsOptions\"},{\"id\":2503,\"kind\":256,\"name\":\"ListDatabasesOptions\",\"url\":\"interfaces/ListDatabasesOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2504,\"kind\":1024,\"name\":\"filter\",\"url\":\"interfaces/ListDatabasesOptions.html#filter\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ListDatabasesOptions\"},{\"id\":2505,\"kind\":1024,\"name\":\"nameOnly\",\"url\":\"interfaces/ListDatabasesOptions.html#nameOnly\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ListDatabasesOptions\"},{\"id\":2506,\"kind\":1024,\"name\":\"authorizedDatabases\",\"url\":\"interfaces/ListDatabasesOptions.html#authorizedDatabases\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ListDatabasesOptions\"},{\"id\":2507,\"kind\":1024,\"name\":\"fullResponse\",\"url\":\"interfaces/ListDatabasesOptions.html#fullResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListDatabasesOptions\"},{\"id\":2508,\"kind\":1024,\"name\":\"readConcern\",\"url\":\"interfaces/ListDatabasesOptions.html#readConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListDatabasesOptions\"},{\"id\":2509,\"kind\":1024,\"name\":\"collation\",\"url\":\"interfaces/ListDatabasesOptions.html#collation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListDatabasesOptions\"},{\"id\":2510,\"kind\":1024,\"name\":\"maxTimeMS\",\"url\":\"interfaces/ListDatabasesOptions.html#maxTimeMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListDatabasesOptions\"},{\"id\":2511,\"kind\":1024,\"name\":\"comment\",\"url\":\"interfaces/ListDatabasesOptions.html#comment\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListDatabasesOptions\"},{\"id\":2512,\"kind\":1024,\"name\":\"retryWrites\",\"url\":\"interfaces/ListDatabasesOptions.html#retryWrites\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListDatabasesOptions\"},{\"id\":2513,\"kind\":1024,\"name\":\"dbName\",\"url\":\"interfaces/ListDatabasesOptions.html#dbName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListDatabasesOptions\"},{\"id\":2514,\"kind\":1024,\"name\":\"authdb\",\"url\":\"interfaces/ListDatabasesOptions.html#authdb\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListDatabasesOptions\"},{\"id\":2515,\"kind\":1024,\"name\":\"noResponse\",\"url\":\"interfaces/ListDatabasesOptions.html#noResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListDatabasesOptions\"},{\"id\":2516,\"kind\":1024,\"name\":\"session\",\"url\":\"interfaces/ListDatabasesOptions.html#session\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListDatabasesOptions\"},{\"id\":2517,\"kind\":1024,\"name\":\"willRetryWrite\",\"url\":\"interfaces/ListDatabasesOptions.html#willRetryWrite\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListDatabasesOptions\"},{\"id\":2518,\"kind\":1024,\"name\":\"readPreference\",\"url\":\"interfaces/ListDatabasesOptions.html#readPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListDatabasesOptions\"},{\"id\":2519,\"kind\":1024,\"name\":\"omitReadPreference\",\"url\":\"interfaces/ListDatabasesOptions.html#omitReadPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListDatabasesOptions\"},{\"id\":2520,\"kind\":1024,\"name\":\"raw\",\"url\":\"interfaces/ListDatabasesOptions.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListDatabasesOptions\"},{\"id\":2521,\"kind\":1024,\"name\":\"enableUtf8Validation\",\"url\":\"interfaces/ListDatabasesOptions.html#enableUtf8Validation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListDatabasesOptions\"},{\"id\":2522,\"kind\":1024,\"name\":\"writeConcern\",\"url\":\"interfaces/ListDatabasesOptions.html#writeConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListDatabasesOptions\"},{\"id\":2523,\"kind\":1024,\"name\":\"explain\",\"url\":\"interfaces/ListDatabasesOptions.html#explain\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListDatabasesOptions\"},{\"id\":2524,\"kind\":256,\"name\":\"ListDatabasesResult\",\"url\":\"interfaces/ListDatabasesResult.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2525,\"kind\":1024,\"name\":\"databases\",\"url\":\"interfaces/ListDatabasesResult.html#databases\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ListDatabasesResult\"},{\"id\":2526,\"kind\":1024,\"name\":\"totalSize\",\"url\":\"interfaces/ListDatabasesResult.html#totalSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ListDatabasesResult\"},{\"id\":2527,\"kind\":1024,\"name\":\"totalSizeMb\",\"url\":\"interfaces/ListDatabasesResult.html#totalSizeMb\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ListDatabasesResult\"},{\"id\":2528,\"kind\":1024,\"name\":\"ok\",\"url\":\"interfaces/ListDatabasesResult.html#ok\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ListDatabasesResult\"},{\"id\":2529,\"kind\":4194304,\"name\":\"FinalizeFunction\",\"url\":\"modules.html#FinalizeFunction\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":2530,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules.html#FinalizeFunction.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"FinalizeFunction\"},{\"id\":2531,\"kind\":4194304,\"name\":\"MapFunction\",\"url\":\"modules.html#MapFunction\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":2532,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules.html#MapFunction.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"MapFunction\"},{\"id\":2533,\"kind\":256,\"name\":\"MapReduceOptions\",\"url\":\"interfaces/MapReduceOptions.html\",\"classes\":\"tsd-kind-interface tsd-has-type-parameter\"},{\"id\":2534,\"kind\":1024,\"name\":\"out\",\"url\":\"interfaces/MapReduceOptions.html#out\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MapReduceOptions\"},{\"id\":2535,\"kind\":1024,\"name\":\"query\",\"url\":\"interfaces/MapReduceOptions.html#query\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MapReduceOptions\"},{\"id\":2536,\"kind\":1024,\"name\":\"sort\",\"url\":\"interfaces/MapReduceOptions.html#sort\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MapReduceOptions\"},{\"id\":2537,\"kind\":1024,\"name\":\"limit\",\"url\":\"interfaces/MapReduceOptions.html#limit\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MapReduceOptions\"},{\"id\":2538,\"kind\":1024,\"name\":\"keeptemp\",\"url\":\"interfaces/MapReduceOptions.html#keeptemp\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MapReduceOptions\"},{\"id\":2539,\"kind\":1024,\"name\":\"finalize\",\"url\":\"interfaces/MapReduceOptions.html#finalize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MapReduceOptions\"},{\"id\":2540,\"kind\":1024,\"name\":\"scope\",\"url\":\"interfaces/MapReduceOptions.html#scope\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MapReduceOptions\"},{\"id\":2541,\"kind\":1024,\"name\":\"jsMode\",\"url\":\"interfaces/MapReduceOptions.html#jsMode\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MapReduceOptions\"},{\"id\":2542,\"kind\":1024,\"name\":\"verbose\",\"url\":\"interfaces/MapReduceOptions.html#verbose\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MapReduceOptions\"},{\"id\":2543,\"kind\":1024,\"name\":\"bypassDocumentValidation\",\"url\":\"interfaces/MapReduceOptions.html#bypassDocumentValidation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MapReduceOptions\"},{\"id\":2544,\"kind\":1024,\"name\":\"fullResponse\",\"url\":\"interfaces/MapReduceOptions.html#fullResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MapReduceOptions\"},{\"id\":2545,\"kind\":1024,\"name\":\"readConcern\",\"url\":\"interfaces/MapReduceOptions.html#readConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MapReduceOptions\"},{\"id\":2546,\"kind\":1024,\"name\":\"collation\",\"url\":\"interfaces/MapReduceOptions.html#collation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MapReduceOptions\"},{\"id\":2547,\"kind\":1024,\"name\":\"maxTimeMS\",\"url\":\"interfaces/MapReduceOptions.html#maxTimeMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MapReduceOptions\"},{\"id\":2548,\"kind\":1024,\"name\":\"comment\",\"url\":\"interfaces/MapReduceOptions.html#comment\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MapReduceOptions\"},{\"id\":2549,\"kind\":1024,\"name\":\"retryWrites\",\"url\":\"interfaces/MapReduceOptions.html#retryWrites\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MapReduceOptions\"},{\"id\":2550,\"kind\":1024,\"name\":\"dbName\",\"url\":\"interfaces/MapReduceOptions.html#dbName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MapReduceOptions\"},{\"id\":2551,\"kind\":1024,\"name\":\"authdb\",\"url\":\"interfaces/MapReduceOptions.html#authdb\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MapReduceOptions\"},{\"id\":2552,\"kind\":1024,\"name\":\"noResponse\",\"url\":\"interfaces/MapReduceOptions.html#noResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MapReduceOptions\"},{\"id\":2553,\"kind\":1024,\"name\":\"session\",\"url\":\"interfaces/MapReduceOptions.html#session\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MapReduceOptions\"},{\"id\":2554,\"kind\":1024,\"name\":\"willRetryWrite\",\"url\":\"interfaces/MapReduceOptions.html#willRetryWrite\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MapReduceOptions\"},{\"id\":2555,\"kind\":1024,\"name\":\"readPreference\",\"url\":\"interfaces/MapReduceOptions.html#readPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MapReduceOptions\"},{\"id\":2556,\"kind\":1024,\"name\":\"omitReadPreference\",\"url\":\"interfaces/MapReduceOptions.html#omitReadPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MapReduceOptions\"},{\"id\":2557,\"kind\":1024,\"name\":\"raw\",\"url\":\"interfaces/MapReduceOptions.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MapReduceOptions\"},{\"id\":2558,\"kind\":1024,\"name\":\"enableUtf8Validation\",\"url\":\"interfaces/MapReduceOptions.html#enableUtf8Validation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MapReduceOptions\"},{\"id\":2559,\"kind\":1024,\"name\":\"writeConcern\",\"url\":\"interfaces/MapReduceOptions.html#writeConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MapReduceOptions\"},{\"id\":2560,\"kind\":1024,\"name\":\"explain\",\"url\":\"interfaces/MapReduceOptions.html#explain\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MapReduceOptions\"},{\"id\":2561,\"kind\":4194304,\"name\":\"ReduceFunction\",\"url\":\"modules.html#ReduceFunction\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":2562,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules.html#ReduceFunction.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"ReduceFunction\"},{\"id\":2563,\"kind\":4194304,\"name\":\"Hint\",\"url\":\"modules.html#Hint\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":2564,\"kind\":256,\"name\":\"OperationOptions\",\"url\":\"interfaces/OperationOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2565,\"kind\":1024,\"name\":\"session\",\"url\":\"interfaces/OperationOptions.html#session\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OperationOptions\"},{\"id\":2566,\"kind\":1024,\"name\":\"willRetryWrite\",\"url\":\"interfaces/OperationOptions.html#willRetryWrite\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OperationOptions\"},{\"id\":2567,\"kind\":1024,\"name\":\"readPreference\",\"url\":\"interfaces/OperationOptions.html#readPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OperationOptions\"},{\"id\":2568,\"kind\":1024,\"name\":\"omitReadPreference\",\"url\":\"interfaces/OperationOptions.html#omitReadPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OperationOptions\"},{\"id\":2569,\"kind\":1024,\"name\":\"raw\",\"url\":\"interfaces/OperationOptions.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"OperationOptions\"},{\"id\":2570,\"kind\":1024,\"name\":\"enableUtf8Validation\",\"url\":\"interfaces/OperationOptions.html#enableUtf8Validation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"OperationOptions\"},{\"id\":2571,\"kind\":4194304,\"name\":\"ProfilingLevelOptions\",\"url\":\"modules.html#ProfilingLevelOptions\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":2572,\"kind\":4194304,\"name\":\"RemoveUserOptions\",\"url\":\"modules.html#RemoveUserOptions\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":2573,\"kind\":256,\"name\":\"RenameOptions\",\"url\":\"interfaces/RenameOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2574,\"kind\":1024,\"name\":\"dropTarget\",\"url\":\"interfaces/RenameOptions.html#dropTarget\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RenameOptions\"},{\"id\":2575,\"kind\":1024,\"name\":\"new_collection\",\"url\":\"interfaces/RenameOptions.html#new_collection\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RenameOptions\"},{\"id\":2576,\"kind\":1024,\"name\":\"fullResponse\",\"url\":\"interfaces/RenameOptions.html#fullResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"RenameOptions\"},{\"id\":2577,\"kind\":1024,\"name\":\"readConcern\",\"url\":\"interfaces/RenameOptions.html#readConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"RenameOptions\"},{\"id\":2578,\"kind\":1024,\"name\":\"collation\",\"url\":\"interfaces/RenameOptions.html#collation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"RenameOptions\"},{\"id\":2579,\"kind\":1024,\"name\":\"maxTimeMS\",\"url\":\"interfaces/RenameOptions.html#maxTimeMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"RenameOptions\"},{\"id\":2580,\"kind\":1024,\"name\":\"comment\",\"url\":\"interfaces/RenameOptions.html#comment\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"RenameOptions\"},{\"id\":2581,\"kind\":1024,\"name\":\"retryWrites\",\"url\":\"interfaces/RenameOptions.html#retryWrites\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"RenameOptions\"},{\"id\":2582,\"kind\":1024,\"name\":\"dbName\",\"url\":\"interfaces/RenameOptions.html#dbName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"RenameOptions\"},{\"id\":2583,\"kind\":1024,\"name\":\"authdb\",\"url\":\"interfaces/RenameOptions.html#authdb\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"RenameOptions\"},{\"id\":2584,\"kind\":1024,\"name\":\"noResponse\",\"url\":\"interfaces/RenameOptions.html#noResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"RenameOptions\"},{\"id\":2585,\"kind\":1024,\"name\":\"session\",\"url\":\"interfaces/RenameOptions.html#session\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"RenameOptions\"},{\"id\":2586,\"kind\":1024,\"name\":\"willRetryWrite\",\"url\":\"interfaces/RenameOptions.html#willRetryWrite\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"RenameOptions\"},{\"id\":2587,\"kind\":1024,\"name\":\"readPreference\",\"url\":\"interfaces/RenameOptions.html#readPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"RenameOptions\"},{\"id\":2588,\"kind\":1024,\"name\":\"omitReadPreference\",\"url\":\"interfaces/RenameOptions.html#omitReadPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"RenameOptions\"},{\"id\":2589,\"kind\":1024,\"name\":\"raw\",\"url\":\"interfaces/RenameOptions.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"RenameOptions\"},{\"id\":2590,\"kind\":1024,\"name\":\"enableUtf8Validation\",\"url\":\"interfaces/RenameOptions.html#enableUtf8Validation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"RenameOptions\"},{\"id\":2591,\"kind\":1024,\"name\":\"writeConcern\",\"url\":\"interfaces/RenameOptions.html#writeConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"RenameOptions\"},{\"id\":2592,\"kind\":1024,\"name\":\"explain\",\"url\":\"interfaces/RenameOptions.html#explain\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"RenameOptions\"},{\"id\":2593,\"kind\":4194304,\"name\":\"RunCommandOptions\",\"url\":\"modules.html#RunCommandOptions\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":2594,\"kind\":4194304,\"name\":\"SetProfilingLevelOptions\",\"url\":\"modules.html#SetProfilingLevelOptions\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":2595,\"kind\":256,\"name\":\"CollStats\",\"url\":\"interfaces/CollStats.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2596,\"kind\":1024,\"name\":\"ns\",\"url\":\"interfaces/CollStats.html#ns\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CollStats\"},{\"id\":2597,\"kind\":1024,\"name\":\"count\",\"url\":\"interfaces/CollStats.html#count\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CollStats\"},{\"id\":2598,\"kind\":1024,\"name\":\"size\",\"url\":\"interfaces/CollStats.html#size\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CollStats\"},{\"id\":2599,\"kind\":1024,\"name\":\"avgObjSize\",\"url\":\"interfaces/CollStats.html#avgObjSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CollStats\"},{\"id\":2600,\"kind\":1024,\"name\":\"storageSize\",\"url\":\"interfaces/CollStats.html#storageSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CollStats\"},{\"id\":2601,\"kind\":1024,\"name\":\"numExtents\",\"url\":\"interfaces/CollStats.html#numExtents\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CollStats\"},{\"id\":2602,\"kind\":1024,\"name\":\"nindexes\",\"url\":\"interfaces/CollStats.html#nindexes\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CollStats\"},{\"id\":2603,\"kind\":1024,\"name\":\"lastExtentSize\",\"url\":\"interfaces/CollStats.html#lastExtentSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CollStats\"},{\"id\":2604,\"kind\":1024,\"name\":\"paddingFactor\",\"url\":\"interfaces/CollStats.html#paddingFactor\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CollStats\"},{\"id\":2605,\"kind\":1024,\"name\":\"userFlags\",\"url\":\"interfaces/CollStats.html#userFlags\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CollStats\"},{\"id\":2606,\"kind\":1024,\"name\":\"totalIndexSize\",\"url\":\"interfaces/CollStats.html#totalIndexSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CollStats\"},{\"id\":2607,\"kind\":1024,\"name\":\"indexSizes\",\"url\":\"interfaces/CollStats.html#indexSizes\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CollStats\"},{\"id\":2608,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/CollStats.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"CollStats\"},{\"id\":2609,\"kind\":1024,\"name\":\"_id_\",\"url\":\"interfaces/CollStats.html#__type._id_\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"CollStats.__type\"},{\"id\":2610,\"kind\":1024,\"name\":\"capped\",\"url\":\"interfaces/CollStats.html#capped\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CollStats\"},{\"id\":2611,\"kind\":1024,\"name\":\"max\",\"url\":\"interfaces/CollStats.html#max\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CollStats\"},{\"id\":2612,\"kind\":1024,\"name\":\"maxSize\",\"url\":\"interfaces/CollStats.html#maxSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CollStats\"},{\"id\":2613,\"kind\":1024,\"name\":\"wiredTiger\",\"url\":\"interfaces/CollStats.html#wiredTiger\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CollStats\"},{\"id\":2614,\"kind\":1024,\"name\":\"indexDetails\",\"url\":\"interfaces/CollStats.html#indexDetails\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CollStats\"},{\"id\":2615,\"kind\":1024,\"name\":\"ok\",\"url\":\"interfaces/CollStats.html#ok\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CollStats\"},{\"id\":2616,\"kind\":1024,\"name\":\"freeStorageSize\",\"url\":\"interfaces/CollStats.html#freeStorageSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CollStats\"},{\"id\":2617,\"kind\":1024,\"name\":\"indexBuilds\",\"url\":\"interfaces/CollStats.html#indexBuilds\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CollStats\"},{\"id\":2618,\"kind\":1024,\"name\":\"totalSize\",\"url\":\"interfaces/CollStats.html#totalSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CollStats\"},{\"id\":2619,\"kind\":1024,\"name\":\"scaleFactor\",\"url\":\"interfaces/CollStats.html#scaleFactor\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CollStats\"},{\"id\":2620,\"kind\":256,\"name\":\"CollStatsOptions\",\"url\":\"interfaces/CollStatsOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2621,\"kind\":1024,\"name\":\"scale\",\"url\":\"interfaces/CollStatsOptions.html#scale\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CollStatsOptions\"},{\"id\":2622,\"kind\":1024,\"name\":\"fullResponse\",\"url\":\"interfaces/CollStatsOptions.html#fullResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CollStatsOptions\"},{\"id\":2623,\"kind\":1024,\"name\":\"readConcern\",\"url\":\"interfaces/CollStatsOptions.html#readConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CollStatsOptions\"},{\"id\":2624,\"kind\":1024,\"name\":\"collation\",\"url\":\"interfaces/CollStatsOptions.html#collation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CollStatsOptions\"},{\"id\":2625,\"kind\":1024,\"name\":\"maxTimeMS\",\"url\":\"interfaces/CollStatsOptions.html#maxTimeMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CollStatsOptions\"},{\"id\":2626,\"kind\":1024,\"name\":\"comment\",\"url\":\"interfaces/CollStatsOptions.html#comment\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CollStatsOptions\"},{\"id\":2627,\"kind\":1024,\"name\":\"retryWrites\",\"url\":\"interfaces/CollStatsOptions.html#retryWrites\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CollStatsOptions\"},{\"id\":2628,\"kind\":1024,\"name\":\"dbName\",\"url\":\"interfaces/CollStatsOptions.html#dbName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CollStatsOptions\"},{\"id\":2629,\"kind\":1024,\"name\":\"authdb\",\"url\":\"interfaces/CollStatsOptions.html#authdb\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CollStatsOptions\"},{\"id\":2630,\"kind\":1024,\"name\":\"noResponse\",\"url\":\"interfaces/CollStatsOptions.html#noResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CollStatsOptions\"},{\"id\":2631,\"kind\":1024,\"name\":\"session\",\"url\":\"interfaces/CollStatsOptions.html#session\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CollStatsOptions\"},{\"id\":2632,\"kind\":1024,\"name\":\"willRetryWrite\",\"url\":\"interfaces/CollStatsOptions.html#willRetryWrite\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CollStatsOptions\"},{\"id\":2633,\"kind\":1024,\"name\":\"readPreference\",\"url\":\"interfaces/CollStatsOptions.html#readPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CollStatsOptions\"},{\"id\":2634,\"kind\":1024,\"name\":\"omitReadPreference\",\"url\":\"interfaces/CollStatsOptions.html#omitReadPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CollStatsOptions\"},{\"id\":2635,\"kind\":1024,\"name\":\"raw\",\"url\":\"interfaces/CollStatsOptions.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CollStatsOptions\"},{\"id\":2636,\"kind\":1024,\"name\":\"enableUtf8Validation\",\"url\":\"interfaces/CollStatsOptions.html#enableUtf8Validation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CollStatsOptions\"},{\"id\":2637,\"kind\":1024,\"name\":\"writeConcern\",\"url\":\"interfaces/CollStatsOptions.html#writeConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CollStatsOptions\"},{\"id\":2638,\"kind\":1024,\"name\":\"explain\",\"url\":\"interfaces/CollStatsOptions.html#explain\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CollStatsOptions\"},{\"id\":2639,\"kind\":256,\"name\":\"DbStatsOptions\",\"url\":\"interfaces/DbStatsOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2640,\"kind\":1024,\"name\":\"scale\",\"url\":\"interfaces/DbStatsOptions.html#scale\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DbStatsOptions\"},{\"id\":2641,\"kind\":1024,\"name\":\"fullResponse\",\"url\":\"interfaces/DbStatsOptions.html#fullResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DbStatsOptions\"},{\"id\":2642,\"kind\":1024,\"name\":\"readConcern\",\"url\":\"interfaces/DbStatsOptions.html#readConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DbStatsOptions\"},{\"id\":2643,\"kind\":1024,\"name\":\"collation\",\"url\":\"interfaces/DbStatsOptions.html#collation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DbStatsOptions\"},{\"id\":2644,\"kind\":1024,\"name\":\"maxTimeMS\",\"url\":\"interfaces/DbStatsOptions.html#maxTimeMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DbStatsOptions\"},{\"id\":2645,\"kind\":1024,\"name\":\"comment\",\"url\":\"interfaces/DbStatsOptions.html#comment\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DbStatsOptions\"},{\"id\":2646,\"kind\":1024,\"name\":\"retryWrites\",\"url\":\"interfaces/DbStatsOptions.html#retryWrites\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DbStatsOptions\"},{\"id\":2647,\"kind\":1024,\"name\":\"dbName\",\"url\":\"interfaces/DbStatsOptions.html#dbName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DbStatsOptions\"},{\"id\":2648,\"kind\":1024,\"name\":\"authdb\",\"url\":\"interfaces/DbStatsOptions.html#authdb\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DbStatsOptions\"},{\"id\":2649,\"kind\":1024,\"name\":\"noResponse\",\"url\":\"interfaces/DbStatsOptions.html#noResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DbStatsOptions\"},{\"id\":2650,\"kind\":1024,\"name\":\"session\",\"url\":\"interfaces/DbStatsOptions.html#session\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DbStatsOptions\"},{\"id\":2651,\"kind\":1024,\"name\":\"willRetryWrite\",\"url\":\"interfaces/DbStatsOptions.html#willRetryWrite\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DbStatsOptions\"},{\"id\":2652,\"kind\":1024,\"name\":\"readPreference\",\"url\":\"interfaces/DbStatsOptions.html#readPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DbStatsOptions\"},{\"id\":2653,\"kind\":1024,\"name\":\"omitReadPreference\",\"url\":\"interfaces/DbStatsOptions.html#omitReadPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DbStatsOptions\"},{\"id\":2654,\"kind\":1024,\"name\":\"raw\",\"url\":\"interfaces/DbStatsOptions.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DbStatsOptions\"},{\"id\":2655,\"kind\":1024,\"name\":\"enableUtf8Validation\",\"url\":\"interfaces/DbStatsOptions.html#enableUtf8Validation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DbStatsOptions\"},{\"id\":2656,\"kind\":1024,\"name\":\"writeConcern\",\"url\":\"interfaces/DbStatsOptions.html#writeConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DbStatsOptions\"},{\"id\":2657,\"kind\":1024,\"name\":\"explain\",\"url\":\"interfaces/DbStatsOptions.html#explain\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DbStatsOptions\"},{\"id\":2658,\"kind\":256,\"name\":\"WiredTigerData\",\"url\":\"interfaces/WiredTigerData.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2659,\"kind\":1024,\"name\":\"LSM\",\"url\":\"interfaces/WiredTigerData.html#LSM\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"WiredTigerData\"},{\"id\":2660,\"kind\":1024,\"name\":\"block-manager\",\"url\":\"interfaces/WiredTigerData.html#block_manager\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"WiredTigerData\"},{\"id\":2661,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/WiredTigerData.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"WiredTigerData\"},{\"id\":2662,\"kind\":1024,\"name\":\"allocations requiring file extension\",\"url\":\"interfaces/WiredTigerData.html#__type.allocations_requiring_file_extension\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"WiredTigerData.__type\"},{\"id\":2663,\"kind\":1024,\"name\":\"blocks allocated\",\"url\":\"interfaces/WiredTigerData.html#__type.blocks_allocated\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"WiredTigerData.__type\"},{\"id\":2664,\"kind\":1024,\"name\":\"blocks freed\",\"url\":\"interfaces/WiredTigerData.html#__type.blocks_freed\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"WiredTigerData.__type\"},{\"id\":2665,\"kind\":1024,\"name\":\"checkpoint size\",\"url\":\"interfaces/WiredTigerData.html#__type.checkpoint_size\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"WiredTigerData.__type\"},{\"id\":2666,\"kind\":1024,\"name\":\"file allocation unit size\",\"url\":\"interfaces/WiredTigerData.html#__type.file_allocation_unit_size\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"WiredTigerData.__type\"},{\"id\":2667,\"kind\":1024,\"name\":\"file bytes available for reuse\",\"url\":\"interfaces/WiredTigerData.html#__type.file_bytes_available_for_reuse\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"WiredTigerData.__type\"},{\"id\":2668,\"kind\":1024,\"name\":\"file magic number\",\"url\":\"interfaces/WiredTigerData.html#__type.file_magic_number\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"WiredTigerData.__type\"},{\"id\":2669,\"kind\":1024,\"name\":\"file major version number\",\"url\":\"interfaces/WiredTigerData.html#__type.file_major_version_number\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"WiredTigerData.__type\"},{\"id\":2670,\"kind\":1024,\"name\":\"file size in bytes\",\"url\":\"interfaces/WiredTigerData.html#__type.file_size_in_bytes\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"WiredTigerData.__type\"},{\"id\":2671,\"kind\":1024,\"name\":\"minor version number\",\"url\":\"interfaces/WiredTigerData.html#__type.minor_version_number\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"WiredTigerData.__type\"},{\"id\":2672,\"kind\":1024,\"name\":\"btree\",\"url\":\"interfaces/WiredTigerData.html#btree\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"WiredTigerData\"},{\"id\":2673,\"kind\":1024,\"name\":\"cache\",\"url\":\"interfaces/WiredTigerData.html#cache\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"WiredTigerData\"},{\"id\":2674,\"kind\":1024,\"name\":\"cache_walk\",\"url\":\"interfaces/WiredTigerData.html#cache_walk\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"WiredTigerData\"},{\"id\":2675,\"kind\":1024,\"name\":\"compression\",\"url\":\"interfaces/WiredTigerData.html#compression\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"WiredTigerData\"},{\"id\":2676,\"kind\":1024,\"name\":\"cursor\",\"url\":\"interfaces/WiredTigerData.html#cursor\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"WiredTigerData\"},{\"id\":2677,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/WiredTigerData.html#__type-1\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"WiredTigerData\"},{\"id\":2678,\"kind\":1024,\"name\":\"bulk-loaded cursor-insert calls\",\"url\":\"interfaces/WiredTigerData.html#__type-1.bulk_loaded_cursor_insert_calls\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"WiredTigerData.__type\"},{\"id\":2679,\"kind\":1024,\"name\":\"create calls\",\"url\":\"interfaces/WiredTigerData.html#__type-1.create_calls\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"WiredTigerData.__type\"},{\"id\":2680,\"kind\":1024,\"name\":\"cursor-insert key and value bytes inserted\",\"url\":\"interfaces/WiredTigerData.html#__type-1.cursor_insert_key_and_value_bytes_inserted\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"WiredTigerData.__type\"},{\"id\":2681,\"kind\":1024,\"name\":\"cursor-remove key bytes removed\",\"url\":\"interfaces/WiredTigerData.html#__type-1.cursor_remove_key_bytes_removed\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"WiredTigerData.__type\"},{\"id\":2682,\"kind\":1024,\"name\":\"cursor-update value bytes updated\",\"url\":\"interfaces/WiredTigerData.html#__type-1.cursor_update_value_bytes_updated\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"WiredTigerData.__type\"},{\"id\":2683,\"kind\":1024,\"name\":\"insert calls\",\"url\":\"interfaces/WiredTigerData.html#__type-1.insert_calls\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"WiredTigerData.__type\"},{\"id\":2684,\"kind\":1024,\"name\":\"next calls\",\"url\":\"interfaces/WiredTigerData.html#__type-1.next_calls\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"WiredTigerData.__type\"},{\"id\":2685,\"kind\":1024,\"name\":\"prev calls\",\"url\":\"interfaces/WiredTigerData.html#__type-1.prev_calls\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"WiredTigerData.__type\"},{\"id\":2686,\"kind\":1024,\"name\":\"remove calls\",\"url\":\"interfaces/WiredTigerData.html#__type-1.remove_calls\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"WiredTigerData.__type\"},{\"id\":2687,\"kind\":1024,\"name\":\"reset calls\",\"url\":\"interfaces/WiredTigerData.html#__type-1.reset_calls\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"WiredTigerData.__type\"},{\"id\":2688,\"kind\":1024,\"name\":\"restarted searches\",\"url\":\"interfaces/WiredTigerData.html#__type-1.restarted_searches\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"WiredTigerData.__type\"},{\"id\":2689,\"kind\":1024,\"name\":\"search calls\",\"url\":\"interfaces/WiredTigerData.html#__type-1.search_calls\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"WiredTigerData.__type\"},{\"id\":2690,\"kind\":1024,\"name\":\"search near calls\",\"url\":\"interfaces/WiredTigerData.html#__type-1.search_near_calls\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"WiredTigerData.__type\"},{\"id\":2691,\"kind\":1024,\"name\":\"truncate calls\",\"url\":\"interfaces/WiredTigerData.html#__type-1.truncate_calls\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"WiredTigerData.__type\"},{\"id\":2692,\"kind\":1024,\"name\":\"update calls\",\"url\":\"interfaces/WiredTigerData.html#__type-1.update_calls\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"WiredTigerData.__type\"},{\"id\":2693,\"kind\":1024,\"name\":\"reconciliation\",\"url\":\"interfaces/WiredTigerData.html#reconciliation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"WiredTigerData\"},{\"id\":2694,\"kind\":256,\"name\":\"ReplaceOptions\",\"url\":\"interfaces/ReplaceOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2695,\"kind\":1024,\"name\":\"bypassDocumentValidation\",\"url\":\"interfaces/ReplaceOptions.html#bypassDocumentValidation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ReplaceOptions\"},{\"id\":2696,\"kind\":1024,\"name\":\"collation\",\"url\":\"interfaces/ReplaceOptions.html#collation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"ReplaceOptions\"},{\"id\":2697,\"kind\":1024,\"name\":\"hint\",\"url\":\"interfaces/ReplaceOptions.html#hint\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ReplaceOptions\"},{\"id\":2698,\"kind\":1024,\"name\":\"upsert\",\"url\":\"interfaces/ReplaceOptions.html#upsert\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ReplaceOptions\"},{\"id\":2699,\"kind\":1024,\"name\":\"let\",\"url\":\"interfaces/ReplaceOptions.html#let\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ReplaceOptions\"},{\"id\":2700,\"kind\":1024,\"name\":\"fullResponse\",\"url\":\"interfaces/ReplaceOptions.html#fullResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ReplaceOptions\"},{\"id\":2701,\"kind\":1024,\"name\":\"readConcern\",\"url\":\"interfaces/ReplaceOptions.html#readConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ReplaceOptions\"},{\"id\":2702,\"kind\":1024,\"name\":\"maxTimeMS\",\"url\":\"interfaces/ReplaceOptions.html#maxTimeMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ReplaceOptions\"},{\"id\":2703,\"kind\":1024,\"name\":\"comment\",\"url\":\"interfaces/ReplaceOptions.html#comment\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ReplaceOptions\"},{\"id\":2704,\"kind\":1024,\"name\":\"retryWrites\",\"url\":\"interfaces/ReplaceOptions.html#retryWrites\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ReplaceOptions\"},{\"id\":2705,\"kind\":1024,\"name\":\"dbName\",\"url\":\"interfaces/ReplaceOptions.html#dbName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ReplaceOptions\"},{\"id\":2706,\"kind\":1024,\"name\":\"authdb\",\"url\":\"interfaces/ReplaceOptions.html#authdb\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ReplaceOptions\"},{\"id\":2707,\"kind\":1024,\"name\":\"noResponse\",\"url\":\"interfaces/ReplaceOptions.html#noResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ReplaceOptions\"},{\"id\":2708,\"kind\":1024,\"name\":\"session\",\"url\":\"interfaces/ReplaceOptions.html#session\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ReplaceOptions\"},{\"id\":2709,\"kind\":1024,\"name\":\"willRetryWrite\",\"url\":\"interfaces/ReplaceOptions.html#willRetryWrite\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ReplaceOptions\"},{\"id\":2710,\"kind\":1024,\"name\":\"readPreference\",\"url\":\"interfaces/ReplaceOptions.html#readPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ReplaceOptions\"},{\"id\":2711,\"kind\":1024,\"name\":\"omitReadPreference\",\"url\":\"interfaces/ReplaceOptions.html#omitReadPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ReplaceOptions\"},{\"id\":2712,\"kind\":1024,\"name\":\"raw\",\"url\":\"interfaces/ReplaceOptions.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ReplaceOptions\"},{\"id\":2713,\"kind\":1024,\"name\":\"enableUtf8Validation\",\"url\":\"interfaces/ReplaceOptions.html#enableUtf8Validation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ReplaceOptions\"},{\"id\":2714,\"kind\":1024,\"name\":\"writeConcern\",\"url\":\"interfaces/ReplaceOptions.html#writeConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ReplaceOptions\"},{\"id\":2715,\"kind\":1024,\"name\":\"explain\",\"url\":\"interfaces/ReplaceOptions.html#explain\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ReplaceOptions\"},{\"id\":2716,\"kind\":256,\"name\":\"UpdateOptions\",\"url\":\"interfaces/UpdateOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2717,\"kind\":1024,\"name\":\"arrayFilters\",\"url\":\"interfaces/UpdateOptions.html#arrayFilters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"UpdateOptions\"},{\"id\":2718,\"kind\":1024,\"name\":\"bypassDocumentValidation\",\"url\":\"interfaces/UpdateOptions.html#bypassDocumentValidation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"UpdateOptions\"},{\"id\":2719,\"kind\":1024,\"name\":\"collation\",\"url\":\"interfaces/UpdateOptions.html#collation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"UpdateOptions\"},{\"id\":2720,\"kind\":1024,\"name\":\"hint\",\"url\":\"interfaces/UpdateOptions.html#hint\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"UpdateOptions\"},{\"id\":2721,\"kind\":1024,\"name\":\"upsert\",\"url\":\"interfaces/UpdateOptions.html#upsert\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"UpdateOptions\"},{\"id\":2722,\"kind\":1024,\"name\":\"let\",\"url\":\"interfaces/UpdateOptions.html#let\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"UpdateOptions\"},{\"id\":2723,\"kind\":1024,\"name\":\"fullResponse\",\"url\":\"interfaces/UpdateOptions.html#fullResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"UpdateOptions\"},{\"id\":2724,\"kind\":1024,\"name\":\"readConcern\",\"url\":\"interfaces/UpdateOptions.html#readConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"UpdateOptions\"},{\"id\":2725,\"kind\":1024,\"name\":\"maxTimeMS\",\"url\":\"interfaces/UpdateOptions.html#maxTimeMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"UpdateOptions\"},{\"id\":2726,\"kind\":1024,\"name\":\"comment\",\"url\":\"interfaces/UpdateOptions.html#comment\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"UpdateOptions\"},{\"id\":2727,\"kind\":1024,\"name\":\"retryWrites\",\"url\":\"interfaces/UpdateOptions.html#retryWrites\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"UpdateOptions\"},{\"id\":2728,\"kind\":1024,\"name\":\"dbName\",\"url\":\"interfaces/UpdateOptions.html#dbName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"UpdateOptions\"},{\"id\":2729,\"kind\":1024,\"name\":\"authdb\",\"url\":\"interfaces/UpdateOptions.html#authdb\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"UpdateOptions\"},{\"id\":2730,\"kind\":1024,\"name\":\"noResponse\",\"url\":\"interfaces/UpdateOptions.html#noResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"UpdateOptions\"},{\"id\":2731,\"kind\":1024,\"name\":\"session\",\"url\":\"interfaces/UpdateOptions.html#session\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"UpdateOptions\"},{\"id\":2732,\"kind\":1024,\"name\":\"willRetryWrite\",\"url\":\"interfaces/UpdateOptions.html#willRetryWrite\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"UpdateOptions\"},{\"id\":2733,\"kind\":1024,\"name\":\"readPreference\",\"url\":\"interfaces/UpdateOptions.html#readPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"UpdateOptions\"},{\"id\":2734,\"kind\":1024,\"name\":\"omitReadPreference\",\"url\":\"interfaces/UpdateOptions.html#omitReadPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"UpdateOptions\"},{\"id\":2735,\"kind\":1024,\"name\":\"raw\",\"url\":\"interfaces/UpdateOptions.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"UpdateOptions\"},{\"id\":2736,\"kind\":1024,\"name\":\"enableUtf8Validation\",\"url\":\"interfaces/UpdateOptions.html#enableUtf8Validation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"UpdateOptions\"},{\"id\":2737,\"kind\":1024,\"name\":\"writeConcern\",\"url\":\"interfaces/UpdateOptions.html#writeConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"UpdateOptions\"},{\"id\":2738,\"kind\":1024,\"name\":\"explain\",\"url\":\"interfaces/UpdateOptions.html#explain\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"UpdateOptions\"},{\"id\":2739,\"kind\":256,\"name\":\"UpdateResult\",\"url\":\"interfaces/UpdateResult.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2740,\"kind\":1024,\"name\":\"acknowledged\",\"url\":\"interfaces/UpdateResult.html#acknowledged\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"UpdateResult\"},{\"id\":2741,\"kind\":1024,\"name\":\"matchedCount\",\"url\":\"interfaces/UpdateResult.html#matchedCount\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"UpdateResult\"},{\"id\":2742,\"kind\":1024,\"name\":\"modifiedCount\",\"url\":\"interfaces/UpdateResult.html#modifiedCount\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"UpdateResult\"},{\"id\":2743,\"kind\":1024,\"name\":\"upsertedCount\",\"url\":\"interfaces/UpdateResult.html#upsertedCount\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"UpdateResult\"},{\"id\":2744,\"kind\":1024,\"name\":\"upsertedId\",\"url\":\"interfaces/UpdateResult.html#upsertedId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"UpdateResult\"},{\"id\":2745,\"kind\":256,\"name\":\"UpdateStatement\",\"url\":\"interfaces/UpdateStatement.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2746,\"kind\":1024,\"name\":\"q\",\"url\":\"interfaces/UpdateStatement.html#q\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"UpdateStatement\"},{\"id\":2747,\"kind\":1024,\"name\":\"u\",\"url\":\"interfaces/UpdateStatement.html#u\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"UpdateStatement\"},{\"id\":2748,\"kind\":1024,\"name\":\"upsert\",\"url\":\"interfaces/UpdateStatement.html#upsert\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"UpdateStatement\"},{\"id\":2749,\"kind\":1024,\"name\":\"multi\",\"url\":\"interfaces/UpdateStatement.html#multi\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"UpdateStatement\"},{\"id\":2750,\"kind\":1024,\"name\":\"collation\",\"url\":\"interfaces/UpdateStatement.html#collation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"UpdateStatement\"},{\"id\":2751,\"kind\":1024,\"name\":\"arrayFilters\",\"url\":\"interfaces/UpdateStatement.html#arrayFilters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"UpdateStatement\"},{\"id\":2752,\"kind\":1024,\"name\":\"hint\",\"url\":\"interfaces/UpdateStatement.html#hint\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"UpdateStatement\"},{\"id\":2753,\"kind\":256,\"name\":\"ValidateCollectionOptions\",\"url\":\"interfaces/ValidateCollectionOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2754,\"kind\":1024,\"name\":\"background\",\"url\":\"interfaces/ValidateCollectionOptions.html#background\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ValidateCollectionOptions\"},{\"id\":2755,\"kind\":1024,\"name\":\"fullResponse\",\"url\":\"interfaces/ValidateCollectionOptions.html#fullResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ValidateCollectionOptions\"},{\"id\":2756,\"kind\":1024,\"name\":\"readConcern\",\"url\":\"interfaces/ValidateCollectionOptions.html#readConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ValidateCollectionOptions\"},{\"id\":2757,\"kind\":1024,\"name\":\"collation\",\"url\":\"interfaces/ValidateCollectionOptions.html#collation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ValidateCollectionOptions\"},{\"id\":2758,\"kind\":1024,\"name\":\"maxTimeMS\",\"url\":\"interfaces/ValidateCollectionOptions.html#maxTimeMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ValidateCollectionOptions\"},{\"id\":2759,\"kind\":1024,\"name\":\"comment\",\"url\":\"interfaces/ValidateCollectionOptions.html#comment\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ValidateCollectionOptions\"},{\"id\":2760,\"kind\":1024,\"name\":\"retryWrites\",\"url\":\"interfaces/ValidateCollectionOptions.html#retryWrites\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ValidateCollectionOptions\"},{\"id\":2761,\"kind\":1024,\"name\":\"dbName\",\"url\":\"interfaces/ValidateCollectionOptions.html#dbName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ValidateCollectionOptions\"},{\"id\":2762,\"kind\":1024,\"name\":\"authdb\",\"url\":\"interfaces/ValidateCollectionOptions.html#authdb\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ValidateCollectionOptions\"},{\"id\":2763,\"kind\":1024,\"name\":\"noResponse\",\"url\":\"interfaces/ValidateCollectionOptions.html#noResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ValidateCollectionOptions\"},{\"id\":2764,\"kind\":1024,\"name\":\"session\",\"url\":\"interfaces/ValidateCollectionOptions.html#session\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ValidateCollectionOptions\"},{\"id\":2765,\"kind\":1024,\"name\":\"willRetryWrite\",\"url\":\"interfaces/ValidateCollectionOptions.html#willRetryWrite\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ValidateCollectionOptions\"},{\"id\":2766,\"kind\":1024,\"name\":\"readPreference\",\"url\":\"interfaces/ValidateCollectionOptions.html#readPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ValidateCollectionOptions\"},{\"id\":2767,\"kind\":1024,\"name\":\"omitReadPreference\",\"url\":\"interfaces/ValidateCollectionOptions.html#omitReadPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ValidateCollectionOptions\"},{\"id\":2768,\"kind\":1024,\"name\":\"raw\",\"url\":\"interfaces/ValidateCollectionOptions.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ValidateCollectionOptions\"},{\"id\":2769,\"kind\":1024,\"name\":\"enableUtf8Validation\",\"url\":\"interfaces/ValidateCollectionOptions.html#enableUtf8Validation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ValidateCollectionOptions\"},{\"id\":2770,\"kind\":1024,\"name\":\"writeConcern\",\"url\":\"interfaces/ValidateCollectionOptions.html#writeConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ValidateCollectionOptions\"},{\"id\":2771,\"kind\":1024,\"name\":\"explain\",\"url\":\"interfaces/ValidateCollectionOptions.html#explain\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ValidateCollectionOptions\"},{\"id\":2772,\"kind\":4194304,\"name\":\"ReadConcernLike\",\"url\":\"modules.html#ReadConcernLike\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":2773,\"kind\":256,\"name\":\"HedgeOptions\",\"url\":\"interfaces/HedgeOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2774,\"kind\":1024,\"name\":\"enabled\",\"url\":\"interfaces/HedgeOptions.html#enabled\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"HedgeOptions\"},{\"id\":2775,\"kind\":256,\"name\":\"ReadPreferenceFromOptions\",\"url\":\"interfaces/ReadPreferenceFromOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2776,\"kind\":1024,\"name\":\"session\",\"url\":\"interfaces/ReadPreferenceFromOptions.html#session\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ReadPreferenceFromOptions\"},{\"id\":2777,\"kind\":1024,\"name\":\"readPreferenceTags\",\"url\":\"interfaces/ReadPreferenceFromOptions.html#readPreferenceTags\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ReadPreferenceFromOptions\"},{\"id\":2778,\"kind\":1024,\"name\":\"hedge\",\"url\":\"interfaces/ReadPreferenceFromOptions.html#hedge\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"ReadPreferenceFromOptions\"},{\"id\":2779,\"kind\":1024,\"name\":\"readPreference\",\"url\":\"interfaces/ReadPreferenceFromOptions.html#readPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ReadPreferenceFromOptions\"},{\"id\":2780,\"kind\":1024,\"name\":\"maxStalenessSeconds\",\"url\":\"interfaces/ReadPreferenceFromOptions.html#maxStalenessSeconds\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ReadPreferenceFromOptions\"},{\"id\":2781,\"kind\":4194304,\"name\":\"ReadPreferenceLike\",\"url\":\"modules.html#ReadPreferenceLike\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":2782,\"kind\":256,\"name\":\"ReadPreferenceLikeOptions\",\"url\":\"interfaces/ReadPreferenceLikeOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2783,\"kind\":1024,\"name\":\"readPreference\",\"url\":\"interfaces/ReadPreferenceLikeOptions.html#readPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ReadPreferenceLikeOptions\"},{\"id\":2784,\"kind\":1024,\"name\":\"maxStalenessSeconds\",\"url\":\"interfaces/ReadPreferenceLikeOptions.html#maxStalenessSeconds\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ReadPreferenceLikeOptions\"},{\"id\":2785,\"kind\":1024,\"name\":\"hedge\",\"url\":\"interfaces/ReadPreferenceLikeOptions.html#hedge\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ReadPreferenceLikeOptions\"},{\"id\":2786,\"kind\":256,\"name\":\"ReadPreferenceOptions\",\"url\":\"interfaces/ReadPreferenceOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2787,\"kind\":1024,\"name\":\"maxStalenessSeconds\",\"url\":\"interfaces/ReadPreferenceOptions.html#maxStalenessSeconds\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ReadPreferenceOptions\"},{\"id\":2788,\"kind\":1024,\"name\":\"hedge\",\"url\":\"interfaces/ReadPreferenceOptions.html#hedge\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ReadPreferenceOptions\"},{\"id\":2789,\"kind\":256,\"name\":\"ClusterTime\",\"url\":\"interfaces/ClusterTime.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2790,\"kind\":1024,\"name\":\"clusterTime\",\"url\":\"interfaces/ClusterTime.html#clusterTime\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ClusterTime\"},{\"id\":2791,\"kind\":1024,\"name\":\"signature\",\"url\":\"interfaces/ClusterTime.html#signature\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ClusterTime\"},{\"id\":2792,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/ClusterTime.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"ClusterTime\"},{\"id\":2793,\"kind\":1024,\"name\":\"hash\",\"url\":\"interfaces/ClusterTime.html#__type.hash\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ClusterTime.__type\"},{\"id\":2794,\"kind\":1024,\"name\":\"keyId\",\"url\":\"interfaces/ClusterTime.html#__type.keyId\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ClusterTime.__type\"},{\"id\":2795,\"kind\":4194304,\"name\":\"MonitorEvents\",\"url\":\"modules.html#MonitorEvents\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":2796,\"kind\":256,\"name\":\"MonitorOptions\",\"url\":\"interfaces/MonitorOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2797,\"kind\":1024,\"name\":\"connectTimeoutMS\",\"url\":\"interfaces/MonitorOptions.html#connectTimeoutMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"MonitorOptions\"},{\"id\":2798,\"kind\":1024,\"name\":\"heartbeatFrequencyMS\",\"url\":\"interfaces/MonitorOptions.html#heartbeatFrequencyMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MonitorOptions\"},{\"id\":2799,\"kind\":1024,\"name\":\"minHeartbeatFrequencyMS\",\"url\":\"interfaces/MonitorOptions.html#minHeartbeatFrequencyMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MonitorOptions\"},{\"id\":2800,\"kind\":1024,\"name\":\"credentials\",\"url\":\"interfaces/MonitorOptions.html#credentials\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MonitorOptions\"},{\"id\":2801,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/MonitorOptions.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"MonitorOptions\"},{\"id\":2802,\"kind\":1024,\"name\":\"loadBalanced\",\"url\":\"interfaces/MonitorOptions.html#loadBalanced\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MonitorOptions\"},{\"id\":2803,\"kind\":1024,\"name\":\"serverApi\",\"url\":\"interfaces/MonitorOptions.html#serverApi\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MonitorOptions\"},{\"id\":2804,\"kind\":1024,\"name\":\"autoEncrypter\",\"url\":\"interfaces/MonitorOptions.html#autoEncrypter\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MonitorOptions\"},{\"id\":2805,\"kind\":1024,\"name\":\"monitorCommands\",\"url\":\"interfaces/MonitorOptions.html#monitorCommands\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MonitorOptions\"},{\"id\":2806,\"kind\":1024,\"name\":\"tls\",\"url\":\"interfaces/MonitorOptions.html#tls\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MonitorOptions\"},{\"id\":2807,\"kind\":1024,\"name\":\"keepAlive\",\"url\":\"interfaces/MonitorOptions.html#keepAlive\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MonitorOptions\"},{\"id\":2808,\"kind\":1024,\"name\":\"keepAliveInitialDelay\",\"url\":\"interfaces/MonitorOptions.html#keepAliveInitialDelay\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MonitorOptions\"},{\"id\":2809,\"kind\":1024,\"name\":\"noDelay\",\"url\":\"interfaces/MonitorOptions.html#noDelay\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MonitorOptions\"},{\"id\":2810,\"kind\":1024,\"name\":\"socketTimeoutMS\",\"url\":\"interfaces/MonitorOptions.html#socketTimeoutMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MonitorOptions\"},{\"id\":2811,\"kind\":1024,\"name\":\"cancellationToken\",\"url\":\"interfaces/MonitorOptions.html#cancellationToken\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MonitorOptions\"},{\"id\":2812,\"kind\":1024,\"name\":\"metadata\",\"url\":\"interfaces/MonitorOptions.html#metadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MonitorOptions\"},{\"id\":2813,\"kind\":1024,\"name\":\"compressors\",\"url\":\"interfaces/MonitorOptions.html#compressors\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MonitorOptions\"},{\"id\":2814,\"kind\":1024,\"name\":\"logicalSessionTimeoutMinutes\",\"url\":\"interfaces/MonitorOptions.html#logicalSessionTimeoutMinutes\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MonitorOptions\"},{\"id\":2815,\"kind\":1024,\"name\":\"proxyHost\",\"url\":\"interfaces/MonitorOptions.html#proxyHost\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MonitorOptions\"},{\"id\":2816,\"kind\":1024,\"name\":\"proxyPort\",\"url\":\"interfaces/MonitorOptions.html#proxyPort\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MonitorOptions\"},{\"id\":2817,\"kind\":1024,\"name\":\"proxyUsername\",\"url\":\"interfaces/MonitorOptions.html#proxyUsername\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MonitorOptions\"},{\"id\":2818,\"kind\":1024,\"name\":\"proxyPassword\",\"url\":\"interfaces/MonitorOptions.html#proxyPassword\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MonitorOptions\"},{\"id\":2819,\"kind\":4194304,\"name\":\"ServerEvents\",\"url\":\"modules.html#ServerEvents\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":2820,\"kind\":4194304,\"name\":\"ServerOptions\",\"url\":\"modules.html#ServerOptions\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":2821,\"kind\":128,\"name\":\"ServerDescription\",\"url\":\"classes/ServerDescription.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2822,\"kind\":1024,\"name\":\"address\",\"url\":\"classes/ServerDescription.html#address\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ServerDescription\"},{\"id\":2823,\"kind\":1024,\"name\":\"type\",\"url\":\"classes/ServerDescription.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ServerDescription\"},{\"id\":2824,\"kind\":1024,\"name\":\"hosts\",\"url\":\"classes/ServerDescription.html#hosts\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ServerDescription\"},{\"id\":2825,\"kind\":1024,\"name\":\"passives\",\"url\":\"classes/ServerDescription.html#passives\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ServerDescription\"},{\"id\":2826,\"kind\":1024,\"name\":\"arbiters\",\"url\":\"classes/ServerDescription.html#arbiters\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ServerDescription\"},{\"id\":2827,\"kind\":1024,\"name\":\"tags\",\"url\":\"classes/ServerDescription.html#tags\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ServerDescription\"},{\"id\":2828,\"kind\":1024,\"name\":\"error\",\"url\":\"classes/ServerDescription.html#error\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ServerDescription\"},{\"id\":2829,\"kind\":1024,\"name\":\"topologyVersion\",\"url\":\"classes/ServerDescription.html#topologyVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ServerDescription\"},{\"id\":2830,\"kind\":1024,\"name\":\"minWireVersion\",\"url\":\"classes/ServerDescription.html#minWireVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ServerDescription\"},{\"id\":2831,\"kind\":1024,\"name\":\"maxWireVersion\",\"url\":\"classes/ServerDescription.html#maxWireVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ServerDescription\"},{\"id\":2832,\"kind\":1024,\"name\":\"roundTripTime\",\"url\":\"classes/ServerDescription.html#roundTripTime\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ServerDescription\"},{\"id\":2833,\"kind\":1024,\"name\":\"lastUpdateTime\",\"url\":\"classes/ServerDescription.html#lastUpdateTime\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ServerDescription\"},{\"id\":2834,\"kind\":1024,\"name\":\"lastWriteDate\",\"url\":\"classes/ServerDescription.html#lastWriteDate\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ServerDescription\"},{\"id\":2835,\"kind\":1024,\"name\":\"me\",\"url\":\"classes/ServerDescription.html#me\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ServerDescription\"},{\"id\":2836,\"kind\":1024,\"name\":\"primary\",\"url\":\"classes/ServerDescription.html#primary\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ServerDescription\"},{\"id\":2837,\"kind\":1024,\"name\":\"setName\",\"url\":\"classes/ServerDescription.html#setName\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ServerDescription\"},{\"id\":2838,\"kind\":1024,\"name\":\"setVersion\",\"url\":\"classes/ServerDescription.html#setVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ServerDescription\"},{\"id\":2839,\"kind\":1024,\"name\":\"electionId\",\"url\":\"classes/ServerDescription.html#electionId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ServerDescription\"},{\"id\":2840,\"kind\":1024,\"name\":\"logicalSessionTimeoutMinutes\",\"url\":\"classes/ServerDescription.html#logicalSessionTimeoutMinutes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ServerDescription\"},{\"id\":2841,\"kind\":1024,\"name\":\"$clusterTime\",\"url\":\"classes/ServerDescription.html#_clusterTime\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ServerDescription\"},{\"id\":2842,\"kind\":262144,\"name\":\"hostAddress\",\"url\":\"classes/ServerDescription.html#hostAddress\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"ServerDescription\"},{\"id\":2843,\"kind\":262144,\"name\":\"allHosts\",\"url\":\"classes/ServerDescription.html#allHosts\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"ServerDescription\"},{\"id\":2844,\"kind\":262144,\"name\":\"isReadable\",\"url\":\"classes/ServerDescription.html#isReadable\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"ServerDescription\"},{\"id\":2845,\"kind\":262144,\"name\":\"isDataBearing\",\"url\":\"classes/ServerDescription.html#isDataBearing\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"ServerDescription\"},{\"id\":2846,\"kind\":262144,\"name\":\"isWritable\",\"url\":\"classes/ServerDescription.html#isWritable\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"ServerDescription\"},{\"id\":2847,\"kind\":262144,\"name\":\"host\",\"url\":\"classes/ServerDescription.html#host\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"ServerDescription\"},{\"id\":2848,\"kind\":262144,\"name\":\"port\",\"url\":\"classes/ServerDescription.html#port\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"ServerDescription\"},{\"id\":2849,\"kind\":2048,\"name\":\"equals\",\"url\":\"classes/ServerDescription.html#equals\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ServerDescription\"},{\"id\":2850,\"kind\":4194304,\"name\":\"TagSet\",\"url\":\"modules.html#TagSet\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":2851,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules.html#TagSet.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"TagSet\"},{\"id\":2852,\"kind\":256,\"name\":\"TopologyVersion\",\"url\":\"interfaces/TopologyVersion.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2853,\"kind\":1024,\"name\":\"processId\",\"url\":\"interfaces/TopologyVersion.html#processId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TopologyVersion\"},{\"id\":2854,\"kind\":1024,\"name\":\"counter\",\"url\":\"interfaces/TopologyVersion.html#counter\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TopologyVersion\"},{\"id\":2855,\"kind\":4194304,\"name\":\"ServerSelector\",\"url\":\"modules.html#ServerSelector\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":2856,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules.html#ServerSelector.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"ServerSelector\"},{\"id\":2857,\"kind\":256,\"name\":\"ConnectOptions\",\"url\":\"interfaces/ConnectOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2858,\"kind\":1024,\"name\":\"readPreference\",\"url\":\"interfaces/ConnectOptions.html#readPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ConnectOptions\"},{\"id\":2859,\"kind\":256,\"name\":\"SelectServerOptions\",\"url\":\"interfaces/SelectServerOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2860,\"kind\":1024,\"name\":\"readPreference\",\"url\":\"interfaces/SelectServerOptions.html#readPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SelectServerOptions\"},{\"id\":2861,\"kind\":1024,\"name\":\"serverSelectionTimeoutMS\",\"url\":\"interfaces/SelectServerOptions.html#serverSelectionTimeoutMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SelectServerOptions\"},{\"id\":2862,\"kind\":1024,\"name\":\"session\",\"url\":\"interfaces/SelectServerOptions.html#session\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SelectServerOptions\"},{\"id\":2863,\"kind\":128,\"name\":\"ServerCapabilities\",\"url\":\"classes/ServerCapabilities.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2864,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ServerCapabilities.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"ServerCapabilities\"},{\"id\":2865,\"kind\":1024,\"name\":\"maxWireVersion\",\"url\":\"classes/ServerCapabilities.html#maxWireVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ServerCapabilities\"},{\"id\":2866,\"kind\":1024,\"name\":\"minWireVersion\",\"url\":\"classes/ServerCapabilities.html#minWireVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ServerCapabilities\"},{\"id\":2867,\"kind\":262144,\"name\":\"hasAggregationCursor\",\"url\":\"classes/ServerCapabilities.html#hasAggregationCursor\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"ServerCapabilities\"},{\"id\":2868,\"kind\":262144,\"name\":\"hasWriteCommands\",\"url\":\"classes/ServerCapabilities.html#hasWriteCommands\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"ServerCapabilities\"},{\"id\":2869,\"kind\":262144,\"name\":\"hasTextSearch\",\"url\":\"classes/ServerCapabilities.html#hasTextSearch\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"ServerCapabilities\"},{\"id\":2870,\"kind\":262144,\"name\":\"hasAuthCommands\",\"url\":\"classes/ServerCapabilities.html#hasAuthCommands\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"ServerCapabilities\"},{\"id\":2871,\"kind\":262144,\"name\":\"hasListCollectionsCommand\",\"url\":\"classes/ServerCapabilities.html#hasListCollectionsCommand\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"ServerCapabilities\"},{\"id\":2872,\"kind\":262144,\"name\":\"hasListIndexesCommand\",\"url\":\"classes/ServerCapabilities.html#hasListIndexesCommand\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"ServerCapabilities\"},{\"id\":2873,\"kind\":262144,\"name\":\"supportsSnapshotReads\",\"url\":\"classes/ServerCapabilities.html#supportsSnapshotReads\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"ServerCapabilities\"},{\"id\":2874,\"kind\":262144,\"name\":\"commandsTakeWriteConcern\",\"url\":\"classes/ServerCapabilities.html#commandsTakeWriteConcern\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"ServerCapabilities\"},{\"id\":2875,\"kind\":262144,\"name\":\"commandsTakeCollation\",\"url\":\"classes/ServerCapabilities.html#commandsTakeCollation\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"ServerCapabilities\"},{\"id\":2876,\"kind\":4194304,\"name\":\"TopologyEvents\",\"url\":\"modules.html#TopologyEvents\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":2877,\"kind\":256,\"name\":\"TopologyOptions\",\"url\":\"interfaces/TopologyOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2878,\"kind\":1024,\"name\":\"srvMaxHosts\",\"url\":\"interfaces/TopologyOptions.html#srvMaxHosts\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TopologyOptions\"},{\"id\":2879,\"kind\":1024,\"name\":\"srvServiceName\",\"url\":\"interfaces/TopologyOptions.html#srvServiceName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TopologyOptions\"},{\"id\":2880,\"kind\":1024,\"name\":\"hosts\",\"url\":\"interfaces/TopologyOptions.html#hosts\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TopologyOptions\"},{\"id\":2881,\"kind\":1024,\"name\":\"retryWrites\",\"url\":\"interfaces/TopologyOptions.html#retryWrites\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TopologyOptions\"},{\"id\":2882,\"kind\":1024,\"name\":\"retryReads\",\"url\":\"interfaces/TopologyOptions.html#retryReads\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TopologyOptions\"},{\"id\":2883,\"kind\":1024,\"name\":\"serverSelectionTimeoutMS\",\"url\":\"interfaces/TopologyOptions.html#serverSelectionTimeoutMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TopologyOptions\"},{\"id\":2884,\"kind\":1024,\"name\":\"replicaSet\",\"url\":\"interfaces/TopologyOptions.html#replicaSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TopologyOptions\"},{\"id\":2885,\"kind\":1024,\"name\":\"srvHost\",\"url\":\"interfaces/TopologyOptions.html#srvHost\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TopologyOptions\"},{\"id\":2886,\"kind\":1024,\"name\":\"directConnection\",\"url\":\"interfaces/TopologyOptions.html#directConnection\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TopologyOptions\"},{\"id\":2887,\"kind\":1024,\"name\":\"loadBalanced\",\"url\":\"interfaces/TopologyOptions.html#loadBalanced\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"TopologyOptions\"},{\"id\":2888,\"kind\":1024,\"name\":\"metadata\",\"url\":\"interfaces/TopologyOptions.html#metadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"TopologyOptions\"},{\"id\":2889,\"kind\":1024,\"name\":\"serverApi\",\"url\":\"interfaces/TopologyOptions.html#serverApi\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"TopologyOptions\"},{\"id\":2890,\"kind\":1024,\"name\":\"raw\",\"url\":\"interfaces/TopologyOptions.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TopologyOptions\"},{\"id\":2891,\"kind\":1024,\"name\":\"enableUtf8Validation\",\"url\":\"interfaces/TopologyOptions.html#enableUtf8Validation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TopologyOptions\"},{\"id\":2892,\"kind\":1024,\"name\":\"credentials\",\"url\":\"interfaces/TopologyOptions.html#credentials\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TopologyOptions\"},{\"id\":2893,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/TopologyOptions.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"TopologyOptions\"},{\"id\":2894,\"kind\":1024,\"name\":\"autoEncrypter\",\"url\":\"interfaces/TopologyOptions.html#autoEncrypter\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TopologyOptions\"},{\"id\":2895,\"kind\":1024,\"name\":\"monitorCommands\",\"url\":\"interfaces/TopologyOptions.html#monitorCommands\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TopologyOptions\"},{\"id\":2896,\"kind\":1024,\"name\":\"connectTimeoutMS\",\"url\":\"interfaces/TopologyOptions.html#connectTimeoutMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TopologyOptions\"},{\"id\":2897,\"kind\":1024,\"name\":\"tls\",\"url\":\"interfaces/TopologyOptions.html#tls\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TopologyOptions\"},{\"id\":2898,\"kind\":1024,\"name\":\"keepAlive\",\"url\":\"interfaces/TopologyOptions.html#keepAlive\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TopologyOptions\"},{\"id\":2899,\"kind\":1024,\"name\":\"keepAliveInitialDelay\",\"url\":\"interfaces/TopologyOptions.html#keepAliveInitialDelay\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TopologyOptions\"},{\"id\":2900,\"kind\":1024,\"name\":\"noDelay\",\"url\":\"interfaces/TopologyOptions.html#noDelay\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TopologyOptions\"},{\"id\":2901,\"kind\":1024,\"name\":\"socketTimeoutMS\",\"url\":\"interfaces/TopologyOptions.html#socketTimeoutMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TopologyOptions\"},{\"id\":2902,\"kind\":1024,\"name\":\"cancellationToken\",\"url\":\"interfaces/TopologyOptions.html#cancellationToken\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TopologyOptions\"},{\"id\":2903,\"kind\":1024,\"name\":\"compressors\",\"url\":\"interfaces/TopologyOptions.html#compressors\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TopologyOptions\"},{\"id\":2904,\"kind\":1024,\"name\":\"logicalSessionTimeoutMinutes\",\"url\":\"interfaces/TopologyOptions.html#logicalSessionTimeoutMinutes\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TopologyOptions\"},{\"id\":2905,\"kind\":1024,\"name\":\"proxyHost\",\"url\":\"interfaces/TopologyOptions.html#proxyHost\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TopologyOptions\"},{\"id\":2906,\"kind\":1024,\"name\":\"proxyPort\",\"url\":\"interfaces/TopologyOptions.html#proxyPort\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TopologyOptions\"},{\"id\":2907,\"kind\":1024,\"name\":\"proxyUsername\",\"url\":\"interfaces/TopologyOptions.html#proxyUsername\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TopologyOptions\"},{\"id\":2908,\"kind\":1024,\"name\":\"proxyPassword\",\"url\":\"interfaces/TopologyOptions.html#proxyPassword\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TopologyOptions\"},{\"id\":2909,\"kind\":1024,\"name\":\"maxPoolSize\",\"url\":\"interfaces/TopologyOptions.html#maxPoolSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TopologyOptions\"},{\"id\":2910,\"kind\":1024,\"name\":\"minPoolSize\",\"url\":\"interfaces/TopologyOptions.html#minPoolSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TopologyOptions\"},{\"id\":2911,\"kind\":1024,\"name\":\"maxConnecting\",\"url\":\"interfaces/TopologyOptions.html#maxConnecting\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TopologyOptions\"},{\"id\":2912,\"kind\":1024,\"name\":\"maxIdleTimeMS\",\"url\":\"interfaces/TopologyOptions.html#maxIdleTimeMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TopologyOptions\"},{\"id\":2913,\"kind\":1024,\"name\":\"waitQueueTimeoutMS\",\"url\":\"interfaces/TopologyOptions.html#waitQueueTimeoutMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TopologyOptions\"},{\"id\":2914,\"kind\":1024,\"name\":\"heartbeatFrequencyMS\",\"url\":\"interfaces/TopologyOptions.html#heartbeatFrequencyMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TopologyOptions\"},{\"id\":2915,\"kind\":1024,\"name\":\"minHeartbeatFrequencyMS\",\"url\":\"interfaces/TopologyOptions.html#minHeartbeatFrequencyMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TopologyOptions\"},{\"id\":2916,\"kind\":128,\"name\":\"TopologyDescription\",\"url\":\"classes/TopologyDescription.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2917,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/TopologyDescription.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"TopologyDescription\"},{\"id\":2918,\"kind\":1024,\"name\":\"type\",\"url\":\"classes/TopologyDescription.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"TopologyDescription\"},{\"id\":2919,\"kind\":1024,\"name\":\"setName\",\"url\":\"classes/TopologyDescription.html#setName\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"TopologyDescription\"},{\"id\":2920,\"kind\":1024,\"name\":\"maxSetVersion\",\"url\":\"classes/TopologyDescription.html#maxSetVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"TopologyDescription\"},{\"id\":2921,\"kind\":1024,\"name\":\"maxElectionId\",\"url\":\"classes/TopologyDescription.html#maxElectionId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"TopologyDescription\"},{\"id\":2922,\"kind\":1024,\"name\":\"servers\",\"url\":\"classes/TopologyDescription.html#servers\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"TopologyDescription\"},{\"id\":2923,\"kind\":1024,\"name\":\"stale\",\"url\":\"classes/TopologyDescription.html#stale\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"TopologyDescription\"},{\"id\":2924,\"kind\":1024,\"name\":\"compatible\",\"url\":\"classes/TopologyDescription.html#compatible\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"TopologyDescription\"},{\"id\":2925,\"kind\":1024,\"name\":\"compatibilityError\",\"url\":\"classes/TopologyDescription.html#compatibilityError\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"TopologyDescription\"},{\"id\":2926,\"kind\":1024,\"name\":\"logicalSessionTimeoutMinutes\",\"url\":\"classes/TopologyDescription.html#logicalSessionTimeoutMinutes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"TopologyDescription\"},{\"id\":2927,\"kind\":1024,\"name\":\"heartbeatFrequencyMS\",\"url\":\"classes/TopologyDescription.html#heartbeatFrequencyMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"TopologyDescription\"},{\"id\":2928,\"kind\":1024,\"name\":\"localThresholdMS\",\"url\":\"classes/TopologyDescription.html#localThresholdMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"TopologyDescription\"},{\"id\":2929,\"kind\":1024,\"name\":\"commonWireVersion\",\"url\":\"classes/TopologyDescription.html#commonWireVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"TopologyDescription\"},{\"id\":2930,\"kind\":262144,\"name\":\"error\",\"url\":\"classes/TopologyDescription.html#error\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"TopologyDescription\"},{\"id\":2931,\"kind\":262144,\"name\":\"hasKnownServers\",\"url\":\"classes/TopologyDescription.html#hasKnownServers\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"TopologyDescription\"},{\"id\":2932,\"kind\":262144,\"name\":\"hasDataBearingServers\",\"url\":\"classes/TopologyDescription.html#hasDataBearingServers\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"TopologyDescription\"},{\"id\":2933,\"kind\":256,\"name\":\"TopologyDescriptionOptions\",\"url\":\"interfaces/TopologyDescriptionOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2934,\"kind\":1024,\"name\":\"heartbeatFrequencyMS\",\"url\":\"interfaces/TopologyDescriptionOptions.html#heartbeatFrequencyMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TopologyDescriptionOptions\"},{\"id\":2935,\"kind\":1024,\"name\":\"localThresholdMS\",\"url\":\"interfaces/TopologyDescriptionOptions.html#localThresholdMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TopologyDescriptionOptions\"},{\"id\":2936,\"kind\":128,\"name\":\"ClientSession\",\"url\":\"classes/ClientSession.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2937,\"kind\":1024,\"name\":\"hasEnded\",\"url\":\"classes/ClientSession.html#hasEnded\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ClientSession\"},{\"id\":2938,\"kind\":1024,\"name\":\"clientOptions\",\"url\":\"classes/ClientSession.html#clientOptions\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ClientSession\"},{\"id\":2939,\"kind\":1024,\"name\":\"supports\",\"url\":\"classes/ClientSession.html#supports\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ClientSession\"},{\"id\":2940,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/ClientSession.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"ClientSession\"},{\"id\":2941,\"kind\":1024,\"name\":\"causalConsistency\",\"url\":\"classes/ClientSession.html#__type.causalConsistency\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ClientSession.__type\"},{\"id\":2942,\"kind\":1024,\"name\":\"clusterTime\",\"url\":\"classes/ClientSession.html#clusterTime\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ClientSession\"},{\"id\":2943,\"kind\":1024,\"name\":\"operationTime\",\"url\":\"classes/ClientSession.html#operationTime\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ClientSession\"},{\"id\":2944,\"kind\":1024,\"name\":\"explicit\",\"url\":\"classes/ClientSession.html#explicit\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ClientSession\"},{\"id\":2945,\"kind\":1024,\"name\":\"defaultTransactionOptions\",\"url\":\"classes/ClientSession.html#defaultTransactionOptions\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ClientSession\"},{\"id\":2946,\"kind\":1024,\"name\":\"transaction\",\"url\":\"classes/ClientSession.html#transaction\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ClientSession\"},{\"id\":2947,\"kind\":262144,\"name\":\"id\",\"url\":\"classes/ClientSession.html#id\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"ClientSession\"},{\"id\":2948,\"kind\":262144,\"name\":\"serverSession\",\"url\":\"classes/ClientSession.html#serverSession\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"ClientSession\"},{\"id\":2949,\"kind\":262144,\"name\":\"snapshotEnabled\",\"url\":\"classes/ClientSession.html#snapshotEnabled\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"ClientSession\"},{\"id\":2950,\"kind\":262144,\"name\":\"loadBalanced\",\"url\":\"classes/ClientSession.html#loadBalanced\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"ClientSession\"},{\"id\":2951,\"kind\":262144,\"name\":\"isPinned\",\"url\":\"classes/ClientSession.html#isPinned\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"ClientSession\"},{\"id\":2952,\"kind\":2048,\"name\":\"endSession\",\"url\":\"classes/ClientSession.html#endSession\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ClientSession\"},{\"id\":2953,\"kind\":2048,\"name\":\"advanceOperationTime\",\"url\":\"classes/ClientSession.html#advanceOperationTime\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ClientSession\"},{\"id\":2954,\"kind\":2048,\"name\":\"advanceClusterTime\",\"url\":\"classes/ClientSession.html#advanceClusterTime\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ClientSession\"},{\"id\":2955,\"kind\":2048,\"name\":\"equals\",\"url\":\"classes/ClientSession.html#equals\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ClientSession\"},{\"id\":2956,\"kind\":2048,\"name\":\"incrementTransactionNumber\",\"url\":\"classes/ClientSession.html#incrementTransactionNumber\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ClientSession\"},{\"id\":2957,\"kind\":2048,\"name\":\"inTransaction\",\"url\":\"classes/ClientSession.html#inTransaction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ClientSession\"},{\"id\":2958,\"kind\":2048,\"name\":\"startTransaction\",\"url\":\"classes/ClientSession.html#startTransaction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ClientSession\"},{\"id\":2959,\"kind\":2048,\"name\":\"commitTransaction\",\"url\":\"classes/ClientSession.html#commitTransaction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ClientSession\"},{\"id\":2960,\"kind\":2048,\"name\":\"abortTransaction\",\"url\":\"classes/ClientSession.html#abortTransaction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ClientSession\"},{\"id\":2961,\"kind\":2048,\"name\":\"toBSON\",\"url\":\"classes/ClientSession.html#toBSON\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ClientSession\"},{\"id\":2962,\"kind\":2048,\"name\":\"withTransaction\",\"url\":\"classes/ClientSession.html#withTransaction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"ClientSession\"},{\"id\":2963,\"kind\":2048,\"name\":\"addListener\",\"url\":\"classes/ClientSession.html#addListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ClientSession\"},{\"id\":2964,\"kind\":2048,\"name\":\"on\",\"url\":\"classes/ClientSession.html#on\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ClientSession\"},{\"id\":2965,\"kind\":2048,\"name\":\"once\",\"url\":\"classes/ClientSession.html#once\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ClientSession\"},{\"id\":2966,\"kind\":2048,\"name\":\"removeListener\",\"url\":\"classes/ClientSession.html#removeListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ClientSession\"},{\"id\":2967,\"kind\":2048,\"name\":\"off\",\"url\":\"classes/ClientSession.html#off\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ClientSession\"},{\"id\":2968,\"kind\":2048,\"name\":\"removeAllListeners\",\"url\":\"classes/ClientSession.html#removeAllListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ClientSession\"},{\"id\":2969,\"kind\":2048,\"name\":\"listeners\",\"url\":\"classes/ClientSession.html#listeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ClientSession\"},{\"id\":2970,\"kind\":2048,\"name\":\"rawListeners\",\"url\":\"classes/ClientSession.html#rawListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ClientSession\"},{\"id\":2971,\"kind\":2048,\"name\":\"emit\",\"url\":\"classes/ClientSession.html#emit\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ClientSession\"},{\"id\":2972,\"kind\":2048,\"name\":\"listenerCount\",\"url\":\"classes/ClientSession.html#listenerCount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ClientSession\"},{\"id\":2973,\"kind\":2048,\"name\":\"prependListener\",\"url\":\"classes/ClientSession.html#prependListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ClientSession\"},{\"id\":2974,\"kind\":2048,\"name\":\"prependOnceListener\",\"url\":\"classes/ClientSession.html#prependOnceListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ClientSession\"},{\"id\":2975,\"kind\":2048,\"name\":\"eventNames\",\"url\":\"classes/ClientSession.html#eventNames\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClientSession\"},{\"id\":2976,\"kind\":2048,\"name\":\"getMaxListeners\",\"url\":\"classes/ClientSession.html#getMaxListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClientSession\"},{\"id\":2977,\"kind\":2048,\"name\":\"setMaxListeners\",\"url\":\"classes/ClientSession.html#setMaxListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClientSession\"},{\"id\":2978,\"kind\":4194304,\"name\":\"ClientSessionEvents\",\"url\":\"modules.html#ClientSessionEvents\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":2979,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules.html#ClientSessionEvents.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"ClientSessionEvents\"},{\"id\":2980,\"kind\":2048,\"name\":\"ended\",\"url\":\"modules.html#ClientSessionEvents.__type.ended\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"ClientSessionEvents.__type\"},{\"id\":2981,\"kind\":256,\"name\":\"ClientSessionOptions\",\"url\":\"interfaces/ClientSessionOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2982,\"kind\":1024,\"name\":\"causalConsistency\",\"url\":\"interfaces/ClientSessionOptions.html#causalConsistency\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ClientSessionOptions\"},{\"id\":2983,\"kind\":1024,\"name\":\"snapshot\",\"url\":\"interfaces/ClientSessionOptions.html#snapshot\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ClientSessionOptions\"},{\"id\":2984,\"kind\":1024,\"name\":\"defaultTransactionOptions\",\"url\":\"interfaces/ClientSessionOptions.html#defaultTransactionOptions\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ClientSessionOptions\"},{\"id\":2985,\"kind\":256,\"name\":\"EndSessionOptions\",\"url\":\"interfaces/EndSessionOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2986,\"kind\":1024,\"name\":\"force\",\"url\":\"interfaces/EndSessionOptions.html#force\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EndSessionOptions\"},{\"id\":2987,\"kind\":1024,\"name\":\"forceClear\",\"url\":\"interfaces/EndSessionOptions.html#forceClear\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EndSessionOptions\"},{\"id\":2988,\"kind\":128,\"name\":\"ServerSession\",\"url\":\"classes/ServerSession.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2989,\"kind\":1024,\"name\":\"id\",\"url\":\"classes/ServerSession.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ServerSession\"},{\"id\":2990,\"kind\":1024,\"name\":\"lastUse\",\"url\":\"classes/ServerSession.html#lastUse\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ServerSession\"},{\"id\":2991,\"kind\":1024,\"name\":\"txnNumber\",\"url\":\"classes/ServerSession.html#txnNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ServerSession\"},{\"id\":2992,\"kind\":1024,\"name\":\"isDirty\",\"url\":\"classes/ServerSession.html#isDirty\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ServerSession\"},{\"id\":2993,\"kind\":2048,\"name\":\"hasTimedOut\",\"url\":\"classes/ServerSession.html#hasTimedOut\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ServerSession\"},{\"id\":2994,\"kind\":4194304,\"name\":\"ServerSessionId\",\"url\":\"modules.html#ServerSessionId\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":2995,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules.html#ServerSessionId.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"ServerSessionId\"},{\"id\":2996,\"kind\":1024,\"name\":\"id\",\"url\":\"modules.html#ServerSessionId.__type.id\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ServerSessionId.__type\"},{\"id\":2997,\"kind\":4194304,\"name\":\"WithTransactionCallback\",\"url\":\"modules.html#WithTransactionCallback\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":2998,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules.html#WithTransactionCallback.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"WithTransactionCallback\"},{\"id\":2999,\"kind\":4194304,\"name\":\"Sort\",\"url\":\"modules.html#Sort\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":3000,\"kind\":4194304,\"name\":\"SortDirection\",\"url\":\"modules.html#SortDirection\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":3001,\"kind\":128,\"name\":\"Transaction\",\"url\":\"classes/Transaction.html\",\"classes\":\"tsd-kind-class\"},{\"id\":3002,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Transaction.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Transaction\"},{\"id\":3003,\"kind\":1024,\"name\":\"options\",\"url\":\"classes/Transaction.html#options\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Transaction\"},{\"id\":3004,\"kind\":262144,\"name\":\"recoveryToken\",\"url\":\"classes/Transaction.html#recoveryToken\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"Transaction\"},{\"id\":3005,\"kind\":262144,\"name\":\"isPinned\",\"url\":\"classes/Transaction.html#isPinned\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"Transaction\"},{\"id\":3006,\"kind\":262144,\"name\":\"isStarting\",\"url\":\"classes/Transaction.html#isStarting\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"Transaction\"},{\"id\":3007,\"kind\":262144,\"name\":\"isActive\",\"url\":\"classes/Transaction.html#isActive\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"Transaction\"},{\"id\":3008,\"kind\":262144,\"name\":\"isCommitted\",\"url\":\"classes/Transaction.html#isCommitted\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"Transaction\"},{\"id\":3009,\"kind\":256,\"name\":\"TransactionOptions\",\"url\":\"interfaces/TransactionOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":3010,\"kind\":1024,\"name\":\"readConcern\",\"url\":\"interfaces/TransactionOptions.html#readConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"TransactionOptions\"},{\"id\":3011,\"kind\":1024,\"name\":\"writeConcern\",\"url\":\"interfaces/TransactionOptions.html#writeConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"TransactionOptions\"},{\"id\":3012,\"kind\":1024,\"name\":\"readPreference\",\"url\":\"interfaces/TransactionOptions.html#readPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"TransactionOptions\"},{\"id\":3013,\"kind\":1024,\"name\":\"maxCommitTimeMS\",\"url\":\"interfaces/TransactionOptions.html#maxCommitTimeMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransactionOptions\"},{\"id\":3014,\"kind\":1024,\"name\":\"fullResponse\",\"url\":\"interfaces/TransactionOptions.html#fullResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TransactionOptions\"},{\"id\":3015,\"kind\":1024,\"name\":\"collation\",\"url\":\"interfaces/TransactionOptions.html#collation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TransactionOptions\"},{\"id\":3016,\"kind\":1024,\"name\":\"maxTimeMS\",\"url\":\"interfaces/TransactionOptions.html#maxTimeMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TransactionOptions\"},{\"id\":3017,\"kind\":1024,\"name\":\"comment\",\"url\":\"interfaces/TransactionOptions.html#comment\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TransactionOptions\"},{\"id\":3018,\"kind\":1024,\"name\":\"retryWrites\",\"url\":\"interfaces/TransactionOptions.html#retryWrites\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TransactionOptions\"},{\"id\":3019,\"kind\":1024,\"name\":\"dbName\",\"url\":\"interfaces/TransactionOptions.html#dbName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TransactionOptions\"},{\"id\":3020,\"kind\":1024,\"name\":\"authdb\",\"url\":\"interfaces/TransactionOptions.html#authdb\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TransactionOptions\"},{\"id\":3021,\"kind\":1024,\"name\":\"noResponse\",\"url\":\"interfaces/TransactionOptions.html#noResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TransactionOptions\"},{\"id\":3022,\"kind\":1024,\"name\":\"session\",\"url\":\"interfaces/TransactionOptions.html#session\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TransactionOptions\"},{\"id\":3023,\"kind\":1024,\"name\":\"willRetryWrite\",\"url\":\"interfaces/TransactionOptions.html#willRetryWrite\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TransactionOptions\"},{\"id\":3024,\"kind\":1024,\"name\":\"omitReadPreference\",\"url\":\"interfaces/TransactionOptions.html#omitReadPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TransactionOptions\"},{\"id\":3025,\"kind\":1024,\"name\":\"raw\",\"url\":\"interfaces/TransactionOptions.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TransactionOptions\"},{\"id\":3026,\"kind\":1024,\"name\":\"enableUtf8Validation\",\"url\":\"interfaces/TransactionOptions.html#enableUtf8Validation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TransactionOptions\"},{\"id\":3027,\"kind\":1024,\"name\":\"explain\",\"url\":\"interfaces/TransactionOptions.html#explain\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TransactionOptions\"},{\"id\":3028,\"kind\":4194304,\"name\":\"Callback\",\"url\":\"modules.html#Callback\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":3029,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules.html#Callback.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Callback\"},{\"id\":3030,\"kind\":256,\"name\":\"ClientMetadata\",\"url\":\"interfaces/ClientMetadata.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":3031,\"kind\":1024,\"name\":\"driver\",\"url\":\"interfaces/ClientMetadata.html#driver\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ClientMetadata\"},{\"id\":3032,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/ClientMetadata.html#__type-1\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"ClientMetadata\"},{\"id\":3033,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/ClientMetadata.html#__type-1.name-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ClientMetadata.__type\"},{\"id\":3034,\"kind\":1024,\"name\":\"version\",\"url\":\"interfaces/ClientMetadata.html#__type-1.version\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ClientMetadata.__type\"},{\"id\":3035,\"kind\":1024,\"name\":\"os\",\"url\":\"interfaces/ClientMetadata.html#os\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ClientMetadata\"},{\"id\":3036,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/ClientMetadata.html#__type-2\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"ClientMetadata\"},{\"id\":3037,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/ClientMetadata.html#__type-2.type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ClientMetadata.__type\"},{\"id\":3038,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/ClientMetadata.html#__type-2.name-2\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ClientMetadata.__type\"},{\"id\":3039,\"kind\":1024,\"name\":\"architecture\",\"url\":\"interfaces/ClientMetadata.html#__type-2.architecture\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ClientMetadata.__type\"},{\"id\":3040,\"kind\":1024,\"name\":\"version\",\"url\":\"interfaces/ClientMetadata.html#__type-2.version-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ClientMetadata.__type\"},{\"id\":3041,\"kind\":1024,\"name\":\"platform\",\"url\":\"interfaces/ClientMetadata.html#platform\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ClientMetadata\"},{\"id\":3042,\"kind\":1024,\"name\":\"version\",\"url\":\"interfaces/ClientMetadata.html#version-2\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ClientMetadata\"},{\"id\":3043,\"kind\":1024,\"name\":\"application\",\"url\":\"interfaces/ClientMetadata.html#application\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ClientMetadata\"},{\"id\":3044,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/ClientMetadata.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"ClientMetadata\"},{\"id\":3045,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/ClientMetadata.html#__type.name\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ClientMetadata.__type\"},{\"id\":3046,\"kind\":256,\"name\":\"ClientMetadataOptions\",\"url\":\"interfaces/ClientMetadataOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":3047,\"kind\":1024,\"name\":\"driverInfo\",\"url\":\"interfaces/ClientMetadataOptions.html#driverInfo\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ClientMetadataOptions\"},{\"id\":3048,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/ClientMetadataOptions.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"ClientMetadataOptions\"},{\"id\":3049,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/ClientMetadataOptions.html#__type.name\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ClientMetadataOptions.__type\"},{\"id\":3050,\"kind\":1024,\"name\":\"version\",\"url\":\"interfaces/ClientMetadataOptions.html#__type.version\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ClientMetadataOptions.__type\"},{\"id\":3051,\"kind\":1024,\"name\":\"platform\",\"url\":\"interfaces/ClientMetadataOptions.html#__type.platform\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ClientMetadataOptions.__type\"},{\"id\":3052,\"kind\":1024,\"name\":\"appName\",\"url\":\"interfaces/ClientMetadataOptions.html#appName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ClientMetadataOptions\"},{\"id\":3053,\"kind\":4194304,\"name\":\"EventEmitterWithState\",\"url\":\"modules.html#EventEmitterWithState\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":3054,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules.html#EventEmitterWithState.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"EventEmitterWithState\"},{\"id\":3055,\"kind\":128,\"name\":\"HostAddress\",\"url\":\"classes/HostAddress.html\",\"classes\":\"tsd-kind-class\"},{\"id\":3056,\"kind\":2048,\"name\":\"fromString\",\"url\":\"classes/HostAddress.html#fromString\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"HostAddress\"},{\"id\":3057,\"kind\":2048,\"name\":\"fromHostPort\",\"url\":\"classes/HostAddress.html#fromHostPort\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"HostAddress\"},{\"id\":3058,\"kind\":2048,\"name\":\"fromSrvRecord\",\"url\":\"classes/HostAddress.html#fromSrvRecord\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"HostAddress\"},{\"id\":3059,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/HostAddress.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"HostAddress\"},{\"id\":3060,\"kind\":1024,\"name\":\"host\",\"url\":\"classes/HostAddress.html#host\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"HostAddress\"},{\"id\":3061,\"kind\":1024,\"name\":\"port\",\"url\":\"classes/HostAddress.html#port\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"HostAddress\"},{\"id\":3062,\"kind\":1024,\"name\":\"socketPath\",\"url\":\"classes/HostAddress.html#socketPath\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"HostAddress\"},{\"id\":3063,\"kind\":1024,\"name\":\"isIPv6\",\"url\":\"classes/HostAddress.html#isIPv6\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"HostAddress\"},{\"id\":3064,\"kind\":2048,\"name\":\"inspect\",\"url\":\"classes/HostAddress.html#inspect\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"HostAddress\"},{\"id\":3065,\"kind\":2048,\"name\":\"toString\",\"url\":\"classes/HostAddress.html#toString\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"HostAddress\"},{\"id\":3066,\"kind\":128,\"name\":\"MongoDBNamespace\",\"url\":\"classes/MongoDBNamespace.html\",\"classes\":\"tsd-kind-class\"},{\"id\":3067,\"kind\":2048,\"name\":\"fromString\",\"url\":\"classes/MongoDBNamespace.html#fromString\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"MongoDBNamespace\"},{\"id\":3068,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MongoDBNamespace.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"MongoDBNamespace\"},{\"id\":3069,\"kind\":1024,\"name\":\"db\",\"url\":\"classes/MongoDBNamespace.html#db\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"MongoDBNamespace\"},{\"id\":3070,\"kind\":1024,\"name\":\"collection\",\"url\":\"classes/MongoDBNamespace.html#collection\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"MongoDBNamespace\"},{\"id\":3071,\"kind\":2048,\"name\":\"toString\",\"url\":\"classes/MongoDBNamespace.html#toString\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MongoDBNamespace\"},{\"id\":3072,\"kind\":2048,\"name\":\"withCollection\",\"url\":\"classes/MongoDBNamespace.html#withCollection\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MongoDBNamespace\"},{\"id\":3073,\"kind\":4194304,\"name\":\"W\",\"url\":\"modules.html#W\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":3074,\"kind\":256,\"name\":\"WriteConcernOptions\",\"url\":\"interfaces/WriteConcernOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":3075,\"kind\":1024,\"name\":\"writeConcern\",\"url\":\"interfaces/WriteConcernOptions.html#writeConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"WriteConcernOptions\"},{\"id\":3076,\"kind\":256,\"name\":\"WriteConcernSettings\",\"url\":\"interfaces/WriteConcernSettings.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":3077,\"kind\":1024,\"name\":\"w\",\"url\":\"interfaces/WriteConcernSettings.html#w\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"WriteConcernSettings\"},{\"id\":3078,\"kind\":1024,\"name\":\"wtimeoutMS\",\"url\":\"interfaces/WriteConcernSettings.html#wtimeoutMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"WriteConcernSettings\"},{\"id\":3079,\"kind\":1024,\"name\":\"journal\",\"url\":\"interfaces/WriteConcernSettings.html#journal\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"WriteConcernSettings\"},{\"id\":3080,\"kind\":1024,\"name\":\"j\",\"url\":\"interfaces/WriteConcernSettings.html#j\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"WriteConcernSettings\"},{\"id\":3081,\"kind\":1024,\"name\":\"wtimeout\",\"url\":\"interfaces/WriteConcernSettings.html#wtimeout\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"WriteConcernSettings\"},{\"id\":3082,\"kind\":1024,\"name\":\"fsync\",\"url\":\"interfaces/WriteConcernSettings.html#fsync\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"WriteConcernSettings\"}],\"index\":{\"version\":\"2.3.9\",\"fields\":[\"name\",\"parent\"],\"fieldVectors\":[[\"name/0\",[0,76.826]],[\"parent/0\",[]],[\"name/1\",[1,76.826]],[\"parent/1\",[]],[\"name/2\",[2,49.116]],[\"parent/2\",[]],[\"name/3\",[3,56.313]],[\"parent/3\",[2,4.631]],[\"name/4\",[4,71.682]],[\"parent/4\",[2,4.631]],[\"name/5\",[5,76.826]],[\"parent/5\",[2,4.631]],[\"name/6\",[6,63.741]],[\"parent/6\",[2,4.631]],[\"name/7\",[7,55.473]],[\"parent/7\",[2,4.631]],[\"name/8\",[8,46.49]],[\"parent/8\",[2,4.631]],[\"name/9\",[9,41.021]],[\"parent/9\",[2,4.631]],[\"name/10\",[10,43.388]],[\"parent/10\",[2,4.631]],[\"name/11\",[11,44.681]],[\"parent/11\",[2,4.631]],[\"name/12\",[12,45.545]],[\"parent/12\",[2,4.631]],[\"name/13\",[13,45.249]],[\"parent/13\",[2,4.631]],[\"name/14\",[14,45.85]],[\"parent/14\",[2,4.631]],[\"name/15\",[15,46.49]],[\"parent/15\",[2,4.631]],[\"name/16\",[16,46.49]],[\"parent/16\",[2,4.631]],[\"name/17\",[17,44.961]],[\"parent/17\",[2,4.631]],[\"name/18\",[18,46.165]],[\"parent/18\",[2,4.631]],[\"name/19\",[19,36.969]],[\"parent/19\",[2,4.631]],[\"name/20\",[20,46.165]],[\"parent/20\",[2,4.631]],[\"name/21\",[21,43.388]],[\"parent/21\",[2,4.631]],[\"name/22\",[22,44.409]],[\"parent/22\",[2,4.631]],[\"name/23\",[23,41.214]],[\"parent/23\",[2,4.631]],[\"name/24\",[24,45.545]],[\"parent/24\",[2,4.631]],[\"name/25\",[25,48.696]],[\"parent/25\",[]],[\"name/26\",[26,35.876]],[\"parent/26\",[25,4.592]],[\"name/27\",[27,40.104]],[\"parent/27\",[25,4.592]],[\"name/28\",[28,68.293]],[\"parent/28\",[25,4.592]],[\"name/29\",[29,71.682]],[\"parent/29\",[25,4.592]],[\"name/30\",[30,65.762]],[\"parent/30\",[25,4.592]],[\"name/31\",[31,43.388]],[\"parent/31\",[25,4.592]],[\"name/32\",[32,68.293]],[\"parent/32\",[25,4.592]],[\"name/33\",[33,68.293]],[\"parent/33\",[25,4.592]],[\"name/34\",[34,68.293]],[\"parent/34\",[25,4.592]],[\"name/35\",[35,68.293]],[\"parent/35\",[25,4.592]],[\"name/36\",[36,68.293]],[\"parent/36\",[25,4.592]],[\"name/37\",[37,65.762]],[\"parent/37\",[25,4.592]],[\"name/38\",[38,71.682]],[\"parent/38\",[25,4.592]],[\"name/39\",[39,68.293]],[\"parent/39\",[25,4.592]],[\"name/40\",[40,56.313]],[\"parent/40\",[25,4.592]],[\"name/41\",[41,59.357]],[\"parent/41\",[25,4.592]],[\"name/42\",[42,59.357]],[\"parent/42\",[25,4.592]],[\"name/43\",[43,44.681]],[\"parent/43\",[25,4.592]],[\"name/44\",[44,44.681]],[\"parent/44\",[25,4.592]],[\"name/45\",[45,44.409]],[\"parent/45\",[25,4.592]],[\"name/46\",[46,45.85]],[\"parent/46\",[25,4.592]],[\"name/47\",[47,45.85]],[\"parent/47\",[25,4.592]],[\"name/48\",[48,45.545]],[\"parent/48\",[25,4.592]],[\"name/49\",[49,57.229]],[\"parent/49\",[]],[\"name/50\",[26,35.876]],[\"parent/50\",[49,5.396]],[\"name/51\",[27,40.104]],[\"parent/51\",[49,5.396]],[\"name/52\",[31,43.388]],[\"parent/52\",[49,5.396]],[\"name/53\",[43,44.681]],[\"parent/53\",[49,5.396]],[\"name/54\",[44,44.681]],[\"parent/54\",[49,5.396]],[\"name/55\",[45,44.409]],[\"parent/55\",[49,5.396]],[\"name/56\",[46,45.85]],[\"parent/56\",[49,5.396]],[\"name/57\",[47,45.85]],[\"parent/57\",[49,5.396]],[\"name/58\",[48,45.545]],[\"parent/58\",[49,5.396]],[\"name/59\",[50,57.229]],[\"parent/59\",[]],[\"name/60\",[26,35.876]],[\"parent/60\",[50,5.396]],[\"name/61\",[27,40.104]],[\"parent/61\",[50,5.396]],[\"name/62\",[31,43.388]],[\"parent/62\",[50,5.396]],[\"name/63\",[43,44.681]],[\"parent/63\",[50,5.396]],[\"name/64\",[44,44.681]],[\"parent/64\",[50,5.396]],[\"name/65\",[45,44.409]],[\"parent/65\",[50,5.396]],[\"name/66\",[46,45.85]],[\"parent/66\",[50,5.396]],[\"name/67\",[47,45.85]],[\"parent/67\",[50,5.396]],[\"name/68\",[48,45.545]],[\"parent/68\",[50,5.396]],[\"name/69\",[51,57.229]],[\"parent/69\",[]],[\"name/70\",[26,35.876]],[\"parent/70\",[51,5.396]],[\"name/71\",[27,40.104]],[\"parent/71\",[51,5.396]],[\"name/72\",[31,43.388]],[\"parent/72\",[51,5.396]],[\"name/73\",[43,44.681]],[\"parent/73\",[51,5.396]],[\"name/74\",[44,44.681]],[\"parent/74\",[51,5.396]],[\"name/75\",[45,44.409]],[\"parent/75\",[51,5.396]],[\"name/76\",[46,45.85]],[\"parent/76\",[51,5.396]],[\"name/77\",[47,45.85]],[\"parent/77\",[51,5.396]],[\"name/78\",[48,45.545]],[\"parent/78\",[51,5.396]],[\"name/79\",[52,57.229]],[\"parent/79\",[]],[\"name/80\",[26,35.876]],[\"parent/80\",[52,5.396]],[\"name/81\",[27,40.104]],[\"parent/81\",[52,5.396]],[\"name/82\",[31,43.388]],[\"parent/82\",[52,5.396]],[\"name/83\",[43,44.681]],[\"parent/83\",[52,5.396]],[\"name/84\",[44,44.681]],[\"parent/84\",[52,5.396]],[\"name/85\",[45,44.409]],[\"parent/85\",[52,5.396]],[\"name/86\",[46,45.85]],[\"parent/86\",[52,5.396]],[\"name/87\",[47,45.85]],[\"parent/87\",[52,5.396]],[\"name/88\",[48,45.545]],[\"parent/88\",[52,5.396]],[\"name/89\",[53,57.229]],[\"parent/89\",[]],[\"name/90\",[26,35.876]],[\"parent/90\",[53,5.396]],[\"name/91\",[27,40.104]],[\"parent/91\",[53,5.396]],[\"name/92\",[31,43.388]],[\"parent/92\",[53,5.396]],[\"name/93\",[43,44.681]],[\"parent/93\",[53,5.396]],[\"name/94\",[44,44.681]],[\"parent/94\",[53,5.396]],[\"name/95\",[45,44.409]],[\"parent/95\",[53,5.396]],[\"name/96\",[46,45.85]],[\"parent/96\",[53,5.396]],[\"name/97\",[47,45.85]],[\"parent/97\",[53,5.396]],[\"name/98\",[48,45.545]],[\"parent/98\",[53,5.396]],[\"name/99\",[54,57.229]],[\"parent/99\",[]],[\"name/100\",[26,35.876]],[\"parent/100\",[54,5.396]],[\"name/101\",[27,40.104]],[\"parent/101\",[54,5.396]],[\"name/102\",[31,43.388]],[\"parent/102\",[54,5.396]],[\"name/103\",[43,44.681]],[\"parent/103\",[54,5.396]],[\"name/104\",[44,44.681]],[\"parent/104\",[54,5.396]],[\"name/105\",[45,44.409]],[\"parent/105\",[54,5.396]],[\"name/106\",[46,45.85]],[\"parent/106\",[54,5.396]],[\"name/107\",[47,45.85]],[\"parent/107\",[54,5.396]],[\"name/108\",[48,45.545]],[\"parent/108\",[54,5.396]],[\"name/109\",[55,57.229]],[\"parent/109\",[]],[\"name/110\",[26,35.876]],[\"parent/110\",[55,5.396]],[\"name/111\",[27,40.104]],[\"parent/111\",[55,5.396]],[\"name/112\",[31,43.388]],[\"parent/112\",[55,5.396]],[\"name/113\",[43,44.681]],[\"parent/113\",[55,5.396]],[\"name/114\",[44,44.681]],[\"parent/114\",[55,5.396]],[\"name/115\",[45,44.409]],[\"parent/115\",[55,5.396]],[\"name/116\",[46,45.85]],[\"parent/116\",[55,5.396]],[\"name/117\",[47,45.85]],[\"parent/117\",[55,5.396]],[\"name/118\",[48,45.545]],[\"parent/118\",[55,5.396]],[\"name/119\",[56,57.229]],[\"parent/119\",[]],[\"name/120\",[26,35.876]],[\"parent/120\",[56,5.396]],[\"name/121\",[27,40.104]],[\"parent/121\",[56,5.396]],[\"name/122\",[31,43.388]],[\"parent/122\",[56,5.396]],[\"name/123\",[43,44.681]],[\"parent/123\",[56,5.396]],[\"name/124\",[44,44.681]],[\"parent/124\",[56,5.396]],[\"name/125\",[45,44.409]],[\"parent/125\",[56,5.396]],[\"name/126\",[46,45.85]],[\"parent/126\",[56,5.396]],[\"name/127\",[47,45.85]],[\"parent/127\",[56,5.396]],[\"name/128\",[48,45.545]],[\"parent/128\",[56,5.396]],[\"name/129\",[57,57.229]],[\"parent/129\",[]],[\"name/130\",[26,35.876]],[\"parent/130\",[57,5.396]],[\"name/131\",[27,40.104]],[\"parent/131\",[57,5.396]],[\"name/132\",[31,43.388]],[\"parent/132\",[57,5.396]],[\"name/133\",[43,44.681]],[\"parent/133\",[57,5.396]],[\"name/134\",[44,44.681]],[\"parent/134\",[57,5.396]],[\"name/135\",[45,44.409]],[\"parent/135\",[57,5.396]],[\"name/136\",[46,45.85]],[\"parent/136\",[57,5.396]],[\"name/137\",[47,45.85]],[\"parent/137\",[57,5.396]],[\"name/138\",[48,45.545]],[\"parent/138\",[57,5.396]],[\"name/139\",[58,57.229]],[\"parent/139\",[]],[\"name/140\",[26,35.876]],[\"parent/140\",[58,5.396]],[\"name/141\",[27,40.104]],[\"parent/141\",[58,5.396]],[\"name/142\",[43,44.681]],[\"parent/142\",[58,5.396]],[\"name/143\",[44,44.681]],[\"parent/143\",[58,5.396]],[\"name/144\",[31,43.388]],[\"parent/144\",[58,5.396]],[\"name/145\",[45,44.409]],[\"parent/145\",[58,5.396]],[\"name/146\",[46,45.85]],[\"parent/146\",[58,5.396]],[\"name/147\",[47,45.85]],[\"parent/147\",[58,5.396]],[\"name/148\",[48,45.545]],[\"parent/148\",[58,5.396]],[\"name/149\",[59,57.229]],[\"parent/149\",[]],[\"name/150\",[26,35.876]],[\"parent/150\",[59,5.396]],[\"name/151\",[27,40.104]],[\"parent/151\",[59,5.396]],[\"name/152\",[31,43.388]],[\"parent/152\",[59,5.396]],[\"name/153\",[43,44.681]],[\"parent/153\",[59,5.396]],[\"name/154\",[44,44.681]],[\"parent/154\",[59,5.396]],[\"name/155\",[45,44.409]],[\"parent/155\",[59,5.396]],[\"name/156\",[46,45.85]],[\"parent/156\",[59,5.396]],[\"name/157\",[47,45.85]],[\"parent/157\",[59,5.396]],[\"name/158\",[48,45.545]],[\"parent/158\",[59,5.396]],[\"name/159\",[60,57.229]],[\"parent/159\",[]],[\"name/160\",[26,35.876]],[\"parent/160\",[60,5.396]],[\"name/161\",[27,40.104]],[\"parent/161\",[60,5.396]],[\"name/162\",[31,43.388]],[\"parent/162\",[60,5.396]],[\"name/163\",[43,44.681]],[\"parent/163\",[60,5.396]],[\"name/164\",[44,44.681]],[\"parent/164\",[60,5.396]],[\"name/165\",[45,44.409]],[\"parent/165\",[60,5.396]],[\"name/166\",[46,45.85]],[\"parent/166\",[60,5.396]],[\"name/167\",[47,45.85]],[\"parent/167\",[60,5.396]],[\"name/168\",[48,45.545]],[\"parent/168\",[60,5.396]],[\"name/169\",[61,57.229]],[\"parent/169\",[]],[\"name/170\",[26,35.876]],[\"parent/170\",[61,5.396]],[\"name/171\",[27,40.104]],[\"parent/171\",[61,5.396]],[\"name/172\",[31,43.388]],[\"parent/172\",[61,5.396]],[\"name/173\",[43,44.681]],[\"parent/173\",[61,5.396]],[\"name/174\",[44,44.681]],[\"parent/174\",[61,5.396]],[\"name/175\",[45,44.409]],[\"parent/175\",[61,5.396]],[\"name/176\",[46,45.85]],[\"parent/176\",[61,5.396]],[\"name/177\",[47,45.85]],[\"parent/177\",[61,5.396]],[\"name/178\",[48,45.545]],[\"parent/178\",[61,5.396]],[\"name/179\",[62,57.229]],[\"parent/179\",[]],[\"name/180\",[26,35.876]],[\"parent/180\",[62,5.396]],[\"name/181\",[27,40.104]],[\"parent/181\",[62,5.396]],[\"name/182\",[31,43.388]],[\"parent/182\",[62,5.396]],[\"name/183\",[43,44.681]],[\"parent/183\",[62,5.396]],[\"name/184\",[44,44.681]],[\"parent/184\",[62,5.396]],[\"name/185\",[45,44.409]],[\"parent/185\",[62,5.396]],[\"name/186\",[46,45.85]],[\"parent/186\",[62,5.396]],[\"name/187\",[47,45.85]],[\"parent/187\",[62,5.396]],[\"name/188\",[48,45.545]],[\"parent/188\",[62,5.396]],[\"name/189\",[63,57.229]],[\"parent/189\",[]],[\"name/190\",[26,35.876]],[\"parent/190\",[63,5.396]],[\"name/191\",[27,40.104]],[\"parent/191\",[63,5.396]],[\"name/192\",[31,43.388]],[\"parent/192\",[63,5.396]],[\"name/193\",[43,44.681]],[\"parent/193\",[63,5.396]],[\"name/194\",[44,44.681]],[\"parent/194\",[63,5.396]],[\"name/195\",[45,44.409]],[\"parent/195\",[63,5.396]],[\"name/196\",[46,45.85]],[\"parent/196\",[63,5.396]],[\"name/197\",[47,45.85]],[\"parent/197\",[63,5.396]],[\"name/198\",[48,45.545]],[\"parent/198\",[63,5.396]],[\"name/199\",[64,57.229]],[\"parent/199\",[]],[\"name/200\",[26,35.876]],[\"parent/200\",[64,5.396]],[\"name/201\",[27,40.104]],[\"parent/201\",[64,5.396]],[\"name/202\",[31,43.388]],[\"parent/202\",[64,5.396]],[\"name/203\",[43,44.681]],[\"parent/203\",[64,5.396]],[\"name/204\",[44,44.681]],[\"parent/204\",[64,5.396]],[\"name/205\",[45,44.409]],[\"parent/205\",[64,5.396]],[\"name/206\",[46,45.85]],[\"parent/206\",[64,5.396]],[\"name/207\",[47,45.85]],[\"parent/207\",[64,5.396]],[\"name/208\",[48,45.545]],[\"parent/208\",[64,5.396]],[\"name/209\",[65,57.229]],[\"parent/209\",[]],[\"name/210\",[26,35.876]],[\"parent/210\",[65,5.396]],[\"name/211\",[27,40.104]],[\"parent/211\",[65,5.396]],[\"name/212\",[31,43.388]],[\"parent/212\",[65,5.396]],[\"name/213\",[43,44.681]],[\"parent/213\",[65,5.396]],[\"name/214\",[44,44.681]],[\"parent/214\",[65,5.396]],[\"name/215\",[45,44.409]],[\"parent/215\",[65,5.396]],[\"name/216\",[46,45.85]],[\"parent/216\",[65,5.396]],[\"name/217\",[47,45.85]],[\"parent/217\",[65,5.396]],[\"name/218\",[48,45.545]],[\"parent/218\",[65,5.396]],[\"name/219\",[66,57.229]],[\"parent/219\",[]],[\"name/220\",[26,35.876]],[\"parent/220\",[66,5.396]],[\"name/221\",[27,40.104]],[\"parent/221\",[66,5.396]],[\"name/222\",[31,43.388]],[\"parent/222\",[66,5.396]],[\"name/223\",[43,44.681]],[\"parent/223\",[66,5.396]],[\"name/224\",[44,44.681]],[\"parent/224\",[66,5.396]],[\"name/225\",[45,44.409]],[\"parent/225\",[66,5.396]],[\"name/226\",[46,45.85]],[\"parent/226\",[66,5.396]],[\"name/227\",[47,45.85]],[\"parent/227\",[66,5.396]],[\"name/228\",[48,45.545]],[\"parent/228\",[66,5.396]],[\"name/229\",[67,57.229]],[\"parent/229\",[]],[\"name/230\",[26,35.876]],[\"parent/230\",[67,5.396]],[\"name/231\",[27,40.104]],[\"parent/231\",[67,5.396]],[\"name/232\",[31,43.388]],[\"parent/232\",[67,5.396]],[\"name/233\",[43,44.681]],[\"parent/233\",[67,5.396]],[\"name/234\",[44,44.681]],[\"parent/234\",[67,5.396]],[\"name/235\",[45,44.409]],[\"parent/235\",[67,5.396]],[\"name/236\",[46,45.85]],[\"parent/236\",[67,5.396]],[\"name/237\",[47,45.85]],[\"parent/237\",[67,5.396]],[\"name/238\",[48,45.545]],[\"parent/238\",[67,5.396]],[\"name/239\",[68,57.229]],[\"parent/239\",[]],[\"name/240\",[26,35.876]],[\"parent/240\",[68,5.396]],[\"name/241\",[27,40.104]],[\"parent/241\",[68,5.396]],[\"name/242\",[31,43.388]],[\"parent/242\",[68,5.396]],[\"name/243\",[43,44.681]],[\"parent/243\",[68,5.396]],[\"name/244\",[44,44.681]],[\"parent/244\",[68,5.396]],[\"name/245\",[45,44.409]],[\"parent/245\",[68,5.396]],[\"name/246\",[46,45.85]],[\"parent/246\",[68,5.396]],[\"name/247\",[47,45.85]],[\"parent/247\",[68,5.396]],[\"name/248\",[48,45.545]],[\"parent/248\",[68,5.396]],[\"name/249\",[69,57.229]],[\"parent/249\",[]],[\"name/250\",[26,35.876]],[\"parent/250\",[69,5.396]],[\"name/251\",[27,40.104]],[\"parent/251\",[69,5.396]],[\"name/252\",[31,43.388]],[\"parent/252\",[69,5.396]],[\"name/253\",[43,44.681]],[\"parent/253\",[69,5.396]],[\"name/254\",[44,44.681]],[\"parent/254\",[69,5.396]],[\"name/255\",[45,44.409]],[\"parent/255\",[69,5.396]],[\"name/256\",[46,45.85]],[\"parent/256\",[69,5.396]],[\"name/257\",[47,45.85]],[\"parent/257\",[69,5.396]],[\"name/258\",[48,45.545]],[\"parent/258\",[69,5.396]],[\"name/259\",[70,57.229]],[\"parent/259\",[]],[\"name/260\",[26,35.876]],[\"parent/260\",[70,5.396]],[\"name/261\",[27,40.104]],[\"parent/261\",[70,5.396]],[\"name/262\",[31,43.388]],[\"parent/262\",[70,5.396]],[\"name/263\",[43,44.681]],[\"parent/263\",[70,5.396]],[\"name/264\",[44,44.681]],[\"parent/264\",[70,5.396]],[\"name/265\",[45,44.409]],[\"parent/265\",[70,5.396]],[\"name/266\",[46,45.85]],[\"parent/266\",[70,5.396]],[\"name/267\",[47,45.85]],[\"parent/267\",[70,5.396]],[\"name/268\",[48,45.545]],[\"parent/268\",[70,5.396]],[\"name/269\",[71,57.229]],[\"parent/269\",[]],[\"name/270\",[26,35.876]],[\"parent/270\",[71,5.396]],[\"name/271\",[27,40.104]],[\"parent/271\",[71,5.396]],[\"name/272\",[31,43.388]],[\"parent/272\",[71,5.396]],[\"name/273\",[43,44.681]],[\"parent/273\",[71,5.396]],[\"name/274\",[44,44.681]],[\"parent/274\",[71,5.396]],[\"name/275\",[45,44.409]],[\"parent/275\",[71,5.396]],[\"name/276\",[46,45.85]],[\"parent/276\",[71,5.396]],[\"name/277\",[47,45.85]],[\"parent/277\",[71,5.396]],[\"name/278\",[48,45.545]],[\"parent/278\",[71,5.396]],[\"name/279\",[72,53.978]],[\"parent/279\",[]],[\"name/280\",[26,35.876]],[\"parent/280\",[72,5.09]],[\"name/281\",[27,40.104]],[\"parent/281\",[72,5.09]],[\"name/282\",[39,68.293]],[\"parent/282\",[72,5.09]],[\"name/283\",[40,56.313]],[\"parent/283\",[72,5.09]],[\"name/284\",[41,59.357]],[\"parent/284\",[72,5.09]],[\"name/285\",[42,59.357]],[\"parent/285\",[72,5.09]],[\"name/286\",[31,43.388]],[\"parent/286\",[72,5.09]],[\"name/287\",[43,44.681]],[\"parent/287\",[72,5.09]],[\"name/288\",[44,44.681]],[\"parent/288\",[72,5.09]],[\"name/289\",[45,44.409]],[\"parent/289\",[72,5.09]],[\"name/290\",[46,45.85]],[\"parent/290\",[72,5.09]],[\"name/291\",[47,45.85]],[\"parent/291\",[72,5.09]],[\"name/292\",[48,45.545]],[\"parent/292\",[72,5.09]],[\"name/293\",[73,56.313]],[\"parent/293\",[]],[\"name/294\",[26,35.876]],[\"parent/294\",[73,5.31]],[\"name/295\",[27,40.104]],[\"parent/295\",[73,5.31]],[\"name/296\",[31,43.388]],[\"parent/296\",[73,5.31]],[\"name/297\",[74,65.762]],[\"parent/297\",[73,5.31]],[\"name/298\",[43,44.681]],[\"parent/298\",[73,5.31]],[\"name/299\",[44,44.681]],[\"parent/299\",[73,5.31]],[\"name/300\",[45,44.409]],[\"parent/300\",[73,5.31]],[\"name/301\",[46,45.85]],[\"parent/301\",[73,5.31]],[\"name/302\",[47,45.85]],[\"parent/302\",[73,5.31]],[\"name/303\",[48,45.545]],[\"parent/303\",[73,5.31]],[\"name/304\",[75,56.313]],[\"parent/304\",[]],[\"name/305\",[26,35.876]],[\"parent/305\",[75,5.31]],[\"name/306\",[27,40.104]],[\"parent/306\",[75,5.31]],[\"name/307\",[74,65.762]],[\"parent/307\",[75,5.31]],[\"name/308\",[31,43.388]],[\"parent/308\",[75,5.31]],[\"name/309\",[43,44.681]],[\"parent/309\",[75,5.31]],[\"name/310\",[44,44.681]],[\"parent/310\",[75,5.31]],[\"name/311\",[45,44.409]],[\"parent/311\",[75,5.31]],[\"name/312\",[46,45.85]],[\"parent/312\",[75,5.31]],[\"name/313\",[47,45.85]],[\"parent/313\",[75,5.31]],[\"name/314\",[48,45.545]],[\"parent/314\",[75,5.31]],[\"name/315\",[76,57.229]],[\"parent/315\",[]],[\"name/316\",[26,35.876]],[\"parent/316\",[76,5.396]],[\"name/317\",[27,40.104]],[\"parent/317\",[76,5.396]],[\"name/318\",[31,43.388]],[\"parent/318\",[76,5.396]],[\"name/319\",[43,44.681]],[\"parent/319\",[76,5.396]],[\"name/320\",[44,44.681]],[\"parent/320\",[76,5.396]],[\"name/321\",[45,44.409]],[\"parent/321\",[76,5.396]],[\"name/322\",[46,45.85]],[\"parent/322\",[76,5.396]],[\"name/323\",[47,45.85]],[\"parent/323\",[76,5.396]],[\"name/324\",[48,45.545]],[\"parent/324\",[76,5.396]],[\"name/325\",[77,57.229]],[\"parent/325\",[]],[\"name/326\",[26,35.876]],[\"parent/326\",[77,5.396]],[\"name/327\",[27,40.104]],[\"parent/327\",[77,5.396]],[\"name/328\",[31,43.388]],[\"parent/328\",[77,5.396]],[\"name/329\",[43,44.681]],[\"parent/329\",[77,5.396]],[\"name/330\",[44,44.681]],[\"parent/330\",[77,5.396]],[\"name/331\",[45,44.409]],[\"parent/331\",[77,5.396]],[\"name/332\",[46,45.85]],[\"parent/332\",[77,5.396]],[\"name/333\",[47,45.85]],[\"parent/333\",[77,5.396]],[\"name/334\",[48,45.545]],[\"parent/334\",[77,5.396]],[\"name/335\",[78,57.229]],[\"parent/335\",[]],[\"name/336\",[26,35.876]],[\"parent/336\",[78,5.396]],[\"name/337\",[27,40.104]],[\"parent/337\",[78,5.396]],[\"name/338\",[31,43.388]],[\"parent/338\",[78,5.396]],[\"name/339\",[43,44.681]],[\"parent/339\",[78,5.396]],[\"name/340\",[44,44.681]],[\"parent/340\",[78,5.396]],[\"name/341\",[45,44.409]],[\"parent/341\",[78,5.396]],[\"name/342\",[46,45.85]],[\"parent/342\",[78,5.396]],[\"name/343\",[47,45.85]],[\"parent/343\",[78,5.396]],[\"name/344\",[48,45.545]],[\"parent/344\",[78,5.396]],[\"name/345\",[79,57.229]],[\"parent/345\",[]],[\"name/346\",[26,35.876]],[\"parent/346\",[79,5.396]],[\"name/347\",[27,40.104]],[\"parent/347\",[79,5.396]],[\"name/348\",[31,43.388]],[\"parent/348\",[79,5.396]],[\"name/349\",[43,44.681]],[\"parent/349\",[79,5.396]],[\"name/350\",[44,44.681]],[\"parent/350\",[79,5.396]],[\"name/351\",[45,44.409]],[\"parent/351\",[79,5.396]],[\"name/352\",[46,45.85]],[\"parent/352\",[79,5.396]],[\"name/353\",[47,45.85]],[\"parent/353\",[79,5.396]],[\"name/354\",[48,45.545]],[\"parent/354\",[79,5.396]],[\"name/355\",[80,53.307]],[\"parent/355\",[]],[\"name/356\",[26,35.876]],[\"parent/356\",[80,5.026]],[\"name/357\",[27,40.104]],[\"parent/357\",[80,5.026]],[\"name/358\",[28,68.293]],[\"parent/358\",[80,5.026]],[\"name/359\",[31,43.388]],[\"parent/359\",[80,5.026]],[\"name/360\",[39,68.293]],[\"parent/360\",[80,5.026]],[\"name/361\",[40,56.313]],[\"parent/361\",[80,5.026]],[\"name/362\",[41,59.357]],[\"parent/362\",[80,5.026]],[\"name/363\",[42,59.357]],[\"parent/363\",[80,5.026]],[\"name/364\",[43,44.681]],[\"parent/364\",[80,5.026]],[\"name/365\",[44,44.681]],[\"parent/365\",[80,5.026]],[\"name/366\",[45,44.409]],[\"parent/366\",[80,5.026]],[\"name/367\",[46,45.85]],[\"parent/367\",[80,5.026]],[\"name/368\",[47,45.85]],[\"parent/368\",[80,5.026]],[\"name/369\",[48,45.545]],[\"parent/369\",[80,5.026]],[\"name/370\",[81,43.149]],[\"parent/370\",[]],[\"name/371\",[82,52.085]],[\"parent/371\",[81,4.069]],[\"name/372\",[83,56.313]],[\"parent/372\",[81,4.069]],[\"name/373\",[84,59.357]],[\"parent/373\",[81,4.069]],[\"name/374\",[19,36.969]],[\"parent/374\",[81,4.069]],[\"name/375\",[9,41.021]],[\"parent/375\",[81,4.069]],[\"name/376\",[85,62.059]],[\"parent/376\",[81,4.069]],[\"name/377\",[86,63.741]],[\"parent/377\",[81,4.069]],[\"name/378\",[87,53.978]],[\"parent/378\",[81,4.069]],[\"name/379\",[88,63.741]],[\"parent/379\",[81,4.069]],[\"name/380\",[89,63.741]],[\"parent/380\",[81,4.069]],[\"name/381\",[90,60.618]],[\"parent/381\",[81,4.069]],[\"name/382\",[91,62.059]],[\"parent/382\",[81,4.069]],[\"name/383\",[92,60.618]],[\"parent/383\",[81,4.069]],[\"name/384\",[93,62.059]],[\"parent/384\",[81,4.069]],[\"name/385\",[94,63.741]],[\"parent/385\",[81,4.069]],[\"name/386\",[82,52.085]],[\"parent/386\",[81,4.069]],[\"name/387\",[95,63.741]],[\"parent/387\",[81,4.069]],[\"name/388\",[96,63.741]],[\"parent/388\",[81,4.069]],[\"name/389\",[97,63.741]],[\"parent/389\",[81,4.069]],[\"name/390\",[98,63.741]],[\"parent/390\",[81,4.069]],[\"name/391\",[99,63.741]],[\"parent/391\",[81,4.069]],[\"name/392\",[11,44.681]],[\"parent/392\",[81,4.069]],[\"name/393\",[100,53.978]],[\"parent/393\",[81,4.069]],[\"name/394\",[101,63.741]],[\"parent/394\",[81,4.069]],[\"name/395\",[102,63.741]],[\"parent/395\",[81,4.069]],[\"name/396\",[103,63.741]],[\"parent/396\",[81,4.069]],[\"name/397\",[104,56.313]],[\"parent/397\",[81,4.069]],[\"name/398\",[105,56.313]],[\"parent/398\",[81,4.069]],[\"name/399\",[106,56.313]],[\"parent/399\",[81,4.069]],[\"name/400\",[107,56.313]],[\"parent/400\",[81,4.069]],[\"name/401\",[108,56.313]],[\"parent/401\",[81,4.069]],[\"name/402\",[109,56.313]],[\"parent/402\",[81,4.069]],[\"name/403\",[110,56.313]],[\"parent/403\",[81,4.069]],[\"name/404\",[111,56.313]],[\"parent/404\",[81,4.069]],[\"name/405\",[112,56.313]],[\"parent/405\",[81,4.069]],[\"name/406\",[113,56.313]],[\"parent/406\",[81,4.069]],[\"name/407\",[114,56.313]],[\"parent/407\",[81,4.069]],[\"name/408\",[115,56.313]],[\"parent/408\",[81,4.069]],[\"name/409\",[116,56.313]],[\"parent/409\",[81,4.069]],[\"name/410\",[117,56.313]],[\"parent/410\",[81,4.069]],[\"name/411\",[118,56.313]],[\"parent/411\",[81,4.069]],[\"name/412\",[119,55.473]],[\"parent/412\",[]],[\"name/413\",[120,68.293]],[\"parent/413\",[119,5.231]],[\"name/414\",[121,76.826]],[\"parent/414\",[119,5.231]],[\"name/415\",[122,76.826]],[\"parent/415\",[119,5.231]],[\"name/416\",[123,76.826]],[\"parent/416\",[119,5.231]],[\"name/417\",[124,76.826]],[\"parent/417\",[119,5.231]],[\"name/418\",[125,71.682]],[\"parent/418\",[119,5.231]],[\"name/419\",[126,71.682]],[\"parent/419\",[119,5.231]],[\"name/420\",[127,76.826]],[\"parent/420\",[119,5.231]],[\"name/421\",[128,76.826]],[\"parent/421\",[119,5.231]],[\"name/422\",[129,76.826]],[\"parent/422\",[119,5.231]],[\"name/423\",[130,40.461]],[\"parent/423\",[]],[\"name/424\",[82,52.085]],[\"parent/424\",[130,3.815]],[\"name/425\",[131,68.293]],[\"parent/425\",[130,3.815]],[\"name/426\",[102,63.741]],[\"parent/426\",[130,3.815]],[\"name/427\",[97,63.741]],[\"parent/427\",[130,3.815]],[\"name/428\",[24,45.545]],[\"parent/428\",[130,3.815]],[\"name/429\",[132,76.826]],[\"parent/429\",[130,3.815]],[\"name/430\",[133,60.618]],[\"parent/430\",[130,3.815]],[\"name/431\",[134,76.826]],[\"parent/431\",[130,3.815]],[\"name/432\",[135,62.059]],[\"parent/432\",[130,3.815]],[\"name/433\",[136,71.682]],[\"parent/433\",[130,3.815]],[\"name/434\",[137,76.826]],[\"parent/434\",[130,3.815]],[\"name/435\",[138,76.826]],[\"parent/435\",[130,3.815]],[\"name/436\",[139,60.618]],[\"parent/436\",[130,3.815]],[\"name/437\",[140,56.313]],[\"parent/437\",[130,3.815]],[\"name/438\",[141,76.826]],[\"parent/438\",[130,3.815]],[\"name/439\",[142,76.826]],[\"parent/439\",[130,3.815]],[\"name/440\",[83,56.313]],[\"parent/440\",[130,3.815]],[\"name/441\",[84,59.357]],[\"parent/441\",[130,3.815]],[\"name/442\",[19,36.969]],[\"parent/442\",[130,3.815]],[\"name/443\",[9,41.021]],[\"parent/443\",[130,3.815]],[\"name/444\",[85,62.059]],[\"parent/444\",[130,3.815]],[\"name/445\",[86,63.741]],[\"parent/445\",[130,3.815]],[\"name/446\",[87,53.978]],[\"parent/446\",[130,3.815]],[\"name/447\",[88,63.741]],[\"parent/447\",[130,3.815]],[\"name/448\",[89,63.741]],[\"parent/448\",[130,3.815]],[\"name/449\",[90,60.618]],[\"parent/449\",[130,3.815]],[\"name/450\",[91,62.059]],[\"parent/450\",[130,3.815]],[\"name/451\",[92,60.618]],[\"parent/451\",[130,3.815]],[\"name/452\",[93,62.059]],[\"parent/452\",[130,3.815]],[\"name/453\",[94,63.741]],[\"parent/453\",[130,3.815]],[\"name/454\",[82,52.085]],[\"parent/454\",[130,3.815]],[\"name/455\",[95,63.741]],[\"parent/455\",[130,3.815]],[\"name/456\",[96,63.741]],[\"parent/456\",[130,3.815]],[\"name/457\",[98,63.741]],[\"parent/457\",[130,3.815]],[\"name/458\",[99,63.741]],[\"parent/458\",[130,3.815]],[\"name/459\",[11,44.681]],[\"parent/459\",[130,3.815]],[\"name/460\",[100,53.978]],[\"parent/460\",[130,3.815]],[\"name/461\",[101,63.741]],[\"parent/461\",[130,3.815]],[\"name/462\",[103,63.741]],[\"parent/462\",[130,3.815]],[\"name/463\",[104,56.313]],[\"parent/463\",[130,3.815]],[\"name/464\",[105,56.313]],[\"parent/464\",[130,3.815]],[\"name/465\",[106,56.313]],[\"parent/465\",[130,3.815]],[\"name/466\",[107,56.313]],[\"parent/466\",[130,3.815]],[\"name/467\",[108,56.313]],[\"parent/467\",[130,3.815]],[\"name/468\",[109,56.313]],[\"parent/468\",[130,3.815]],[\"name/469\",[110,56.313]],[\"parent/469\",[130,3.815]],[\"name/470\",[111,56.313]],[\"parent/470\",[130,3.815]],[\"name/471\",[112,56.313]],[\"parent/471\",[130,3.815]],[\"name/472\",[113,56.313]],[\"parent/472\",[130,3.815]],[\"name/473\",[114,56.313]],[\"parent/473\",[130,3.815]],[\"name/474\",[115,56.313]],[\"parent/474\",[130,3.815]],[\"name/475\",[116,56.313]],[\"parent/475\",[130,3.815]],[\"name/476\",[117,56.313]],[\"parent/476\",[130,3.815]],[\"name/477\",[118,56.313]],[\"parent/477\",[130,3.815]],[\"name/478\",[143,50.011]],[\"parent/478\",[]],[\"name/479\",[27,40.104]],[\"parent/479\",[143,4.716]],[\"name/480\",[104,56.313]],[\"parent/480\",[143,4.716]],[\"name/481\",[105,56.313]],[\"parent/481\",[143,4.716]],[\"name/482\",[106,56.313]],[\"parent/482\",[143,4.716]],[\"name/483\",[107,56.313]],[\"parent/483\",[143,4.716]],[\"name/484\",[108,56.313]],[\"parent/484\",[143,4.716]],[\"name/485\",[109,56.313]],[\"parent/485\",[143,4.716]],[\"name/486\",[110,56.313]],[\"parent/486\",[143,4.716]],[\"name/487\",[111,56.313]],[\"parent/487\",[143,4.716]],[\"name/488\",[112,56.313]],[\"parent/488\",[143,4.716]],[\"name/489\",[113,56.313]],[\"parent/489\",[143,4.716]],[\"name/490\",[114,56.313]],[\"parent/490\",[143,4.716]],[\"name/491\",[115,56.313]],[\"parent/491\",[143,4.716]],[\"name/492\",[116,56.313]],[\"parent/492\",[143,4.716]],[\"name/493\",[117,56.313]],[\"parent/493\",[143,4.716]],[\"name/494\",[118,56.313]],[\"parent/494\",[143,4.716]],[\"name/495\",[144,41.214]],[\"parent/495\",[]],[\"name/496\",[14,45.85]],[\"parent/496\",[144,3.886]],[\"name/497\",[145,76.826]],[\"parent/497\",[144,3.886]],[\"name/498\",[84,59.357]],[\"parent/498\",[144,3.886]],[\"name/499\",[9,41.021]],[\"parent/499\",[144,3.886]],[\"name/500\",[19,36.969]],[\"parent/500\",[144,3.886]],[\"name/501\",[146,62.059]],[\"parent/501\",[144,3.886]],[\"name/502\",[23,41.214]],[\"parent/502\",[144,3.886]],[\"name/503\",[147,49.554]],[\"parent/503\",[144,3.886]],[\"name/504\",[148,76.826]],[\"parent/504\",[144,3.886]],[\"name/505\",[149,76.826]],[\"parent/505\",[144,3.886]],[\"name/506\",[150,76.826]],[\"parent/506\",[144,3.886]],[\"name/507\",[151,71.682]],[\"parent/507\",[144,3.886]],[\"name/508\",[152,71.682]],[\"parent/508\",[144,3.886]],[\"name/509\",[153,76.826]],[\"parent/509\",[144,3.886]],[\"name/510\",[154,71.682]],[\"parent/510\",[144,3.886]],[\"name/511\",[155,76.826]],[\"parent/511\",[144,3.886]],[\"name/512\",[156,71.682]],[\"parent/512\",[144,3.886]],[\"name/513\",[157,71.682]],[\"parent/513\",[144,3.886]],[\"name/514\",[158,76.826]],[\"parent/514\",[144,3.886]],[\"name/515\",[159,63.741]],[\"parent/515\",[144,3.886]],[\"name/516\",[160,55.473]],[\"parent/516\",[144,3.886]],[\"name/517\",[161,76.826]],[\"parent/517\",[144,3.886]],[\"name/518\",[162,71.682]],[\"parent/518\",[144,3.886]],[\"name/519\",[163,76.826]],[\"parent/519\",[144,3.886]],[\"name/520\",[164,76.826]],[\"parent/520\",[144,3.886]],[\"name/521\",[165,76.826]],[\"parent/521\",[144,3.886]],[\"name/522\",[166,76.826]],[\"parent/522\",[144,3.886]],[\"name/523\",[167,76.826]],[\"parent/523\",[144,3.886]],[\"name/524\",[168,71.682]],[\"parent/524\",[144,3.886]],[\"name/525\",[169,76.826]],[\"parent/525\",[144,3.886]],[\"name/526\",[170,76.826]],[\"parent/526\",[144,3.886]],[\"name/527\",[171,76.826]],[\"parent/527\",[144,3.886]],[\"name/528\",[172,76.826]],[\"parent/528\",[144,3.886]],[\"name/529\",[173,71.682]],[\"parent/529\",[144,3.886]],[\"name/530\",[174,76.826]],[\"parent/530\",[144,3.886]],[\"name/531\",[175,76.826]],[\"parent/531\",[144,3.886]],[\"name/532\",[176,76.826]],[\"parent/532\",[144,3.886]],[\"name/533\",[177,71.682]],[\"parent/533\",[144,3.886]],[\"name/534\",[178,68.293]],[\"parent/534\",[144,3.886]],[\"name/535\",[179,76.826]],[\"parent/535\",[144,3.886]],[\"name/536\",[180,76.826]],[\"parent/536\",[144,3.886]],[\"name/537\",[181,76.826]],[\"parent/537\",[144,3.886]],[\"name/538\",[182,65.762]],[\"parent/538\",[144,3.886]],[\"name/539\",[183,48.293]],[\"parent/539\",[144,3.886]],[\"name/540\",[184,60.618]],[\"parent/540\",[144,3.886]],[\"name/541\",[185,62.059]],[\"parent/541\",[144,3.886]],[\"name/542\",[186,68.293]],[\"parent/542\",[144,3.886]],[\"name/543\",[187,68.293]],[\"parent/543\",[144,3.886]],[\"name/544\",[188,42.462]],[\"parent/544\",[]],[\"name/545\",[189,76.826]],[\"parent/545\",[188,4.004]],[\"name/546\",[190,76.826]],[\"parent/546\",[188,4.004]],[\"name/547\",[191,76.826]],[\"parent/547\",[188,4.004]],[\"name/548\",[192,76.826]],[\"parent/548\",[188,4.004]],[\"name/549\",[193,76.826]],[\"parent/549\",[188,4.004]],[\"name/550\",[194,76.826]],[\"parent/550\",[188,4.004]],[\"name/551\",[27,40.104]],[\"parent/551\",[188,4.004]],[\"name/552\",[195,71.682]],[\"parent/552\",[188,4.004]],[\"name/553\",[160,55.473]],[\"parent/553\",[188,4.004]],[\"name/554\",[196,68.293]],[\"parent/554\",[188,4.004]],[\"name/555\",[197,71.682]],[\"parent/555\",[188,4.004]],[\"name/556\",[9,41.021]],[\"parent/556\",[188,4.004]],[\"name/557\",[19,36.969]],[\"parent/557\",[188,4.004]],[\"name/558\",[146,62.059]],[\"parent/558\",[188,4.004]],[\"name/559\",[23,41.214]],[\"parent/559\",[188,4.004]],[\"name/560\",[84,59.357]],[\"parent/560\",[188,4.004]],[\"name/561\",[198,76.826]],[\"parent/561\",[188,4.004]],[\"name/562\",[120,68.293]],[\"parent/562\",[188,4.004]],[\"name/563\",[177,71.682]],[\"parent/563\",[188,4.004]],[\"name/564\",[119,55.473]],[\"parent/564\",[188,4.004]],[\"name/565\",[144,41.214]],[\"parent/565\",[188,4.004]],[\"name/566\",[173,71.682]],[\"parent/566\",[188,4.004]],[\"name/567\",[199,76.826]],[\"parent/567\",[188,4.004]],[\"name/568\",[200,76.826]],[\"parent/568\",[188,4.004]],[\"name/569\",[201,76.826]],[\"parent/569\",[188,4.004]],[\"name/570\",[202,76.826]],[\"parent/570\",[188,4.004]],[\"name/571\",[203,76.826]],[\"parent/571\",[188,4.004]],[\"name/572\",[162,71.682]],[\"parent/572\",[188,4.004]],[\"name/573\",[125,71.682]],[\"parent/573\",[188,4.004]],[\"name/574\",[126,71.682]],[\"parent/574\",[188,4.004]],[\"name/575\",[204,76.826]],[\"parent/575\",[188,4.004]],[\"name/576\",[205,68.293]],[\"parent/576\",[188,4.004]],[\"name/577\",[168,71.682]],[\"parent/577\",[188,4.004]],[\"name/578\",[206,76.826]],[\"parent/578\",[188,4.004]],[\"name/579\",[178,68.293]],[\"parent/579\",[188,4.004]],[\"name/580\",[182,65.762]],[\"parent/580\",[188,4.004]],[\"name/581\",[183,48.293]],[\"parent/581\",[188,4.004]],[\"name/582\",[207,39.76]],[\"parent/582\",[]],[\"name/583\",[82,52.085]],[\"parent/583\",[207,3.749]],[\"name/584\",[102,63.741]],[\"parent/584\",[207,3.749]],[\"name/585\",[97,63.741]],[\"parent/585\",[207,3.749]],[\"name/586\",[187,68.293]],[\"parent/586\",[207,3.749]],[\"name/587\",[24,45.545]],[\"parent/587\",[207,3.749]],[\"name/588\",[208,57.229]],[\"parent/588\",[207,3.749]],[\"name/589\",[147,49.554]],[\"parent/589\",[207,3.749]],[\"name/590\",[209,65.762]],[\"parent/590\",[207,3.749]],[\"name/591\",[210,62.059]],[\"parent/591\",[207,3.749]],[\"name/592\",[211,71.682]],[\"parent/592\",[207,3.749]],[\"name/593\",[212,71.682]],[\"parent/593\",[207,3.749]],[\"name/594\",[213,76.826]],[\"parent/594\",[207,3.749]],[\"name/595\",[12,45.545]],[\"parent/595\",[207,3.749]],[\"name/596\",[214,59.357]],[\"parent/596\",[207,3.749]],[\"name/597\",[11,44.681]],[\"parent/597\",[207,3.749]],[\"name/598\",[136,71.682]],[\"parent/598\",[207,3.749]],[\"name/599\",[140,56.313]],[\"parent/599\",[207,3.749]],[\"name/600\",[215,62.059]],[\"parent/600\",[207,3.749]],[\"name/601\",[10,43.388]],[\"parent/601\",[207,3.749]],[\"name/602\",[133,60.618]],[\"parent/602\",[207,3.749]],[\"name/603\",[139,60.618]],[\"parent/603\",[207,3.749]],[\"name/604\",[83,56.313]],[\"parent/604\",[207,3.749]],[\"name/605\",[84,59.357]],[\"parent/605\",[207,3.749]],[\"name/606\",[19,36.969]],[\"parent/606\",[207,3.749]],[\"name/607\",[9,41.021]],[\"parent/607\",[207,3.749]],[\"name/608\",[85,62.059]],[\"parent/608\",[207,3.749]],[\"name/609\",[86,63.741]],[\"parent/609\",[207,3.749]],[\"name/610\",[87,53.978]],[\"parent/610\",[207,3.749]],[\"name/611\",[88,63.741]],[\"parent/611\",[207,3.749]],[\"name/612\",[89,63.741]],[\"parent/612\",[207,3.749]],[\"name/613\",[90,60.618]],[\"parent/613\",[207,3.749]],[\"name/614\",[91,62.059]],[\"parent/614\",[207,3.749]],[\"name/615\",[92,60.618]],[\"parent/615\",[207,3.749]],[\"name/616\",[93,62.059]],[\"parent/616\",[207,3.749]],[\"name/617\",[94,63.741]],[\"parent/617\",[207,3.749]],[\"name/618\",[82,52.085]],[\"parent/618\",[207,3.749]],[\"name/619\",[95,63.741]],[\"parent/619\",[207,3.749]],[\"name/620\",[96,63.741]],[\"parent/620\",[207,3.749]],[\"name/621\",[98,63.741]],[\"parent/621\",[207,3.749]],[\"name/622\",[99,63.741]],[\"parent/622\",[207,3.749]],[\"name/623\",[100,53.978]],[\"parent/623\",[207,3.749]],[\"name/624\",[101,63.741]],[\"parent/624\",[207,3.749]],[\"name/625\",[103,63.741]],[\"parent/625\",[207,3.749]],[\"name/626\",[104,56.313]],[\"parent/626\",[207,3.749]],[\"name/627\",[105,56.313]],[\"parent/627\",[207,3.749]],[\"name/628\",[106,56.313]],[\"parent/628\",[207,3.749]],[\"name/629\",[107,56.313]],[\"parent/629\",[207,3.749]],[\"name/630\",[108,56.313]],[\"parent/630\",[207,3.749]],[\"name/631\",[109,56.313]],[\"parent/631\",[207,3.749]],[\"name/632\",[110,56.313]],[\"parent/632\",[207,3.749]],[\"name/633\",[111,56.313]],[\"parent/633\",[207,3.749]],[\"name/634\",[112,56.313]],[\"parent/634\",[207,3.749]],[\"name/635\",[113,56.313]],[\"parent/635\",[207,3.749]],[\"name/636\",[114,56.313]],[\"parent/636\",[207,3.749]],[\"name/637\",[115,56.313]],[\"parent/637\",[207,3.749]],[\"name/638\",[116,56.313]],[\"parent/638\",[207,3.749]],[\"name/639\",[117,56.313]],[\"parent/639\",[207,3.749]],[\"name/640\",[118,56.313]],[\"parent/640\",[207,3.749]],[\"name/641\",[216,47.533]],[\"parent/641\",[]],[\"name/642\",[217,65.762]],[\"parent/642\",[216,4.482]],[\"name/643\",[27,40.104]],[\"parent/643\",[216,4.482]],[\"name/644\",[218,76.826]],[\"parent/644\",[216,4.482]],[\"name/645\",[219,76.826]],[\"parent/645\",[216,4.482]],[\"name/646\",[220,76.826]],[\"parent/646\",[216,4.482]],[\"name/647\",[221,71.682]],[\"parent/647\",[216,4.482]],[\"name/648\",[159,63.741]],[\"parent/648\",[216,4.482]],[\"name/649\",[222,76.826]],[\"parent/649\",[216,4.482]],[\"name/650\",[156,71.682]],[\"parent/650\",[216,4.482]],[\"name/651\",[157,71.682]],[\"parent/651\",[216,4.482]],[\"name/652\",[182,65.762]],[\"parent/652\",[216,4.482]],[\"name/653\",[104,56.313]],[\"parent/653\",[216,4.482]],[\"name/654\",[105,56.313]],[\"parent/654\",[216,4.482]],[\"name/655\",[106,56.313]],[\"parent/655\",[216,4.482]],[\"name/656\",[107,56.313]],[\"parent/656\",[216,4.482]],[\"name/657\",[108,56.313]],[\"parent/657\",[216,4.482]],[\"name/658\",[109,56.313]],[\"parent/658\",[216,4.482]],[\"name/659\",[110,56.313]],[\"parent/659\",[216,4.482]],[\"name/660\",[111,56.313]],[\"parent/660\",[216,4.482]],[\"name/661\",[112,56.313]],[\"parent/661\",[216,4.482]],[\"name/662\",[113,56.313]],[\"parent/662\",[216,4.482]],[\"name/663\",[114,56.313]],[\"parent/663\",[216,4.482]],[\"name/664\",[115,56.313]],[\"parent/664\",[216,4.482]],[\"name/665\",[116,56.313]],[\"parent/665\",[216,4.482]],[\"name/666\",[117,56.313]],[\"parent/666\",[216,4.482]],[\"name/667\",[118,56.313]],[\"parent/667\",[216,4.482]],[\"name/668\",[223,42.243]],[\"parent/668\",[]],[\"name/669\",[82,52.085]],[\"parent/669\",[223,3.983]],[\"name/670\",[27,40.104]],[\"parent/670\",[223,3.983]],[\"name/671\",[224,68.293]],[\"parent/671\",[223,3.983]],[\"name/672\",[208,57.229]],[\"parent/672\",[223,3.983]],[\"name/673\",[160,55.473]],[\"parent/673\",[223,3.983]],[\"name/674\",[102,63.741]],[\"parent/674\",[223,3.983]],[\"name/675\",[83,56.313]],[\"parent/675\",[223,3.983]],[\"name/676\",[84,59.357]],[\"parent/676\",[223,3.983]],[\"name/677\",[19,36.969]],[\"parent/677\",[223,3.983]],[\"name/678\",[9,41.021]],[\"parent/678\",[223,3.983]],[\"name/679\",[85,62.059]],[\"parent/679\",[223,3.983]],[\"name/680\",[86,63.741]],[\"parent/680\",[223,3.983]],[\"name/681\",[87,53.978]],[\"parent/681\",[223,3.983]],[\"name/682\",[88,63.741]],[\"parent/682\",[223,3.983]],[\"name/683\",[89,63.741]],[\"parent/683\",[223,3.983]],[\"name/684\",[90,60.618]],[\"parent/684\",[223,3.983]],[\"name/685\",[91,62.059]],[\"parent/685\",[223,3.983]],[\"name/686\",[92,60.618]],[\"parent/686\",[223,3.983]],[\"name/687\",[93,62.059]],[\"parent/687\",[223,3.983]],[\"name/688\",[94,63.741]],[\"parent/688\",[223,3.983]],[\"name/689\",[82,52.085]],[\"parent/689\",[223,3.983]],[\"name/690\",[95,63.741]],[\"parent/690\",[223,3.983]],[\"name/691\",[96,63.741]],[\"parent/691\",[223,3.983]],[\"name/692\",[97,63.741]],[\"parent/692\",[223,3.983]],[\"name/693\",[98,63.741]],[\"parent/693\",[223,3.983]],[\"name/694\",[99,63.741]],[\"parent/694\",[223,3.983]],[\"name/695\",[11,44.681]],[\"parent/695\",[223,3.983]],[\"name/696\",[100,53.978]],[\"parent/696\",[223,3.983]],[\"name/697\",[101,63.741]],[\"parent/697\",[223,3.983]],[\"name/698\",[103,63.741]],[\"parent/698\",[223,3.983]],[\"name/699\",[104,56.313]],[\"parent/699\",[223,3.983]],[\"name/700\",[105,56.313]],[\"parent/700\",[223,3.983]],[\"name/701\",[106,56.313]],[\"parent/701\",[223,3.983]],[\"name/702\",[107,56.313]],[\"parent/702\",[223,3.983]],[\"name/703\",[108,56.313]],[\"parent/703\",[223,3.983]],[\"name/704\",[109,56.313]],[\"parent/704\",[223,3.983]],[\"name/705\",[110,56.313]],[\"parent/705\",[223,3.983]],[\"name/706\",[111,56.313]],[\"parent/706\",[223,3.983]],[\"name/707\",[112,56.313]],[\"parent/707\",[223,3.983]],[\"name/708\",[113,56.313]],[\"parent/708\",[223,3.983]],[\"name/709\",[114,56.313]],[\"parent/709\",[223,3.983]],[\"name/710\",[115,56.313]],[\"parent/710\",[223,3.983]],[\"name/711\",[116,56.313]],[\"parent/711\",[223,3.983]],[\"name/712\",[117,56.313]],[\"parent/712\",[223,3.983]],[\"name/713\",[118,56.313]],[\"parent/713\",[223,3.983]],[\"name/714\",[225,42.462]],[\"parent/714\",[]],[\"name/715\",[82,52.085]],[\"parent/715\",[225,4.004]],[\"name/716\",[27,40.104]],[\"parent/716\",[225,4.004]],[\"name/717\",[224,68.293]],[\"parent/717\",[225,4.004]],[\"name/718\",[160,55.473]],[\"parent/718\",[225,4.004]],[\"name/719\",[102,63.741]],[\"parent/719\",[225,4.004]],[\"name/720\",[83,56.313]],[\"parent/720\",[225,4.004]],[\"name/721\",[84,59.357]],[\"parent/721\",[225,4.004]],[\"name/722\",[19,36.969]],[\"parent/722\",[225,4.004]],[\"name/723\",[9,41.021]],[\"parent/723\",[225,4.004]],[\"name/724\",[85,62.059]],[\"parent/724\",[225,4.004]],[\"name/725\",[86,63.741]],[\"parent/725\",[225,4.004]],[\"name/726\",[87,53.978]],[\"parent/726\",[225,4.004]],[\"name/727\",[88,63.741]],[\"parent/727\",[225,4.004]],[\"name/728\",[89,63.741]],[\"parent/728\",[225,4.004]],[\"name/729\",[90,60.618]],[\"parent/729\",[225,4.004]],[\"name/730\",[91,62.059]],[\"parent/730\",[225,4.004]],[\"name/731\",[92,60.618]],[\"parent/731\",[225,4.004]],[\"name/732\",[93,62.059]],[\"parent/732\",[225,4.004]],[\"name/733\",[94,63.741]],[\"parent/733\",[225,4.004]],[\"name/734\",[82,52.085]],[\"parent/734\",[225,4.004]],[\"name/735\",[95,63.741]],[\"parent/735\",[225,4.004]],[\"name/736\",[96,63.741]],[\"parent/736\",[225,4.004]],[\"name/737\",[97,63.741]],[\"parent/737\",[225,4.004]],[\"name/738\",[98,63.741]],[\"parent/738\",[225,4.004]],[\"name/739\",[99,63.741]],[\"parent/739\",[225,4.004]],[\"name/740\",[11,44.681]],[\"parent/740\",[225,4.004]],[\"name/741\",[100,53.978]],[\"parent/741\",[225,4.004]],[\"name/742\",[101,63.741]],[\"parent/742\",[225,4.004]],[\"name/743\",[103,63.741]],[\"parent/743\",[225,4.004]],[\"name/744\",[104,56.313]],[\"parent/744\",[225,4.004]],[\"name/745\",[105,56.313]],[\"parent/745\",[225,4.004]],[\"name/746\",[106,56.313]],[\"parent/746\",[225,4.004]],[\"name/747\",[107,56.313]],[\"parent/747\",[225,4.004]],[\"name/748\",[108,56.313]],[\"parent/748\",[225,4.004]],[\"name/749\",[109,56.313]],[\"parent/749\",[225,4.004]],[\"name/750\",[110,56.313]],[\"parent/750\",[225,4.004]],[\"name/751\",[111,56.313]],[\"parent/751\",[225,4.004]],[\"name/752\",[112,56.313]],[\"parent/752\",[225,4.004]],[\"name/753\",[113,56.313]],[\"parent/753\",[225,4.004]],[\"name/754\",[114,56.313]],[\"parent/754\",[225,4.004]],[\"name/755\",[115,56.313]],[\"parent/755\",[225,4.004]],[\"name/756\",[116,56.313]],[\"parent/756\",[225,4.004]],[\"name/757\",[117,56.313]],[\"parent/757\",[225,4.004]],[\"name/758\",[118,56.313]],[\"parent/758\",[225,4.004]],[\"name/759\",[183,48.293]],[\"parent/759\",[]],[\"name/760\",[226,71.682]],[\"parent/760\",[183,4.554]],[\"name/761\",[227,76.826]],[\"parent/761\",[183,4.554]],[\"name/762\",[228,76.826]],[\"parent/762\",[183,4.554]],[\"name/763\",[208,57.229]],[\"parent/763\",[183,4.554]],[\"name/764\",[229,76.826]],[\"parent/764\",[183,4.554]],[\"name/765\",[27,40.104]],[\"parent/765\",[183,4.554]],[\"name/766\",[230,76.826]],[\"parent/766\",[183,4.554]],[\"name/767\",[231,76.826]],[\"parent/767\",[183,4.554]],[\"name/768\",[232,76.826]],[\"parent/768\",[183,4.554]],[\"name/769\",[233,71.682]],[\"parent/769\",[183,4.554]],[\"name/770\",[234,62.059]],[\"parent/770\",[183,4.554]],[\"name/771\",[235,76.826]],[\"parent/771\",[183,4.554]],[\"name/772\",[236,76.826]],[\"parent/772\",[183,4.554]],[\"name/773\",[237,76.826]],[\"parent/773\",[183,4.554]],[\"name/774\",[238,76.826]],[\"parent/774\",[183,4.554]],[\"name/775\",[239,45.545]],[\"parent/775\",[]],[\"name/776\",[240,71.682]],[\"parent/776\",[239,4.295]],[\"name/777\",[27,40.104]],[\"parent/777\",[239,4.295]],[\"name/778\",[160,55.473]],[\"parent/778\",[239,4.295]],[\"name/779\",[241,56.313]],[\"parent/779\",[239,4.295]],[\"name/780\",[242,54.698]],[\"parent/780\",[239,4.295]],[\"name/781\",[9,41.021]],[\"parent/781\",[239,4.295]],[\"name/782\",[23,41.214]],[\"parent/782\",[239,4.295]],[\"name/783\",[19,36.969]],[\"parent/783\",[239,4.295]],[\"name/784\",[146,62.059]],[\"parent/784\",[239,4.295]],[\"name/785\",[183,48.293]],[\"parent/785\",[239,4.295]],[\"name/786\",[240,71.682]],[\"parent/786\",[239,4.295]],[\"name/787\",[82,52.085]],[\"parent/787\",[239,4.295]],[\"name/788\",[188,42.462]],[\"parent/788\",[239,4.295]],[\"name/789\",[243,76.826]],[\"parent/789\",[239,4.295]],[\"name/790\",[244,76.826]],[\"parent/790\",[239,4.295]],[\"name/791\",[178,68.293]],[\"parent/791\",[239,4.295]],[\"name/792\",[182,65.762]],[\"parent/792\",[239,4.295]],[\"name/793\",[104,56.313]],[\"parent/793\",[239,4.295]],[\"name/794\",[105,56.313]],[\"parent/794\",[239,4.295]],[\"name/795\",[106,56.313]],[\"parent/795\",[239,4.295]],[\"name/796\",[107,56.313]],[\"parent/796\",[239,4.295]],[\"name/797\",[108,56.313]],[\"parent/797\",[239,4.295]],[\"name/798\",[109,56.313]],[\"parent/798\",[239,4.295]],[\"name/799\",[110,56.313]],[\"parent/799\",[239,4.295]],[\"name/800\",[111,56.313]],[\"parent/800\",[239,4.295]],[\"name/801\",[112,56.313]],[\"parent/801\",[239,4.295]],[\"name/802\",[113,56.313]],[\"parent/802\",[239,4.295]],[\"name/803\",[114,56.313]],[\"parent/803\",[239,4.295]],[\"name/804\",[115,56.313]],[\"parent/804\",[239,4.295]],[\"name/805\",[116,56.313]],[\"parent/805\",[239,4.295]],[\"name/806\",[117,56.313]],[\"parent/806\",[239,4.295]],[\"name/807\",[118,56.313]],[\"parent/807\",[239,4.295]],[\"name/808\",[245,63.741]],[\"parent/808\",[]],[\"name/809\",[246,71.682]],[\"parent/809\",[245,6.01]],[\"name/810\",[247,76.826]],[\"parent/810\",[245,6.01]],[\"name/811\",[248,76.826]],[\"parent/811\",[245,6.01]],[\"name/812\",[27,40.104]],[\"parent/812\",[245,6.01]],[\"name/813\",[249,68.293]],[\"parent/813\",[]],[\"name/814\",[249,68.293]],[\"parent/814\",[]],[\"name/815\",[250,71.682]],[\"parent/815\",[]],[\"name/816\",[250,71.682]],[\"parent/816\",[]],[\"name/817\",[251,68.293]],[\"parent/817\",[]],[\"name/818\",[251,68.293]],[\"parent/818\",[]],[\"name/819\",[252,68.293]],[\"parent/819\",[]],[\"name/820\",[252,68.293]],[\"parent/820\",[]],[\"name/821\",[253,76.826]],[\"parent/821\",[]],[\"name/822\",[254,71.682]],[\"parent/822\",[]],[\"name/823\",[254,71.682]],[\"parent/823\",[]],[\"name/824\",[255,71.682]],[\"parent/824\",[]],[\"name/825\",[255,71.682]],[\"parent/825\",[]],[\"name/826\",[256,71.682]],[\"parent/826\",[]],[\"name/827\",[256,71.682]],[\"parent/827\",[]],[\"name/828\",[257,62.059]],[\"parent/828\",[]],[\"name/829\",[257,62.059]],[\"parent/829\",[]],[\"name/830\",[258,71.682]],[\"parent/830\",[]],[\"name/831\",[258,71.682]],[\"parent/831\",[]],[\"name/832\",[259,71.682]],[\"parent/832\",[]],[\"name/833\",[259,71.682]],[\"parent/833\",[]],[\"name/834\",[260,65.762]],[\"parent/834\",[]],[\"name/835\",[260,65.762]],[\"parent/835\",[]],[\"name/836\",[205,68.293]],[\"parent/836\",[]],[\"name/837\",[205,68.293]],[\"parent/837\",[]],[\"name/838\",[261,68.293]],[\"parent/838\",[]],[\"name/839\",[261,68.293]],[\"parent/839\",[]],[\"name/840\",[262,71.682]],[\"parent/840\",[]],[\"name/841\",[262,71.682]],[\"parent/841\",[]],[\"name/842\",[263,71.682]],[\"parent/842\",[]],[\"name/843\",[263,71.682]],[\"parent/843\",[]],[\"name/844\",[264,71.682]],[\"parent/844\",[]],[\"name/845\",[264,71.682]],[\"parent/845\",[]],[\"name/846\",[9,41.021]],[\"parent/846\",[]],[\"name/847\",[265,68.293]],[\"parent/847\",[9,3.868]],[\"name/848\",[266,76.826]],[\"parent/848\",[9,3.868]],[\"name/849\",[267,71.682]],[\"parent/849\",[9,3.868]],[\"name/850\",[268,76.826]],[\"parent/850\",[9,3.868]],[\"name/851\",[269,71.682]],[\"parent/851\",[9,3.868]],[\"name/852\",[27,40.104]],[\"parent/852\",[9,3.868]],[\"name/853\",[270,76.826]],[\"parent/853\",[9,3.868]],[\"name/854\",[271,63.741]],[\"parent/854\",[9,3.868]],[\"name/855\",[19,36.969]],[\"parent/855\",[]],[\"name/856\",[272,68.293]],[\"parent/856\",[19,3.486]],[\"name/857\",[273,76.826]],[\"parent/857\",[19,3.486]],[\"name/858\",[274,71.682]],[\"parent/858\",[19,3.486]],[\"name/859\",[275,76.826]],[\"parent/859\",[19,3.486]],[\"name/860\",[276,71.682]],[\"parent/860\",[19,3.486]],[\"name/861\",[272,68.293]],[\"parent/861\",[19,3.486]],[\"name/862\",[277,76.826]],[\"parent/862\",[19,3.486]],[\"name/863\",[274,71.682]],[\"parent/863\",[19,3.486]],[\"name/864\",[278,76.826]],[\"parent/864\",[19,3.486]],[\"name/865\",[276,71.682]],[\"parent/865\",[19,3.486]],[\"name/866\",[279,68.293]],[\"parent/866\",[19,3.486]],[\"name/867\",[265,68.293]],[\"parent/867\",[19,3.486]],[\"name/868\",[280,76.826]],[\"parent/868\",[19,3.486]],[\"name/869\",[281,71.682]],[\"parent/869\",[19,3.486]],[\"name/870\",[27,40.104]],[\"parent/870\",[19,3.486]],[\"name/871\",[282,76.826]],[\"parent/871\",[19,3.486]],[\"name/872\",[283,71.682]],[\"parent/872\",[19,3.486]],[\"name/873\",[284,65.762]],[\"parent/873\",[19,3.486]],[\"name/874\",[285,63.741]],[\"parent/874\",[19,3.486]],[\"name/875\",[286,65.762]],[\"parent/875\",[19,3.486]],[\"name/876\",[287,76.826]],[\"parent/876\",[19,3.486]],[\"name/877\",[281,71.682]],[\"parent/877\",[19,3.486]],[\"name/878\",[196,68.293]],[\"parent/878\",[19,3.486]],[\"name/879\",[197,71.682]],[\"parent/879\",[19,3.486]],[\"name/880\",[288,65.762]],[\"parent/880\",[19,3.486]],[\"name/881\",[271,63.741]],[\"parent/881\",[19,3.486]],[\"name/882\",[23,41.214]],[\"parent/882\",[]],[\"name/883\",[265,68.293]],[\"parent/883\",[23,3.886]],[\"name/884\",[27,40.104]],[\"parent/884\",[23,3.886]],[\"name/885\",[289,65.762]],[\"parent/885\",[23,3.886]],[\"name/886\",[290,71.682]],[\"parent/886\",[23,3.886]],[\"name/887\",[291,71.682]],[\"parent/887\",[23,3.886]],[\"name/888\",[292,71.682]],[\"parent/888\",[23,3.886]],[\"name/889\",[293,58.237]],[\"parent/889\",[]],[\"name/890\",[294,50.995]],[\"parent/890\",[293,5.491]],[\"name/891\",[295,56.313]],[\"parent/891\",[293,5.491]],[\"name/892\",[296,68.293]],[\"parent/892\",[293,5.491]],[\"name/893\",[297,65.762]],[\"parent/893\",[293,5.491]],[\"name/894\",[298,68.293]],[\"parent/894\",[293,5.491]],[\"name/895\",[299,71.682]],[\"parent/895\",[293,5.491]],[\"name/896\",[300,65.762]],[\"parent/896\",[293,5.491]],[\"name/897\",[301,68.293]],[\"parent/897\",[293,5.491]],[\"name/898\",[302,57.229]],[\"parent/898\",[]],[\"name/899\",[303,76.826]],[\"parent/899\",[302,5.396]],[\"name/900\",[296,68.293]],[\"parent/900\",[302,5.396]],[\"name/901\",[195,71.682]],[\"parent/901\",[302,5.396]],[\"name/902\",[298,68.293]],[\"parent/902\",[302,5.396]],[\"name/903\",[120,68.293]],[\"parent/903\",[302,5.396]],[\"name/904\",[294,50.995]],[\"parent/904\",[302,5.396]],[\"name/905\",[295,56.313]],[\"parent/905\",[302,5.396]],[\"name/906\",[300,65.762]],[\"parent/906\",[302,5.396]],[\"name/907\",[301,68.293]],[\"parent/907\",[302,5.396]],[\"name/908\",[304,58.237]],[\"parent/908\",[]],[\"name/909\",[294,50.995]],[\"parent/909\",[304,5.491]],[\"name/910\",[295,56.313]],[\"parent/910\",[304,5.491]],[\"name/911\",[296,68.293]],[\"parent/911\",[304,5.491]],[\"name/912\",[297,65.762]],[\"parent/912\",[304,5.491]],[\"name/913\",[298,68.293]],[\"parent/913\",[304,5.491]],[\"name/914\",[305,71.682]],[\"parent/914\",[304,5.491]],[\"name/915\",[300,65.762]],[\"parent/915\",[304,5.491]],[\"name/916\",[301,68.293]],[\"parent/916\",[304,5.491]],[\"name/917\",[306,65.762]],[\"parent/917\",[]],[\"name/918\",[295,56.313]],[\"parent/918\",[306,6.201]],[\"name/919\",[307,56.313]],[\"parent/919\",[306,6.201]],[\"name/920\",[294,50.995]],[\"parent/920\",[306,6.201]],[\"name/921\",[308,65.762]],[\"parent/921\",[]],[\"name/922\",[295,56.313]],[\"parent/922\",[308,6.201]],[\"name/923\",[307,56.313]],[\"parent/923\",[308,6.201]],[\"name/924\",[294,50.995]],[\"parent/924\",[308,6.201]],[\"name/925\",[309,65.762]],[\"parent/925\",[]],[\"name/926\",[74,65.762]],[\"parent/926\",[309,6.201]],[\"name/927\",[307,56.313]],[\"parent/927\",[309,6.201]],[\"name/928\",[294,50.995]],[\"parent/928\",[309,6.201]],[\"name/929\",[310,68.293]],[\"parent/929\",[]],[\"name/930\",[307,56.313]],[\"parent/930\",[310,6.439]],[\"name/931\",[294,50.995]],[\"parent/931\",[310,6.439]],[\"name/932\",[311,62.059]],[\"parent/932\",[]],[\"name/933\",[295,56.313]],[\"parent/933\",[311,5.852]],[\"name/934\",[74,65.762]],[\"parent/934\",[311,5.852]],[\"name/935\",[300,65.762]],[\"parent/935\",[311,5.852]],[\"name/936\",[307,56.313]],[\"parent/936\",[311,5.852]],[\"name/937\",[294,50.995]],[\"parent/937\",[311,5.852]],[\"name/938\",[312,65.762]],[\"parent/938\",[]],[\"name/939\",[295,56.313]],[\"parent/939\",[312,6.201]],[\"name/940\",[307,56.313]],[\"parent/940\",[312,6.201]],[\"name/941\",[294,50.995]],[\"parent/941\",[312,6.201]],[\"name/942\",[313,68.293]],[\"parent/942\",[]],[\"name/943\",[307,56.313]],[\"parent/943\",[313,6.439]],[\"name/944\",[294,50.995]],[\"parent/944\",[313,6.439]],[\"name/945\",[314,68.293]],[\"parent/945\",[]],[\"name/946\",[307,56.313]],[\"parent/946\",[314,6.439]],[\"name/947\",[294,50.995]],[\"parent/947\",[314,6.439]],[\"name/948\",[315,65.762]],[\"parent/948\",[]],[\"name/949\",[160,55.473]],[\"parent/949\",[315,6.201]],[\"name/950\",[307,56.313]],[\"parent/950\",[315,6.201]],[\"name/951\",[294,50.995]],[\"parent/951\",[315,6.201]],[\"name/952\",[316,68.293]],[\"parent/952\",[]],[\"name/953\",[307,56.313]],[\"parent/953\",[316,6.439]],[\"name/954\",[294,50.995]],[\"parent/954\",[316,6.439]],[\"name/955\",[317,65.762]],[\"parent/955\",[]],[\"name/956\",[295,56.313]],[\"parent/956\",[317,6.201]],[\"name/957\",[307,56.313]],[\"parent/957\",[317,6.201]],[\"name/958\",[294,50.995]],[\"parent/958\",[317,6.201]],[\"name/959\",[318,68.293]],[\"parent/959\",[]],[\"name/960\",[319,62.059]],[\"parent/960\",[318,6.439]],[\"name/961\",[294,50.995]],[\"parent/961\",[318,6.439]],[\"name/962\",[320,63.741]],[\"parent/962\",[]],[\"name/963\",[319,62.059]],[\"parent/963\",[320,6.01]],[\"name/964\",[294,50.995]],[\"parent/964\",[320,6.01]],[\"name/965\",[321,71.682]],[\"parent/965\",[320,6.01]],[\"name/966\",[322,71.682]],[\"parent/966\",[320,6.01]],[\"name/967\",[323,65.762]],[\"parent/967\",[]],[\"name/968\",[295,56.313]],[\"parent/968\",[323,6.201]],[\"name/969\",[297,65.762]],[\"parent/969\",[323,6.201]],[\"name/970\",[299,71.682]],[\"parent/970\",[323,6.201]],[\"name/971\",[324,71.682]],[\"parent/971\",[]],[\"name/972\",[295,56.313]],[\"parent/972\",[324,6.759]],[\"name/973\",[325,65.762]],[\"parent/973\",[]],[\"name/974\",[295,56.313]],[\"parent/974\",[325,6.201]],[\"name/975\",[297,65.762]],[\"parent/975\",[325,6.201]],[\"name/976\",[305,71.682]],[\"parent/976\",[325,6.201]],[\"name/977\",[326,68.293]],[\"parent/977\",[]],[\"name/978\",[319,62.059]],[\"parent/978\",[326,6.439]],[\"name/979\",[294,50.995]],[\"parent/979\",[326,6.439]],[\"name/980\",[327,71.682]],[\"parent/980\",[]],[\"name/981\",[319,62.059]],[\"parent/981\",[327,6.759]],[\"name/982\",[328,65.762]],[\"parent/982\",[]],[\"name/983\",[319,62.059]],[\"parent/983\",[328,6.201]],[\"name/984\",[321,71.682]],[\"parent/984\",[328,6.201]],[\"name/985\",[322,71.682]],[\"parent/985\",[328,6.201]],[\"name/986\",[329,71.682]],[\"parent/986\",[]],[\"name/987\",[319,62.059]],[\"parent/987\",[329,6.759]],[\"name/988\",[330,68.293]],[\"parent/988\",[]],[\"name/989\",[21,43.388]],[\"parent/989\",[330,6.439]],[\"name/990\",[22,44.409]],[\"parent/990\",[330,6.439]],[\"name/991\",[331,55.473]],[\"parent/991\",[]],[\"name/992\",[42,59.357]],[\"parent/992\",[331,5.231]],[\"name/993\",[29,71.682]],[\"parent/993\",[331,5.231]],[\"name/994\",[332,76.826]],[\"parent/994\",[331,5.231]],[\"name/995\",[37,65.762]],[\"parent/995\",[331,5.231]],[\"name/996\",[333,71.682]],[\"parent/996\",[331,5.231]],[\"name/997\",[334,71.682]],[\"parent/997\",[331,5.231]],[\"name/998\",[335,71.682]],[\"parent/998\",[331,5.231]],[\"name/999\",[336,71.682]],[\"parent/999\",[331,5.231]],[\"name/1000\",[337,71.682]],[\"parent/1000\",[331,5.231]],[\"name/1001\",[338,76.826]],[\"parent/1001\",[331,5.231]],[\"name/1002\",[339,76.826]],[\"parent/1002\",[331,5.231]],[\"name/1003\",[340,62.059]],[\"parent/1003\",[]],[\"name/1004\",[217,65.762]],[\"parent/1004\",[340,5.852]],[\"name/1005\",[43,44.681]],[\"parent/1005\",[340,5.852]],[\"name/1006\",[45,44.409]],[\"parent/1006\",[340,5.852]],[\"name/1007\",[41,59.357]],[\"parent/1007\",[340,5.852]],[\"name/1008\",[341,76.826]],[\"parent/1008\",[340,5.852]],[\"name/1009\",[342,47.173]],[\"parent/1009\",[]],[\"name/1010\",[28,68.293]],[\"parent/1010\",[342,4.448]],[\"name/1011\",[32,68.293]],[\"parent/1011\",[342,4.448]],[\"name/1012\",[33,68.293]],[\"parent/1012\",[342,4.448]],[\"name/1013\",[34,68.293]],[\"parent/1013\",[342,4.448]],[\"name/1014\",[35,68.293]],[\"parent/1014\",[342,4.448]],[\"name/1015\",[36,68.293]],[\"parent/1015\",[342,4.448]],[\"name/1016\",[38,71.682]],[\"parent/1016\",[342,4.448]],[\"name/1017\",[37,65.762]],[\"parent/1017\",[342,4.448]],[\"name/1018\",[42,59.357]],[\"parent/1018\",[342,4.448]],[\"name/1019\",[333,71.682]],[\"parent/1019\",[342,4.448]],[\"name/1020\",[334,71.682]],[\"parent/1020\",[342,4.448]],[\"name/1021\",[335,71.682]],[\"parent/1021\",[342,4.448]],[\"name/1022\",[336,71.682]],[\"parent/1022\",[342,4.448]],[\"name/1023\",[337,71.682]],[\"parent/1023\",[342,4.448]],[\"name/1024\",[343,76.826]],[\"parent/1024\",[342,4.448]],[\"name/1025\",[344,76.826]],[\"parent/1025\",[342,4.448]],[\"name/1026\",[345,76.826]],[\"parent/1026\",[342,4.448]],[\"name/1027\",[346,76.826]],[\"parent/1027\",[342,4.448]],[\"name/1028\",[347,76.826]],[\"parent/1028\",[342,4.448]],[\"name/1029\",[348,76.826]],[\"parent/1029\",[342,4.448]],[\"name/1030\",[349,76.826]],[\"parent/1030\",[342,4.448]],[\"name/1031\",[350,76.826]],[\"parent/1031\",[342,4.448]],[\"name/1032\",[351,76.826]],[\"parent/1032\",[342,4.448]],[\"name/1033\",[352,76.826]],[\"parent/1033\",[342,4.448]],[\"name/1034\",[271,63.741]],[\"parent/1034\",[342,4.448]],[\"name/1035\",[353,63.741]],[\"parent/1035\",[342,4.448]],[\"name/1036\",[354,76.826]],[\"parent/1036\",[342,4.448]],[\"name/1037\",[355,65.762]],[\"parent/1037\",[]],[\"name/1038\",[208,57.229]],[\"parent/1038\",[355,6.201]],[\"name/1039\",[10,43.388]],[\"parent/1039\",[355,6.201]],[\"name/1040\",[147,49.554]],[\"parent/1040\",[355,6.201]],[\"name/1041\",[356,65.762]],[\"parent/1041\",[]],[\"name/1042\",[208,57.229]],[\"parent/1042\",[356,6.201]],[\"name/1043\",[10,43.388]],[\"parent/1043\",[356,6.201]],[\"name/1044\",[147,49.554]],[\"parent/1044\",[356,6.201]],[\"name/1045\",[357,71.682]],[\"parent/1045\",[]],[\"name/1046\",[358,76.826]],[\"parent/1046\",[357,6.759]],[\"name/1047\",[359,62.059]],[\"parent/1047\",[]],[\"name/1048\",[208,57.229]],[\"parent/1048\",[359,5.852]],[\"name/1049\",[360,76.826]],[\"parent/1049\",[359,5.852]],[\"name/1050\",[10,43.388]],[\"parent/1050\",[359,5.852]],[\"name/1051\",[147,49.554]],[\"parent/1051\",[359,5.852]],[\"name/1052\",[361,58.237]],[\"parent/1052\",[359,5.852]],[\"name/1053\",[362,60.618]],[\"parent/1053\",[]],[\"name/1054\",[208,57.229]],[\"parent/1054\",[362,5.716]],[\"name/1055\",[185,62.059]],[\"parent/1055\",[362,5.716]],[\"name/1056\",[363,62.059]],[\"parent/1056\",[362,5.716]],[\"name/1057\",[10,43.388]],[\"parent/1057\",[362,5.716]],[\"name/1058\",[147,49.554]],[\"parent/1058\",[362,5.716]],[\"name/1059\",[361,58.237]],[\"parent/1059\",[362,5.716]],[\"name/1060\",[364,60.618]],[\"parent/1060\",[]],[\"name/1061\",[208,57.229]],[\"parent/1061\",[364,5.716]],[\"name/1062\",[185,62.059]],[\"parent/1062\",[364,5.716]],[\"name/1063\",[363,62.059]],[\"parent/1063\",[364,5.716]],[\"name/1064\",[10,43.388]],[\"parent/1064\",[364,5.716]],[\"name/1065\",[147,49.554]],[\"parent/1065\",[364,5.716]],[\"name/1066\",[361,58.237]],[\"parent/1066\",[364,5.716]],[\"name/1067\",[40,56.313]],[\"parent/1067\",[]],[\"name/1068\",[27,40.104]],[\"parent/1068\",[40,5.31]],[\"name/1069\",[43,44.681]],[\"parent/1069\",[40,5.31]],[\"name/1070\",[45,44.409]],[\"parent/1070\",[40,5.31]],[\"name/1071\",[41,59.357]],[\"parent/1071\",[40,5.31]],[\"name/1072\",[30,65.762]],[\"parent/1072\",[40,5.31]],[\"name/1073\",[271,63.741]],[\"parent/1073\",[40,5.31]],[\"name/1074\",[353,63.741]],[\"parent/1074\",[40,5.31]],[\"name/1075\",[365,57.229]],[\"parent/1075\",[]],[\"name/1076\",[27,40.104]],[\"parent/1076\",[365,5.396]],[\"name/1077\",[30,65.762]],[\"parent/1077\",[365,5.396]],[\"name/1078\",[43,44.681]],[\"parent/1078\",[365,5.396]],[\"name/1079\",[217,65.762]],[\"parent/1079\",[365,5.396]],[\"name/1080\",[45,44.409]],[\"parent/1080\",[365,5.396]],[\"name/1081\",[41,59.357]],[\"parent/1081\",[365,5.396]],[\"name/1082\",[366,76.826]],[\"parent/1082\",[365,5.396]],[\"name/1083\",[271,63.741]],[\"parent/1083\",[365,5.396]],[\"name/1084\",[353,63.741]],[\"parent/1084\",[365,5.396]],[\"name/1085\",[367,58.237]],[\"parent/1085\",[]],[\"name/1086\",[27,40.104]],[\"parent/1086\",[367,5.491]],[\"name/1087\",[368,76.826]],[\"parent/1087\",[367,5.491]],[\"name/1088\",[369,76.826]],[\"parent/1088\",[367,5.491]],[\"name/1089\",[370,76.826]],[\"parent/1089\",[367,5.491]],[\"name/1090\",[249,68.293]],[\"parent/1090\",[367,5.491]],[\"name/1091\",[371,76.826]],[\"parent/1091\",[367,5.491]],[\"name/1092\",[372,60.618]],[\"parent/1092\",[367,5.491]],[\"name/1093\",[373,76.826]],[\"parent/1093\",[367,5.491]],[\"name/1094\",[374,56.313]],[\"parent/1094\",[]],[\"name/1095\",[375,68.293]],[\"parent/1095\",[374,5.31]],[\"name/1096\",[376,68.293]],[\"parent/1096\",[374,5.31]],[\"name/1097\",[184,60.618]],[\"parent/1097\",[374,5.31]],[\"name/1098\",[159,63.741]],[\"parent/1098\",[374,5.31]],[\"name/1099\",[21,43.388]],[\"parent/1099\",[374,5.31]],[\"name/1100\",[146,62.059]],[\"parent/1100\",[374,5.31]],[\"name/1101\",[23,41.214]],[\"parent/1101\",[374,5.31]],[\"name/1102\",[377,68.293]],[\"parent/1102\",[374,5.31]],[\"name/1103\",[378,68.293]],[\"parent/1103\",[374,5.31]],[\"name/1104\",[379,68.293]],[\"parent/1104\",[374,5.31]],[\"name/1105\",[380,57.229]],[\"parent/1105\",[]],[\"name/1106\",[381,76.826]],[\"parent/1106\",[380,5.396]],[\"name/1107\",[185,62.059]],[\"parent/1107\",[380,5.396]],[\"name/1108\",[151,71.682]],[\"parent/1108\",[380,5.396]],[\"name/1109\",[152,71.682]],[\"parent/1109\",[380,5.396]],[\"name/1110\",[154,71.682]],[\"parent/1110\",[380,5.396]],[\"name/1111\",[221,71.682]],[\"parent/1111\",[380,5.396]],[\"name/1112\",[361,58.237]],[\"parent/1112\",[380,5.396]],[\"name/1113\",[10,43.388]],[\"parent/1113\",[380,5.396]],[\"name/1114\",[363,62.059]],[\"parent/1114\",[380,5.396]],[\"name/1115\",[382,65.762]],[\"parent/1115\",[]],[\"name/1116\",[43,44.681]],[\"parent/1116\",[382,6.201]],[\"name/1117\",[45,44.409]],[\"parent/1117\",[382,6.201]],[\"name/1118\",[41,59.357]],[\"parent/1118\",[382,6.201]],[\"name/1119\",[383,55.473]],[\"parent/1119\",[]],[\"name/1120\",[27,40.104]],[\"parent/1120\",[383,5.231]],[\"name/1121\",[379,68.293]],[\"parent/1121\",[383,5.231]],[\"name/1122\",[375,68.293]],[\"parent/1122\",[383,5.231]],[\"name/1123\",[376,68.293]],[\"parent/1123\",[383,5.231]],[\"name/1124\",[184,60.618]],[\"parent/1124\",[383,5.231]],[\"name/1125\",[159,63.741]],[\"parent/1125\",[383,5.231]],[\"name/1126\",[21,43.388]],[\"parent/1126\",[383,5.231]],[\"name/1127\",[146,62.059]],[\"parent/1127\",[383,5.231]],[\"name/1128\",[23,41.214]],[\"parent/1128\",[383,5.231]],[\"name/1129\",[377,68.293]],[\"parent/1129\",[383,5.231]],[\"name/1130\",[378,68.293]],[\"parent/1130\",[383,5.231]],[\"name/1131\",[384,54.698]],[\"parent/1131\",[]],[\"name/1132\",[27,40.104]],[\"parent/1132\",[384,5.158]],[\"name/1133\",[385,76.826]],[\"parent/1133\",[384,5.158]],[\"name/1134\",[379,68.293]],[\"parent/1134\",[384,5.158]],[\"name/1135\",[375,68.293]],[\"parent/1135\",[384,5.158]],[\"name/1136\",[376,68.293]],[\"parent/1136\",[384,5.158]],[\"name/1137\",[184,60.618]],[\"parent/1137\",[384,5.158]],[\"name/1138\",[159,63.741]],[\"parent/1138\",[384,5.158]],[\"name/1139\",[21,43.388]],[\"parent/1139\",[384,5.158]],[\"name/1140\",[146,62.059]],[\"parent/1140\",[384,5.158]],[\"name/1141\",[23,41.214]],[\"parent/1141\",[384,5.158]],[\"name/1142\",[377,68.293]],[\"parent/1142\",[384,5.158]],[\"name/1143\",[378,68.293]],[\"parent/1143\",[384,5.158]],[\"name/1144\",[386,44.409]],[\"parent/1144\",[]],[\"name/1145\",[387,76.826]],[\"parent/1145\",[386,4.187]],[\"name/1146\",[388,76.826]],[\"parent/1146\",[386,4.187]],[\"name/1147\",[389,71.682]],[\"parent/1147\",[386,4.187]],[\"name/1148\",[82,52.085]],[\"parent/1148\",[386,4.187]],[\"name/1149\",[390,76.826]],[\"parent/1149\",[386,4.187]],[\"name/1150\",[391,60.618]],[\"parent/1150\",[386,4.187]],[\"name/1151\",[234,62.059]],[\"parent/1151\",[386,4.187]],[\"name/1152\",[392,76.826]],[\"parent/1152\",[386,4.187]],[\"name/1153\",[131,68.293]],[\"parent/1153\",[386,4.187]],[\"name/1154\",[160,55.473]],[\"parent/1154\",[386,4.187]],[\"name/1155\",[224,68.293]],[\"parent/1155\",[386,4.187]],[\"name/1156\",[84,59.357]],[\"parent/1156\",[386,4.187]],[\"name/1157\",[393,60.618]],[\"parent/1157\",[386,4.187]],[\"name/1158\",[394,76.826]],[\"parent/1158\",[386,4.187]],[\"name/1159\",[395,71.682]],[\"parent/1159\",[386,4.187]],[\"name/1160\",[91,62.059]],[\"parent/1160\",[386,4.187]],[\"name/1161\",[92,60.618]],[\"parent/1161\",[386,4.187]],[\"name/1162\",[93,62.059]],[\"parent/1162\",[386,4.187]],[\"name/1163\",[85,62.059]],[\"parent/1163\",[386,4.187]],[\"name/1164\",[82,52.085]],[\"parent/1164\",[386,4.187]],[\"name/1165\",[90,60.618]],[\"parent/1165\",[386,4.187]],[\"name/1166\",[104,56.313]],[\"parent/1166\",[386,4.187]],[\"name/1167\",[105,56.313]],[\"parent/1167\",[386,4.187]],[\"name/1168\",[106,56.313]],[\"parent/1168\",[386,4.187]],[\"name/1169\",[107,56.313]],[\"parent/1169\",[386,4.187]],[\"name/1170\",[108,56.313]],[\"parent/1170\",[386,4.187]],[\"name/1171\",[109,56.313]],[\"parent/1171\",[386,4.187]],[\"name/1172\",[110,56.313]],[\"parent/1172\",[386,4.187]],[\"name/1173\",[111,56.313]],[\"parent/1173\",[386,4.187]],[\"name/1174\",[112,56.313]],[\"parent/1174\",[386,4.187]],[\"name/1175\",[113,56.313]],[\"parent/1175\",[386,4.187]],[\"name/1176\",[114,56.313]],[\"parent/1176\",[386,4.187]],[\"name/1177\",[115,56.313]],[\"parent/1177\",[386,4.187]],[\"name/1178\",[116,56.313]],[\"parent/1178\",[386,4.187]],[\"name/1179\",[117,56.313]],[\"parent/1179\",[386,4.187]],[\"name/1180\",[118,56.313]],[\"parent/1180\",[386,4.187]],[\"name/1181\",[396,60.618]],[\"parent/1181\",[]],[\"name/1182\",[397,53.307]],[\"parent/1182\",[396,5.716]],[\"name/1183\",[398,49.116]],[\"parent/1183\",[396,5.716]],[\"name/1184\",[399,49.116]],[\"parent/1184\",[396,5.716]],[\"name/1185\",[400,52.085]],[\"parent/1185\",[396,5.716]],[\"name/1186\",[401,52.677]],[\"parent/1186\",[396,5.716]],[\"name/1187\",[402,54.698]],[\"parent/1187\",[396,5.716]],[\"name/1188\",[403,60.618]],[\"parent/1188\",[]],[\"name/1189\",[397,53.307]],[\"parent/1189\",[403,5.716]],[\"name/1190\",[398,49.116]],[\"parent/1190\",[403,5.716]],[\"name/1191\",[399,49.116]],[\"parent/1191\",[403,5.716]],[\"name/1192\",[400,52.085]],[\"parent/1192\",[403,5.716]],[\"name/1193\",[401,52.677]],[\"parent/1193\",[403,5.716]],[\"name/1194\",[402,54.698]],[\"parent/1194\",[403,5.716]],[\"name/1195\",[404,59.357]],[\"parent/1195\",[]],[\"name/1196\",[397,53.307]],[\"parent/1196\",[404,5.597]],[\"name/1197\",[398,49.116]],[\"parent/1197\",[404,5.597]],[\"name/1198\",[399,49.116]],[\"parent/1198\",[404,5.597]],[\"name/1199\",[400,52.085]],[\"parent/1199\",[404,5.597]],[\"name/1200\",[401,52.677]],[\"parent/1200\",[404,5.597]],[\"name/1201\",[402,54.698]],[\"parent/1201\",[404,5.597]],[\"name/1202\",[405,62.059]],[\"parent/1202\",[404,5.597]],[\"name/1203\",[406,56.313]],[\"parent/1203\",[]],[\"name/1204\",[397,53.307]],[\"parent/1204\",[406,5.31]],[\"name/1205\",[407,59.357]],[\"parent/1205\",[406,5.31]],[\"name/1206\",[408,65.762]],[\"parent/1206\",[406,5.31]],[\"name/1207\",[398,49.116]],[\"parent/1207\",[406,5.31]],[\"name/1208\",[399,49.116]],[\"parent/1208\",[406,5.31]],[\"name/1209\",[400,52.085]],[\"parent/1209\",[406,5.31]],[\"name/1210\",[401,52.677]],[\"parent/1210\",[406,5.31]],[\"name/1211\",[409,63.741]],[\"parent/1211\",[406,5.31]],[\"name/1212\",[26,35.876]],[\"parent/1212\",[406,5.31]],[\"name/1213\",[398,49.116]],[\"parent/1213\",[410,7.244]],[\"name/1214\",[402,54.698]],[\"parent/1214\",[406,5.31]],[\"name/1215\",[411,76.826]],[\"parent/1215\",[]],[\"name/1216\",[412,71.682]],[\"parent/1216\",[]],[\"name/1217\",[402,54.698]],[\"parent/1217\",[412,6.759]],[\"name/1218\",[413,63.741]],[\"parent/1218\",[]],[\"name/1219\",[398,49.116]],[\"parent/1219\",[413,6.01]],[\"name/1220\",[399,49.116]],[\"parent/1220\",[413,6.01]],[\"name/1221\",[400,52.085]],[\"parent/1221\",[413,6.01]],[\"name/1222\",[401,52.677]],[\"parent/1222\",[413,6.01]],[\"name/1223\",[414,68.293]],[\"parent/1223\",[]],[\"name/1224\",[409,63.741]],[\"parent/1224\",[414,6.439]],[\"name/1225\",[26,35.876]],[\"parent/1225\",[414,6.439]],[\"name/1226\",[398,49.116]],[\"parent/1226\",[415,7.244]],[\"name/1227\",[416,71.682]],[\"parent/1227\",[]],[\"name/1228\",[405,62.059]],[\"parent/1228\",[416,6.759]],[\"name/1229\",[417,59.357]],[\"parent/1229\",[]],[\"name/1230\",[397,53.307]],[\"parent/1230\",[417,5.597]],[\"name/1231\",[407,59.357]],[\"parent/1231\",[417,5.597]],[\"name/1232\",[26,35.876]],[\"parent/1232\",[417,5.597]],[\"name/1233\",[188,42.462]],[\"parent/1233\",[418,7.244]],[\"name/1234\",[398,49.116]],[\"parent/1234\",[417,5.597]],[\"name/1235\",[399,49.116]],[\"parent/1235\",[417,5.597]],[\"name/1236\",[400,52.085]],[\"parent/1236\",[417,5.597]],[\"name/1237\",[401,52.677]],[\"parent/1237\",[417,5.597]],[\"name/1238\",[419,59.357]],[\"parent/1238\",[]],[\"name/1239\",[397,53.307]],[\"parent/1239\",[419,5.597]],[\"name/1240\",[407,59.357]],[\"parent/1240\",[419,5.597]],[\"name/1241\",[398,49.116]],[\"parent/1241\",[419,5.597]],[\"name/1242\",[399,49.116]],[\"parent/1242\",[419,5.597]],[\"name/1243\",[400,52.085]],[\"parent/1243\",[419,5.597]],[\"name/1244\",[401,52.677]],[\"parent/1244\",[419,5.597]],[\"name/1245\",[402,54.698]],[\"parent/1245\",[419,5.597]],[\"name/1246\",[420,59.357]],[\"parent/1246\",[]],[\"name/1247\",[397,53.307]],[\"parent/1247\",[420,5.597]],[\"name/1248\",[398,49.116]],[\"parent/1248\",[420,5.597]],[\"name/1249\",[399,49.116]],[\"parent/1249\",[420,5.597]],[\"name/1250\",[400,52.085]],[\"parent/1250\",[420,5.597]],[\"name/1251\",[401,52.677]],[\"parent/1251\",[420,5.597]],[\"name/1252\",[402,54.698]],[\"parent/1252\",[420,5.597]],[\"name/1253\",[405,62.059]],[\"parent/1253\",[420,5.597]],[\"name/1254\",[421,76.826]],[\"parent/1254\",[]],[\"name/1255\",[422,56.313]],[\"parent/1255\",[]],[\"name/1256\",[397,53.307]],[\"parent/1256\",[422,5.31]],[\"name/1257\",[423,63.741]],[\"parent/1257\",[422,5.31]],[\"name/1258\",[407,59.357]],[\"parent/1258\",[422,5.31]],[\"name/1259\",[398,49.116]],[\"parent/1259\",[422,5.31]],[\"name/1260\",[399,49.116]],[\"parent/1260\",[422,5.31]],[\"name/1261\",[400,52.085]],[\"parent/1261\",[422,5.31]],[\"name/1262\",[401,52.677]],[\"parent/1262\",[422,5.31]],[\"name/1263\",[409,63.741]],[\"parent/1263\",[422,5.31]],[\"name/1264\",[26,35.876]],[\"parent/1264\",[422,5.31]],[\"name/1265\",[398,49.116]],[\"parent/1265\",[424,7.244]],[\"name/1266\",[402,54.698]],[\"parent/1266\",[422,5.31]],[\"name/1267\",[425,62.059]],[\"parent/1267\",[]],[\"name/1268\",[397,53.307]],[\"parent/1268\",[425,5.852]],[\"name/1269\",[398,49.116]],[\"parent/1269\",[425,5.852]],[\"name/1270\",[399,49.116]],[\"parent/1270\",[425,5.852]],[\"name/1271\",[400,52.085]],[\"parent/1271\",[425,5.852]],[\"name/1272\",[401,52.677]],[\"parent/1272\",[425,5.852]],[\"name/1273\",[426,68.293]],[\"parent/1273\",[]],[\"name/1274\",[188,42.462]],[\"parent/1274\",[426,6.439]],[\"name/1275\",[427,71.682]],[\"parent/1275\",[426,6.439]],[\"name/1276\",[428,45.85]],[\"parent/1276\",[]],[\"name/1277\",[423,63.741]],[\"parent/1277\",[428,4.323]],[\"name/1278\",[408,65.762]],[\"parent/1278\",[428,4.323]],[\"name/1279\",[214,59.357]],[\"parent/1279\",[428,4.323]],[\"name/1280\",[429,71.682]],[\"parent/1280\",[428,4.323]],[\"name/1281\",[430,71.682]],[\"parent/1281\",[428,4.323]],[\"name/1282\",[431,71.682]],[\"parent/1282\",[428,4.323]],[\"name/1283\",[100,53.978]],[\"parent/1283\",[428,4.323]],[\"name/1284\",[432,76.826]],[\"parent/1284\",[428,4.323]],[\"name/1285\",[215,62.059]],[\"parent/1285\",[428,4.323]],[\"name/1286\",[3,56.313]],[\"parent/1286\",[428,4.323]],[\"name/1287\",[433,58.237]],[\"parent/1287\",[428,4.323]],[\"name/1288\",[11,44.681]],[\"parent/1288\",[428,4.323]],[\"name/1289\",[10,43.388]],[\"parent/1289\",[428,4.323]],[\"name/1290\",[147,49.554]],[\"parent/1290\",[428,4.323]],[\"name/1291\",[7,55.473]],[\"parent/1291\",[428,4.323]],[\"name/1292\",[135,62.059]],[\"parent/1292\",[428,4.323]],[\"name/1293\",[8,46.49]],[\"parent/1293\",[428,4.323]],[\"name/1294\",[9,41.021]],[\"parent/1294\",[428,4.323]],[\"name/1295\",[12,45.545]],[\"parent/1295\",[428,4.323]],[\"name/1296\",[13,45.249]],[\"parent/1296\",[428,4.323]],[\"name/1297\",[14,45.85]],[\"parent/1297\",[428,4.323]],[\"name/1298\",[15,46.49]],[\"parent/1298\",[428,4.323]],[\"name/1299\",[16,46.49]],[\"parent/1299\",[428,4.323]],[\"name/1300\",[17,44.961]],[\"parent/1300\",[428,4.323]],[\"name/1301\",[18,46.165]],[\"parent/1301\",[428,4.323]],[\"name/1302\",[19,36.969]],[\"parent/1302\",[428,4.323]],[\"name/1303\",[20,46.165]],[\"parent/1303\",[428,4.323]],[\"name/1304\",[21,43.388]],[\"parent/1304\",[428,4.323]],[\"name/1305\",[22,44.409]],[\"parent/1305\",[428,4.323]],[\"name/1306\",[23,41.214]],[\"parent/1306\",[428,4.323]],[\"name/1307\",[24,45.545]],[\"parent/1307\",[428,4.323]],[\"name/1308\",[434,59.357]],[\"parent/1308\",[]],[\"name/1309\",[397,53.307]],[\"parent/1309\",[434,5.597]],[\"name/1310\",[398,49.116]],[\"parent/1310\",[434,5.597]],[\"name/1311\",[399,49.116]],[\"parent/1311\",[434,5.597]],[\"name/1312\",[400,52.085]],[\"parent/1312\",[434,5.597]],[\"name/1313\",[401,52.677]],[\"parent/1313\",[434,5.597]],[\"name/1314\",[402,54.698]],[\"parent/1314\",[434,5.597]],[\"name/1315\",[405,62.059]],[\"parent/1315\",[434,5.597]],[\"name/1316\",[435,57.229]],[\"parent/1316\",[]],[\"name/1317\",[397,53.307]],[\"parent/1317\",[435,5.396]],[\"name/1318\",[436,76.826]],[\"parent/1318\",[435,5.396]],[\"name/1319\",[26,35.876]],[\"parent/1319\",[435,5.396]],[\"name/1320\",[188,42.462]],[\"parent/1320\",[437,6.759]],[\"name/1321\",[427,71.682]],[\"parent/1321\",[437,6.759]],[\"name/1322\",[407,59.357]],[\"parent/1322\",[435,5.396]],[\"name/1323\",[398,49.116]],[\"parent/1323\",[435,5.396]],[\"name/1324\",[399,49.116]],[\"parent/1324\",[435,5.396]],[\"name/1325\",[400,52.085]],[\"parent/1325\",[435,5.396]],[\"name/1326\",[401,52.677]],[\"parent/1326\",[435,5.396]],[\"name/1327\",[402,54.698]],[\"parent/1327\",[435,5.396]],[\"name/1328\",[438,56.313]],[\"parent/1328\",[]],[\"name/1329\",[397,53.307]],[\"parent/1329\",[438,5.31]],[\"name/1330\",[423,63.741]],[\"parent/1330\",[438,5.31]],[\"name/1331\",[407,59.357]],[\"parent/1331\",[438,5.31]],[\"name/1332\",[408,65.762]],[\"parent/1332\",[438,5.31]],[\"name/1333\",[398,49.116]],[\"parent/1333\",[438,5.31]],[\"name/1334\",[399,49.116]],[\"parent/1334\",[438,5.31]],[\"name/1335\",[400,52.085]],[\"parent/1335\",[438,5.31]],[\"name/1336\",[401,52.677]],[\"parent/1336\",[438,5.31]],[\"name/1337\",[409,63.741]],[\"parent/1337\",[438,5.31]],[\"name/1338\",[26,35.876]],[\"parent/1338\",[438,5.31]],[\"name/1339\",[398,49.116]],[\"parent/1339\",[439,7.244]],[\"name/1340\",[440,59.357]],[\"parent/1340\",[]],[\"name/1341\",[397,53.307]],[\"parent/1341\",[440,5.597]],[\"name/1342\",[398,49.116]],[\"parent/1342\",[440,5.597]],[\"name/1343\",[399,49.116]],[\"parent/1343\",[440,5.597]],[\"name/1344\",[400,52.085]],[\"parent/1344\",[440,5.597]],[\"name/1345\",[401,52.677]],[\"parent/1345\",[440,5.597]],[\"name/1346\",[402,54.698]],[\"parent/1346\",[440,5.597]],[\"name/1347\",[405,62.059]],[\"parent/1347\",[440,5.597]],[\"name/1348\",[441,59.357]],[\"parent/1348\",[]],[\"name/1349\",[397,53.307]],[\"parent/1349\",[441,5.597]],[\"name/1350\",[398,49.116]],[\"parent/1350\",[441,5.597]],[\"name/1351\",[399,49.116]],[\"parent/1351\",[441,5.597]],[\"name/1352\",[400,52.085]],[\"parent/1352\",[441,5.597]],[\"name/1353\",[401,52.677]],[\"parent/1353\",[441,5.597]],[\"name/1354\",[402,54.698]],[\"parent/1354\",[441,5.597]],[\"name/1355\",[405,62.059]],[\"parent/1355\",[441,5.597]],[\"name/1356\",[442,54.698]],[\"parent/1356\",[]],[\"name/1357\",[397,53.307]],[\"parent/1357\",[442,5.158]],[\"name/1358\",[423,63.741]],[\"parent/1358\",[442,5.158]],[\"name/1359\",[443,63.741]],[\"parent/1359\",[442,5.158]],[\"name/1360\",[407,59.357]],[\"parent/1360\",[442,5.158]],[\"name/1361\",[408,65.762]],[\"parent/1361\",[442,5.158]],[\"name/1362\",[398,49.116]],[\"parent/1362\",[442,5.158]],[\"name/1363\",[399,49.116]],[\"parent/1363\",[442,5.158]],[\"name/1364\",[400,52.085]],[\"parent/1364\",[442,5.158]],[\"name/1365\",[401,52.677]],[\"parent/1365\",[442,5.158]],[\"name/1366\",[409,63.741]],[\"parent/1366\",[442,5.158]],[\"name/1367\",[26,35.876]],[\"parent/1367\",[442,5.158]],[\"name/1368\",[398,49.116]],[\"parent/1368\",[444,7.244]],[\"name/1369\",[402,54.698]],[\"parent/1369\",[442,5.158]],[\"name/1370\",[445,71.682]],[\"parent/1370\",[]],[\"name/1371\",[446,71.682]],[\"parent/1371\",[]],[\"name/1372\",[391,60.618]],[\"parent/1372\",[446,6.759]],[\"name/1373\",[447,58.237]],[\"parent/1373\",[]],[\"name/1374\",[431,71.682]],[\"parent/1374\",[447,5.491]],[\"name/1375\",[100,53.978]],[\"parent/1375\",[447,5.491]],[\"name/1376\",[214,59.357]],[\"parent/1376\",[447,5.491]],[\"name/1377\",[10,43.388]],[\"parent/1377\",[447,5.491]],[\"name/1378\",[19,36.969]],[\"parent/1378\",[447,5.491]],[\"name/1379\",[429,71.682]],[\"parent/1379\",[447,5.491]],[\"name/1380\",[430,71.682]],[\"parent/1380\",[447,5.491]],[\"name/1381\",[423,63.741]],[\"parent/1381\",[447,5.491]],[\"name/1382\",[395,71.682]],[\"parent/1382\",[]],[\"name/1383\",[443,63.741]],[\"parent/1383\",[]],[\"name/1384\",[448,76.826]],[\"parent/1384\",[443,6.01]],[\"name/1385\",[449,76.826]],[\"parent/1385\",[443,6.01]],[\"name/1386\",[450,76.826]],[\"parent/1386\",[443,6.01]],[\"name/1387\",[451,60.618]],[\"parent/1387\",[]],[\"name/1388\",[452,76.826]],[\"parent/1388\",[451,5.716]],[\"name/1389\",[453,76.826]],[\"parent/1389\",[451,5.716]],[\"name/1390\",[454,76.826]],[\"parent/1390\",[451,5.716]],[\"name/1391\",[455,76.826]],[\"parent/1391\",[451,5.716]],[\"name/1392\",[456,76.826]],[\"parent/1392\",[451,5.716]],[\"name/1393\",[457,56.313]],[\"parent/1393\",[]],[\"name/1394\",[458,76.826]],[\"parent/1394\",[457,5.31]],[\"name/1395\",[27,40.104]],[\"parent/1395\",[457,5.31]],[\"name/1396\",[459,68.293]],[\"parent/1396\",[457,5.31]],[\"name/1397\",[460,68.293]],[\"parent/1397\",[457,5.31]],[\"name/1398\",[461,71.682]],[\"parent/1398\",[457,5.31]],[\"name/1399\",[462,71.682]],[\"parent/1399\",[457,5.31]],[\"name/1400\",[463,71.682]],[\"parent/1400\",[457,5.31]],[\"name/1401\",[288,65.762]],[\"parent/1401\",[457,5.31]],[\"name/1402\",[464,76.826]],[\"parent/1402\",[457,5.31]],[\"name/1403\",[246,71.682]],[\"parent/1403\",[457,5.31]],[\"name/1404\",[465,60.618]],[\"parent/1404\",[]],[\"name/1405\",[459,68.293]],[\"parent/1405\",[465,5.716]],[\"name/1406\",[460,68.293]],[\"parent/1406\",[465,5.716]],[\"name/1407\",[461,71.682]],[\"parent/1407\",[465,5.716]],[\"name/1408\",[188,42.462]],[\"parent/1408\",[465,5.716]],[\"name/1409\",[462,71.682]],[\"parent/1409\",[465,5.716]],[\"name/1410\",[463,71.682]],[\"parent/1410\",[465,5.716]],[\"name/1411\",[466,76.826]],[\"parent/1411\",[]],[\"name/1412\",[467,76.826]],[\"parent/1412\",[]],[\"name/1413\",[90,60.618]],[\"parent/1413\",[]],[\"name/1414\",[468,71.682]],[\"parent/1414\",[]],[\"name/1415\",[26,35.876]],[\"parent/1415\",[468,6.759]],[\"name/1416\",[469,76.826]],[\"parent/1416\",[470,5.597]],[\"name/1417\",[471,76.826]],[\"parent/1417\",[470,5.597]],[\"name/1418\",[472,76.826]],[\"parent/1418\",[470,5.597]],[\"name/1419\",[473,76.826]],[\"parent/1419\",[470,5.597]],[\"name/1420\",[82,52.085]],[\"parent/1420\",[470,5.597]],[\"name/1421\",[474,71.682]],[\"parent/1421\",[470,5.597]],[\"name/1422\",[475,76.826]],[\"parent/1422\",[470,5.597]],[\"name/1423\",[476,76.826]],[\"parent/1423\",[470,5.597]],[\"name/1424\",[477,48.696]],[\"parent/1424\",[]],[\"name/1425\",[83,56.313]],[\"parent/1425\",[477,4.592]],[\"name/1426\",[478,76.826]],[\"parent/1426\",[477,4.592]],[\"name/1427\",[479,53.978]],[\"parent/1427\",[477,4.592]],[\"name/1428\",[242,54.698]],[\"parent/1428\",[477,4.592]],[\"name/1429\",[241,56.313]],[\"parent/1429\",[477,4.592]],[\"name/1430\",[480,62.059]],[\"parent/1430\",[477,4.592]],[\"name/1431\",[481,63.741]],[\"parent/1431\",[477,4.592]],[\"name/1432\",[482,62.059]],[\"parent/1432\",[477,4.592]],[\"name/1433\",[483,62.059]],[\"parent/1433\",[477,4.592]],[\"name/1434\",[484,62.059]],[\"parent/1434\",[477,4.592]],[\"name/1435\",[485,62.059]],[\"parent/1435\",[477,4.592]],[\"name/1436\",[486,62.059]],[\"parent/1436\",[477,4.592]],[\"name/1437\",[487,62.059]],[\"parent/1437\",[477,4.592]],[\"name/1438\",[143,50.011]],[\"parent/1438\",[477,4.592]],[\"name/1439\",[488,60.618]],[\"parent/1439\",[477,4.592]],[\"name/1440\",[26,35.876]],[\"parent/1440\",[477,4.592]],[\"name/1441\",[489,59.357]],[\"parent/1441\",[477,4.592]],[\"name/1442\",[490,59.357]],[\"parent/1442\",[477,4.592]],[\"name/1443\",[87,53.978]],[\"parent/1443\",[477,4.592]],[\"name/1444\",[491,60.618]],[\"parent/1444\",[477,4.592]],[\"name/1445\",[492,60.618]],[\"parent/1445\",[477,4.592]],[\"name/1446\",[493,60.618]],[\"parent/1446\",[477,4.592]],[\"name/1447\",[494,60.618]],[\"parent/1447\",[477,4.592]],[\"name/1448\",[495,71.682]],[\"parent/1448\",[]],[\"name/1449\",[496,68.293]],[\"parent/1449\",[495,6.759]],[\"name/1450\",[497,62.059]],[\"parent/1450\",[]],[\"name/1451\",[491,60.618]],[\"parent/1451\",[497,5.852]],[\"name/1452\",[492,60.618]],[\"parent/1452\",[497,5.852]],[\"name/1453\",[493,60.618]],[\"parent/1453\",[497,5.852]],[\"name/1454\",[494,60.618]],[\"parent/1454\",[497,5.852]],[\"name/1455\",[498,71.682]],[\"parent/1455\",[]],[\"name/1456\",[496,68.293]],[\"parent/1456\",[498,6.759]],[\"name/1457\",[499,76.826]],[\"parent/1457\",[]],[\"name/1458\",[500,47.533]],[\"parent/1458\",[]],[\"name/1459\",[501,65.762]],[\"parent/1459\",[500,4.482]],[\"name/1460\",[502,65.762]],[\"parent/1460\",[500,4.482]],[\"name/1461\",[503,65.762]],[\"parent/1461\",[500,4.482]],[\"name/1462\",[504,65.762]],[\"parent/1462\",[500,4.482]],[\"name/1463\",[505,65.762]],[\"parent/1463\",[500,4.482]],[\"name/1464\",[87,53.978]],[\"parent/1464\",[500,4.482]],[\"name/1465\",[481,63.741]],[\"parent/1465\",[500,4.482]],[\"name/1466\",[26,35.876]],[\"parent/1466\",[500,4.482]],[\"name/1467\",[241,56.313]],[\"parent/1467\",[500,4.482]],[\"name/1468\",[479,53.978]],[\"parent/1468\",[500,4.482]],[\"name/1469\",[242,54.698]],[\"parent/1469\",[500,4.482]],[\"name/1470\",[480,62.059]],[\"parent/1470\",[500,4.482]],[\"name/1471\",[482,62.059]],[\"parent/1471\",[500,4.482]],[\"name/1472\",[483,62.059]],[\"parent/1472\",[500,4.482]],[\"name/1473\",[484,62.059]],[\"parent/1473\",[500,4.482]],[\"name/1474\",[485,62.059]],[\"parent/1474\",[500,4.482]],[\"name/1475\",[486,62.059]],[\"parent/1475\",[500,4.482]],[\"name/1476\",[487,62.059]],[\"parent/1476\",[500,4.482]],[\"name/1477\",[143,50.011]],[\"parent/1477\",[500,4.482]],[\"name/1478\",[488,60.618]],[\"parent/1478\",[500,4.482]],[\"name/1479\",[489,59.357]],[\"parent/1479\",[500,4.482]],[\"name/1480\",[490,59.357]],[\"parent/1480\",[500,4.482]],[\"name/1481\",[491,60.618]],[\"parent/1481\",[500,4.482]],[\"name/1482\",[492,60.618]],[\"parent/1482\",[500,4.482]],[\"name/1483\",[493,60.618]],[\"parent/1483\",[500,4.482]],[\"name/1484\",[494,60.618]],[\"parent/1484\",[500,4.482]],[\"name/1485\",[506,52.677]],[\"parent/1485\",[]],[\"name/1486\",[27,40.104]],[\"parent/1486\",[506,4.967]],[\"name/1487\",[294,50.995]],[\"parent/1487\",[506,4.967]],[\"name/1488\",[393,60.618]],[\"parent/1488\",[506,4.967]],[\"name/1489\",[286,65.762]],[\"parent/1489\",[506,4.967]],[\"name/1490\",[507,68.293]],[\"parent/1490\",[506,4.967]],[\"name/1491\",[508,76.826]],[\"parent/1491\",[506,4.967]],[\"name/1492\",[509,76.826]],[\"parent/1492\",[506,4.967]],[\"name/1493\",[510,76.826]],[\"parent/1493\",[506,4.967]],[\"name/1494\",[489,59.357]],[\"parent/1494\",[506,4.967]],[\"name/1495\",[252,68.293]],[\"parent/1495\",[506,4.967]],[\"name/1496\",[490,59.357]],[\"parent/1496\",[506,4.967]],[\"name/1497\",[87,53.978]],[\"parent/1497\",[506,4.967]],[\"name/1498\",[511,76.826]],[\"parent/1498\",[506,4.967]],[\"name/1499\",[512,68.293]],[\"parent/1499\",[506,4.967]],[\"name/1500\",[513,76.826]],[\"parent/1500\",[506,4.967]],[\"name/1501\",[514,65.762]],[\"parent/1501\",[]],[\"name/1502\",[489,59.357]],[\"parent/1502\",[514,6.201]],[\"name/1503\",[490,59.357]],[\"parent/1503\",[514,6.201]],[\"name/1504\",[87,53.978]],[\"parent/1504\",[514,6.201]],[\"name/1505\",[515,76.826]],[\"parent/1505\",[]],[\"name/1506\",[516,58.237]],[\"parent/1506\",[]],[\"name/1507\",[196,68.293]],[\"parent/1507\",[516,5.491]],[\"name/1508\",[9,41.021]],[\"parent/1508\",[516,5.491]],[\"name/1509\",[19,36.969]],[\"parent/1509\",[516,5.491]],[\"name/1510\",[21,43.388]],[\"parent/1510\",[516,5.491]],[\"name/1511\",[22,44.409]],[\"parent/1511\",[516,5.491]],[\"name/1512\",[23,41.214]],[\"parent/1512\",[516,5.491]],[\"name/1513\",[183,48.293]],[\"parent/1513\",[516,5.491]],[\"name/1514\",[257,62.059]],[\"parent/1514\",[516,5.491]],[\"name/1515\",[517,65.762]],[\"parent/1515\",[]],[\"name/1516\",[518,68.293]],[\"parent/1516\",[517,6.201]],[\"name/1517\",[519,76.826]],[\"parent/1517\",[517,6.201]],[\"name/1518\",[42,59.357]],[\"parent/1518\",[517,6.201]],[\"name/1519\",[520,76.826]],[\"parent/1519\",[]],[\"name/1520\",[521,71.682]],[\"parent/1520\",[]],[\"name/1521\",[26,35.876]],[\"parent/1521\",[521,6.759]],[\"name/1522\",[82,52.085]],[\"parent/1522\",[522,7.244]],[\"name/1523\",[523,54.698]],[\"parent/1523\",[]],[\"name/1524\",[17,44.961]],[\"parent/1524\",[523,5.158]],[\"name/1525\",[19,36.969]],[\"parent/1525\",[523,5.158]],[\"name/1526\",[9,41.021]],[\"parent/1526\",[523,5.158]],[\"name/1527\",[100,53.978]],[\"parent/1527\",[523,5.158]],[\"name/1528\",[11,44.681]],[\"parent/1528\",[523,5.158]],[\"name/1529\",[214,59.357]],[\"parent/1529\",[523,5.158]],[\"name/1530\",[12,45.545]],[\"parent/1530\",[523,5.158]],[\"name/1531\",[524,68.293]],[\"parent/1531\",[523,5.158]],[\"name/1532\",[525,68.293]],[\"parent/1532\",[523,5.158]],[\"name/1533\",[526,68.293]],[\"parent/1533\",[523,5.158]],[\"name/1534\",[21,43.388]],[\"parent/1534\",[523,5.158]],[\"name/1535\",[22,44.409]],[\"parent/1535\",[523,5.158]],[\"name/1536\",[527,71.682]],[\"parent/1536\",[]],[\"name/1537\",[528,76.826]],[\"parent/1537\",[527,6.759]],[\"name/1538\",[529,76.826]],[\"parent/1538\",[]],[\"name/1539\",[530,71.682]],[\"parent/1539\",[]],[\"name/1540\",[531,76.826]],[\"parent/1540\",[530,6.759]],[\"name/1541\",[532,46.826]],[\"parent/1541\",[]],[\"name/1542\",[17,44.961]],[\"parent/1542\",[532,4.415]],[\"name/1543\",[19,36.969]],[\"parent/1543\",[532,4.415]],[\"name/1544\",[9,41.021]],[\"parent/1544\",[532,4.415]],[\"name/1545\",[100,53.978]],[\"parent/1545\",[532,4.415]],[\"name/1546\",[11,44.681]],[\"parent/1546\",[532,4.415]],[\"name/1547\",[214,59.357]],[\"parent/1547\",[532,4.415]],[\"name/1548\",[12,45.545]],[\"parent/1548\",[532,4.415]],[\"name/1549\",[524,68.293]],[\"parent/1549\",[532,4.415]],[\"name/1550\",[525,68.293]],[\"parent/1550\",[532,4.415]],[\"name/1551\",[526,68.293]],[\"parent/1551\",[532,4.415]],[\"name/1552\",[21,43.388]],[\"parent/1552\",[532,4.415]],[\"name/1553\",[22,44.409]],[\"parent/1553\",[532,4.415]],[\"name/1554\",[215,62.059]],[\"parent/1554\",[532,4.415]],[\"name/1555\",[3,56.313]],[\"parent/1555\",[532,4.415]],[\"name/1556\",[433,58.237]],[\"parent/1556\",[532,4.415]],[\"name/1557\",[10,43.388]],[\"parent/1557\",[532,4.415]],[\"name/1558\",[147,49.554]],[\"parent/1558\",[532,4.415]],[\"name/1559\",[7,55.473]],[\"parent/1559\",[532,4.415]],[\"name/1560\",[135,62.059]],[\"parent/1560\",[532,4.415]],[\"name/1561\",[8,46.49]],[\"parent/1561\",[532,4.415]],[\"name/1562\",[13,45.249]],[\"parent/1562\",[532,4.415]],[\"name/1563\",[14,45.85]],[\"parent/1563\",[532,4.415]],[\"name/1564\",[15,46.49]],[\"parent/1564\",[532,4.415]],[\"name/1565\",[16,46.49]],[\"parent/1565\",[532,4.415]],[\"name/1566\",[18,46.165]],[\"parent/1566\",[532,4.415]],[\"name/1567\",[20,46.165]],[\"parent/1567\",[532,4.415]],[\"name/1568\",[23,41.214]],[\"parent/1568\",[532,4.415]],[\"name/1569\",[24,45.545]],[\"parent/1569\",[532,4.415]],[\"name/1570\",[533,55.473]],[\"parent/1570\",[]],[\"name/1571\",[534,71.682]],[\"parent/1571\",[533,5.231]],[\"name/1572\",[6,63.741]],[\"parent/1572\",[533,5.231]],[\"name/1573\",[19,36.969]],[\"parent/1573\",[533,5.231]],[\"name/1574\",[535,62.059]],[\"parent/1574\",[533,5.231]],[\"name/1575\",[9,41.021]],[\"parent/1575\",[533,5.231]],[\"name/1576\",[13,45.249]],[\"parent/1576\",[533,5.231]],[\"name/1577\",[21,43.388]],[\"parent/1577\",[533,5.231]],[\"name/1578\",[22,44.409]],[\"parent/1578\",[533,5.231]],[\"name/1579\",[23,41.214]],[\"parent/1579\",[533,5.231]],[\"name/1580\",[183,48.293]],[\"parent/1580\",[533,5.231]],[\"name/1581\",[257,62.059]],[\"parent/1581\",[533,5.231]],[\"name/1582\",[242,54.698]],[\"parent/1582\",[]],[\"name/1583\",[389,71.682]],[\"parent/1583\",[242,5.158]],[\"name/1584\",[536,76.826]],[\"parent/1584\",[242,5.158]],[\"name/1585\",[537,76.826]],[\"parent/1585\",[242,5.158]],[\"name/1586\",[538,76.826]],[\"parent/1586\",[242,5.158]],[\"name/1587\",[539,76.826]],[\"parent/1587\",[242,5.158]],[\"name/1588\",[27,40.104]],[\"parent/1588\",[242,5.158]],[\"name/1589\",[540,52.677]],[\"parent/1589\",[]],[\"name/1590\",[541,76.826]],[\"parent/1590\",[540,4.967]],[\"name/1591\",[542,76.826]],[\"parent/1591\",[540,4.967]],[\"name/1592\",[543,76.826]],[\"parent/1592\",[540,4.967]],[\"name/1593\",[26,35.876]],[\"parent/1593\",[540,4.967]],[\"name/1594\",[544,71.682]],[\"parent/1594\",[545,4.673]],[\"name/1595\",[26,35.876]],[\"parent/1595\",[545,4.673]],[\"name/1596\",[546,76.826]],[\"parent/1596\",[547,5.231]],[\"name/1597\",[548,76.826]],[\"parent/1597\",[547,5.231]],[\"name/1598\",[549,76.826]],[\"parent/1598\",[547,5.231]],[\"name/1599\",[550,71.682]],[\"parent/1599\",[545,4.673]],[\"name/1600\",[26,35.876]],[\"parent/1600\",[545,4.673]],[\"name/1601\",[551,63.741]],[\"parent/1601\",[547,5.231]],[\"name/1602\",[552,71.682]],[\"parent/1602\",[545,4.673]],[\"name/1603\",[26,35.876]],[\"parent/1603\",[545,4.673]],[\"name/1604\",[553,76.826]],[\"parent/1604\",[547,5.231]],[\"name/1605\",[554,76.826]],[\"parent/1605\",[547,5.231]],[\"name/1606\",[555,76.826]],[\"parent/1606\",[547,5.231]],[\"name/1607\",[556,76.826]],[\"parent/1607\",[547,5.231]],[\"name/1608\",[557,71.682]],[\"parent/1608\",[545,4.673]],[\"name/1609\",[26,35.876]],[\"parent/1609\",[545,4.673]],[\"name/1610\",[558,76.826]],[\"parent/1610\",[547,5.231]],[\"name/1611\",[559,76.826]],[\"parent/1611\",[547,5.231]],[\"name/1612\",[560,71.682]],[\"parent/1612\",[547,5.231]],[\"name/1613\",[561,71.682]],[\"parent/1613\",[545,4.673]],[\"name/1614\",[26,35.876]],[\"parent/1614\",[545,4.673]],[\"name/1615\",[560,71.682]],[\"parent/1615\",[547,5.231]],[\"name/1616\",[562,76.826]],[\"parent/1616\",[540,4.967]],[\"name/1617\",[563,76.826]],[\"parent/1617\",[540,4.967]],[\"name/1618\",[564,76.826]],[\"parent/1618\",[540,4.967]],[\"name/1619\",[565,76.826]],[\"parent/1619\",[540,4.967]],[\"name/1620\",[160,55.473]],[\"parent/1620\",[540,4.967]],[\"name/1621\",[26,35.876]],[\"parent/1621\",[540,4.967]],[\"name/1622\",[183,48.293]],[\"parent/1622\",[545,4.673]],[\"name/1623\",[566,76.826]],[\"parent/1623\",[540,4.967]],[\"name/1624\",[26,35.876]],[\"parent/1624\",[540,4.967]],[\"name/1625\",[567,76.826]],[\"parent/1625\",[545,4.673]],[\"name/1626\",[568,76.826]],[\"parent/1626\",[545,4.673]],[\"name/1627\",[569,76.826]],[\"parent/1627\",[545,4.673]],[\"name/1628\",[570,76.826]],[\"parent/1628\",[545,4.673]],[\"name/1629\",[571,76.826]],[\"parent/1629\",[545,4.673]],[\"name/1630\",[572,76.826]],[\"parent/1630\",[545,4.673]],[\"name/1631\",[497,62.059]],[\"parent/1631\",[540,4.967]],[\"name/1632\",[573,76.826]],[\"parent/1632\",[540,4.967]],[\"name/1633\",[26,35.876]],[\"parent/1633\",[540,4.967]],[\"name/1634\",[544,71.682]],[\"parent/1634\",[545,4.673]],[\"name/1635\",[550,71.682]],[\"parent/1635\",[545,4.673]],[\"name/1636\",[552,71.682]],[\"parent/1636\",[545,4.673]],[\"name/1637\",[557,71.682]],[\"parent/1637\",[545,4.673]],[\"name/1638\",[561,71.682]],[\"parent/1638\",[545,4.673]],[\"name/1639\",[574,65.762]],[\"parent/1639\",[]],[\"name/1640\",[575,71.682]],[\"parent/1640\",[574,6.201]],[\"name/1641\",[576,71.682]],[\"parent/1641\",[574,6.201]],[\"name/1642\",[577,71.682]],[\"parent/1642\",[574,6.201]],[\"name/1643\",[578,76.826]],[\"parent/1643\",[]],[\"name/1644\",[579,62.059]],[\"parent/1644\",[]],[\"name/1645\",[474,71.682]],[\"parent/1645\",[579,5.852]],[\"name/1646\",[45,44.409]],[\"parent/1646\",[579,5.852]],[\"name/1647\",[30,65.762]],[\"parent/1647\",[579,5.852]],[\"name/1648\",[48,45.545]],[\"parent/1648\",[579,5.852]],[\"name/1649\",[41,59.357]],[\"parent/1649\",[579,5.852]],[\"name/1650\",[580,71.682]],[\"parent/1650\",[]],[\"name/1651\",[581,76.826]],[\"parent/1651\",[580,6.759]],[\"name/1652\",[582,71.682]],[\"parent/1652\",[]],[\"name/1653\",[24,45.545]],[\"parent/1653\",[582,6.759]],[\"name/1654\",[583,76.826]],[\"parent/1654\",[]],[\"name/1655\",[584,58.237]],[\"parent/1655\",[]],[\"name/1656\",[234,62.059]],[\"parent/1656\",[584,5.491]],[\"name/1657\",[585,60.618]],[\"parent/1657\",[584,5.491]],[\"name/1658\",[586,71.682]],[\"parent/1658\",[584,5.491]],[\"name/1659\",[391,60.618]],[\"parent/1659\",[584,5.491]],[\"name/1660\",[82,52.085]],[\"parent/1660\",[584,5.491]],[\"name/1661\",[587,68.293]],[\"parent/1661\",[584,5.491]],[\"name/1662\",[391,60.618]],[\"parent/1662\",[584,5.491]],[\"name/1663\",[588,71.682]],[\"parent/1663\",[584,5.491]],[\"name/1664\",[589,63.741]],[\"parent/1664\",[]],[\"name/1665\",[140,56.313]],[\"parent/1665\",[589,6.01]],[\"name/1666\",[139,60.618]],[\"parent/1666\",[589,6.01]],[\"name/1667\",[587,68.293]],[\"parent/1667\",[589,6.01]],[\"name/1668\",[391,60.618]],[\"parent/1668\",[589,6.01]],[\"name/1669\",[590,62.059]],[\"parent/1669\",[]],[\"name/1670\",[591,76.826]],[\"parent/1670\",[590,5.852]],[\"name/1671\",[140,56.313]],[\"parent/1671\",[590,5.852]],[\"name/1672\",[139,60.618]],[\"parent/1672\",[590,5.852]],[\"name/1673\",[587,68.293]],[\"parent/1673\",[590,5.852]],[\"name/1674\",[391,60.618]],[\"parent/1674\",[590,5.852]],[\"name/1675\",[592,58.237]],[\"parent/1675\",[]],[\"name/1676\",[398,49.116]],[\"parent/1676\",[592,5.491]],[\"name/1677\",[593,71.682]],[\"parent/1677\",[592,5.491]],[\"name/1678\",[594,76.826]],[\"parent/1678\",[592,5.491]],[\"name/1679\",[595,71.682]],[\"parent/1679\",[592,5.491]],[\"name/1680\",[596,71.682]],[\"parent/1680\",[592,5.491]],[\"name/1681\",[597,71.682]],[\"parent/1681\",[592,5.491]],[\"name/1682\",[488,60.618]],[\"parent/1682\",[592,5.491]],[\"name/1683\",[598,76.826]],[\"parent/1683\",[592,5.491]],[\"name/1684\",[599,71.682]],[\"parent/1684\",[]],[\"name/1685\",[26,35.876]],[\"parent/1685\",[599,6.759]],[\"name/1686\",[217,65.762]],[\"parent/1686\",[600,7.244]],[\"name/1687\",[601,63.741]],[\"parent/1687\",[]],[\"name/1688\",[602,76.826]],[\"parent/1688\",[601,6.01]],[\"name/1689\",[603,68.293]],[\"parent/1689\",[601,6.01]],[\"name/1690\",[19,36.969]],[\"parent/1690\",[601,6.01]],[\"name/1691\",[23,41.214]],[\"parent/1691\",[601,6.01]],[\"name/1692\",[604,49.554]],[\"parent/1692\",[]],[\"name/1693\",[82,52.085]],[\"parent/1693\",[604,4.673]],[\"name/1694\",[234,62.059]],[\"parent/1694\",[604,4.673]],[\"name/1695\",[605,76.826]],[\"parent/1695\",[604,4.673]],[\"name/1696\",[606,76.826]],[\"parent/1696\",[604,4.673]],[\"name/1697\",[607,76.826]],[\"parent/1697\",[604,4.673]],[\"name/1698\",[595,71.682]],[\"parent/1698\",[604,4.673]],[\"name/1699\",[608,76.826]],[\"parent/1699\",[604,4.673]],[\"name/1700\",[160,55.473]],[\"parent/1700\",[604,4.673]],[\"name/1701\",[609,76.826]],[\"parent/1701\",[604,4.673]],[\"name/1702\",[83,56.313]],[\"parent/1702\",[604,4.673]],[\"name/1703\",[603,68.293]],[\"parent/1703\",[604,4.673]],[\"name/1704\",[610,76.826]],[\"parent/1704\",[604,4.673]],[\"name/1705\",[593,71.682]],[\"parent/1705\",[604,4.673]],[\"name/1706\",[611,71.682]],[\"parent/1706\",[604,4.673]],[\"name/1707\",[612,76.826]],[\"parent/1707\",[604,4.673]],[\"name/1708\",[613,76.826]],[\"parent/1708\",[604,4.673]],[\"name/1709\",[26,35.876]],[\"parent/1709\",[604,4.673]],[\"name/1710\",[614,76.826]],[\"parent/1710\",[615,6.201]],[\"name/1711\",[616,76.826]],[\"parent/1711\",[615,6.201]],[\"name/1712\",[617,76.826]],[\"parent/1712\",[615,6.201]],[\"name/1713\",[618,76.826]],[\"parent/1713\",[615,6.201]],[\"name/1714\",[23,41.214]],[\"parent/1714\",[604,4.673]],[\"name/1715\",[619,76.826]],[\"parent/1715\",[604,4.673]],[\"name/1716\",[588,71.682]],[\"parent/1716\",[604,4.673]],[\"name/1717\",[391,60.618]],[\"parent/1717\",[604,4.673]],[\"name/1718\",[620,60.618]],[\"parent/1718\",[]],[\"name/1719\",[603,68.293]],[\"parent/1719\",[620,5.716]],[\"name/1720\",[83,56.313]],[\"parent/1720\",[620,5.716]],[\"name/1721\",[488,60.618]],[\"parent/1721\",[620,5.716]],[\"name/1722\",[596,71.682]],[\"parent/1722\",[620,5.716]],[\"name/1723\",[597,71.682]],[\"parent/1723\",[620,5.716]],[\"name/1724\",[23,41.214]],[\"parent/1724\",[620,5.716]],[\"name/1725\",[621,63.741]],[\"parent/1725\",[]],[\"name/1726\",[398,49.116]],[\"parent/1726\",[621,6.01]],[\"name/1727\",[622,76.826]],[\"parent/1727\",[621,6.01]],[\"name/1728\",[611,71.682]],[\"parent/1728\",[621,6.01]],[\"name/1729\",[586,71.682]],[\"parent/1729\",[621,6.01]],[\"name/1730\",[623,71.682]],[\"parent/1730\",[]],[\"name/1731\",[26,35.876]],[\"parent/1731\",[623,6.759]],[\"name/1732\",[624,68.293]],[\"parent/1732\",[]],[\"name/1733\",[183,48.293]],[\"parent/1733\",[624,6.439]],[\"name/1734\",[257,62.059]],[\"parent/1734\",[624,6.439]],[\"name/1735\",[625,65.762]],[\"parent/1735\",[]],[\"name/1736\",[459,68.293]],[\"parent/1736\",[625,6.201]],[\"name/1737\",[460,68.293]],[\"parent/1737\",[625,6.201]],[\"name/1738\",[626,60.618]],[\"parent/1738\",[]],[\"name/1739\",[31,43.388]],[\"parent/1739\",[626,5.716]],[\"name/1740\",[627,57.229]],[\"parent/1740\",[626,5.716]],[\"name/1741\",[628,68.293]],[\"parent/1741\",[626,5.716]],[\"name/1742\",[629,76.826]],[\"parent/1742\",[]],[\"name/1743\",[630,38.196]],[\"parent/1743\",[]],[\"name/1744\",[631,68.293]],[\"parent/1744\",[630,3.602]],[\"name/1745\",[483,62.059]],[\"parent/1745\",[630,3.602]],[\"name/1746\",[632,76.826]],[\"parent/1746\",[630,3.602]],[\"name/1747\",[633,76.826]],[\"parent/1747\",[630,3.602]],[\"name/1748\",[575,71.682]],[\"parent/1748\",[630,3.602]],[\"name/1749\",[576,71.682]],[\"parent/1749\",[630,3.602]],[\"name/1750\",[577,71.682]],[\"parent/1750\",[630,3.602]],[\"name/1751\",[634,71.682]],[\"parent/1751\",[630,3.602]],[\"name/1752\",[635,71.682]],[\"parent/1752\",[630,3.602]],[\"name/1753\",[636,71.682]],[\"parent/1753\",[630,3.602]],[\"name/1754\",[482,62.059]],[\"parent/1754\",[630,3.602]],[\"name/1755\",[487,62.059]],[\"parent/1755\",[630,3.602]],[\"name/1756\",[489,59.357]],[\"parent/1756\",[630,3.602]],[\"name/1757\",[512,68.293]],[\"parent/1757\",[630,3.602]],[\"name/1758\",[637,68.293]],[\"parent/1758\",[630,3.602]],[\"name/1759\",[638,68.293]],[\"parent/1759\",[630,3.602]],[\"name/1760\",[501,65.762]],[\"parent/1760\",[630,3.602]],[\"name/1761\",[502,65.762]],[\"parent/1761\",[630,3.602]],[\"name/1762\",[503,65.762]],[\"parent/1762\",[630,3.602]],[\"name/1763\",[504,65.762]],[\"parent/1763\",[630,3.602]],[\"name/1764\",[505,65.762]],[\"parent/1764\",[630,3.602]],[\"name/1765\",[9,41.021]],[\"parent/1765\",[630,3.602]],[\"name/1766\",[261,68.293]],[\"parent/1766\",[630,3.602]],[\"name/1767\",[19,36.969]],[\"parent/1767\",[630,3.602]],[\"name/1768\",[285,63.741]],[\"parent/1768\",[630,3.602]],[\"name/1769\",[639,71.682]],[\"parent/1769\",[630,3.602]],[\"name/1770\",[625,65.762]],[\"parent/1770\",[630,3.602]],[\"name/1771\",[534,71.682]],[\"parent/1771\",[630,3.602]],[\"name/1772\",[251,68.293]],[\"parent/1772\",[630,3.602]],[\"name/1773\",[451,60.618]],[\"parent/1773\",[630,3.602]],[\"name/1774\",[640,65.762]],[\"parent/1774\",[630,3.602]],[\"name/1775\",[641,65.762]],[\"parent/1775\",[630,3.602]],[\"name/1776\",[642,62.059]],[\"parent/1776\",[630,3.602]],[\"name/1777\",[643,65.762]],[\"parent/1777\",[630,3.602]],[\"name/1778\",[644,71.682]],[\"parent/1778\",[630,3.602]],[\"name/1779\",[645,68.293]],[\"parent/1779\",[630,3.602]],[\"name/1780\",[13,45.249]],[\"parent/1780\",[630,3.602]],[\"name/1781\",[646,68.293]],[\"parent/1781\",[630,3.602]],[\"name/1782\",[87,53.978]],[\"parent/1782\",[630,3.602]],[\"name/1783\",[289,65.762]],[\"parent/1783\",[630,3.602]],[\"name/1784\",[647,71.682]],[\"parent/1784\",[630,3.602]],[\"name/1785\",[648,71.682]],[\"parent/1785\",[630,3.602]],[\"name/1786\",[23,41.214]],[\"parent/1786\",[630,3.602]],[\"name/1787\",[649,76.826]],[\"parent/1787\",[630,3.602]],[\"name/1788\",[650,76.826]],[\"parent/1788\",[630,3.602]],[\"name/1789\",[651,76.826]],[\"parent/1789\",[630,3.602]],[\"name/1790\",[652,76.826]],[\"parent/1790\",[630,3.602]],[\"name/1791\",[653,76.826]],[\"parent/1791\",[630,3.602]],[\"name/1792\",[654,76.826]],[\"parent/1792\",[630,3.602]],[\"name/1793\",[486,62.059]],[\"parent/1793\",[630,3.602]],[\"name/1794\",[484,62.059]],[\"parent/1794\",[630,3.602]],[\"name/1795\",[485,62.059]],[\"parent/1795\",[630,3.602]],[\"name/1796\",[6,63.741]],[\"parent/1796\",[630,3.602]],[\"name/1797\",[21,43.388]],[\"parent/1797\",[630,3.602]],[\"name/1798\",[535,62.059]],[\"parent/1798\",[630,3.602]],[\"name/1799\",[655,71.682]],[\"parent/1799\",[630,3.602]],[\"name/1800\",[257,62.059]],[\"parent/1800\",[630,3.602]],[\"name/1801\",[183,48.293]],[\"parent/1801\",[630,3.602]],[\"name/1802\",[480,62.059]],[\"parent/1802\",[630,3.602]],[\"name/1803\",[241,56.313]],[\"parent/1803\",[630,3.602]],[\"name/1804\",[656,71.682]],[\"parent/1804\",[630,3.602]],[\"name/1805\",[626,60.618]],[\"parent/1805\",[630,3.602]],[\"name/1806\",[491,60.618]],[\"parent/1806\",[630,3.602]],[\"name/1807\",[492,60.618]],[\"parent/1807\",[630,3.602]],[\"name/1808\",[493,60.618]],[\"parent/1808\",[630,3.602]],[\"name/1809\",[494,60.618]],[\"parent/1809\",[630,3.602]],[\"name/1810\",[22,44.409]],[\"parent/1810\",[630,3.602]],[\"name/1811\",[26,35.876]],[\"parent/1811\",[630,3.602]],[\"name/1812\",[657,41.214]],[\"parent/1812\",[]],[\"name/1813\",[658,68.293]],[\"parent/1813\",[657,3.886]],[\"name/1814\",[659,71.682]],[\"parent/1814\",[657,3.886]],[\"name/1815\",[481,63.741]],[\"parent/1815\",[657,3.886]],[\"name/1816\",[19,36.969]],[\"parent/1816\",[657,3.886]],[\"name/1817\",[9,41.021]],[\"parent/1817\",[657,3.886]],[\"name/1818\",[87,53.978]],[\"parent/1818\",[657,3.886]],[\"name/1819\",[241,56.313]],[\"parent/1819\",[657,3.886]],[\"name/1820\",[489,59.357]],[\"parent/1820\",[657,3.886]],[\"name/1821\",[23,41.214]],[\"parent/1821\",[657,3.886]],[\"name/1822\",[14,45.85]],[\"parent/1822\",[657,3.886]],[\"name/1823\",[488,60.618]],[\"parent/1823\",[657,3.886]],[\"name/1824\",[242,54.698]],[\"parent/1824\",[657,3.886]],[\"name/1825\",[491,60.618]],[\"parent/1825\",[657,3.886]],[\"name/1826\",[492,60.618]],[\"parent/1826\",[657,3.886]],[\"name/1827\",[493,60.618]],[\"parent/1827\",[657,3.886]],[\"name/1828\",[494,60.618]],[\"parent/1828\",[657,3.886]],[\"name/1829\",[483,62.059]],[\"parent/1829\",[657,3.886]],[\"name/1830\",[21,43.388]],[\"parent/1830\",[657,3.886]],[\"name/1831\",[480,62.059]],[\"parent/1831\",[657,3.886]],[\"name/1832\",[482,62.059]],[\"parent/1832\",[657,3.886]],[\"name/1833\",[484,62.059]],[\"parent/1833\",[657,3.886]],[\"name/1834\",[485,62.059]],[\"parent/1834\",[657,3.886]],[\"name/1835\",[486,62.059]],[\"parent/1835\",[657,3.886]],[\"name/1836\",[487,62.059]],[\"parent/1836\",[657,3.886]],[\"name/1837\",[183,48.293]],[\"parent/1837\",[657,3.886]],[\"name/1838\",[501,65.762]],[\"parent/1838\",[657,3.886]],[\"name/1839\",[502,65.762]],[\"parent/1839\",[657,3.886]],[\"name/1840\",[503,65.762]],[\"parent/1840\",[657,3.886]],[\"name/1841\",[504,65.762]],[\"parent/1841\",[657,3.886]],[\"name/1842\",[505,65.762]],[\"parent/1842\",[657,3.886]],[\"name/1843\",[656,71.682]],[\"parent/1843\",[657,3.886]],[\"name/1844\",[631,68.293]],[\"parent/1844\",[657,3.886]],[\"name/1845\",[646,68.293]],[\"parent/1845\",[657,3.886]],[\"name/1846\",[626,60.618]],[\"parent/1846\",[657,3.886]],[\"name/1847\",[6,63.741]],[\"parent/1847\",[657,3.886]],[\"name/1848\",[643,65.762]],[\"parent/1848\",[657,3.886]],[\"name/1849\",[642,62.059]],[\"parent/1849\",[657,3.886]],[\"name/1850\",[640,65.762]],[\"parent/1850\",[657,3.886]],[\"name/1851\",[535,62.059]],[\"parent/1851\",[657,3.886]],[\"name/1852\",[655,71.682]],[\"parent/1852\",[657,3.886]],[\"name/1853\",[645,68.293]],[\"parent/1853\",[657,3.886]],[\"name/1854\",[13,45.249]],[\"parent/1854\",[657,3.886]],[\"name/1855\",[641,65.762]],[\"parent/1855\",[657,3.886]],[\"name/1856\",[637,68.293]],[\"parent/1856\",[657,3.886]],[\"name/1857\",[638,68.293]],[\"parent/1857\",[657,3.886]],[\"name/1858\",[634,71.682]],[\"parent/1858\",[657,3.886]],[\"name/1859\",[635,71.682]],[\"parent/1859\",[657,3.886]],[\"name/1860\",[636,71.682]],[\"parent/1860\",[657,3.886]],[\"name/1861\",[512,68.293]],[\"parent/1861\",[657,3.886]],[\"name/1862\",[26,35.876]],[\"parent/1862\",[657,3.886]],[\"name/1863\",[535,62.059]],[\"parent/1863\",[]],[\"name/1864\",[660,76.826]],[\"parent/1864\",[535,5.852]],[\"name/1865\",[241,56.313]],[\"parent/1865\",[]],[\"name/1866\",[627,57.229]],[\"parent/1866\",[241,5.31]],[\"name/1867\",[661,71.682]],[\"parent/1867\",[241,5.31]],[\"name/1868\",[662,76.826]],[\"parent/1868\",[241,5.31]],[\"name/1869\",[663,76.826]],[\"parent/1869\",[]],[\"name/1870\",[664,76.826]],[\"parent/1870\",[]],[\"name/1871\",[665,76.826]],[\"parent/1871\",[]],[\"name/1872\",[666,76.826]],[\"parent/1872\",[]],[\"name/1873\",[667,71.682]],[\"parent/1873\",[]],[\"name/1874\",[26,35.876]],[\"parent/1874\",[667,6.759]],[\"name/1875\",[668,76.826]],[\"parent/1875\",[]],[\"name/1876\",[669,76.826]],[\"parent/1876\",[]],[\"name/1877\",[670,71.682]],[\"parent/1877\",[]],[\"name/1878\",[26,35.876]],[\"parent/1878\",[670,6.759]],[\"name/1879\",[671,52.085]],[\"parent/1879\",[]],[\"name/1880\",[27,40.104]],[\"parent/1880\",[671,4.911]],[\"name/1881\",[104,56.313]],[\"parent/1881\",[671,4.911]],[\"name/1882\",[105,56.313]],[\"parent/1882\",[671,4.911]],[\"name/1883\",[106,56.313]],[\"parent/1883\",[671,4.911]],[\"name/1884\",[107,56.313]],[\"parent/1884\",[671,4.911]],[\"name/1885\",[108,56.313]],[\"parent/1885\",[671,4.911]],[\"name/1886\",[109,56.313]],[\"parent/1886\",[671,4.911]],[\"name/1887\",[110,56.313]],[\"parent/1887\",[671,4.911]],[\"name/1888\",[111,56.313]],[\"parent/1888\",[671,4.911]],[\"name/1889\",[112,56.313]],[\"parent/1889\",[671,4.911]],[\"name/1890\",[113,56.313]],[\"parent/1890\",[671,4.911]],[\"name/1891\",[114,56.313]],[\"parent/1891\",[671,4.911]],[\"name/1892\",[115,56.313]],[\"parent/1892\",[671,4.911]],[\"name/1893\",[116,56.313]],[\"parent/1893\",[671,4.911]],[\"name/1894\",[117,56.313]],[\"parent/1894\",[671,4.911]],[\"name/1895\",[118,56.313]],[\"parent/1895\",[671,4.911]],[\"name/1896\",[672,76.826]],[\"parent/1896\",[]],[\"name/1897\",[673,71.682]],[\"parent/1897\",[]],[\"name/1898\",[26,35.876]],[\"parent/1898\",[673,6.759]],[\"name/1899\",[674,71.682]],[\"parent/1899\",[675,7.244]],[\"name/1900\",[676,76.826]],[\"parent/1900\",[]],[\"name/1901\",[677,76.826]],[\"parent/1901\",[]],[\"name/1902\",[678,71.682]],[\"parent/1902\",[]],[\"name/1903\",[26,35.876]],[\"parent/1903\",[678,6.759]],[\"name/1904\",[674,71.682]],[\"parent/1904\",[679,6.201]],[\"name/1905\",[680,76.826]],[\"parent/1905\",[679,6.201]],[\"name/1906\",[681,76.826]],[\"parent/1906\",[679,6.201]],[\"name/1907\",[140,56.313]],[\"parent/1907\",[679,6.201]],[\"name/1908\",[682,76.826]],[\"parent/1908\",[]],[\"name/1909\",[683,76.826]],[\"parent/1909\",[]],[\"name/1910\",[684,76.826]],[\"parent/1910\",[]],[\"name/1911\",[685,76.826]],[\"parent/1911\",[]],[\"name/1912\",[208,57.229]],[\"parent/1912\",[]],[\"name/1913\",[686,76.826]],[\"parent/1913\",[]],[\"name/1914\",[687,46.165]],[\"parent/1914\",[]],[\"name/1915\",[688,76.826]],[\"parent/1915\",[687,4.353]],[\"name/1916\",[689,76.826]],[\"parent/1916\",[687,4.353]],[\"name/1917\",[690,76.826]],[\"parent/1917\",[687,4.353]],[\"name/1918\",[691,71.682]],[\"parent/1918\",[687,4.353]],[\"name/1919\",[692,76.826]],[\"parent/1919\",[687,4.353]],[\"name/1920\",[693,76.826]],[\"parent/1920\",[687,4.353]],[\"name/1921\",[694,76.826]],[\"parent/1921\",[687,4.353]],[\"name/1922\",[695,76.826]],[\"parent/1922\",[687,4.353]],[\"name/1923\",[696,76.826]],[\"parent/1923\",[687,4.353]],[\"name/1924\",[697,76.826]],[\"parent/1924\",[687,4.353]],[\"name/1925\",[393,60.618]],[\"parent/1925\",[687,4.353]],[\"name/1926\",[698,76.826]],[\"parent/1926\",[687,4.353]],[\"name/1927\",[699,76.826]],[\"parent/1927\",[687,4.353]],[\"name/1928\",[700,76.826]],[\"parent/1928\",[687,4.353]],[\"name/1929\",[701,76.826]],[\"parent/1929\",[687,4.353]],[\"name/1930\",[160,55.473]],[\"parent/1930\",[687,4.353]],[\"name/1931\",[702,76.826]],[\"parent/1931\",[687,4.353]],[\"name/1932\",[26,35.876]],[\"parent/1932\",[687,4.353]],[\"name/1933\",[703,76.826]],[\"parent/1933\",[704,7.244]],[\"name/1934\",[705,76.826]],[\"parent/1934\",[687,4.353]],[\"name/1935\",[706,71.682]],[\"parent/1935\",[687,4.353]],[\"name/1936\",[707,76.826]],[\"parent/1936\",[687,4.353]],[\"name/1937\",[708,76.826]],[\"parent/1937\",[687,4.353]],[\"name/1938\",[709,76.826]],[\"parent/1938\",[687,4.353]],[\"name/1939\",[710,76.826]],[\"parent/1939\",[687,4.353]],[\"name/1940\",[372,60.618]],[\"parent/1940\",[687,4.353]],[\"name/1941\",[711,76.826]],[\"parent/1941\",[687,4.353]],[\"name/1942\",[712,76.826]],[\"parent/1942\",[687,4.353]],[\"name/1943\",[713,76.826]],[\"parent/1943\",[687,4.353]],[\"name/1944\",[714,76.826]],[\"parent/1944\",[687,4.353]],[\"name/1945\",[715,76.826]],[\"parent/1945\",[687,4.353]],[\"name/1946\",[716,76.826]],[\"parent/1946\",[]],[\"name/1947\",[717,76.826]],[\"parent/1947\",[]],[\"name/1948\",[718,76.826]],[\"parent/1948\",[]],[\"name/1949\",[719,76.826]],[\"parent/1949\",[]],[\"name/1950\",[720,76.826]],[\"parent/1950\",[]],[\"name/1951\",[721,76.826]],[\"parent/1951\",[]],[\"name/1952\",[722,76.826]],[\"parent/1952\",[]],[\"name/1953\",[723,76.826]],[\"parent/1953\",[]],[\"name/1954\",[724,76.826]],[\"parent/1954\",[]],[\"name/1955\",[725,76.826]],[\"parent/1955\",[]],[\"name/1956\",[726,76.826]],[\"parent/1956\",[]],[\"name/1957\",[727,76.826]],[\"parent/1957\",[]],[\"name/1958\",[728,76.826]],[\"parent/1958\",[]],[\"name/1959\",[729,76.826]],[\"parent/1959\",[]],[\"name/1960\",[730,76.826]],[\"parent/1960\",[]],[\"name/1961\",[731,76.826]],[\"parent/1961\",[]],[\"name/1962\",[732,63.741]],[\"parent/1962\",[]],[\"name/1963\",[733,76.826]],[\"parent/1963\",[]],[\"name/1964\",[734,76.826]],[\"parent/1964\",[]],[\"name/1965\",[735,76.826]],[\"parent/1965\",[]],[\"name/1966\",[736,76.826]],[\"parent/1966\",[]],[\"name/1967\",[737,76.826]],[\"parent/1967\",[]],[\"name/1968\",[738,76.826]],[\"parent/1968\",[]],[\"name/1969\",[739,59.357]],[\"parent/1969\",[]],[\"name/1970\",[740,71.682]],[\"parent/1970\",[739,5.597]],[\"name/1971\",[741,76.826]],[\"parent/1971\",[739,5.597]],[\"name/1972\",[742,76.826]],[\"parent/1972\",[739,5.597]],[\"name/1973\",[743,76.826]],[\"parent/1973\",[739,5.597]],[\"name/1974\",[26,35.876]],[\"parent/1974\",[739,5.597]],[\"name/1975\",[744,68.293]],[\"parent/1975\",[745,6.201]],[\"name/1976\",[746,76.826]],[\"parent/1976\",[745,6.201]],[\"name/1977\",[747,76.826]],[\"parent/1977\",[745,6.201]],[\"name/1978\",[748,76.826]],[\"parent/1978\",[745,6.201]],[\"name/1979\",[749,76.826]],[\"parent/1979\",[739,5.597]],[\"name/1980\",[12,45.545]],[\"parent/1980\",[739,5.597]],[\"name/1981\",[750,76.826]],[\"parent/1981\",[]],[\"name/1982\",[751,76.826]],[\"parent/1982\",[]],[\"name/1983\",[752,76.826]],[\"parent/1983\",[]],[\"name/1984\",[753,76.826]],[\"parent/1984\",[]],[\"name/1985\",[754,76.826]],[\"parent/1985\",[]],[\"name/1986\",[755,50.011]],[\"parent/1986\",[]],[\"name/1987\",[756,76.826]],[\"parent/1987\",[755,4.716]],[\"name/1988\",[757,76.826]],[\"parent/1988\",[755,4.716]],[\"name/1989\",[758,76.826]],[\"parent/1989\",[755,4.716]],[\"name/1990\",[8,46.49]],[\"parent/1990\",[755,4.716]],[\"name/1991\",[9,41.021]],[\"parent/1991\",[755,4.716]],[\"name/1992\",[10,43.388]],[\"parent/1992\",[755,4.716]],[\"name/1993\",[11,44.681]],[\"parent/1993\",[755,4.716]],[\"name/1994\",[12,45.545]],[\"parent/1994\",[755,4.716]],[\"name/1995\",[13,45.249]],[\"parent/1995\",[755,4.716]],[\"name/1996\",[14,45.85]],[\"parent/1996\",[755,4.716]],[\"name/1997\",[15,46.49]],[\"parent/1997\",[755,4.716]],[\"name/1998\",[16,46.49]],[\"parent/1998\",[755,4.716]],[\"name/1999\",[17,44.961]],[\"parent/1999\",[755,4.716]],[\"name/2000\",[18,46.165]],[\"parent/2000\",[755,4.716]],[\"name/2001\",[19,36.969]],[\"parent/2001\",[755,4.716]],[\"name/2002\",[20,46.165]],[\"parent/2002\",[755,4.716]],[\"name/2003\",[21,43.388]],[\"parent/2003\",[755,4.716]],[\"name/2004\",[22,44.409]],[\"parent/2004\",[755,4.716]],[\"name/2005\",[23,41.214]],[\"parent/2005\",[755,4.716]],[\"name/2006\",[24,45.545]],[\"parent/2006\",[755,4.716]],[\"name/2007\",[759,68.293]],[\"parent/2007\",[]],[\"name/2008\",[760,76.826]],[\"parent/2008\",[759,6.439]],[\"name/2009\",[188,42.462]],[\"parent/2009\",[759,6.439]],[\"name/2010\",[761,47.906]],[\"parent/2010\",[]],[\"name/2011\",[215,62.059]],[\"parent/2011\",[761,4.517]],[\"name/2012\",[100,53.978]],[\"parent/2012\",[761,4.517]],[\"name/2013\",[3,56.313]],[\"parent/2013\",[761,4.517]],[\"name/2014\",[433,58.237]],[\"parent/2014\",[761,4.517]],[\"name/2015\",[11,44.681]],[\"parent/2015\",[761,4.517]],[\"name/2016\",[214,59.357]],[\"parent/2016\",[761,4.517]],[\"name/2017\",[10,43.388]],[\"parent/2017\",[761,4.517]],[\"name/2018\",[147,49.554]],[\"parent/2018\",[761,4.517]],[\"name/2019\",[7,55.473]],[\"parent/2019\",[761,4.517]],[\"name/2020\",[135,62.059]],[\"parent/2020\",[761,4.517]],[\"name/2021\",[8,46.49]],[\"parent/2021\",[761,4.517]],[\"name/2022\",[9,41.021]],[\"parent/2022\",[761,4.517]],[\"name/2023\",[12,45.545]],[\"parent/2023\",[761,4.517]],[\"name/2024\",[13,45.249]],[\"parent/2024\",[761,4.517]],[\"name/2025\",[14,45.85]],[\"parent/2025\",[761,4.517]],[\"name/2026\",[15,46.49]],[\"parent/2026\",[761,4.517]],[\"name/2027\",[16,46.49]],[\"parent/2027\",[761,4.517]],[\"name/2028\",[17,44.961]],[\"parent/2028\",[761,4.517]],[\"name/2029\",[18,46.165]],[\"parent/2029\",[761,4.517]],[\"name/2030\",[19,36.969]],[\"parent/2030\",[761,4.517]],[\"name/2031\",[20,46.165]],[\"parent/2031\",[761,4.517]],[\"name/2032\",[21,43.388]],[\"parent/2032\",[761,4.517]],[\"name/2033\",[22,44.409]],[\"parent/2033\",[761,4.517]],[\"name/2034\",[23,41.214]],[\"parent/2034\",[761,4.517]],[\"name/2035\",[24,45.545]],[\"parent/2035\",[761,4.517]],[\"name/2036\",[762,57.229]],[\"parent/2036\",[]],[\"name/2037\",[763,76.826]],[\"parent/2037\",[762,5.396]],[\"name/2038\",[764,76.826]],[\"parent/2038\",[762,5.396]],[\"name/2039\",[765,76.826]],[\"parent/2039\",[762,5.396]],[\"name/2040\",[766,76.826]],[\"parent/2040\",[762,5.396]],[\"name/2041\",[767,76.826]],[\"parent/2041\",[762,5.396]],[\"name/2042\",[768,76.826]],[\"parent/2042\",[762,5.396]],[\"name/2043\",[769,76.826]],[\"parent/2043\",[762,5.396]],[\"name/2044\",[770,76.826]],[\"parent/2044\",[762,5.396]],[\"name/2045\",[771,76.826]],[\"parent/2045\",[762,5.396]],[\"name/2046\",[772,51.525]],[\"parent/2046\",[]],[\"name/2047\",[8,46.49]],[\"parent/2047\",[772,4.858]],[\"name/2048\",[9,41.021]],[\"parent/2048\",[772,4.858]],[\"name/2049\",[10,43.388]],[\"parent/2049\",[772,4.858]],[\"name/2050\",[11,44.681]],[\"parent/2050\",[772,4.858]],[\"name/2051\",[12,45.545]],[\"parent/2051\",[772,4.858]],[\"name/2052\",[13,45.249]],[\"parent/2052\",[772,4.858]],[\"name/2053\",[14,45.85]],[\"parent/2053\",[772,4.858]],[\"name/2054\",[15,46.49]],[\"parent/2054\",[772,4.858]],[\"name/2055\",[16,46.49]],[\"parent/2055\",[772,4.858]],[\"name/2056\",[17,44.961]],[\"parent/2056\",[772,4.858]],[\"name/2057\",[18,46.165]],[\"parent/2057\",[772,4.858]],[\"name/2058\",[19,36.969]],[\"parent/2058\",[772,4.858]],[\"name/2059\",[20,46.165]],[\"parent/2059\",[772,4.858]],[\"name/2060\",[21,43.388]],[\"parent/2060\",[772,4.858]],[\"name/2061\",[22,44.409]],[\"parent/2061\",[772,4.858]],[\"name/2062\",[23,41.214]],[\"parent/2062\",[772,4.858]],[\"name/2063\",[24,45.545]],[\"parent/2063\",[772,4.858]],[\"name/2064\",[773,65.762]],[\"parent/2064\",[]],[\"name/2065\",[774,76.826]],[\"parent/2065\",[773,6.201]],[\"name/2066\",[19,36.969]],[\"parent/2066\",[773,6.201]],[\"name/2067\",[17,44.961]],[\"parent/2067\",[773,6.201]],[\"name/2068\",[775,50.011]],[\"parent/2068\",[]],[\"name/2069\",[139,60.618]],[\"parent/2069\",[775,4.716]],[\"name/2070\",[133,60.618]],[\"parent/2070\",[775,4.716]],[\"name/2071\",[11,44.681]],[\"parent/2071\",[775,4.716]],[\"name/2072\",[147,49.554]],[\"parent/2072\",[775,4.716]],[\"name/2073\",[8,46.49]],[\"parent/2073\",[775,4.716]],[\"name/2074\",[9,41.021]],[\"parent/2074\",[775,4.716]],[\"name/2075\",[10,43.388]],[\"parent/2075\",[775,4.716]],[\"name/2076\",[12,45.545]],[\"parent/2076\",[775,4.716]],[\"name/2077\",[13,45.249]],[\"parent/2077\",[775,4.716]],[\"name/2078\",[14,45.85]],[\"parent/2078\",[775,4.716]],[\"name/2079\",[15,46.49]],[\"parent/2079\",[775,4.716]],[\"name/2080\",[16,46.49]],[\"parent/2080\",[775,4.716]],[\"name/2081\",[17,44.961]],[\"parent/2081\",[775,4.716]],[\"name/2082\",[18,46.165]],[\"parent/2082\",[775,4.716]],[\"name/2083\",[19,36.969]],[\"parent/2083\",[775,4.716]],[\"name/2084\",[20,46.165]],[\"parent/2084\",[775,4.716]],[\"name/2085\",[21,43.388]],[\"parent/2085\",[775,4.716]],[\"name/2086\",[22,44.409]],[\"parent/2086\",[775,4.716]],[\"name/2087\",[23,41.214]],[\"parent/2087\",[775,4.716]],[\"name/2088\",[24,45.545]],[\"parent/2088\",[775,4.716]],[\"name/2089\",[776,47.173]],[\"parent/2089\",[]],[\"name/2090\",[139,60.618]],[\"parent/2090\",[776,4.448]],[\"name/2091\",[133,60.618]],[\"parent/2091\",[776,4.448]],[\"name/2092\",[215,62.059]],[\"parent/2092\",[776,4.448]],[\"name/2093\",[100,53.978]],[\"parent/2093\",[776,4.448]],[\"name/2094\",[3,56.313]],[\"parent/2094\",[776,4.448]],[\"name/2095\",[433,58.237]],[\"parent/2095\",[776,4.448]],[\"name/2096\",[11,44.681]],[\"parent/2096\",[776,4.448]],[\"name/2097\",[214,59.357]],[\"parent/2097\",[776,4.448]],[\"name/2098\",[10,43.388]],[\"parent/2098\",[776,4.448]],[\"name/2099\",[147,49.554]],[\"parent/2099\",[776,4.448]],[\"name/2100\",[7,55.473]],[\"parent/2100\",[776,4.448]],[\"name/2101\",[135,62.059]],[\"parent/2101\",[776,4.448]],[\"name/2102\",[8,46.49]],[\"parent/2102\",[776,4.448]],[\"name/2103\",[9,41.021]],[\"parent/2103\",[776,4.448]],[\"name/2104\",[12,45.545]],[\"parent/2104\",[776,4.448]],[\"name/2105\",[13,45.249]],[\"parent/2105\",[776,4.448]],[\"name/2106\",[14,45.85]],[\"parent/2106\",[776,4.448]],[\"name/2107\",[15,46.49]],[\"parent/2107\",[776,4.448]],[\"name/2108\",[16,46.49]],[\"parent/2108\",[776,4.448]],[\"name/2109\",[17,44.961]],[\"parent/2109\",[776,4.448]],[\"name/2110\",[18,46.165]],[\"parent/2110\",[776,4.448]],[\"name/2111\",[19,36.969]],[\"parent/2111\",[776,4.448]],[\"name/2112\",[20,46.165]],[\"parent/2112\",[776,4.448]],[\"name/2113\",[21,43.388]],[\"parent/2113\",[776,4.448]],[\"name/2114\",[22,44.409]],[\"parent/2114\",[776,4.448]],[\"name/2115\",[23,41.214]],[\"parent/2115\",[776,4.448]],[\"name/2116\",[24,45.545]],[\"parent/2116\",[776,4.448]],[\"name/2117\",[777,65.762]],[\"parent/2117\",[]],[\"name/2118\",[31,43.388]],[\"parent/2118\",[777,6.201]],[\"name/2119\",[551,63.741]],[\"parent/2119\",[777,6.201]],[\"name/2120\",[778,68.293]],[\"parent/2120\",[777,6.201]],[\"name/2121\",[779,44.144]],[\"parent/2121\",[]],[\"name/2122\",[661,71.682]],[\"parent/2122\",[779,4.162]],[\"name/2123\",[780,71.682]],[\"parent/2123\",[779,4.162]],[\"name/2124\",[781,76.826]],[\"parent/2124\",[779,4.162]],[\"name/2125\",[372,60.618]],[\"parent/2125\",[779,4.162]],[\"name/2126\",[210,62.059]],[\"parent/2126\",[779,4.162]],[\"name/2127\",[782,76.826]],[\"parent/2127\",[779,4.162]],[\"name/2128\",[783,68.293]],[\"parent/2128\",[779,4.162]],[\"name/2129\",[784,76.826]],[\"parent/2129\",[779,4.162]],[\"name/2130\",[785,76.826]],[\"parent/2130\",[779,4.162]],[\"name/2131\",[786,76.826]],[\"parent/2131\",[779,4.162]],[\"name/2132\",[787,76.826]],[\"parent/2132\",[779,4.162]],[\"name/2133\",[788,76.826]],[\"parent/2133\",[779,4.162]],[\"name/2134\",[131,68.293]],[\"parent/2134\",[779,4.162]],[\"name/2135\",[535,62.059]],[\"parent/2135\",[779,4.162]],[\"name/2136\",[789,76.826]],[\"parent/2136\",[779,4.162]],[\"name/2137\",[790,76.826]],[\"parent/2137\",[779,4.162]],[\"name/2138\",[791,68.293]],[\"parent/2138\",[779,4.162]],[\"name/2139\",[792,71.682]],[\"parent/2139\",[779,4.162]],[\"name/2140\",[793,76.826]],[\"parent/2140\",[779,4.162]],[\"name/2141\",[26,35.876]],[\"parent/2141\",[779,4.162]],[\"name/2142\",[794,71.682]],[\"parent/2142\",[795,7.244]],[\"name/2143\",[8,46.49]],[\"parent/2143\",[779,4.162]],[\"name/2144\",[9,41.021]],[\"parent/2144\",[779,4.162]],[\"name/2145\",[10,43.388]],[\"parent/2145\",[779,4.162]],[\"name/2146\",[11,44.681]],[\"parent/2146\",[779,4.162]],[\"name/2147\",[12,45.545]],[\"parent/2147\",[779,4.162]],[\"name/2148\",[13,45.249]],[\"parent/2148\",[779,4.162]],[\"name/2149\",[14,45.85]],[\"parent/2149\",[779,4.162]],[\"name/2150\",[15,46.49]],[\"parent/2150\",[779,4.162]],[\"name/2151\",[16,46.49]],[\"parent/2151\",[779,4.162]],[\"name/2152\",[17,44.961]],[\"parent/2152\",[779,4.162]],[\"name/2153\",[18,46.165]],[\"parent/2153\",[779,4.162]],[\"name/2154\",[19,36.969]],[\"parent/2154\",[779,4.162]],[\"name/2155\",[20,46.165]],[\"parent/2155\",[779,4.162]],[\"name/2156\",[21,43.388]],[\"parent/2156\",[779,4.162]],[\"name/2157\",[22,44.409]],[\"parent/2157\",[779,4.162]],[\"name/2158\",[23,41.214]],[\"parent/2158\",[779,4.162]],[\"name/2159\",[24,45.545]],[\"parent/2159\",[779,4.162]],[\"name/2160\",[796,65.762]],[\"parent/2160\",[]],[\"name/2161\",[797,76.826]],[\"parent/2161\",[796,6.201]],[\"name/2162\",[798,76.826]],[\"parent/2162\",[796,6.201]],[\"name/2163\",[799,76.826]],[\"parent/2163\",[796,6.201]],[\"name/2164\",[800,49.554]],[\"parent/2164\",[]],[\"name/2165\",[4,71.682]],[\"parent/2165\",[800,4.673]],[\"name/2166\",[10,43.388]],[\"parent/2166\",[800,4.673]],[\"name/2167\",[147,49.554]],[\"parent/2167\",[800,4.673]],[\"name/2168\",[7,55.473]],[\"parent/2168\",[800,4.673]],[\"name/2169\",[801,76.826]],[\"parent/2169\",[800,4.673]],[\"name/2170\",[8,46.49]],[\"parent/2170\",[800,4.673]],[\"name/2171\",[9,41.021]],[\"parent/2171\",[800,4.673]],[\"name/2172\",[11,44.681]],[\"parent/2172\",[800,4.673]],[\"name/2173\",[12,45.545]],[\"parent/2173\",[800,4.673]],[\"name/2174\",[13,45.249]],[\"parent/2174\",[800,4.673]],[\"name/2175\",[14,45.85]],[\"parent/2175\",[800,4.673]],[\"name/2176\",[15,46.49]],[\"parent/2176\",[800,4.673]],[\"name/2177\",[16,46.49]],[\"parent/2177\",[800,4.673]],[\"name/2178\",[17,44.961]],[\"parent/2178\",[800,4.673]],[\"name/2179\",[18,46.165]],[\"parent/2179\",[800,4.673]],[\"name/2180\",[19,36.969]],[\"parent/2180\",[800,4.673]],[\"name/2181\",[20,46.165]],[\"parent/2181\",[800,4.673]],[\"name/2182\",[21,43.388]],[\"parent/2182\",[800,4.673]],[\"name/2183\",[22,44.409]],[\"parent/2183\",[800,4.673]],[\"name/2184\",[23,41.214]],[\"parent/2184\",[800,4.673]],[\"name/2185\",[24,45.545]],[\"parent/2185\",[800,4.673]],[\"name/2186\",[802,68.293]],[\"parent/2186\",[]],[\"name/2187\",[803,65.762]],[\"parent/2187\",[802,6.439]],[\"name/2188\",[35,68.293]],[\"parent/2188\",[802,6.439]],[\"name/2189\",[804,63.741]],[\"parent/2189\",[]],[\"name/2190\",[805,71.682]],[\"parent/2190\",[804,6.01]],[\"name/2191\",[133,60.618]],[\"parent/2191\",[804,6.01]],[\"name/2192\",[10,43.388]],[\"parent/2192\",[804,6.01]],[\"name/2193\",[147,49.554]],[\"parent/2193\",[804,6.01]],[\"name/2194\",[806,76.826]],[\"parent/2194\",[]],[\"name/2195\",[807,50.995]],[\"parent/2195\",[]],[\"name/2196\",[792,71.682]],[\"parent/2196\",[807,4.808]],[\"name/2197\",[8,46.49]],[\"parent/2197\",[807,4.808]],[\"name/2198\",[9,41.021]],[\"parent/2198\",[807,4.808]],[\"name/2199\",[10,43.388]],[\"parent/2199\",[807,4.808]],[\"name/2200\",[11,44.681]],[\"parent/2200\",[807,4.808]],[\"name/2201\",[12,45.545]],[\"parent/2201\",[807,4.808]],[\"name/2202\",[13,45.249]],[\"parent/2202\",[807,4.808]],[\"name/2203\",[14,45.85]],[\"parent/2203\",[807,4.808]],[\"name/2204\",[15,46.49]],[\"parent/2204\",[807,4.808]],[\"name/2205\",[16,46.49]],[\"parent/2205\",[807,4.808]],[\"name/2206\",[17,44.961]],[\"parent/2206\",[807,4.808]],[\"name/2207\",[18,46.165]],[\"parent/2207\",[807,4.808]],[\"name/2208\",[19,36.969]],[\"parent/2208\",[807,4.808]],[\"name/2209\",[20,46.165]],[\"parent/2209\",[807,4.808]],[\"name/2210\",[21,43.388]],[\"parent/2210\",[807,4.808]],[\"name/2211\",[22,44.409]],[\"parent/2211\",[807,4.808]],[\"name/2212\",[23,41.214]],[\"parent/2212\",[807,4.808]],[\"name/2213\",[24,45.545]],[\"parent/2213\",[807,4.808]],[\"name/2214\",[808,76.826]],[\"parent/2214\",[]],[\"name/2215\",[809,51.525]],[\"parent/2215\",[]],[\"name/2216\",[11,44.681]],[\"parent/2216\",[809,4.858]],[\"name/2217\",[8,46.49]],[\"parent/2217\",[809,4.858]],[\"name/2218\",[9,41.021]],[\"parent/2218\",[809,4.858]],[\"name/2219\",[10,43.388]],[\"parent/2219\",[809,4.858]],[\"name/2220\",[12,45.545]],[\"parent/2220\",[809,4.858]],[\"name/2221\",[13,45.249]],[\"parent/2221\",[809,4.858]],[\"name/2222\",[14,45.85]],[\"parent/2222\",[809,4.858]],[\"name/2223\",[15,46.49]],[\"parent/2223\",[809,4.858]],[\"name/2224\",[16,46.49]],[\"parent/2224\",[809,4.858]],[\"name/2225\",[17,44.961]],[\"parent/2225\",[809,4.858]],[\"name/2226\",[18,46.165]],[\"parent/2226\",[809,4.858]],[\"name/2227\",[19,36.969]],[\"parent/2227\",[809,4.858]],[\"name/2228\",[20,46.165]],[\"parent/2228\",[809,4.858]],[\"name/2229\",[21,43.388]],[\"parent/2229\",[809,4.858]],[\"name/2230\",[22,44.409]],[\"parent/2230\",[809,4.858]],[\"name/2231\",[23,41.214]],[\"parent/2231\",[809,4.858]],[\"name/2232\",[24,45.545]],[\"parent/2232\",[809,4.858]],[\"name/2233\",[810,50.995]],[\"parent/2233\",[]],[\"name/2234\",[811,76.826]],[\"parent/2234\",[810,4.808]],[\"name/2235\",[8,46.49]],[\"parent/2235\",[810,4.808]],[\"name/2236\",[9,41.021]],[\"parent/2236\",[810,4.808]],[\"name/2237\",[10,43.388]],[\"parent/2237\",[810,4.808]],[\"name/2238\",[11,44.681]],[\"parent/2238\",[810,4.808]],[\"name/2239\",[12,45.545]],[\"parent/2239\",[810,4.808]],[\"name/2240\",[13,45.249]],[\"parent/2240\",[810,4.808]],[\"name/2241\",[14,45.85]],[\"parent/2241\",[810,4.808]],[\"name/2242\",[15,46.49]],[\"parent/2242\",[810,4.808]],[\"name/2243\",[16,46.49]],[\"parent/2243\",[810,4.808]],[\"name/2244\",[17,44.961]],[\"parent/2244\",[810,4.808]],[\"name/2245\",[18,46.165]],[\"parent/2245\",[810,4.808]],[\"name/2246\",[19,36.969]],[\"parent/2246\",[810,4.808]],[\"name/2247\",[20,46.165]],[\"parent/2247\",[810,4.808]],[\"name/2248\",[21,43.388]],[\"parent/2248\",[810,4.808]],[\"name/2249\",[22,44.409]],[\"parent/2249\",[810,4.808]],[\"name/2250\",[23,41.214]],[\"parent/2250\",[810,4.808]],[\"name/2251\",[24,45.545]],[\"parent/2251\",[810,4.808]],[\"name/2252\",[812,44.144]],[\"parent/2252\",[]],[\"name/2253\",[133,60.618]],[\"parent/2253\",[812,4.162]],[\"name/2254\",[140,56.313]],[\"parent/2254\",[812,4.162]],[\"name/2255\",[732,63.741]],[\"parent/2255\",[812,4.162]],[\"name/2256\",[139,60.618]],[\"parent/2256\",[812,4.162]],[\"name/2257\",[147,49.554]],[\"parent/2257\",[812,4.162]],[\"name/2258\",[813,76.826]],[\"parent/2258\",[812,4.162]],[\"name/2259\",[524,68.293]],[\"parent/2259\",[812,4.162]],[\"name/2260\",[525,68.293]],[\"parent/2260\",[812,4.162]],[\"name/2261\",[100,53.978]],[\"parent/2261\",[812,4.162]],[\"name/2262\",[211,71.682]],[\"parent/2262\",[812,4.162]],[\"name/2263\",[209,65.762]],[\"parent/2263\",[812,4.162]],[\"name/2264\",[210,62.059]],[\"parent/2264\",[812,4.162]],[\"name/2265\",[11,44.681]],[\"parent/2265\",[812,4.162]],[\"name/2266\",[214,59.357]],[\"parent/2266\",[812,4.162]],[\"name/2267\",[526,68.293]],[\"parent/2267\",[812,4.162]],[\"name/2268\",[10,43.388]],[\"parent/2268\",[812,4.162]],[\"name/2269\",[215,62.059]],[\"parent/2269\",[812,4.162]],[\"name/2270\",[814,76.826]],[\"parent/2270\",[812,4.162]],[\"name/2271\",[815,76.826]],[\"parent/2271\",[812,4.162]],[\"name/2272\",[212,71.682]],[\"parent/2272\",[812,4.162]],[\"name/2273\",[7,55.473]],[\"parent/2273\",[812,4.162]],[\"name/2274\",[816,76.826]],[\"parent/2274\",[812,4.162]],[\"name/2275\",[8,46.49]],[\"parent/2275\",[812,4.162]],[\"name/2276\",[9,41.021]],[\"parent/2276\",[812,4.162]],[\"name/2277\",[12,45.545]],[\"parent/2277\",[812,4.162]],[\"name/2278\",[13,45.249]],[\"parent/2278\",[812,4.162]],[\"name/2279\",[14,45.85]],[\"parent/2279\",[812,4.162]],[\"name/2280\",[15,46.49]],[\"parent/2280\",[812,4.162]],[\"name/2281\",[16,46.49]],[\"parent/2281\",[812,4.162]],[\"name/2282\",[17,44.961]],[\"parent/2282\",[812,4.162]],[\"name/2283\",[18,46.165]],[\"parent/2283\",[812,4.162]],[\"name/2284\",[19,36.969]],[\"parent/2284\",[812,4.162]],[\"name/2285\",[20,46.165]],[\"parent/2285\",[812,4.162]],[\"name/2286\",[21,43.388]],[\"parent/2286\",[812,4.162]],[\"name/2287\",[22,44.409]],[\"parent/2287\",[812,4.162]],[\"name/2288\",[23,41.214]],[\"parent/2288\",[812,4.162]],[\"name/2289\",[24,45.545]],[\"parent/2289\",[812,4.162]],[\"name/2290\",[817,49.554]],[\"parent/2290\",[]],[\"name/2291\",[147,49.554]],[\"parent/2291\",[817,4.673]],[\"name/2292\",[732,63.741]],[\"parent/2292\",[817,4.673]],[\"name/2293\",[140,56.313]],[\"parent/2293\",[817,4.673]],[\"name/2294\",[7,55.473]],[\"parent/2294\",[817,4.673]],[\"name/2295\",[8,46.49]],[\"parent/2295\",[817,4.673]],[\"name/2296\",[9,41.021]],[\"parent/2296\",[817,4.673]],[\"name/2297\",[10,43.388]],[\"parent/2297\",[817,4.673]],[\"name/2298\",[11,44.681]],[\"parent/2298\",[817,4.673]],[\"name/2299\",[12,45.545]],[\"parent/2299\",[817,4.673]],[\"name/2300\",[13,45.249]],[\"parent/2300\",[817,4.673]],[\"name/2301\",[14,45.85]],[\"parent/2301\",[817,4.673]],[\"name/2302\",[15,46.49]],[\"parent/2302\",[817,4.673]],[\"name/2303\",[16,46.49]],[\"parent/2303\",[817,4.673]],[\"name/2304\",[17,44.961]],[\"parent/2304\",[817,4.673]],[\"name/2305\",[18,46.165]],[\"parent/2305\",[817,4.673]],[\"name/2306\",[19,36.969]],[\"parent/2306\",[817,4.673]],[\"name/2307\",[20,46.165]],[\"parent/2307\",[817,4.673]],[\"name/2308\",[21,43.388]],[\"parent/2308\",[817,4.673]],[\"name/2309\",[22,44.409]],[\"parent/2309\",[817,4.673]],[\"name/2310\",[23,41.214]],[\"parent/2310\",[817,4.673]],[\"name/2311\",[24,45.545]],[\"parent/2311\",[817,4.673]],[\"name/2312\",[818,48.293]],[\"parent/2312\",[]],[\"name/2313\",[3,56.313]],[\"parent/2313\",[818,4.554]],[\"name/2314\",[147,49.554]],[\"parent/2314\",[818,4.554]],[\"name/2315\",[732,63.741]],[\"parent/2315\",[818,4.554]],[\"name/2316\",[260,65.762]],[\"parent/2316\",[818,4.554]],[\"name/2317\",[140,56.313]],[\"parent/2317\",[818,4.554]],[\"name/2318\",[361,58.237]],[\"parent/2318\",[818,4.554]],[\"name/2319\",[7,55.473]],[\"parent/2319\",[818,4.554]],[\"name/2320\",[8,46.49]],[\"parent/2320\",[818,4.554]],[\"name/2321\",[9,41.021]],[\"parent/2321\",[818,4.554]],[\"name/2322\",[10,43.388]],[\"parent/2322\",[818,4.554]],[\"name/2323\",[11,44.681]],[\"parent/2323\",[818,4.554]],[\"name/2324\",[12,45.545]],[\"parent/2324\",[818,4.554]],[\"name/2325\",[13,45.249]],[\"parent/2325\",[818,4.554]],[\"name/2326\",[14,45.85]],[\"parent/2326\",[818,4.554]],[\"name/2327\",[15,46.49]],[\"parent/2327\",[818,4.554]],[\"name/2328\",[16,46.49]],[\"parent/2328\",[818,4.554]],[\"name/2329\",[17,44.961]],[\"parent/2329\",[818,4.554]],[\"name/2330\",[18,46.165]],[\"parent/2330\",[818,4.554]],[\"name/2331\",[19,36.969]],[\"parent/2331\",[818,4.554]],[\"name/2332\",[20,46.165]],[\"parent/2332\",[818,4.554]],[\"name/2333\",[21,43.388]],[\"parent/2333\",[818,4.554]],[\"name/2334\",[22,44.409]],[\"parent/2334\",[818,4.554]],[\"name/2335\",[23,41.214]],[\"parent/2335\",[818,4.554]],[\"name/2336\",[24,45.545]],[\"parent/2336\",[818,4.554]],[\"name/2337\",[819,47.906]],[\"parent/2337\",[]],[\"name/2338\",[363,62.059]],[\"parent/2338\",[819,4.517]],[\"name/2339\",[3,56.313]],[\"parent/2339\",[819,4.517]],[\"name/2340\",[147,49.554]],[\"parent/2340\",[819,4.517]],[\"name/2341\",[732,63.741]],[\"parent/2341\",[819,4.517]],[\"name/2342\",[260,65.762]],[\"parent/2342\",[819,4.517]],[\"name/2343\",[140,56.313]],[\"parent/2343\",[819,4.517]],[\"name/2344\",[361,58.237]],[\"parent/2344\",[819,4.517]],[\"name/2345\",[7,55.473]],[\"parent/2345\",[819,4.517]],[\"name/2346\",[8,46.49]],[\"parent/2346\",[819,4.517]],[\"name/2347\",[9,41.021]],[\"parent/2347\",[819,4.517]],[\"name/2348\",[10,43.388]],[\"parent/2348\",[819,4.517]],[\"name/2349\",[11,44.681]],[\"parent/2349\",[819,4.517]],[\"name/2350\",[12,45.545]],[\"parent/2350\",[819,4.517]],[\"name/2351\",[13,45.249]],[\"parent/2351\",[819,4.517]],[\"name/2352\",[14,45.85]],[\"parent/2352\",[819,4.517]],[\"name/2353\",[15,46.49]],[\"parent/2353\",[819,4.517]],[\"name/2354\",[16,46.49]],[\"parent/2354\",[819,4.517]],[\"name/2355\",[17,44.961]],[\"parent/2355\",[819,4.517]],[\"name/2356\",[18,46.165]],[\"parent/2356\",[819,4.517]],[\"name/2357\",[19,36.969]],[\"parent/2357\",[819,4.517]],[\"name/2358\",[20,46.165]],[\"parent/2358\",[819,4.517]],[\"name/2359\",[21,43.388]],[\"parent/2359\",[819,4.517]],[\"name/2360\",[22,44.409]],[\"parent/2360\",[819,4.517]],[\"name/2361\",[23,41.214]],[\"parent/2361\",[819,4.517]],[\"name/2362\",[24,45.545]],[\"parent/2362\",[819,4.517]],[\"name/2363\",[820,44.144]],[\"parent/2363\",[]],[\"name/2364\",[821,68.293]],[\"parent/2364\",[820,4.162]],[\"name/2365\",[778,68.293]],[\"parent/2365\",[820,4.162]],[\"name/2366\",[31,43.388]],[\"parent/2366\",[820,4.162]],[\"name/2367\",[822,71.682]],[\"parent/2367\",[820,4.162]],[\"name/2368\",[823,71.682]],[\"parent/2368\",[820,4.162]],[\"name/2369\",[791,68.293]],[\"parent/2369\",[820,4.162]],[\"name/2370\",[783,68.293]],[\"parent/2370\",[820,4.162]],[\"name/2371\",[824,76.826]],[\"parent/2371\",[820,4.162]],[\"name/2372\",[627,57.229]],[\"parent/2372\",[820,4.162]],[\"name/2373\",[825,71.682]],[\"parent/2373\",[820,4.162]],[\"name/2374\",[826,71.682]],[\"parent/2374\",[820,4.162]],[\"name/2375\",[827,71.682]],[\"parent/2375\",[820,4.162]],[\"name/2376\",[828,71.682]],[\"parent/2376\",[820,4.162]],[\"name/2377\",[829,71.682]],[\"parent/2377\",[820,4.162]],[\"name/2378\",[830,71.682]],[\"parent/2378\",[820,4.162]],[\"name/2379\",[209,65.762]],[\"parent/2379\",[820,4.162]],[\"name/2380\",[210,62.059]],[\"parent/2380\",[820,4.162]],[\"name/2381\",[831,71.682]],[\"parent/2381\",[820,4.162]],[\"name/2382\",[832,71.682]],[\"parent/2382\",[820,4.162]],[\"name/2383\",[833,71.682]],[\"parent/2383\",[820,4.162]],[\"name/2384\",[8,46.49]],[\"parent/2384\",[820,4.162]],[\"name/2385\",[9,41.021]],[\"parent/2385\",[820,4.162]],[\"name/2386\",[10,43.388]],[\"parent/2386\",[820,4.162]],[\"name/2387\",[11,44.681]],[\"parent/2387\",[820,4.162]],[\"name/2388\",[12,45.545]],[\"parent/2388\",[820,4.162]],[\"name/2389\",[13,45.249]],[\"parent/2389\",[820,4.162]],[\"name/2390\",[14,45.85]],[\"parent/2390\",[820,4.162]],[\"name/2391\",[15,46.49]],[\"parent/2391\",[820,4.162]],[\"name/2392\",[16,46.49]],[\"parent/2392\",[820,4.162]],[\"name/2393\",[17,44.961]],[\"parent/2393\",[820,4.162]],[\"name/2394\",[18,46.165]],[\"parent/2394\",[820,4.162]],[\"name/2395\",[19,36.969]],[\"parent/2395\",[820,4.162]],[\"name/2396\",[20,46.165]],[\"parent/2396\",[820,4.162]],[\"name/2397\",[21,43.388]],[\"parent/2397\",[820,4.162]],[\"name/2398\",[22,44.409]],[\"parent/2398\",[820,4.162]],[\"name/2399\",[23,41.214]],[\"parent/2399\",[820,4.162]],[\"name/2400\",[24,45.545]],[\"parent/2400\",[820,4.162]],[\"name/2401\",[834,76.826]],[\"parent/2401\",[]],[\"name/2402\",[835,49.554]],[\"parent/2402\",[]],[\"name/2403\",[10,43.388]],[\"parent/2403\",[835,4.673]],[\"name/2404\",[31,43.388]],[\"parent/2404\",[835,4.673]],[\"name/2405\",[551,63.741]],[\"parent/2405\",[835,4.673]],[\"name/2406\",[627,57.229]],[\"parent/2406\",[835,4.673]],[\"name/2407\",[210,62.059]],[\"parent/2407\",[835,4.673]],[\"name/2408\",[209,65.762]],[\"parent/2408\",[835,4.673]],[\"name/2409\",[833,71.682]],[\"parent/2409\",[835,4.673]],[\"name/2410\",[821,68.293]],[\"parent/2410\",[835,4.673]],[\"name/2411\",[778,68.293]],[\"parent/2411\",[835,4.673]],[\"name/2412\",[822,71.682]],[\"parent/2412\",[835,4.673]],[\"name/2413\",[823,71.682]],[\"parent/2413\",[835,4.673]],[\"name/2414\",[791,68.293]],[\"parent/2414\",[835,4.673]],[\"name/2415\",[783,68.293]],[\"parent/2415\",[835,4.673]],[\"name/2416\",[825,71.682]],[\"parent/2416\",[835,4.673]],[\"name/2417\",[826,71.682]],[\"parent/2417\",[835,4.673]],[\"name/2418\",[827,71.682]],[\"parent/2418\",[835,4.673]],[\"name/2419\",[828,71.682]],[\"parent/2419\",[835,4.673]],[\"name/2420\",[829,71.682]],[\"parent/2420\",[835,4.673]],[\"name/2421\",[830,71.682]],[\"parent/2421\",[835,4.673]],[\"name/2422\",[831,71.682]],[\"parent/2422\",[835,4.673]],[\"name/2423\",[832,71.682]],[\"parent/2423\",[835,4.673]],[\"name/2424\",[836,76.826]],[\"parent/2424\",[]],[\"name/2425\",[837,76.826]],[\"parent/2425\",[]],[\"name/2426\",[838,50.995]],[\"parent/2426\",[]],[\"name/2427\",[100,53.978]],[\"parent/2427\",[838,4.808]],[\"name/2428\",[8,46.49]],[\"parent/2428\",[838,4.808]],[\"name/2429\",[9,41.021]],[\"parent/2429\",[838,4.808]],[\"name/2430\",[10,43.388]],[\"parent/2430\",[838,4.808]],[\"name/2431\",[11,44.681]],[\"parent/2431\",[838,4.808]],[\"name/2432\",[12,45.545]],[\"parent/2432\",[838,4.808]],[\"name/2433\",[13,45.249]],[\"parent/2433\",[838,4.808]],[\"name/2434\",[14,45.85]],[\"parent/2434\",[838,4.808]],[\"name/2435\",[15,46.49]],[\"parent/2435\",[838,4.808]],[\"name/2436\",[16,46.49]],[\"parent/2436\",[838,4.808]],[\"name/2437\",[17,44.961]],[\"parent/2437\",[838,4.808]],[\"name/2438\",[18,46.165]],[\"parent/2438\",[838,4.808]],[\"name/2439\",[19,36.969]],[\"parent/2439\",[838,4.808]],[\"name/2440\",[20,46.165]],[\"parent/2440\",[838,4.808]],[\"name/2441\",[21,43.388]],[\"parent/2441\",[838,4.808]],[\"name/2442\",[22,44.409]],[\"parent/2442\",[838,4.808]],[\"name/2443\",[23,41.214]],[\"parent/2443\",[838,4.808]],[\"name/2444\",[24,45.545]],[\"parent/2444\",[838,4.808]],[\"name/2445\",[839,63.741]],[\"parent/2445\",[]],[\"name/2446\",[803,65.762]],[\"parent/2446\",[839,6.01]],[\"name/2447\",[32,68.293]],[\"parent/2447\",[839,6.01]],[\"name/2448\",[37,65.762]],[\"parent/2448\",[839,6.01]],[\"name/2449\",[26,35.876]],[\"parent/2449\",[839,6.01]],[\"name/2450\",[840,50.491]],[\"parent/2450\",[]],[\"name/2451\",[3,56.313]],[\"parent/2451\",[840,4.761]],[\"name/2452\",[6,63.741]],[\"parent/2452\",[840,4.761]],[\"name/2453\",[8,46.49]],[\"parent/2453\",[840,4.761]],[\"name/2454\",[9,41.021]],[\"parent/2454\",[840,4.761]],[\"name/2455\",[10,43.388]],[\"parent/2455\",[840,4.761]],[\"name/2456\",[11,44.681]],[\"parent/2456\",[840,4.761]],[\"name/2457\",[12,45.545]],[\"parent/2457\",[840,4.761]],[\"name/2458\",[13,45.249]],[\"parent/2458\",[840,4.761]],[\"name/2459\",[14,45.85]],[\"parent/2459\",[840,4.761]],[\"name/2460\",[15,46.49]],[\"parent/2460\",[840,4.761]],[\"name/2461\",[16,46.49]],[\"parent/2461\",[840,4.761]],[\"name/2462\",[17,44.961]],[\"parent/2462\",[840,4.761]],[\"name/2463\",[18,46.165]],[\"parent/2463\",[840,4.761]],[\"name/2464\",[19,36.969]],[\"parent/2464\",[840,4.761]],[\"name/2465\",[20,46.165]],[\"parent/2465\",[840,4.761]],[\"name/2466\",[21,43.388]],[\"parent/2466\",[840,4.761]],[\"name/2467\",[22,44.409]],[\"parent/2467\",[840,4.761]],[\"name/2468\",[23,41.214]],[\"parent/2468\",[840,4.761]],[\"name/2469\",[24,45.545]],[\"parent/2469\",[840,4.761]],[\"name/2470\",[841,68.293]],[\"parent/2470\",[]],[\"name/2471\",[803,65.762]],[\"parent/2471\",[841,6.439]],[\"name/2472\",[842,76.826]],[\"parent/2472\",[841,6.439]],[\"name/2473\",[843,60.618]],[\"parent/2473\",[]],[\"name/2474\",[31,43.388]],[\"parent/2474\",[843,5.716]],[\"name/2475\",[393,60.618]],[\"parent/2475\",[843,5.716]],[\"name/2476\",[160,55.473]],[\"parent/2476\",[843,5.716]],[\"name/2477\",[233,71.682]],[\"parent/2477\",[843,5.716]],[\"name/2478\",[26,35.876]],[\"parent/2478\",[843,5.716]],[\"name/2479\",[844,76.826]],[\"parent/2479\",[845,6.759]],[\"name/2480\",[846,76.826]],[\"parent/2480\",[845,6.759]],[\"name/2481\",[847,76.826]],[\"parent/2481\",[843,5.716]],[\"name/2482\",[848,50.011]],[\"parent/2482\",[]],[\"name/2483\",[849,71.682]],[\"parent/2483\",[848,4.716]],[\"name/2484\",[850,76.826]],[\"parent/2484\",[848,4.716]],[\"name/2485\",[100,53.978]],[\"parent/2485\",[848,4.716]],[\"name/2486\",[8,46.49]],[\"parent/2486\",[848,4.716]],[\"name/2487\",[9,41.021]],[\"parent/2487\",[848,4.716]],[\"name/2488\",[10,43.388]],[\"parent/2488\",[848,4.716]],[\"name/2489\",[11,44.681]],[\"parent/2489\",[848,4.716]],[\"name/2490\",[12,45.545]],[\"parent/2490\",[848,4.716]],[\"name/2491\",[13,45.249]],[\"parent/2491\",[848,4.716]],[\"name/2492\",[14,45.85]],[\"parent/2492\",[848,4.716]],[\"name/2493\",[15,46.49]],[\"parent/2493\",[848,4.716]],[\"name/2494\",[16,46.49]],[\"parent/2494\",[848,4.716]],[\"name/2495\",[17,44.961]],[\"parent/2495\",[848,4.716]],[\"name/2496\",[18,46.165]],[\"parent/2496\",[848,4.716]],[\"name/2497\",[19,36.969]],[\"parent/2497\",[848,4.716]],[\"name/2498\",[20,46.165]],[\"parent/2498\",[848,4.716]],[\"name/2499\",[21,43.388]],[\"parent/2499\",[848,4.716]],[\"name/2500\",[22,44.409]],[\"parent/2500\",[848,4.716]],[\"name/2501\",[23,41.214]],[\"parent/2501\",[848,4.716]],[\"name/2502\",[24,45.545]],[\"parent/2502\",[848,4.716]],[\"name/2503\",[851,50.011]],[\"parent/2503\",[]],[\"name/2504\",[208,57.229]],[\"parent/2504\",[851,4.716]],[\"name/2505\",[849,71.682]],[\"parent/2505\",[851,4.716]],[\"name/2506\",[852,76.826]],[\"parent/2506\",[851,4.716]],[\"name/2507\",[8,46.49]],[\"parent/2507\",[851,4.716]],[\"name/2508\",[9,41.021]],[\"parent/2508\",[851,4.716]],[\"name/2509\",[10,43.388]],[\"parent/2509\",[851,4.716]],[\"name/2510\",[11,44.681]],[\"parent/2510\",[851,4.716]],[\"name/2511\",[12,45.545]],[\"parent/2511\",[851,4.716]],[\"name/2512\",[13,45.249]],[\"parent/2512\",[851,4.716]],[\"name/2513\",[14,45.85]],[\"parent/2513\",[851,4.716]],[\"name/2514\",[15,46.49]],[\"parent/2514\",[851,4.716]],[\"name/2515\",[16,46.49]],[\"parent/2515\",[851,4.716]],[\"name/2516\",[17,44.961]],[\"parent/2516\",[851,4.716]],[\"name/2517\",[18,46.165]],[\"parent/2517\",[851,4.716]],[\"name/2518\",[19,36.969]],[\"parent/2518\",[851,4.716]],[\"name/2519\",[20,46.165]],[\"parent/2519\",[851,4.716]],[\"name/2520\",[21,43.388]],[\"parent/2520\",[851,4.716]],[\"name/2521\",[22,44.409]],[\"parent/2521\",[851,4.716]],[\"name/2522\",[23,41.214]],[\"parent/2522\",[851,4.716]],[\"name/2523\",[24,45.545]],[\"parent/2523\",[851,4.716]],[\"name/2524\",[853,63.741]],[\"parent/2524\",[]],[\"name/2525\",[854,76.826]],[\"parent/2525\",[853,6.01]],[\"name/2526\",[855,71.682]],[\"parent/2526\",[853,6.01]],[\"name/2527\",[856,76.826]],[\"parent/2527\",[853,6.01]],[\"name/2528\",[42,59.357]],[\"parent/2528\",[853,6.01]],[\"name/2529\",[857,71.682]],[\"parent/2529\",[]],[\"name/2530\",[26,35.876]],[\"parent/2530\",[857,6.759]],[\"name/2531\",[858,71.682]],[\"parent/2531\",[]],[\"name/2532\",[26,35.876]],[\"parent/2532\",[858,6.759]],[\"name/2533\",[859,47.173]],[\"parent/2533\",[]],[\"name/2534\",[135,62.059]],[\"parent/2534\",[859,4.448]],[\"name/2535\",[860,76.826]],[\"parent/2535\",[859,4.448]],[\"name/2536\",[140,56.313]],[\"parent/2536\",[859,4.448]],[\"name/2537\",[133,60.618]],[\"parent/2537\",[859,4.448]],[\"name/2538\",[861,76.826]],[\"parent/2538\",[859,4.448]],[\"name/2539\",[862,76.826]],[\"parent/2539\",[859,4.448]],[\"name/2540\",[863,76.826]],[\"parent/2540\",[859,4.448]],[\"name/2541\",[864,76.826]],[\"parent/2541\",[859,4.448]],[\"name/2542\",[865,76.826]],[\"parent/2542\",[859,4.448]],[\"name/2543\",[3,56.313]],[\"parent/2543\",[859,4.448]],[\"name/2544\",[8,46.49]],[\"parent/2544\",[859,4.448]],[\"name/2545\",[9,41.021]],[\"parent/2545\",[859,4.448]],[\"name/2546\",[10,43.388]],[\"parent/2546\",[859,4.448]],[\"name/2547\",[11,44.681]],[\"parent/2547\",[859,4.448]],[\"name/2548\",[12,45.545]],[\"parent/2548\",[859,4.448]],[\"name/2549\",[13,45.249]],[\"parent/2549\",[859,4.448]],[\"name/2550\",[14,45.85]],[\"parent/2550\",[859,4.448]],[\"name/2551\",[15,46.49]],[\"parent/2551\",[859,4.448]],[\"name/2552\",[16,46.49]],[\"parent/2552\",[859,4.448]],[\"name/2553\",[17,44.961]],[\"parent/2553\",[859,4.448]],[\"name/2554\",[18,46.165]],[\"parent/2554\",[859,4.448]],[\"name/2555\",[19,36.969]],[\"parent/2555\",[859,4.448]],[\"name/2556\",[20,46.165]],[\"parent/2556\",[859,4.448]],[\"name/2557\",[21,43.388]],[\"parent/2557\",[859,4.448]],[\"name/2558\",[22,44.409]],[\"parent/2558\",[859,4.448]],[\"name/2559\",[23,41.214]],[\"parent/2559\",[859,4.448]],[\"name/2560\",[24,45.545]],[\"parent/2560\",[859,4.448]],[\"name/2561\",[866,71.682]],[\"parent/2561\",[]],[\"name/2562\",[26,35.876]],[\"parent/2562\",[866,6.759]],[\"name/2563\",[147,49.554]],[\"parent/2563\",[]],[\"name/2564\",[867,60.618]],[\"parent/2564\",[]],[\"name/2565\",[17,44.961]],[\"parent/2565\",[867,5.716]],[\"name/2566\",[18,46.165]],[\"parent/2566\",[867,5.716]],[\"name/2567\",[19,36.969]],[\"parent/2567\",[867,5.716]],[\"name/2568\",[20,46.165]],[\"parent/2568\",[867,5.716]],[\"name/2569\",[21,43.388]],[\"parent/2569\",[867,5.716]],[\"name/2570\",[22,44.409]],[\"parent/2570\",[867,5.716]],[\"name/2571\",[868,76.826]],[\"parent/2571\",[]],[\"name/2572\",[869,76.826]],[\"parent/2572\",[]],[\"name/2573\",[870,50.491]],[\"parent/2573\",[]],[\"name/2574\",[871,76.826]],[\"parent/2574\",[870,4.761]],[\"name/2575\",[872,76.826]],[\"parent/2575\",[870,4.761]],[\"name/2576\",[8,46.49]],[\"parent/2576\",[870,4.761]],[\"name/2577\",[9,41.021]],[\"parent/2577\",[870,4.761]],[\"name/2578\",[10,43.388]],[\"parent/2578\",[870,4.761]],[\"name/2579\",[11,44.681]],[\"parent/2579\",[870,4.761]],[\"name/2580\",[12,45.545]],[\"parent/2580\",[870,4.761]],[\"name/2581\",[13,45.249]],[\"parent/2581\",[870,4.761]],[\"name/2582\",[14,45.85]],[\"parent/2582\",[870,4.761]],[\"name/2583\",[15,46.49]],[\"parent/2583\",[870,4.761]],[\"name/2584\",[16,46.49]],[\"parent/2584\",[870,4.761]],[\"name/2585\",[17,44.961]],[\"parent/2585\",[870,4.761]],[\"name/2586\",[18,46.165]],[\"parent/2586\",[870,4.761]],[\"name/2587\",[19,36.969]],[\"parent/2587\",[870,4.761]],[\"name/2588\",[20,46.165]],[\"parent/2588\",[870,4.761]],[\"name/2589\",[21,43.388]],[\"parent/2589\",[870,4.761]],[\"name/2590\",[22,44.409]],[\"parent/2590\",[870,4.761]],[\"name/2591\",[23,41.214]],[\"parent/2591\",[870,4.761]],[\"name/2592\",[24,45.545]],[\"parent/2592\",[870,4.761]],[\"name/2593\",[873,76.826]],[\"parent/2593\",[]],[\"name/2594\",[874,76.826]],[\"parent/2594\",[]],[\"name/2595\",[875,48.696]],[\"parent/2595\",[]],[\"name/2596\",[407,59.357]],[\"parent/2596\",[875,4.592]],[\"name/2597\",[187,68.293]],[\"parent/2597\",[875,4.592]],[\"name/2598\",[372,60.618]],[\"parent/2598\",[875,4.592]],[\"name/2599\",[876,76.826]],[\"parent/2599\",[875,4.592]],[\"name/2600\",[877,76.826]],[\"parent/2600\",[875,4.592]],[\"name/2601\",[878,76.826]],[\"parent/2601\",[875,4.592]],[\"name/2602\",[879,76.826]],[\"parent/2602\",[875,4.592]],[\"name/2603\",[880,76.826]],[\"parent/2603\",[875,4.592]],[\"name/2604\",[881,76.826]],[\"parent/2604\",[875,4.592]],[\"name/2605\",[882,76.826]],[\"parent/2605\",[875,4.592]],[\"name/2606\",[883,76.826]],[\"parent/2606\",[875,4.592]],[\"name/2607\",[884,76.826]],[\"parent/2607\",[875,4.592]],[\"name/2608\",[26,35.876]],[\"parent/2608\",[875,4.592]],[\"name/2609\",[885,76.826]],[\"parent/2609\",[886,7.244]],[\"name/2610\",[780,71.682]],[\"parent/2610\",[875,4.592]],[\"name/2611\",[210,62.059]],[\"parent/2611\",[875,4.592]],[\"name/2612\",[887,76.826]],[\"parent/2612\",[875,4.592]],[\"name/2613\",[888,76.826]],[\"parent/2613\",[875,4.592]],[\"name/2614\",[889,76.826]],[\"parent/2614\",[875,4.592]],[\"name/2615\",[42,59.357]],[\"parent/2615\",[875,4.592]],[\"name/2616\",[890,76.826]],[\"parent/2616\",[875,4.592]],[\"name/2617\",[891,76.826]],[\"parent/2617\",[875,4.592]],[\"name/2618\",[855,71.682]],[\"parent/2618\",[875,4.592]],[\"name/2619\",[892,76.826]],[\"parent/2619\",[875,4.592]],[\"name/2620\",[893,50.995]],[\"parent/2620\",[]],[\"name/2621\",[894,71.682]],[\"parent/2621\",[893,4.808]],[\"name/2622\",[8,46.49]],[\"parent/2622\",[893,4.808]],[\"name/2623\",[9,41.021]],[\"parent/2623\",[893,4.808]],[\"name/2624\",[10,43.388]],[\"parent/2624\",[893,4.808]],[\"name/2625\",[11,44.681]],[\"parent/2625\",[893,4.808]],[\"name/2626\",[12,45.545]],[\"parent/2626\",[893,4.808]],[\"name/2627\",[13,45.249]],[\"parent/2627\",[893,4.808]],[\"name/2628\",[14,45.85]],[\"parent/2628\",[893,4.808]],[\"name/2629\",[15,46.49]],[\"parent/2629\",[893,4.808]],[\"name/2630\",[16,46.49]],[\"parent/2630\",[893,4.808]],[\"name/2631\",[17,44.961]],[\"parent/2631\",[893,4.808]],[\"name/2632\",[18,46.165]],[\"parent/2632\",[893,4.808]],[\"name/2633\",[19,36.969]],[\"parent/2633\",[893,4.808]],[\"name/2634\",[20,46.165]],[\"parent/2634\",[893,4.808]],[\"name/2635\",[21,43.388]],[\"parent/2635\",[893,4.808]],[\"name/2636\",[22,44.409]],[\"parent/2636\",[893,4.808]],[\"name/2637\",[23,41.214]],[\"parent/2637\",[893,4.808]],[\"name/2638\",[24,45.545]],[\"parent/2638\",[893,4.808]],[\"name/2639\",[895,50.995]],[\"parent/2639\",[]],[\"name/2640\",[894,71.682]],[\"parent/2640\",[895,4.808]],[\"name/2641\",[8,46.49]],[\"parent/2641\",[895,4.808]],[\"name/2642\",[9,41.021]],[\"parent/2642\",[895,4.808]],[\"name/2643\",[10,43.388]],[\"parent/2643\",[895,4.808]],[\"name/2644\",[11,44.681]],[\"parent/2644\",[895,4.808]],[\"name/2645\",[12,45.545]],[\"parent/2645\",[895,4.808]],[\"name/2646\",[13,45.249]],[\"parent/2646\",[895,4.808]],[\"name/2647\",[14,45.85]],[\"parent/2647\",[895,4.808]],[\"name/2648\",[15,46.49]],[\"parent/2648\",[895,4.808]],[\"name/2649\",[16,46.49]],[\"parent/2649\",[895,4.808]],[\"name/2650\",[17,44.961]],[\"parent/2650\",[895,4.808]],[\"name/2651\",[18,46.165]],[\"parent/2651\",[895,4.808]],[\"name/2652\",[19,36.969]],[\"parent/2652\",[895,4.808]],[\"name/2653\",[20,46.165]],[\"parent/2653\",[895,4.808]],[\"name/2654\",[21,43.388]],[\"parent/2654\",[895,4.808]],[\"name/2655\",[22,44.409]],[\"parent/2655\",[895,4.808]],[\"name/2656\",[23,41.214]],[\"parent/2656\",[895,4.808]],[\"name/2657\",[24,45.545]],[\"parent/2657\",[895,4.808]],[\"name/2658\",[896,56.313]],[\"parent/2658\",[]],[\"name/2659\",[897,76.826]],[\"parent/2659\",[896,5.31]],[\"name/2660\",[898,54.684,899,54.684]],[\"parent/2660\",[896,5.31]],[\"name/2661\",[26,35.876]],[\"parent/2661\",[896,5.31]],[\"name/2662\",[585,27.371,900,34.689,901,34.689,902,34.689]],[\"parent/2662\",[903,4.554]],[\"name/2663\",[904,51.023,905,54.684]],[\"parent/2663\",[903,4.554]],[\"name/2664\",[904,51.023,906,54.684]],[\"parent/2664\",[903,4.554]],[\"name/2665\",[372,43.147,907,54.684]],[\"parent/2665\",[903,4.554]],[\"name/2666\",[372,27.371,585,27.371,908,34.689,909,34.689]],[\"parent/2666\",[903,4.554]],[\"name/2667\",[267,27.364,585,23.14,910,24.332,911,29.327,912,29.327]],[\"parent/2667\",[903,4.554]],[\"name/2668\",[585,33.494,913,42.45,914,37.735]],[\"parent/2668\",[903,4.554]],[\"name/2669\",[585,27.371,627,25.841,914,30.836,915,34.689]],[\"parent/2669\",[903,4.554]],[\"name/2670\",[372,27.371,585,27.371,691,32.366,910,28.781]],[\"parent/2670\",[903,4.554]],[\"name/2671\",[627,31.622,914,37.735,916,42.45]],[\"parent/2671\",[903,4.554]],[\"name/2672\",[917,76.826]],[\"parent/2672\",[896,5.31]],[\"name/2673\",[918,76.826]],[\"parent/2673\",[896,5.31]],[\"name/2674\",[919,76.826]],[\"parent/2674\",[896,5.31]],[\"name/2675\",[920,76.826]],[\"parent/2675\",[896,5.31]],[\"name/2676\",[433,58.237]],[\"parent/2676\",[896,5.31]],[\"name/2677\",[26,35.876]],[\"parent/2677\",[896,5.31]],[\"name/2678\",[184,23.14,433,22.231,921,29.327,922,29.327,923,21.497]],[\"parent/2678\",[903,4.554]],[\"name/2679\",[923,40.083,924,54.684]],[\"parent/2679\",[903,4.554]],[\"name/2680\",[184,17.676,433,16.982,518,19.914,551,18.587,740,20.902,910,18.587,925,22.402]],[\"parent/2680\",[903,4.554]],[\"name/2681\",[186,26.07,433,22.231,551,24.332,910,24.332,926,29.327]],[\"parent/2681\",[903,4.554]],[\"name/2682\",[185,23.69,433,22.231,518,26.07,910,24.332,927,29.327]],[\"parent/2682\",[903,4.554]],[\"name/2683\",[184,43.147,923,40.083]],[\"parent/2683\",[903,4.554]],[\"name/2684\",[92,43.147,923,40.083]],[\"parent/2684\",[903,4.554]],[\"name/2685\",[923,40.083,928,54.684]],[\"parent/2685\",[903,4.554]],[\"name/2686\",[186,48.611,923,40.083]],[\"parent/2686\",[903,4.554]],[\"name/2687\",[226,51.023,923,40.083]],[\"parent/2687\",[903,4.554]],[\"name/2688\",[929,54.684,930,54.684]],[\"parent/2688\",[903,4.554]],[\"name/2689\",[744,48.611,923,40.083]],[\"parent/2689\",[903,4.554]],[\"name/2690\",[706,39.608,744,37.735,923,31.116]],[\"parent/2690\",[903,4.554]],[\"name/2691\",[923,40.083,931,54.684]],[\"parent/2691\",[903,4.554]],[\"name/2692\",[185,44.173,923,40.083]],[\"parent/2692\",[903,4.554]],[\"name/2693\",[932,76.826]],[\"parent/2693\",[896,5.31]],[\"name/2694\",[933,49.554]],[\"parent/2694\",[]],[\"name/2695\",[3,56.313]],[\"parent/2695\",[933,4.673]],[\"name/2696\",[10,43.388]],[\"parent/2696\",[933,4.673]],[\"name/2697\",[147,49.554]],[\"parent/2697\",[933,4.673]],[\"name/2698\",[361,58.237]],[\"parent/2698\",[933,4.673]],[\"name/2699\",[7,55.473]],[\"parent/2699\",[933,4.673]],[\"name/2700\",[8,46.49]],[\"parent/2700\",[933,4.673]],[\"name/2701\",[9,41.021]],[\"parent/2701\",[933,4.673]],[\"name/2702\",[11,44.681]],[\"parent/2702\",[933,4.673]],[\"name/2703\",[12,45.545]],[\"parent/2703\",[933,4.673]],[\"name/2704\",[13,45.249]],[\"parent/2704\",[933,4.673]],[\"name/2705\",[14,45.85]],[\"parent/2705\",[933,4.673]],[\"name/2706\",[15,46.49]],[\"parent/2706\",[933,4.673]],[\"name/2707\",[16,46.49]],[\"parent/2707\",[933,4.673]],[\"name/2708\",[17,44.961]],[\"parent/2708\",[933,4.673]],[\"name/2709\",[18,46.165]],[\"parent/2709\",[933,4.673]],[\"name/2710\",[19,36.969]],[\"parent/2710\",[933,4.673]],[\"name/2711\",[20,46.165]],[\"parent/2711\",[933,4.673]],[\"name/2712\",[21,43.388]],[\"parent/2712\",[933,4.673]],[\"name/2713\",[22,44.409]],[\"parent/2713\",[933,4.673]],[\"name/2714\",[23,41.214]],[\"parent/2714\",[933,4.673]],[\"name/2715\",[24,45.545]],[\"parent/2715\",[933,4.673]],[\"name/2716\",[934,49.116]],[\"parent/2716\",[]],[\"name/2717\",[363,62.059]],[\"parent/2717\",[934,4.631]],[\"name/2718\",[3,56.313]],[\"parent/2718\",[934,4.631]],[\"name/2719\",[10,43.388]],[\"parent/2719\",[934,4.631]],[\"name/2720\",[147,49.554]],[\"parent/2720\",[934,4.631]],[\"name/2721\",[361,58.237]],[\"parent/2721\",[934,4.631]],[\"name/2722\",[7,55.473]],[\"parent/2722\",[934,4.631]],[\"name/2723\",[8,46.49]],[\"parent/2723\",[934,4.631]],[\"name/2724\",[9,41.021]],[\"parent/2724\",[934,4.631]],[\"name/2725\",[11,44.681]],[\"parent/2725\",[934,4.631]],[\"name/2726\",[12,45.545]],[\"parent/2726\",[934,4.631]],[\"name/2727\",[13,45.249]],[\"parent/2727\",[934,4.631]],[\"name/2728\",[14,45.85]],[\"parent/2728\",[934,4.631]],[\"name/2729\",[15,46.49]],[\"parent/2729\",[934,4.631]],[\"name/2730\",[16,46.49]],[\"parent/2730\",[934,4.631]],[\"name/2731\",[17,44.961]],[\"parent/2731\",[934,4.631]],[\"name/2732\",[18,46.165]],[\"parent/2732\",[934,4.631]],[\"name/2733\",[19,36.969]],[\"parent/2733\",[934,4.631]],[\"name/2734\",[20,46.165]],[\"parent/2734\",[934,4.631]],[\"name/2735\",[21,43.388]],[\"parent/2735\",[934,4.631]],[\"name/2736\",[22,44.409]],[\"parent/2736\",[934,4.631]],[\"name/2737\",[23,41.214]],[\"parent/2737\",[934,4.631]],[\"name/2738\",[24,45.545]],[\"parent/2738\",[934,4.631]],[\"name/2739\",[935,62.059]],[\"parent/2739\",[]],[\"name/2740\",[803,65.762]],[\"parent/2740\",[935,5.852]],[\"name/2741\",[33,68.293]],[\"parent/2741\",[935,5.852]],[\"name/2742\",[34,68.293]],[\"parent/2742\",[935,5.852]],[\"name/2743\",[36,68.293]],[\"parent/2743\",[935,5.852]],[\"name/2744\",[936,76.826]],[\"parent/2744\",[935,5.852]],[\"name/2745\",[937,59.357]],[\"parent/2745\",[]],[\"name/2746\",[805,71.682]],[\"parent/2746\",[937,5.597]],[\"name/2747\",[938,76.826]],[\"parent/2747\",[937,5.597]],[\"name/2748\",[361,58.237]],[\"parent/2748\",[937,5.597]],[\"name/2749\",[939,76.826]],[\"parent/2749\",[937,5.597]],[\"name/2750\",[10,43.388]],[\"parent/2750\",[937,5.597]],[\"name/2751\",[363,62.059]],[\"parent/2751\",[937,5.597]],[\"name/2752\",[147,49.554]],[\"parent/2752\",[937,5.597]],[\"name/2753\",[940,50.995]],[\"parent/2753\",[]],[\"name/2754\",[821,68.293]],[\"parent/2754\",[940,4.808]],[\"name/2755\",[8,46.49]],[\"parent/2755\",[940,4.808]],[\"name/2756\",[9,41.021]],[\"parent/2756\",[940,4.808]],[\"name/2757\",[10,43.388]],[\"parent/2757\",[940,4.808]],[\"name/2758\",[11,44.681]],[\"parent/2758\",[940,4.808]],[\"name/2759\",[12,45.545]],[\"parent/2759\",[940,4.808]],[\"name/2760\",[13,45.249]],[\"parent/2760\",[940,4.808]],[\"name/2761\",[14,45.85]],[\"parent/2761\",[940,4.808]],[\"name/2762\",[15,46.49]],[\"parent/2762\",[940,4.808]],[\"name/2763\",[16,46.49]],[\"parent/2763\",[940,4.808]],[\"name/2764\",[17,44.961]],[\"parent/2764\",[940,4.808]],[\"name/2765\",[18,46.165]],[\"parent/2765\",[940,4.808]],[\"name/2766\",[19,36.969]],[\"parent/2766\",[940,4.808]],[\"name/2767\",[20,46.165]],[\"parent/2767\",[940,4.808]],[\"name/2768\",[21,43.388]],[\"parent/2768\",[940,4.808]],[\"name/2769\",[22,44.409]],[\"parent/2769\",[940,4.808]],[\"name/2770\",[23,41.214]],[\"parent/2770\",[940,4.808]],[\"name/2771\",[24,45.545]],[\"parent/2771\",[940,4.808]],[\"name/2772\",[941,76.826]],[\"parent/2772\",[]],[\"name/2773\",[942,71.682]],[\"parent/2773\",[]],[\"name/2774\",[794,71.682]],[\"parent/2774\",[942,6.759]],[\"name/2775\",[943,62.059]],[\"parent/2775\",[]],[\"name/2776\",[17,44.961]],[\"parent/2776\",[943,5.852]],[\"name/2777\",[639,71.682]],[\"parent/2777\",[943,5.852]],[\"name/2778\",[284,65.762]],[\"parent/2778\",[943,5.852]],[\"name/2779\",[19,36.969]],[\"parent/2779\",[943,5.852]],[\"name/2780\",[285,63.741]],[\"parent/2780\",[943,5.852]],[\"name/2781\",[944,76.826]],[\"parent/2781\",[]],[\"name/2782\",[945,65.762]],[\"parent/2782\",[]],[\"name/2783\",[19,36.969]],[\"parent/2783\",[945,6.201]],[\"name/2784\",[285,63.741]],[\"parent/2784\",[945,6.201]],[\"name/2785\",[284,65.762]],[\"parent/2785\",[945,6.201]],[\"name/2786\",[946,68.293]],[\"parent/2786\",[]],[\"name/2787\",[285,63.741]],[\"parent/2787\",[946,6.439]],[\"name/2788\",[284,65.762]],[\"parent/2788\",[946,6.439]],[\"name/2789\",[399,49.116]],[\"parent/2789\",[]],[\"name/2790\",[399,49.116]],[\"parent/2790\",[399,4.631]],[\"name/2791\",[947,76.826]],[\"parent/2791\",[399,4.631]],[\"name/2792\",[26,35.876]],[\"parent/2792\",[399,4.631]],[\"name/2793\",[948,76.826]],[\"parent/2793\",[949,6.759]],[\"name/2794\",[950,76.826]],[\"parent/2794\",[949,6.759]],[\"name/2795\",[951,76.826]],[\"parent/2795\",[]],[\"name/2796\",[952,49.116]],[\"parent/2796\",[]],[\"name/2797\",[482,62.059]],[\"parent/2797\",[952,4.631]],[\"name/2798\",[642,62.059]],[\"parent/2798\",[952,4.631]],[\"name/2799\",[643,65.762]],[\"parent/2799\",[952,4.631]],[\"name/2800\",[481,63.741]],[\"parent/2800\",[952,4.631]],[\"name/2801\",[26,35.876]],[\"parent/2801\",[952,4.631]],[\"name/2802\",[87,53.978]],[\"parent/2802\",[952,4.631]],[\"name/2803\",[241,56.313]],[\"parent/2803\",[952,4.631]],[\"name/2804\",[242,54.698]],[\"parent/2804\",[952,4.631]],[\"name/2805\",[480,62.059]],[\"parent/2805\",[952,4.631]],[\"name/2806\",[483,62.059]],[\"parent/2806\",[952,4.631]],[\"name/2807\",[484,62.059]],[\"parent/2807\",[952,4.631]],[\"name/2808\",[485,62.059]],[\"parent/2808\",[952,4.631]],[\"name/2809\",[486,62.059]],[\"parent/2809\",[952,4.631]],[\"name/2810\",[487,62.059]],[\"parent/2810\",[952,4.631]],[\"name/2811\",[143,50.011]],[\"parent/2811\",[952,4.631]],[\"name/2812\",[488,60.618]],[\"parent/2812\",[952,4.631]],[\"name/2813\",[489,59.357]],[\"parent/2813\",[952,4.631]],[\"name/2814\",[490,59.357]],[\"parent/2814\",[952,4.631]],[\"name/2815\",[491,60.618]],[\"parent/2815\",[952,4.631]],[\"name/2816\",[492,60.618]],[\"parent/2816\",[952,4.631]],[\"name/2817\",[493,60.618]],[\"parent/2817\",[952,4.631]],[\"name/2818\",[494,60.618]],[\"parent/2818\",[952,4.631]],[\"name/2819\",[953,76.826]],[\"parent/2819\",[]],[\"name/2820\",[954,76.826]],[\"parent/2820\",[]],[\"name/2821\",[955,46.826]],[\"parent/2821\",[]],[\"name/2822\",[294,50.995]],[\"parent/2822\",[955,4.415]],[\"name/2823\",[393,60.618]],[\"parent/2823\",[955,4.415]],[\"name/2824\",[658,68.293]],[\"parent/2824\",[955,4.415]],[\"name/2825\",[956,76.826]],[\"parent/2825\",[955,4.415]],[\"name/2826\",[957,76.826]],[\"parent/2826\",[955,4.415]],[\"name/2827\",[283,71.682]],[\"parent/2827\",[955,4.415]],[\"name/2828\",[234,62.059]],[\"parent/2828\",[955,4.415]],[\"name/2829\",[44,44.681]],[\"parent/2829\",[955,4.415]],[\"name/2830\",[286,65.762]],[\"parent/2830\",[955,4.415]],[\"name/2831\",[507,68.293]],[\"parent/2831\",[955,4.415]],[\"name/2832\",[958,76.826]],[\"parent/2832\",[955,4.415]],[\"name/2833\",[959,76.826]],[\"parent/2833\",[955,4.415]],[\"name/2834\",[960,76.826]],[\"parent/2834\",[955,4.415]],[\"name/2835\",[961,76.826]],[\"parent/2835\",[955,4.415]],[\"name/2836\",[272,68.293]],[\"parent/2836\",[955,4.415]],[\"name/2837\",[962,71.682]],[\"parent/2837\",[955,4.415]],[\"name/2838\",[963,76.826]],[\"parent/2838\",[955,4.415]],[\"name/2839\",[964,76.826]],[\"parent/2839\",[955,4.415]],[\"name/2840\",[490,59.357]],[\"parent/2840\",[955,4.415]],[\"name/2841\",[399,49.116]],[\"parent/2841\",[955,4.415]],[\"name/2842\",[479,53.978]],[\"parent/2842\",[955,4.415]],[\"name/2843\",[965,76.826]],[\"parent/2843\",[955,4.415]],[\"name/2844\",[966,76.826]],[\"parent/2844\",[955,4.415]],[\"name/2845\",[967,76.826]],[\"parent/2845\",[955,4.415]],[\"name/2846\",[968,76.826]],[\"parent/2846\",[955,4.415]],[\"name/2847\",[969,71.682]],[\"parent/2847\",[955,4.415]],[\"name/2848\",[970,71.682]],[\"parent/2848\",[955,4.415]],[\"name/2849\",[288,65.762]],[\"parent/2849\",[955,4.415]],[\"name/2850\",[971,71.682]],[\"parent/2850\",[]],[\"name/2851\",[26,35.876]],[\"parent/2851\",[971,6.759]],[\"name/2852\",[44,44.681]],[\"parent/2852\",[]],[\"name/2853\",[972,76.826]],[\"parent/2853\",[44,4.213]],[\"name/2854\",[973,76.826]],[\"parent/2854\",[44,4.213]],[\"name/2855\",[974,71.682]],[\"parent/2855\",[]],[\"name/2856\",[26,35.876]],[\"parent/2856\",[974,6.759]],[\"name/2857\",[975,71.682]],[\"parent/2857\",[]],[\"name/2858\",[19,36.969]],[\"parent/2858\",[975,6.759]],[\"name/2859\",[976,65.762]],[\"parent/2859\",[]],[\"name/2860\",[19,36.969]],[\"parent/2860\",[976,6.201]],[\"name/2861\",[641,65.762]],[\"parent/2861\",[976,6.201]],[\"name/2862\",[17,44.961]],[\"parent/2862\",[976,6.201]],[\"name/2863\",[977,54.698]],[\"parent/2863\",[]],[\"name/2864\",[27,40.104]],[\"parent/2864\",[977,5.158]],[\"name/2865\",[507,68.293]],[\"parent/2865\",[977,5.158]],[\"name/2866\",[286,65.762]],[\"parent/2866\",[977,5.158]],[\"name/2867\",[978,76.826]],[\"parent/2867\",[977,5.158]],[\"name/2868\",[979,76.826]],[\"parent/2868\",[977,5.158]],[\"name/2869\",[980,76.826]],[\"parent/2869\",[977,5.158]],[\"name/2870\",[981,76.826]],[\"parent/2870\",[977,5.158]],[\"name/2871\",[982,76.826]],[\"parent/2871\",[977,5.158]],[\"name/2872\",[983,76.826]],[\"parent/2872\",[977,5.158]],[\"name/2873\",[984,76.826]],[\"parent/2873\",[977,5.158]],[\"name/2874\",[985,76.826]],[\"parent/2874\",[977,5.158]],[\"name/2875\",[986,76.826]],[\"parent/2875\",[977,5.158]],[\"name/2876\",[987,76.826]],[\"parent/2876\",[]],[\"name/2877\",[988,43.886]],[\"parent/2877\",[]],[\"name/2878\",[637,68.293]],[\"parent/2878\",[988,4.138]],[\"name/2879\",[638,68.293]],[\"parent/2879\",[988,4.138]],[\"name/2880\",[658,68.293]],[\"parent/2880\",[988,4.138]],[\"name/2881\",[13,45.249]],[\"parent/2881\",[988,4.138]],[\"name/2882\",[645,68.293]],[\"parent/2882\",[988,4.138]],[\"name/2883\",[641,65.762]],[\"parent/2883\",[988,4.138]],[\"name/2884\",[631,68.293]],[\"parent/2884\",[988,4.138]],[\"name/2885\",[659,71.682]],[\"parent/2885\",[988,4.138]],[\"name/2886\",[646,68.293]],[\"parent/2886\",[988,4.138]],[\"name/2887\",[87,53.978]],[\"parent/2887\",[988,4.138]],[\"name/2888\",[488,60.618]],[\"parent/2888\",[988,4.138]],[\"name/2889\",[241,56.313]],[\"parent/2889\",[988,4.138]],[\"name/2890\",[21,43.388]],[\"parent/2890\",[988,4.138]],[\"name/2891\",[22,44.409]],[\"parent/2891\",[988,4.138]],[\"name/2892\",[481,63.741]],[\"parent/2892\",[988,4.138]],[\"name/2893\",[26,35.876]],[\"parent/2893\",[988,4.138]],[\"name/2894\",[242,54.698]],[\"parent/2894\",[988,4.138]],[\"name/2895\",[480,62.059]],[\"parent/2895\",[988,4.138]],[\"name/2896\",[482,62.059]],[\"parent/2896\",[988,4.138]],[\"name/2897\",[483,62.059]],[\"parent/2897\",[988,4.138]],[\"name/2898\",[484,62.059]],[\"parent/2898\",[988,4.138]],[\"name/2899\",[485,62.059]],[\"parent/2899\",[988,4.138]],[\"name/2900\",[486,62.059]],[\"parent/2900\",[988,4.138]],[\"name/2901\",[487,62.059]],[\"parent/2901\",[988,4.138]],[\"name/2902\",[143,50.011]],[\"parent/2902\",[988,4.138]],[\"name/2903\",[489,59.357]],[\"parent/2903\",[988,4.138]],[\"name/2904\",[490,59.357]],[\"parent/2904\",[988,4.138]],[\"name/2905\",[491,60.618]],[\"parent/2905\",[988,4.138]],[\"name/2906\",[492,60.618]],[\"parent/2906\",[988,4.138]],[\"name/2907\",[493,60.618]],[\"parent/2907\",[988,4.138]],[\"name/2908\",[494,60.618]],[\"parent/2908\",[988,4.138]],[\"name/2909\",[501,65.762]],[\"parent/2909\",[988,4.138]],[\"name/2910\",[502,65.762]],[\"parent/2910\",[988,4.138]],[\"name/2911\",[503,65.762]],[\"parent/2911\",[988,4.138]],[\"name/2912\",[504,65.762]],[\"parent/2912\",[988,4.138]],[\"name/2913\",[505,65.762]],[\"parent/2913\",[988,4.138]],[\"name/2914\",[642,62.059]],[\"parent/2914\",[988,4.138]],[\"name/2915\",[643,65.762]],[\"parent/2915\",[988,4.138]],[\"name/2916\",[989,52.085]],[\"parent/2916\",[]],[\"name/2917\",[27,40.104]],[\"parent/2917\",[989,4.911]],[\"name/2918\",[393,60.618]],[\"parent/2918\",[989,4.911]],[\"name/2919\",[962,71.682]],[\"parent/2919\",[989,4.911]],[\"name/2920\",[990,76.826]],[\"parent/2920\",[989,4.911]],[\"name/2921\",[991,76.826]],[\"parent/2921\",[989,4.911]],[\"name/2922\",[992,76.826]],[\"parent/2922\",[989,4.911]],[\"name/2923\",[993,76.826]],[\"parent/2923\",[989,4.911]],[\"name/2924\",[994,76.826]],[\"parent/2924\",[989,4.911]],[\"name/2925\",[995,76.826]],[\"parent/2925\",[989,4.911]],[\"name/2926\",[490,59.357]],[\"parent/2926\",[989,4.911]],[\"name/2927\",[642,62.059]],[\"parent/2927\",[989,4.911]],[\"name/2928\",[640,65.762]],[\"parent/2928\",[989,4.911]],[\"name/2929\",[996,76.826]],[\"parent/2929\",[989,4.911]],[\"name/2930\",[234,62.059]],[\"parent/2930\",[989,4.911]],[\"name/2931\",[997,76.826]],[\"parent/2931\",[989,4.911]],[\"name/2932\",[998,76.826]],[\"parent/2932\",[989,4.911]],[\"name/2933\",[999,68.293]],[\"parent/2933\",[]],[\"name/2934\",[642,62.059]],[\"parent/2934\",[999,6.439]],[\"name/2935\",[640,65.762]],[\"parent/2935\",[999,6.439]],[\"name/2936\",[1000,43.388]],[\"parent/2936\",[]],[\"name/2937\",[1001,76.826]],[\"parent/2937\",[1000,4.091]],[\"name/2938\",[1002,76.826]],[\"parent/2938\",[1000,4.091]],[\"name/2939\",[1003,76.826]],[\"parent/2939\",[1000,4.091]],[\"name/2940\",[26,35.876]],[\"parent/2940\",[1000,4.091]],[\"name/2941\",[1004,71.682]],[\"parent/2941\",[1005,7.244]],[\"name/2942\",[399,49.116]],[\"parent/2942\",[1000,4.091]],[\"name/2943\",[445,71.682]],[\"parent/2943\",[1000,4.091]],[\"name/2944\",[1006,76.826]],[\"parent/2944\",[1000,4.091]],[\"name/2945\",[1007,71.682]],[\"parent/2945\",[1000,4.091]],[\"name/2946\",[1008,58.237]],[\"parent/2946\",[1000,4.091]],[\"name/2947\",[83,56.313]],[\"parent/2947\",[1000,4.091]],[\"name/2948\",[1009,60.618]],[\"parent/2948\",[1000,4.091]],[\"name/2949\",[1010,76.826]],[\"parent/2949\",[1000,4.091]],[\"name/2950\",[87,53.978]],[\"parent/2950\",[1000,4.091]],[\"name/2951\",[1011,71.682]],[\"parent/2951\",[1000,4.091]],[\"name/2952\",[1012,76.826]],[\"parent/2952\",[1000,4.091]],[\"name/2953\",[1013,76.826]],[\"parent/2953\",[1000,4.091]],[\"name/2954\",[1014,76.826]],[\"parent/2954\",[1000,4.091]],[\"name/2955\",[288,65.762]],[\"parent/2955\",[1000,4.091]],[\"name/2956\",[1015,76.826]],[\"parent/2956\",[1000,4.091]],[\"name/2957\",[1016,76.826]],[\"parent/2957\",[1000,4.091]],[\"name/2958\",[1017,76.826]],[\"parent/2958\",[1000,4.091]],[\"name/2959\",[1018,76.826]],[\"parent/2959\",[1000,4.091]],[\"name/2960\",[1019,76.826]],[\"parent/2960\",[1000,4.091]],[\"name/2961\",[1020,76.826]],[\"parent/2961\",[1000,4.091]],[\"name/2962\",[1021,76.826]],[\"parent/2962\",[1000,4.091]],[\"name/2963\",[104,56.313]],[\"parent/2963\",[1000,4.091]],[\"name/2964\",[105,56.313]],[\"parent/2964\",[1000,4.091]],[\"name/2965\",[106,56.313]],[\"parent/2965\",[1000,4.091]],[\"name/2966\",[107,56.313]],[\"parent/2966\",[1000,4.091]],[\"name/2967\",[108,56.313]],[\"parent/2967\",[1000,4.091]],[\"name/2968\",[109,56.313]],[\"parent/2968\",[1000,4.091]],[\"name/2969\",[110,56.313]],[\"parent/2969\",[1000,4.091]],[\"name/2970\",[111,56.313]],[\"parent/2970\",[1000,4.091]],[\"name/2971\",[112,56.313]],[\"parent/2971\",[1000,4.091]],[\"name/2972\",[113,56.313]],[\"parent/2972\",[1000,4.091]],[\"name/2973\",[114,56.313]],[\"parent/2973\",[1000,4.091]],[\"name/2974\",[115,56.313]],[\"parent/2974\",[1000,4.091]],[\"name/2975\",[116,56.313]],[\"parent/2975\",[1000,4.091]],[\"name/2976\",[117,56.313]],[\"parent/2976\",[1000,4.091]],[\"name/2977\",[118,56.313]],[\"parent/2977\",[1000,4.091]],[\"name/2978\",[1022,71.682]],[\"parent/2978\",[]],[\"name/2979\",[26,35.876]],[\"parent/2979\",[1022,6.759]],[\"name/2980\",[1023,76.826]],[\"parent/2980\",[1024,7.244]],[\"name/2981\",[1025,65.762]],[\"parent/2981\",[]],[\"name/2982\",[1004,71.682]],[\"parent/2982\",[1025,6.201]],[\"name/2983\",[269,71.682]],[\"parent/2983\",[1025,6.201]],[\"name/2984\",[1007,71.682]],[\"parent/2984\",[1025,6.201]],[\"name/2985\",[1026,68.293]],[\"parent/2985\",[]],[\"name/2986\",[496,68.293]],[\"parent/2986\",[1026,6.439]],[\"name/2987\",[1027,76.826]],[\"parent/2987\",[1026,6.439]],[\"name/2988\",[1009,60.618]],[\"parent/2988\",[]],[\"name/2989\",[83,56.313]],[\"parent/2989\",[1009,5.716]],[\"name/2990\",[1028,76.826]],[\"parent/2990\",[1009,5.716]],[\"name/2991\",[400,52.085]],[\"parent/2991\",[1009,5.716]],[\"name/2992\",[1029,76.826]],[\"parent/2992\",[1009,5.716]],[\"name/2993\",[1030,76.826]],[\"parent/2993\",[1009,5.716]],[\"name/2994\",[1031,71.682]],[\"parent/2994\",[]],[\"name/2995\",[26,35.876]],[\"parent/2995\",[1031,6.759]],[\"name/2996\",[83,56.313]],[\"parent/2996\",[1032,7.244]],[\"name/2997\",[1033,71.682]],[\"parent/2997\",[]],[\"name/2998\",[26,35.876]],[\"parent/2998\",[1033,6.759]],[\"name/2999\",[140,56.313]],[\"parent/2999\",[]],[\"name/3000\",[1034,76.826]],[\"parent/3000\",[]],[\"name/3001\",[1008,58.237]],[\"parent/3001\",[]],[\"name/3002\",[27,40.104]],[\"parent/3002\",[1008,5.491]],[\"name/3003\",[160,55.473]],[\"parent/3003\",[1008,5.491]],[\"name/3004\",[1035,76.826]],[\"parent/3004\",[1008,5.491]],[\"name/3005\",[1011,71.682]],[\"parent/3005\",[1008,5.491]],[\"name/3006\",[1036,76.826]],[\"parent/3006\",[1008,5.491]],[\"name/3007\",[1037,76.826]],[\"parent/3007\",[1008,5.491]],[\"name/3008\",[1038,76.826]],[\"parent/3008\",[1008,5.491]],[\"name/3009\",[1039,50.995]],[\"parent/3009\",[]],[\"name/3010\",[9,41.021]],[\"parent/3010\",[1039,4.808]],[\"name/3011\",[23,41.214]],[\"parent/3011\",[1039,4.808]],[\"name/3012\",[19,36.969]],[\"parent/3012\",[1039,4.808]],[\"name/3013\",[1040,76.826]],[\"parent/3013\",[1039,4.808]],[\"name/3014\",[8,46.49]],[\"parent/3014\",[1039,4.808]],[\"name/3015\",[10,43.388]],[\"parent/3015\",[1039,4.808]],[\"name/3016\",[11,44.681]],[\"parent/3016\",[1039,4.808]],[\"name/3017\",[12,45.545]],[\"parent/3017\",[1039,4.808]],[\"name/3018\",[13,45.249]],[\"parent/3018\",[1039,4.808]],[\"name/3019\",[14,45.85]],[\"parent/3019\",[1039,4.808]],[\"name/3020\",[15,46.49]],[\"parent/3020\",[1039,4.808]],[\"name/3021\",[16,46.49]],[\"parent/3021\",[1039,4.808]],[\"name/3022\",[17,44.961]],[\"parent/3022\",[1039,4.808]],[\"name/3023\",[18,46.165]],[\"parent/3023\",[1039,4.808]],[\"name/3024\",[20,46.165]],[\"parent/3024\",[1039,4.808]],[\"name/3025\",[21,43.388]],[\"parent/3025\",[1039,4.808]],[\"name/3026\",[22,44.409]],[\"parent/3026\",[1039,4.808]],[\"name/3027\",[24,45.545]],[\"parent/3027\",[1039,4.808]],[\"name/3028\",[1041,71.682]],[\"parent/3028\",[]],[\"name/3029\",[26,35.876]],[\"parent/3029\",[1041,6.759]],[\"name/3030\",[1042,58.237]],[\"parent/3030\",[]],[\"name/3031\",[1043,76.826]],[\"parent/3031\",[1042,5.491]],[\"name/3032\",[26,35.876]],[\"parent/3032\",[1042,5.491]],[\"name/3033\",[31,43.388]],[\"parent/3033\",[1044,5.716]],[\"name/3034\",[627,57.229]],[\"parent/3034\",[1044,5.716]],[\"name/3035\",[1045,76.826]],[\"parent/3035\",[1042,5.491]],[\"name/3036\",[26,35.876]],[\"parent/3036\",[1042,5.491]],[\"name/3037\",[393,60.618]],[\"parent/3037\",[1044,5.716]],[\"name/3038\",[31,43.388]],[\"parent/3038\",[1044,5.716]],[\"name/3039\",[1046,76.826]],[\"parent/3039\",[1044,5.716]],[\"name/3040\",[627,57.229]],[\"parent/3040\",[1044,5.716]],[\"name/3041\",[628,68.293]],[\"parent/3041\",[1042,5.491]],[\"name/3042\",[627,57.229]],[\"parent/3042\",[1042,5.491]],[\"name/3043\",[1047,76.826]],[\"parent/3043\",[1042,5.491]],[\"name/3044\",[26,35.876]],[\"parent/3044\",[1042,5.491]],[\"name/3045\",[31,43.388]],[\"parent/3045\",[1044,5.716]],[\"name/3046\",[1048,65.762]],[\"parent/3046\",[]],[\"name/3047\",[626,60.618]],[\"parent/3047\",[1048,6.201]],[\"name/3048\",[26,35.876]],[\"parent/3048\",[1048,6.201]],[\"name/3049\",[31,43.388]],[\"parent/3049\",[1049,6.439]],[\"name/3050\",[627,57.229]],[\"parent/3050\",[1049,6.439]],[\"name/3051\",[628,68.293]],[\"parent/3051\",[1049,6.439]],[\"name/3052\",[644,71.682]],[\"parent/3052\",[1048,6.201]],[\"name/3053\",[1050,71.682]],[\"parent/3053\",[]],[\"name/3054\",[26,35.876]],[\"parent/3054\",[1050,6.759]],[\"name/3055\",[479,53.978]],[\"parent/3055\",[]],[\"name/3056\",[279,68.293]],[\"parent/3056\",[479,5.09]],[\"name/3057\",[1051,76.826]],[\"parent/3057\",[479,5.09]],[\"name/3058\",[1052,76.826]],[\"parent/3058\",[479,5.09]],[\"name/3059\",[27,40.104]],[\"parent/3059\",[479,5.09]],[\"name/3060\",[969,71.682]],[\"parent/3060\",[479,5.09]],[\"name/3061\",[970,71.682]],[\"parent/3061\",[479,5.09]],[\"name/3062\",[1053,76.826]],[\"parent/3062\",[479,5.09]],[\"name/3063\",[1054,76.826]],[\"parent/3063\",[479,5.09]],[\"name/3064\",[1055,76.826]],[\"parent/3064\",[479,5.09]],[\"name/3065\",[353,63.741]],[\"parent/3065\",[479,5.09]],[\"name/3066\",[1056,60.618]],[\"parent/3066\",[]],[\"name/3067\",[279,68.293]],[\"parent/3067\",[1056,5.716]],[\"name/3068\",[27,40.104]],[\"parent/3068\",[1056,5.716]],[\"name/3069\",[188,42.462]],[\"parent/3069\",[1056,5.716]],[\"name/3070\",[144,41.214]],[\"parent/3070\",[1056,5.716]],[\"name/3071\",[353,63.741]],[\"parent/3071\",[1056,5.716]],[\"name/3072\",[1057,76.826]],[\"parent/3072\",[1056,5.716]],[\"name/3073\",[289,65.762]],[\"parent/3073\",[]],[\"name/3074\",[1058,71.682]],[\"parent/3074\",[]],[\"name/3075\",[23,41.214]],[\"parent/3075\",[1058,6.759]],[\"name/3076\",[1059,60.618]],[\"parent/3076\",[]],[\"name/3077\",[289,65.762]],[\"parent/3077\",[1059,5.716]],[\"name/3078\",[647,71.682]],[\"parent/3078\",[1059,5.716]],[\"name/3079\",[648,71.682]],[\"parent/3079\",[1059,5.716]],[\"name/3080\",[291,71.682]],[\"parent/3080\",[1059,5.716]],[\"name/3081\",[290,71.682]],[\"parent/3081\",[1059,5.716]],[\"name/3082\",[292,71.682]],[\"parent/3082\",[1059,5.716]]],\"invertedIndex\":[[\"2dsphereindexversion\",{\"_index\":829,\"name\":{\"2377\":{},\"2420\":{}},\"parent\":{}}],[\"__nodejs_mock_server__\",{\"_index\":511,\"name\":{\"1498\":{}},\"parent\":{}}],[\"__type\",{\"_index\":26,\"name\":{\"26\":{},\"50\":{},\"60\":{},\"70\":{},\"80\":{},\"90\":{},\"100\":{},\"110\":{},\"120\":{},\"130\":{},\"140\":{},\"150\":{},\"160\":{},\"170\":{},\"180\":{},\"190\":{},\"200\":{},\"210\":{},\"220\":{},\"230\":{},\"240\":{},\"250\":{},\"260\":{},\"270\":{},\"280\":{},\"294\":{},\"305\":{},\"316\":{},\"326\":{},\"336\":{},\"346\":{},\"356\":{},\"1212\":{},\"1225\":{},\"1232\":{},\"1264\":{},\"1319\":{},\"1338\":{},\"1367\":{},\"1415\":{},\"1440\":{},\"1466\":{},\"1521\":{},\"1593\":{},\"1595\":{},\"1600\":{},\"1603\":{},\"1609\":{},\"1614\":{},\"1621\":{},\"1624\":{},\"1633\":{},\"1685\":{},\"1709\":{},\"1731\":{},\"1811\":{},\"1862\":{},\"1874\":{},\"1878\":{},\"1898\":{},\"1903\":{},\"1932\":{},\"1974\":{},\"2141\":{},\"2449\":{},\"2478\":{},\"2530\":{},\"2532\":{},\"2562\":{},\"2608\":{},\"2661\":{},\"2677\":{},\"2792\":{},\"2801\":{},\"2851\":{},\"2856\":{},\"2893\":{},\"2940\":{},\"2979\":{},\"2995\":{},\"2998\":{},\"3029\":{},\"3032\":{},\"3036\":{},\"3044\":{},\"3048\":{},\"3054\":{}},\"parent\":{}}],[\"_id\",{\"_index\":398,\"name\":{\"1183\":{},\"1190\":{},\"1197\":{},\"1207\":{},\"1213\":{},\"1219\":{},\"1226\":{},\"1234\":{},\"1241\":{},\"1248\":{},\"1259\":{},\"1265\":{},\"1269\":{},\"1310\":{},\"1323\":{},\"1333\":{},\"1339\":{},\"1342\":{},\"1350\":{},\"1362\":{},\"1368\":{},\"1676\":{},\"1726\":{}},\"parent\":{}}],[\"_id_\",{\"_index\":885,\"name\":{\"2609\":{}},\"parent\":{}}],[\"abort\",{\"_index\":588,\"name\":{\"1663\":{},\"1716\":{}},\"parent\":{}}],[\"aborted\",{\"_index\":618,\"name\":{\"1713\":{}},\"parent\":{}}],[\"aborttransaction\",{\"_index\":1019,\"name\":{\"2960\":{}},\"parent\":{}}],[\"abstractcursor\",{\"_index\":81,\"name\":{\"370\":{}},\"parent\":{\"371\":{},\"372\":{},\"373\":{},\"374\":{},\"375\":{},\"376\":{},\"377\":{},\"378\":{},\"379\":{},\"380\":{},\"381\":{},\"382\":{},\"383\":{},\"384\":{},\"385\":{},\"386\":{},\"387\":{},\"388\":{},\"389\":{},\"390\":{},\"391\":{},\"392\":{},\"393\":{},\"394\":{},\"395\":{},\"396\":{},\"397\":{},\"398\":{},\"399\":{},\"400\":{},\"401\":{},\"402\":{},\"403\":{},\"404\":{},\"405\":{},\"406\":{},\"407\":{},\"408\":{},\"409\":{},\"410\":{},\"411\":{}}}],[\"abstractcursorevents\",{\"_index\":521,\"name\":{\"1520\":{}},\"parent\":{\"1521\":{}}}],[\"abstractcursorevents.__type\",{\"_index\":522,\"name\":{},\"parent\":{\"1522\":{}}}],[\"abstractcursoroptions\",{\"_index\":523,\"name\":{\"1523\":{}},\"parent\":{\"1524\":{},\"1525\":{},\"1526\":{},\"1527\":{},\"1528\":{},\"1529\":{},\"1530\":{},\"1531\":{},\"1532\":{},\"1533\":{},\"1534\":{},\"1535\":{}}}],[\"acceptedfields\",{\"_index\":672,\"name\":{\"1896\":{}},\"parent\":{}}],[\"accesskeyid\",{\"_index\":546,\"name\":{\"1596\":{}},\"parent\":{}}],[\"acknowledged\",{\"_index\":803,\"name\":{\"2187\":{},\"2446\":{},\"2471\":{},\"2740\":{}},\"parent\":{}}],[\"addcursorflag\",{\"_index\":96,\"name\":{\"388\":{},\"456\":{},\"620\":{},\"691\":{},\"736\":{}},\"parent\":{}}],[\"adderrorlabel\",{\"_index\":47,\"name\":{\"47\":{},\"57\":{},\"67\":{},\"77\":{},\"87\":{},\"97\":{},\"107\":{},\"117\":{},\"127\":{},\"137\":{},\"147\":{},\"157\":{},\"167\":{},\"177\":{},\"187\":{},\"197\":{},\"207\":{},\"217\":{},\"227\":{},\"237\":{},\"247\":{},\"257\":{},\"267\":{},\"277\":{},\"291\":{},\"302\":{},\"313\":{},\"323\":{},\"333\":{},\"343\":{},\"353\":{},\"368\":{}},\"parent\":{}}],[\"addlistener\",{\"_index\":104,\"name\":{\"397\":{},\"463\":{},\"480\":{},\"626\":{},\"653\":{},\"699\":{},\"744\":{},\"793\":{},\"1166\":{},\"1881\":{},\"2963\":{}},\"parent\":{}}],[\"addquerymodifier\",{\"_index\":213,\"name\":{\"594\":{}},\"parent\":{}}],[\"address\",{\"_index\":294,\"name\":{\"890\":{},\"904\":{},\"909\":{},\"920\":{},\"924\":{},\"928\":{},\"931\":{},\"937\":{},\"941\":{},\"944\":{},\"947\":{},\"951\":{},\"954\":{},\"958\":{},\"961\":{},\"964\":{},\"979\":{},\"1487\":{},\"2822\":{}},\"parent\":{}}],[\"addtooperationslist\",{\"_index\":379,\"name\":{\"1104\":{},\"1121\":{},\"1134\":{}},\"parent\":{}}],[\"addtosetoperators\",{\"_index\":673,\"name\":{\"1897\":{}},\"parent\":{\"1898\":{}}}],[\"addtosetoperators.__type\",{\"_index\":675,\"name\":{},\"parent\":{\"1899\":{}}}],[\"adduser\",{\"_index\":125,\"name\":{\"418\":{},\"573\":{}},\"parent\":{}}],[\"adduseroptions\",{\"_index\":755,\"name\":{\"1986\":{}},\"parent\":{\"1987\":{},\"1988\":{},\"1989\":{},\"1990\":{},\"1991\":{},\"1992\":{},\"1993\":{},\"1994\":{},\"1995\":{},\"1996\":{},\"1997\":{},\"1998\":{},\"1999\":{},\"2000\":{},\"2001\":{},\"2002\":{},\"2003\":{},\"2004\":{},\"2005\":{},\"2006\":{}}}],[\"admin\",{\"_index\":119,\"name\":{\"412\":{},\"564\":{}},\"parent\":{\"413\":{},\"414\":{},\"415\":{},\"416\":{},\"417\":{},\"418\":{},\"419\":{},\"420\":{},\"421\":{},\"422\":{}}}],[\"advanceclustertime\",{\"_index\":1014,\"name\":{\"2954\":{}},\"parent\":{}}],[\"advanceoperationtime\",{\"_index\":1013,\"name\":{\"2953\":{}},\"parent\":{}}],[\"aggregate\",{\"_index\":177,\"name\":{\"533\":{},\"563\":{}},\"parent\":{}}],[\"aggregateoptions\",{\"_index\":761,\"name\":{\"2010\":{}},\"parent\":{\"2011\":{},\"2012\":{},\"2013\":{},\"2014\":{},\"2015\":{},\"2016\":{},\"2017\":{},\"2018\":{},\"2019\":{},\"2020\":{},\"2021\":{},\"2022\":{},\"2023\":{},\"2024\":{},\"2025\":{},\"2026\":{},\"2027\":{},\"2028\":{},\"2029\":{},\"2030\":{},\"2031\":{},\"2032\":{},\"2033\":{},\"2034\":{},\"2035\":{}}}],[\"aggregationcursor\",{\"_index\":130,\"name\":{\"423\":{}},\"parent\":{\"424\":{},\"425\":{},\"426\":{},\"427\":{},\"428\":{},\"429\":{},\"430\":{},\"431\":{},\"432\":{},\"433\":{},\"434\":{},\"435\":{},\"436\":{},\"437\":{},\"438\":{},\"439\":{},\"440\":{},\"441\":{},\"442\":{},\"443\":{},\"444\":{},\"445\":{},\"446\":{},\"447\":{},\"448\":{},\"449\":{},\"450\":{},\"451\":{},\"452\":{},\"453\":{},\"454\":{},\"455\":{},\"456\":{},\"457\":{},\"458\":{},\"459\":{},\"460\":{},\"461\":{},\"462\":{},\"463\":{},\"464\":{},\"465\":{},\"466\":{},\"467\":{},\"468\":{},\"469\":{},\"470\":{},\"471\":{},\"472\":{},\"473\":{},\"474\":{},\"475\":{},\"476\":{},\"477\":{}}}],[\"aggregationcursoroptions\",{\"_index\":532,\"name\":{\"1541\":{}},\"parent\":{\"1542\":{},\"1543\":{},\"1544\":{},\"1545\":{},\"1546\":{},\"1547\":{},\"1548\":{},\"1549\":{},\"1550\":{},\"1551\":{},\"1552\":{},\"1553\":{},\"1554\":{},\"1555\":{},\"1556\":{},\"1557\":{},\"1558\":{},\"1559\":{},\"1560\":{},\"1561\":{},\"1562\":{},\"1563\":{},\"1564\":{},\"1565\":{},\"1566\":{},\"1567\":{},\"1568\":{},\"1569\":{}}}],[\"aliases\",{\"_index\":597,\"name\":{\"1681\":{},\"1723\":{}},\"parent\":{}}],[\"all\",{\"_index\":709,\"name\":{\"1938\":{}},\"parent\":{}}],[\"allhosts\",{\"_index\":965,\"name\":{\"2843\":{}},\"parent\":{}}],[\"allocated\",{\"_index\":905,\"name\":{\"2663\":{}},\"parent\":{}}],[\"allocation\",{\"_index\":908,\"name\":{\"2666\":{}},\"parent\":{}}],[\"allocations\",{\"_index\":900,\"name\":{\"2662\":{}},\"parent\":{}}],[\"allowdiskuse\",{\"_index\":215,\"name\":{\"600\":{},\"1285\":{},\"1554\":{},\"2011\":{},\"2092\":{},\"2269\":{}},\"parent\":{}}],[\"allowpartialresults\",{\"_index\":815,\"name\":{\"2271\":{}},\"parent\":{}}],[\"alternate\",{\"_index\":768,\"name\":{\"2042\":{}},\"parent\":{}}],[\"alternativetype\",{\"_index\":676,\"name\":{\"1900\":{}},\"parent\":{}}],[\"and\",{\"_index\":740,\"name\":{\"1970\":{},\"2680\":{}},\"parent\":{}}],[\"anybulkwriteoperation\",{\"_index\":1,\"name\":{\"1\":{}},\"parent\":{}}],[\"anyerror\",{\"_index\":578,\"name\":{\"1643\":{}},\"parent\":{}}],[\"application\",{\"_index\":1047,\"name\":{\"3043\":{}},\"parent\":{}}],[\"appname\",{\"_index\":644,\"name\":{\"1778\":{},\"3052\":{}},\"parent\":{}}],[\"arbiters\",{\"_index\":957,\"name\":{\"2826\":{}},\"parent\":{}}],[\"architecture\",{\"_index\":1046,\"name\":{\"3039\":{}},\"parent\":{}}],[\"arrayelement\",{\"_index\":677,\"name\":{\"1901\":{}},\"parent\":{}}],[\"arrayfilters\",{\"_index\":363,\"name\":{\"1056\":{},\"1063\":{},\"1114\":{},\"2338\":{},\"2717\":{},\"2751\":{}},\"parent\":{}}],[\"arrayoperator\",{\"_index\":678,\"name\":{\"1902\":{}},\"parent\":{\"1903\":{}}}],[\"arrayoperator.__type\",{\"_index\":679,\"name\":{},\"parent\":{\"1904\":{},\"1905\":{},\"1906\":{},\"1907\":{}}}],[\"asynciterator\",{\"_index\":103,\"name\":{\"396\":{},\"462\":{},\"625\":{},\"698\":{},\"743\":{}},\"parent\":{}}],[\"auth\",{\"_index\":625,\"name\":{\"1735\":{},\"1770\":{}},\"parent\":{\"1736\":{},\"1737\":{}}}],[\"authdb\",{\"_index\":15,\"name\":{\"15\":{},\"1298\":{},\"1564\":{},\"1997\":{},\"2026\":{},\"2054\":{},\"2079\":{},\"2107\":{},\"2150\":{},\"2176\":{},\"2204\":{},\"2223\":{},\"2242\":{},\"2280\":{},\"2302\":{},\"2327\":{},\"2353\":{},\"2391\":{},\"2435\":{},\"2460\":{},\"2493\":{},\"2514\":{},\"2551\":{},\"2583\":{},\"2629\":{},\"2648\":{},\"2706\":{},\"2729\":{},\"2762\":{},\"3020\":{}},\"parent\":{}}],[\"authmechanism\",{\"_index\":251,\"name\":{\"817\":{},\"818\":{},\"1772\":{}},\"parent\":{}}],[\"authmechanismproperties\",{\"_index\":451,\"name\":{\"1387\":{},\"1773\":{}},\"parent\":{\"1388\":{},\"1389\":{},\"1390\":{},\"1391\":{},\"1392\":{}}}],[\"authorizedcollections\",{\"_index\":850,\"name\":{\"2484\":{}},\"parent\":{}}],[\"authorizeddatabases\",{\"_index\":852,\"name\":{\"2506\":{}},\"parent\":{}}],[\"authsource\",{\"_index\":534,\"name\":{\"1571\":{},\"1771\":{}},\"parent\":{}}],[\"autoencrypter\",{\"_index\":242,\"name\":{\"780\":{},\"1428\":{},\"1469\":{},\"1582\":{},\"1824\":{},\"2804\":{},\"2894\":{}},\"parent\":{\"1583\":{},\"1584\":{},\"1585\":{},\"1586\":{},\"1587\":{},\"1588\":{}}}],[\"autoencryption\",{\"_index\":656,\"name\":{\"1804\":{},\"1843\":{}},\"parent\":{}}],[\"autoencryptionloggerlevel\",{\"_index\":254,\"name\":{\"822\":{},\"823\":{}},\"parent\":{}}],[\"autoencryptionoptions\",{\"_index\":540,\"name\":{\"1589\":{}},\"parent\":{\"1590\":{},\"1591\":{},\"1592\":{},\"1593\":{},\"1616\":{},\"1617\":{},\"1618\":{},\"1619\":{},\"1620\":{},\"1621\":{},\"1623\":{},\"1624\":{},\"1631\":{},\"1632\":{},\"1633\":{}}}],[\"autoencryptionoptions.__type\",{\"_index\":545,\"name\":{},\"parent\":{\"1594\":{},\"1595\":{},\"1599\":{},\"1600\":{},\"1602\":{},\"1603\":{},\"1608\":{},\"1609\":{},\"1613\":{},\"1614\":{},\"1622\":{},\"1625\":{},\"1626\":{},\"1627\":{},\"1628\":{},\"1629\":{},\"1630\":{},\"1634\":{},\"1635\":{},\"1636\":{},\"1637\":{},\"1638\":{}}}],[\"autoencryptionoptions.__type.__type\",{\"_index\":547,\"name\":{},\"parent\":{\"1596\":{},\"1597\":{},\"1598\":{},\"1601\":{},\"1604\":{},\"1605\":{},\"1606\":{},\"1607\":{},\"1610\":{},\"1611\":{},\"1612\":{},\"1615\":{}}}],[\"autoencryptiontlsoptions\",{\"_index\":574,\"name\":{\"1639\":{}},\"parent\":{\"1640\":{},\"1641\":{},\"1642\":{}}}],[\"autoindexid\",{\"_index\":781,\"name\":{\"2124\":{}},\"parent\":{}}],[\"available\",{\"_index\":267,\"name\":{\"849\":{},\"2667\":{}},\"parent\":{}}],[\"avgobjsize\",{\"_index\":876,\"name\":{\"2599\":{}},\"parent\":{}}],[\"awaitdata\",{\"_index\":525,\"name\":{\"1532\":{},\"1550\":{},\"2260\":{}},\"parent\":{}}],[\"aws\",{\"_index\":544,\"name\":{\"1594\":{},\"1634\":{}},\"parent\":{}}],[\"aws_session_token\",{\"_index\":456,\"name\":{\"1392\":{}},\"parent\":{}}],[\"azure\",{\"_index\":552,\"name\":{\"1602\":{},\"1636\":{}},\"parent\":{}}],[\"background\",{\"_index\":821,\"name\":{\"2364\":{},\"2410\":{},\"2754\":{}},\"parent\":{}}],[\"backwards\",{\"_index\":770,\"name\":{\"2044\":{}},\"parent\":{}}],[\"batch\",{\"_index\":367,\"name\":{\"1085\":{}},\"parent\":{\"1086\":{},\"1087\":{},\"1088\":{},\"1089\":{},\"1090\":{},\"1091\":{},\"1092\":{},\"1093\":{}}}],[\"batches\",{\"_index\":377,\"name\":{\"1102\":{},\"1129\":{},\"1142\":{}},\"parent\":{}}],[\"batchsize\",{\"_index\":100,\"name\":{\"393\":{},\"460\":{},\"623\":{},\"696\":{},\"741\":{},\"1283\":{},\"1375\":{},\"1527\":{},\"1545\":{},\"2012\":{},\"2093\":{},\"2261\":{},\"2427\":{},\"2485\":{}},\"parent\":{}}],[\"batchtype\",{\"_index\":249,\"name\":{\"813\":{},\"814\":{},\"1090\":{}},\"parent\":{}}],[\"beforehandshake\",{\"_index\":581,\"name\":{\"1651\":{}},\"parent\":{}}],[\"bits\",{\"_index\":830,\"name\":{\"2378\":{},\"2421\":{}},\"parent\":{}}],[\"bitsallclear\",{\"_index\":711,\"name\":{\"1941\":{}},\"parent\":{}}],[\"bitsallset\",{\"_index\":712,\"name\":{\"1942\":{}},\"parent\":{}}],[\"bitsanyclear\",{\"_index\":713,\"name\":{\"1943\":{}},\"parent\":{}}],[\"bitsanyset\",{\"_index\":714,\"name\":{\"1944\":{}},\"parent\":{}}],[\"bitwisefilter\",{\"_index\":682,\"name\":{\"1908\":{}},\"parent\":{}}],[\"block\",{\"_index\":898,\"name\":{\"2660\":{}},\"parent\":{}}],[\"blocks\",{\"_index\":904,\"name\":{\"2663\":{},\"2664\":{}},\"parent\":{}}],[\"bsonoptions\",{\"_index\":146,\"name\":{\"501\":{},\"558\":{},\"784\":{},\"1100\":{},\"1127\":{},\"1140\":{}},\"parent\":{}}],[\"bsonserializeoptions\",{\"_index\":330,\"name\":{\"988\":{}},\"parent\":{\"989\":{},\"990\":{}}}],[\"bsontype\",{\"_index\":259,\"name\":{\"832\":{},\"833\":{}},\"parent\":{}}],[\"bsontypealias\",{\"_index\":683,\"name\":{\"1909\":{}},\"parent\":{}}],[\"btree\",{\"_index\":917,\"name\":{\"2672\":{}},\"parent\":{}}],[\"bucket\",{\"_index\":606,\"name\":{\"1696\":{}},\"parent\":{}}],[\"bucketname\",{\"_index\":602,\"name\":{\"1688\":{}},\"parent\":{}}],[\"bucketsize\",{\"_index\":831,\"name\":{\"2381\":{},\"2422\":{}},\"parent\":{}}],[\"bufferedcount\",{\"_index\":88,\"name\":{\"379\":{},\"447\":{},\"611\":{},\"682\":{},\"727\":{}},\"parent\":{}}],[\"buftostore\",{\"_index\":610,\"name\":{\"1704\":{}},\"parent\":{}}],[\"buildinfo\",{\"_index\":121,\"name\":{\"414\":{}},\"parent\":{}}],[\"bulk\",{\"_index\":921,\"name\":{\"2678\":{}},\"parent\":{}}],[\"bulkoperation\",{\"_index\":381,\"name\":{\"1106\":{}},\"parent\":{}}],[\"bulkoperationbase\",{\"_index\":374,\"name\":{\"1094\":{}},\"parent\":{\"1095\":{},\"1096\":{},\"1097\":{},\"1098\":{},\"1099\":{},\"1100\":{},\"1101\":{},\"1102\":{},\"1103\":{},\"1104\":{}}}],[\"bulkresult\",{\"_index\":331,\"name\":{\"991\":{}},\"parent\":{\"992\":{},\"993\":{},\"994\":{},\"995\":{},\"996\":{},\"997\":{},\"998\":{},\"999\":{},\"1000\":{},\"1001\":{},\"1002\":{}}}],[\"bulkwrite\",{\"_index\":150,\"name\":{\"506\":{}},\"parent\":{}}],[\"bulkwriteoperationerror\",{\"_index\":340,\"name\":{\"1003\":{}},\"parent\":{\"1004\":{},\"1005\":{},\"1006\":{},\"1007\":{},\"1008\":{}}}],[\"bulkwriteoptions\",{\"_index\":2,\"name\":{\"2\":{}},\"parent\":{\"3\":{},\"4\":{},\"5\":{},\"6\":{},\"7\":{},\"8\":{},\"9\":{},\"10\":{},\"11\":{},\"12\":{},\"13\":{},\"14\":{},\"15\":{},\"16\":{},\"17\":{},\"18\":{},\"19\":{},\"20\":{},\"21\":{},\"22\":{},\"23\":{},\"24\":{}}}],[\"bulkwriteresult\",{\"_index\":342,\"name\":{\"1009\":{}},\"parent\":{\"1010\":{},\"1011\":{},\"1012\":{},\"1013\":{},\"1014\":{},\"1015\":{},\"1016\":{},\"1017\":{},\"1018\":{},\"1019\":{},\"1020\":{},\"1021\":{},\"1022\":{},\"1023\":{},\"1024\":{},\"1025\":{},\"1026\":{},\"1027\":{},\"1028\":{},\"1029\":{},\"1030\":{},\"1031\":{},\"1032\":{},\"1033\":{},\"1034\":{},\"1035\":{},\"1036\":{}}}],[\"bypassautoencryption\",{\"_index\":564,\"name\":{\"1618\":{}},\"parent\":{}}],[\"bypassdocumentvalidation\",{\"_index\":3,\"name\":{\"3\":{},\"1286\":{},\"1555\":{},\"2013\":{},\"2094\":{},\"2313\":{},\"2339\":{},\"2451\":{},\"2543\":{},\"2695\":{},\"2718\":{}},\"parent\":{}}],[\"bypassqueryanalysis\",{\"_index\":565,\"name\":{\"1619\":{}},\"parent\":{}}],[\"bytes\",{\"_index\":910,\"name\":{\"2667\":{},\"2670\":{},\"2680\":{},\"2681\":{},\"2682\":{}},\"parent\":{}}],[\"cache\",{\"_index\":918,\"name\":{\"2673\":{}},\"parent\":{}}],[\"cache_walk\",{\"_index\":919,\"name\":{\"2674\":{}},\"parent\":{}}],[\"callback\",{\"_index\":1041,\"name\":{\"3028\":{}},\"parent\":{\"3029\":{}}}],[\"calls\",{\"_index\":923,\"name\":{\"2678\":{},\"2679\":{},\"2683\":{},\"2684\":{},\"2685\":{},\"2686\":{},\"2687\":{},\"2689\":{},\"2690\":{},\"2691\":{},\"2692\":{}},\"parent\":{}}],[\"cancellationtoken\",{\"_index\":143,\"name\":{\"478\":{},\"1438\":{},\"1477\":{},\"2811\":{},\"2902\":{}},\"parent\":{\"479\":{},\"480\":{},\"481\":{},\"482\":{},\"483\":{},\"484\":{},\"485\":{},\"486\":{},\"487\":{},\"488\":{},\"489\":{},\"490\":{},\"491\":{},\"492\":{},\"493\":{},\"494\":{}}}],[\"canonicalize_host_name\",{\"_index\":455,\"name\":{\"1391\":{}},\"parent\":{}}],[\"capped\",{\"_index\":780,\"name\":{\"2123\":{},\"2610\":{}},\"parent\":{}}],[\"casefirst\",{\"_index\":765,\"name\":{\"2039\":{}},\"parent\":{}}],[\"caselevel\",{\"_index\":764,\"name\":{\"2038\":{}},\"parent\":{}}],[\"casesensitive\",{\"_index\":747,\"name\":{\"1977\":{}},\"parent\":{}}],[\"causalconsistency\",{\"_index\":1004,\"name\":{\"2941\":{},\"2982\":{}},\"parent\":{}}],[\"change\",{\"_index\":390,\"name\":{\"1149\":{}},\"parent\":{}}],[\"changestream\",{\"_index\":386,\"name\":{\"1144\":{}},\"parent\":{\"1145\":{},\"1146\":{},\"1147\":{},\"1148\":{},\"1149\":{},\"1150\":{},\"1151\":{},\"1152\":{},\"1153\":{},\"1154\":{},\"1155\":{},\"1156\":{},\"1157\":{},\"1158\":{},\"1159\":{},\"1160\":{},\"1161\":{},\"1162\":{},\"1163\":{},\"1164\":{},\"1165\":{},\"1166\":{},\"1167\":{},\"1168\":{},\"1169\":{},\"1170\":{},\"1171\":{},\"1172\":{},\"1173\":{},\"1174\":{},\"1175\":{},\"1176\":{},\"1177\":{},\"1178\":{},\"1179\":{},\"1180\":{}}}],[\"changestreamcollmoddocument\",{\"_index\":396,\"name\":{\"1181\":{}},\"parent\":{\"1182\":{},\"1183\":{},\"1184\":{},\"1185\":{},\"1186\":{},\"1187\":{}}}],[\"changestreamcreatedocument\",{\"_index\":403,\"name\":{\"1188\":{}},\"parent\":{\"1189\":{},\"1190\":{},\"1191\":{},\"1192\":{},\"1193\":{},\"1194\":{}}}],[\"changestreamcreateindexdocument\",{\"_index\":404,\"name\":{\"1195\":{}},\"parent\":{\"1196\":{},\"1197\":{},\"1198\":{},\"1199\":{},\"1200\":{},\"1201\":{},\"1202\":{}}}],[\"changestreamdeletedocument\",{\"_index\":406,\"name\":{\"1203\":{}},\"parent\":{\"1204\":{},\"1205\":{},\"1206\":{},\"1207\":{},\"1208\":{},\"1209\":{},\"1210\":{},\"1211\":{},\"1212\":{},\"1214\":{}}}],[\"changestreamdeletedocument.__type\",{\"_index\":410,\"name\":{},\"parent\":{\"1213\":{}}}],[\"changestreamdocument\",{\"_index\":411,\"name\":{\"1215\":{}},\"parent\":{}}],[\"changestreamdocumentcollectionuuid\",{\"_index\":412,\"name\":{\"1216\":{}},\"parent\":{\"1217\":{}}}],[\"changestreamdocumentcommon\",{\"_index\":413,\"name\":{\"1218\":{}},\"parent\":{\"1219\":{},\"1220\":{},\"1221\":{},\"1222\":{}}}],[\"changestreamdocumentkey\",{\"_index\":414,\"name\":{\"1223\":{}},\"parent\":{\"1224\":{},\"1225\":{}}}],[\"changestreamdocumentkey.__type\",{\"_index\":415,\"name\":{},\"parent\":{\"1226\":{}}}],[\"changestreamdocumentoperationdescription\",{\"_index\":416,\"name\":{\"1227\":{}},\"parent\":{\"1228\":{}}}],[\"changestreamdropdatabasedocument\",{\"_index\":417,\"name\":{\"1229\":{}},\"parent\":{\"1230\":{},\"1231\":{},\"1232\":{},\"1234\":{},\"1235\":{},\"1236\":{},\"1237\":{}}}],[\"changestreamdropdatabasedocument.__type\",{\"_index\":418,\"name\":{},\"parent\":{\"1233\":{}}}],[\"changestreamdropdocument\",{\"_index\":419,\"name\":{\"1238\":{}},\"parent\":{\"1239\":{},\"1240\":{},\"1241\":{},\"1242\":{},\"1243\":{},\"1244\":{},\"1245\":{}}}],[\"changestreamdropindexdocument\",{\"_index\":420,\"name\":{\"1246\":{}},\"parent\":{\"1247\":{},\"1248\":{},\"1249\":{},\"1250\":{},\"1251\":{},\"1252\":{},\"1253\":{}}}],[\"changestreamevents\",{\"_index\":421,\"name\":{\"1254\":{}},\"parent\":{}}],[\"changestreaminsertdocument\",{\"_index\":422,\"name\":{\"1255\":{}},\"parent\":{\"1256\":{},\"1257\":{},\"1258\":{},\"1259\":{},\"1260\":{},\"1261\":{},\"1262\":{},\"1263\":{},\"1264\":{},\"1266\":{}}}],[\"changestreaminsertdocument.__type\",{\"_index\":424,\"name\":{},\"parent\":{\"1265\":{}}}],[\"changestreaminvalidatedocument\",{\"_index\":425,\"name\":{\"1267\":{}},\"parent\":{\"1268\":{},\"1269\":{},\"1270\":{},\"1271\":{},\"1272\":{}}}],[\"changestreamnamespace\",{\"_index\":426,\"name\":{\"1273\":{}},\"parent\":{\"1274\":{},\"1275\":{}}}],[\"changestreamoptions\",{\"_index\":428,\"name\":{\"1276\":{}},\"parent\":{\"1277\":{},\"1278\":{},\"1279\":{},\"1280\":{},\"1281\":{},\"1282\":{},\"1283\":{},\"1284\":{},\"1285\":{},\"1286\":{},\"1287\":{},\"1288\":{},\"1289\":{},\"1290\":{},\"1291\":{},\"1292\":{},\"1293\":{},\"1294\":{},\"1295\":{},\"1296\":{},\"1297\":{},\"1298\":{},\"1299\":{},\"1300\":{},\"1301\":{},\"1302\":{},\"1303\":{},\"1304\":{},\"1305\":{},\"1306\":{},\"1307\":{}}}],[\"changestreampreandpostimages\",{\"_index\":793,\"name\":{\"2140\":{}},\"parent\":{}}],[\"changestreamrefinecollectionshardkeydocument\",{\"_index\":434,\"name\":{\"1308\":{}},\"parent\":{\"1309\":{},\"1310\":{},\"1311\":{},\"1312\":{},\"1313\":{},\"1314\":{},\"1315\":{}}}],[\"changestreamrenamedocument\",{\"_index\":435,\"name\":{\"1316\":{}},\"parent\":{\"1317\":{},\"1318\":{},\"1319\":{},\"1322\":{},\"1323\":{},\"1324\":{},\"1325\":{},\"1326\":{},\"1327\":{}}}],[\"changestreamrenamedocument.__type\",{\"_index\":437,\"name\":{},\"parent\":{\"1320\":{},\"1321\":{}}}],[\"changestreamreplacedocument\",{\"_index\":438,\"name\":{\"1328\":{}},\"parent\":{\"1329\":{},\"1330\":{},\"1331\":{},\"1332\":{},\"1333\":{},\"1334\":{},\"1335\":{},\"1336\":{},\"1337\":{},\"1338\":{}}}],[\"changestreamreplacedocument.__type\",{\"_index\":439,\"name\":{},\"parent\":{\"1339\":{}}}],[\"changestreamreshardcollectiondocument\",{\"_index\":440,\"name\":{\"1340\":{}},\"parent\":{\"1341\":{},\"1342\":{},\"1343\":{},\"1344\":{},\"1345\":{},\"1346\":{},\"1347\":{}}}],[\"changestreamshardcollectiondocument\",{\"_index\":441,\"name\":{\"1348\":{}},\"parent\":{\"1349\":{},\"1350\":{},\"1351\":{},\"1352\":{},\"1353\":{},\"1354\":{},\"1355\":{}}}],[\"changestreamupdatedocument\",{\"_index\":442,\"name\":{\"1356\":{}},\"parent\":{\"1357\":{},\"1358\":{},\"1359\":{},\"1360\":{},\"1361\":{},\"1362\":{},\"1363\":{},\"1364\":{},\"1365\":{},\"1366\":{},\"1367\":{},\"1369\":{}}}],[\"changestreamupdatedocument.__type\",{\"_index\":444,\"name\":{},\"parent\":{\"1368\":{}}}],[\"checkpoint\",{\"_index\":907,\"name\":{\"2665\":{}},\"parent\":{}}],[\"chunks\",{\"_index\":607,\"name\":{\"1697\":{}},\"parent\":{}}],[\"chunksize\",{\"_index\":594,\"name\":{\"1678\":{}},\"parent\":{}}],[\"chunksizebytes\",{\"_index\":603,\"name\":{\"1689\":{},\"1703\":{},\"1719\":{}},\"parent\":{}}],[\"classname\",{\"_index\":230,\"name\":{\"766\":{}},\"parent\":{}}],[\"clientid\",{\"_index\":554,\"name\":{\"1605\":{}},\"parent\":{}}],[\"clientmetadata\",{\"_index\":1042,\"name\":{\"3030\":{}},\"parent\":{\"3031\":{},\"3032\":{},\"3035\":{},\"3036\":{},\"3041\":{},\"3042\":{},\"3043\":{},\"3044\":{}}}],[\"clientmetadata.__type\",{\"_index\":1044,\"name\":{},\"parent\":{\"3033\":{},\"3034\":{},\"3037\":{},\"3038\":{},\"3039\":{},\"3040\":{},\"3045\":{}}}],[\"clientmetadataoptions\",{\"_index\":1048,\"name\":{\"3046\":{}},\"parent\":{\"3047\":{},\"3048\":{},\"3052\":{}}}],[\"clientmetadataoptions.__type\",{\"_index\":1049,\"name\":{},\"parent\":{\"3049\":{},\"3050\":{},\"3051\":{}}}],[\"clientoptions\",{\"_index\":1002,\"name\":{\"2938\":{}},\"parent\":{}}],[\"clientsecret\",{\"_index\":555,\"name\":{\"1606\":{}},\"parent\":{}}],[\"clientsession\",{\"_index\":1000,\"name\":{\"2936\":{}},\"parent\":{\"2937\":{},\"2938\":{},\"2939\":{},\"2940\":{},\"2942\":{},\"2943\":{},\"2944\":{},\"2945\":{},\"2946\":{},\"2947\":{},\"2948\":{},\"2949\":{},\"2950\":{},\"2951\":{},\"2952\":{},\"2953\":{},\"2954\":{},\"2955\":{},\"2956\":{},\"2957\":{},\"2958\":{},\"2959\":{},\"2960\":{},\"2961\":{},\"2962\":{},\"2963\":{},\"2964\":{},\"2965\":{},\"2966\":{},\"2967\":{},\"2968\":{},\"2969\":{},\"2970\":{},\"2971\":{},\"2972\":{},\"2973\":{},\"2974\":{},\"2975\":{},\"2976\":{},\"2977\":{}}}],[\"clientsession.__type\",{\"_index\":1005,\"name\":{},\"parent\":{\"2941\":{}}}],[\"clientsessionevents\",{\"_index\":1022,\"name\":{\"2978\":{}},\"parent\":{\"2979\":{}}}],[\"clientsessionevents.__type\",{\"_index\":1024,\"name\":{},\"parent\":{\"2980\":{}}}],[\"clientsessionoptions\",{\"_index\":1025,\"name\":{\"2981\":{}},\"parent\":{\"2982\":{},\"2983\":{},\"2984\":{}}}],[\"clone\",{\"_index\":102,\"name\":{\"395\":{},\"426\":{},\"584\":{},\"674\":{},\"719\":{}},\"parent\":{}}],[\"close\",{\"_index\":82,\"name\":{\"371\":{},\"386\":{},\"424\":{},\"454\":{},\"583\":{},\"618\":{},\"669\":{},\"689\":{},\"715\":{},\"734\":{},\"787\":{},\"1148\":{},\"1164\":{},\"1420\":{},\"1522\":{},\"1660\":{},\"1693\":{}},\"parent\":{}}],[\"closed\",{\"_index\":85,\"name\":{\"376\":{},\"444\":{},\"608\":{},\"679\":{},\"724\":{},\"1163\":{}},\"parent\":{}}],[\"closeoptions\",{\"_index\":498,\"name\":{\"1455\":{}},\"parent\":{\"1456\":{}}}],[\"clusteredcollectionoptions\",{\"_index\":777,\"name\":{\"2117\":{}},\"parent\":{\"2118\":{},\"2119\":{},\"2120\":{}}}],[\"clusteredindex\",{\"_index\":790,\"name\":{\"2137\":{}},\"parent\":{}}],[\"clustertime\",{\"_index\":399,\"name\":{\"1184\":{},\"1191\":{},\"1198\":{},\"1208\":{},\"1220\":{},\"1235\":{},\"1242\":{},\"1249\":{},\"1260\":{},\"1270\":{},\"1311\":{},\"1324\":{},\"1334\":{},\"1343\":{},\"1351\":{},\"1363\":{},\"2789\":{},\"2790\":{},\"2841\":{},\"2942\":{}},\"parent\":{\"2790\":{},\"2791\":{},\"2792\":{}}}],[\"clustertime.__type\",{\"_index\":949,\"name\":{},\"parent\":{\"2793\":{},\"2794\":{}}}],[\"clustertimereceived\",{\"_index\":473,\"name\":{\"1419\":{}},\"parent\":{}}],[\"code\",{\"_index\":43,\"name\":{\"43\":{},\"53\":{},\"63\":{},\"73\":{},\"83\":{},\"93\":{},\"103\":{},\"113\":{},\"123\":{},\"133\":{},\"142\":{},\"153\":{},\"163\":{},\"173\":{},\"183\":{},\"193\":{},\"203\":{},\"213\":{},\"223\":{},\"233\":{},\"243\":{},\"253\":{},\"263\":{},\"273\":{},\"287\":{},\"298\":{},\"309\":{},\"319\":{},\"329\":{},\"339\":{},\"349\":{},\"364\":{},\"1005\":{},\"1069\":{},\"1078\":{},\"1116\":{}},\"parent\":{}}],[\"codename\",{\"_index\":39,\"name\":{\"39\":{},\"282\":{},\"360\":{}},\"parent\":{}}],[\"coll\",{\"_index\":427,\"name\":{\"1275\":{},\"1321\":{}},\"parent\":{}}],[\"collation\",{\"_index\":10,\"name\":{\"10\":{},\"601\":{},\"1039\":{},\"1043\":{},\"1050\":{},\"1057\":{},\"1064\":{},\"1113\":{},\"1289\":{},\"1377\":{},\"1557\":{},\"1992\":{},\"2017\":{},\"2049\":{},\"2075\":{},\"2098\":{},\"2145\":{},\"2166\":{},\"2192\":{},\"2199\":{},\"2219\":{},\"2237\":{},\"2268\":{},\"2297\":{},\"2322\":{},\"2348\":{},\"2386\":{},\"2403\":{},\"2430\":{},\"2455\":{},\"2488\":{},\"2509\":{},\"2546\":{},\"2578\":{},\"2624\":{},\"2643\":{},\"2696\":{},\"2719\":{},\"2750\":{},\"2757\":{},\"3015\":{}},\"parent\":{}}],[\"collationoptions\",{\"_index\":762,\"name\":{\"2036\":{}},\"parent\":{\"2037\":{},\"2038\":{},\"2039\":{},\"2040\":{},\"2041\":{},\"2042\":{},\"2043\":{},\"2044\":{},\"2045\":{}}}],[\"collection\",{\"_index\":144,\"name\":{\"495\":{},\"565\":{},\"3070\":{}},\"parent\":{\"496\":{},\"497\":{},\"498\":{},\"499\":{},\"500\":{},\"501\":{},\"502\":{},\"503\":{},\"504\":{},\"505\":{},\"506\":{},\"507\":{},\"508\":{},\"509\":{},\"510\":{},\"511\":{},\"512\":{},\"513\":{},\"514\":{},\"515\":{},\"516\":{},\"517\":{},\"518\":{},\"519\":{},\"520\":{},\"521\":{},\"522\":{},\"523\":{},\"524\":{},\"525\":{},\"526\":{},\"527\":{},\"528\":{},\"529\":{},\"530\":{},\"531\":{},\"532\":{},\"533\":{},\"534\":{},\"535\":{},\"536\":{},\"537\":{},\"538\":{},\"539\":{},\"540\":{},\"541\":{},\"542\":{},\"543\":{}}}],[\"collectioninfo\",{\"_index\":843,\"name\":{\"2473\":{}},\"parent\":{\"2474\":{},\"2475\":{},\"2476\":{},\"2477\":{},\"2478\":{},\"2481\":{}}}],[\"collectioninfo.__type\",{\"_index\":845,\"name\":{},\"parent\":{\"2479\":{},\"2480\":{}}}],[\"collectionname\",{\"_index\":145,\"name\":{\"497\":{}},\"parent\":{}}],[\"collectionoptions\",{\"_index\":516,\"name\":{\"1506\":{}},\"parent\":{\"1507\":{},\"1508\":{},\"1509\":{},\"1510\":{},\"1511\":{},\"1512\":{},\"1513\":{},\"1514\":{}}}],[\"collections\",{\"_index\":203,\"name\":{\"571\":{}},\"parent\":{}}],[\"collectionuuid\",{\"_index\":402,\"name\":{\"1187\":{},\"1194\":{},\"1201\":{},\"1214\":{},\"1217\":{},\"1245\":{},\"1252\":{},\"1266\":{},\"1314\":{},\"1327\":{},\"1346\":{},\"1354\":{},\"1369\":{}},\"parent\":{}}],[\"collstats\",{\"_index\":875,\"name\":{\"2595\":{}},\"parent\":{\"2596\":{},\"2597\":{},\"2598\":{},\"2599\":{},\"2600\":{},\"2601\":{},\"2602\":{},\"2603\":{},\"2604\":{},\"2605\":{},\"2606\":{},\"2607\":{},\"2608\":{},\"2610\":{},\"2611\":{},\"2612\":{},\"2613\":{},\"2614\":{},\"2615\":{},\"2616\":{},\"2617\":{},\"2618\":{},\"2619\":{}}}],[\"collstats.__type\",{\"_index\":886,\"name\":{},\"parent\":{\"2609\":{}}}],[\"collstatsoptions\",{\"_index\":893,\"name\":{\"2620\":{}},\"parent\":{\"2621\":{},\"2622\":{},\"2623\":{},\"2624\":{},\"2625\":{},\"2626\":{},\"2627\":{},\"2628\":{},\"2629\":{},\"2630\":{},\"2631\":{},\"2632\":{},\"2633\":{},\"2634\":{},\"2635\":{},\"2636\":{},\"2637\":{},\"2638\":{}}}],[\"command\",{\"_index\":120,\"name\":{\"413\":{},\"562\":{},\"903\":{}},\"parent\":{}}],[\"commandfailed\",{\"_index\":472,\"name\":{\"1418\":{}},\"parent\":{}}],[\"commandfailedevent\",{\"_index\":293,\"name\":{\"889\":{}},\"parent\":{\"890\":{},\"891\":{},\"892\":{},\"893\":{},\"894\":{},\"895\":{},\"896\":{},\"897\":{}}}],[\"commandname\",{\"_index\":298,\"name\":{\"894\":{},\"902\":{},\"913\":{}},\"parent\":{}}],[\"commandobj\",{\"_index\":303,\"name\":{\"899\":{}},\"parent\":{}}],[\"commandoperationoptions\",{\"_index\":772,\"name\":{\"2046\":{}},\"parent\":{\"2047\":{},\"2048\":{},\"2049\":{},\"2050\":{},\"2051\":{},\"2052\":{},\"2053\":{},\"2054\":{},\"2055\":{},\"2056\":{},\"2057\":{},\"2058\":{},\"2059\":{},\"2060\":{},\"2061\":{},\"2062\":{},\"2063\":{}}}],[\"commandstakecollation\",{\"_index\":986,\"name\":{\"2875\":{}},\"parent\":{}}],[\"commandstakewriteconcern\",{\"_index\":985,\"name\":{\"2874\":{}},\"parent\":{}}],[\"commandstarted\",{\"_index\":469,\"name\":{\"1416\":{}},\"parent\":{}}],[\"commandstartedevent\",{\"_index\":302,\"name\":{\"898\":{}},\"parent\":{\"899\":{},\"900\":{},\"901\":{},\"902\":{},\"903\":{},\"904\":{},\"905\":{},\"906\":{},\"907\":{}}}],[\"commandsucceeded\",{\"_index\":471,\"name\":{\"1417\":{}},\"parent\":{}}],[\"commandsucceededevent\",{\"_index\":304,\"name\":{\"908\":{}},\"parent\":{\"909\":{},\"910\":{},\"911\":{},\"912\":{},\"913\":{},\"914\":{},\"915\":{},\"916\":{}}}],[\"comment\",{\"_index\":12,\"name\":{\"12\":{},\"595\":{},\"1295\":{},\"1530\":{},\"1548\":{},\"1980\":{},\"1994\":{},\"2023\":{},\"2051\":{},\"2076\":{},\"2104\":{},\"2147\":{},\"2173\":{},\"2201\":{},\"2220\":{},\"2239\":{},\"2277\":{},\"2299\":{},\"2324\":{},\"2350\":{},\"2388\":{},\"2432\":{},\"2457\":{},\"2490\":{},\"2511\":{},\"2548\":{},\"2580\":{},\"2626\":{},\"2645\":{},\"2703\":{},\"2726\":{},\"2759\":{},\"3017\":{}},\"parent\":{}}],[\"commitquorum\",{\"_index\":824,\"name\":{\"2371\":{}},\"parent\":{}}],[\"committransaction\",{\"_index\":1018,\"name\":{\"2959\":{}},\"parent\":{}}],[\"commonevents\",{\"_index\":668,\"name\":{\"1875\":{}},\"parent\":{}}],[\"commonwireversion\",{\"_index\":996,\"name\":{\"2929\":{}},\"parent\":{}}],[\"compatibilityerror\",{\"_index\":995,\"name\":{\"2925\":{}},\"parent\":{}}],[\"compatible\",{\"_index\":994,\"name\":{\"2924\":{}},\"parent\":{}}],[\"compression\",{\"_index\":920,\"name\":{\"2675\":{}},\"parent\":{}}],[\"compressor\",{\"_index\":252,\"name\":{\"819\":{},\"820\":{},\"1495\":{}},\"parent\":{}}],[\"compressorname\",{\"_index\":515,\"name\":{\"1505\":{}},\"parent\":{}}],[\"compressors\",{\"_index\":489,\"name\":{\"1441\":{},\"1479\":{},\"1494\":{},\"1502\":{},\"1756\":{},\"1820\":{},\"2813\":{},\"2903\":{}},\"parent\":{}}],[\"condition\",{\"_index\":684,\"name\":{\"1910\":{}},\"parent\":{}}],[\"connect\",{\"_index\":240,\"name\":{\"776\":{},\"786\":{}},\"parent\":{}}],[\"connectioncheckedinevent\",{\"_index\":306,\"name\":{\"917\":{}},\"parent\":{\"918\":{},\"919\":{},\"920\":{}}}],[\"connectioncheckedoutevent\",{\"_index\":308,\"name\":{\"921\":{}},\"parent\":{\"922\":{},\"923\":{},\"924\":{}}}],[\"connectioncheckoutfailedevent\",{\"_index\":309,\"name\":{\"925\":{}},\"parent\":{\"926\":{},\"927\":{},\"928\":{}}}],[\"connectioncheckoutstartedevent\",{\"_index\":310,\"name\":{\"929\":{}},\"parent\":{\"930\":{},\"931\":{}}}],[\"connectionclosedevent\",{\"_index\":311,\"name\":{\"932\":{}},\"parent\":{\"933\":{},\"934\":{},\"935\":{},\"936\":{},\"937\":{}}}],[\"connectioncreatedevent\",{\"_index\":312,\"name\":{\"938\":{}},\"parent\":{\"939\":{},\"940\":{},\"941\":{}}}],[\"connectionevents\",{\"_index\":468,\"name\":{\"1414\":{}},\"parent\":{\"1415\":{}}}],[\"connectionevents.__type\",{\"_index\":470,\"name\":{},\"parent\":{\"1416\":{},\"1417\":{},\"1418\":{},\"1419\":{},\"1420\":{},\"1421\":{},\"1422\":{},\"1423\":{}}}],[\"connectionid\",{\"_index\":295,\"name\":{\"891\":{},\"905\":{},\"910\":{},\"918\":{},\"922\":{},\"933\":{},\"939\":{},\"956\":{},\"968\":{},\"972\":{},\"974\":{}},\"parent\":{}}],[\"connectionoptions\",{\"_index\":477,\"name\":{\"1424\":{}},\"parent\":{\"1425\":{},\"1426\":{},\"1427\":{},\"1428\":{},\"1429\":{},\"1430\":{},\"1431\":{},\"1432\":{},\"1433\":{},\"1434\":{},\"1435\":{},\"1436\":{},\"1437\":{},\"1438\":{},\"1439\":{},\"1440\":{},\"1441\":{},\"1442\":{},\"1443\":{},\"1444\":{},\"1445\":{},\"1446\":{},\"1447\":{}}}],[\"connectionpoolclearedevent\",{\"_index\":313,\"name\":{\"942\":{}},\"parent\":{\"943\":{},\"944\":{}}}],[\"connectionpoolclosedevent\",{\"_index\":314,\"name\":{\"945\":{}},\"parent\":{\"946\":{},\"947\":{}}}],[\"connectionpoolcreatedevent\",{\"_index\":315,\"name\":{\"948\":{}},\"parent\":{\"949\":{},\"950\":{},\"951\":{}}}],[\"connectionpoolevents\",{\"_index\":499,\"name\":{\"1457\":{}},\"parent\":{}}],[\"connectionpoolmonitoringevent\",{\"_index\":316,\"name\":{\"952\":{}},\"parent\":{\"953\":{},\"954\":{}}}],[\"connectionpooloptions\",{\"_index\":500,\"name\":{\"1458\":{}},\"parent\":{\"1459\":{},\"1460\":{},\"1461\":{},\"1462\":{},\"1463\":{},\"1464\":{},\"1465\":{},\"1466\":{},\"1467\":{},\"1468\":{},\"1469\":{},\"1470\":{},\"1471\":{},\"1472\":{},\"1473\":{},\"1474\":{},\"1475\":{},\"1476\":{},\"1477\":{},\"1478\":{},\"1479\":{},\"1480\":{},\"1481\":{},\"1482\":{},\"1483\":{},\"1484\":{}}}],[\"connectionreadyevent\",{\"_index\":317,\"name\":{\"955\":{}},\"parent\":{\"956\":{},\"957\":{},\"958\":{}}}],[\"connectoptions\",{\"_index\":975,\"name\":{\"2857\":{}},\"parent\":{\"2858\":{}}}],[\"connecttimeoutms\",{\"_index\":482,\"name\":{\"1432\":{},\"1471\":{},\"1754\":{},\"1832\":{},\"2797\":{},\"2896\":{}},\"parent\":{}}],[\"constructor\",{\"_index\":27,\"name\":{\"27\":{},\"51\":{},\"61\":{},\"71\":{},\"81\":{},\"91\":{},\"101\":{},\"111\":{},\"121\":{},\"131\":{},\"141\":{},\"151\":{},\"161\":{},\"171\":{},\"181\":{},\"191\":{},\"201\":{},\"211\":{},\"221\":{},\"231\":{},\"241\":{},\"251\":{},\"261\":{},\"271\":{},\"281\":{},\"295\":{},\"306\":{},\"317\":{},\"327\":{},\"337\":{},\"347\":{},\"357\":{},\"479\":{},\"551\":{},\"643\":{},\"670\":{},\"716\":{},\"765\":{},\"777\":{},\"812\":{},\"852\":{},\"870\":{},\"884\":{},\"1068\":{},\"1076\":{},\"1086\":{},\"1120\":{},\"1132\":{},\"1395\":{},\"1486\":{},\"1588\":{},\"1880\":{},\"2864\":{},\"2917\":{},\"3002\":{},\"3059\":{},\"3068\":{}},\"parent\":{}}],[\"contenttype\",{\"_index\":596,\"name\":{\"1680\":{},\"1722\":{}},\"parent\":{}}],[\"count\",{\"_index\":187,\"name\":{\"543\":{},\"586\":{},\"2597\":{}},\"parent\":{}}],[\"countdocuments\",{\"_index\":170,\"name\":{\"526\":{}},\"parent\":{}}],[\"countdocumentsoptions\",{\"_index\":776,\"name\":{\"2089\":{}},\"parent\":{\"2090\":{},\"2091\":{},\"2092\":{},\"2093\":{},\"2094\":{},\"2095\":{},\"2096\":{},\"2097\":{},\"2098\":{},\"2099\":{},\"2100\":{},\"2101\":{},\"2102\":{},\"2103\":{},\"2104\":{},\"2105\":{},\"2106\":{},\"2107\":{},\"2108\":{},\"2109\":{},\"2110\":{},\"2111\":{},\"2112\":{},\"2113\":{},\"2114\":{},\"2115\":{},\"2116\":{}}}],[\"counter\",{\"_index\":973,\"name\":{\"2854\":{}},\"parent\":{}}],[\"countoptions\",{\"_index\":775,\"name\":{\"2068\":{}},\"parent\":{\"2069\":{},\"2070\":{},\"2071\":{},\"2072\":{},\"2073\":{},\"2074\":{},\"2075\":{},\"2076\":{},\"2077\":{},\"2078\":{},\"2079\":{},\"2080\":{},\"2081\":{},\"2082\":{},\"2083\":{},\"2084\":{},\"2085\":{},\"2086\":{},\"2087\":{},\"2088\":{}}}],[\"create\",{\"_index\":924,\"name\":{\"2679\":{}},\"parent\":{}}],[\"createcollection\",{\"_index\":198,\"name\":{\"561\":{}},\"parent\":{}}],[\"createcollectionoptions\",{\"_index\":779,\"name\":{\"2121\":{}},\"parent\":{\"2122\":{},\"2123\":{},\"2124\":{},\"2125\":{},\"2126\":{},\"2127\":{},\"2128\":{},\"2129\":{},\"2130\":{},\"2131\":{},\"2132\":{},\"2133\":{},\"2134\":{},\"2135\":{},\"2136\":{},\"2137\":{},\"2138\":{},\"2139\":{},\"2140\":{},\"2141\":{},\"2143\":{},\"2144\":{},\"2145\":{},\"2146\":{},\"2147\":{},\"2148\":{},\"2149\":{},\"2150\":{},\"2151\":{},\"2152\":{},\"2153\":{},\"2154\":{},\"2155\":{},\"2156\":{},\"2157\":{},\"2158\":{},\"2159\":{}}}],[\"createcollectionoptions.__type\",{\"_index\":795,\"name\":{},\"parent\":{\"2142\":{}}}],[\"createindex\",{\"_index\":162,\"name\":{\"518\":{},\"572\":{}},\"parent\":{}}],[\"createindexes\",{\"_index\":163,\"name\":{\"519\":{}},\"parent\":{}}],[\"createindexesoptions\",{\"_index\":820,\"name\":{\"2363\":{}},\"parent\":{\"2364\":{},\"2365\":{},\"2366\":{},\"2367\":{},\"2368\":{},\"2369\":{},\"2370\":{},\"2371\":{},\"2372\":{},\"2373\":{},\"2374\":{},\"2375\":{},\"2376\":{},\"2377\":{},\"2378\":{},\"2379\":{},\"2380\":{},\"2381\":{},\"2382\":{},\"2383\":{},\"2384\":{},\"2385\":{},\"2386\":{},\"2387\":{},\"2388\":{},\"2389\":{},\"2390\":{},\"2391\":{},\"2392\":{},\"2393\":{},\"2394\":{},\"2395\":{},\"2396\":{},\"2397\":{},\"2398\":{},\"2399\":{},\"2400\":{}}}],[\"createpk\",{\"_index\":660,\"name\":{\"1864\":{}},\"parent\":{}}],[\"credentials\",{\"_index\":481,\"name\":{\"1431\":{},\"1465\":{},\"1815\":{},\"2800\":{},\"2892\":{}},\"parent\":{}}],[\"cryptsharedlibpath\",{\"_index\":571,\"name\":{\"1629\":{}},\"parent\":{}}],[\"cryptsharedlibrequired\",{\"_index\":572,\"name\":{\"1630\":{}},\"parent\":{}}],[\"cryptsharedlibversioninfo\",{\"_index\":539,\"name\":{\"1587\":{}},\"parent\":{}}],[\"currentindex\",{\"_index\":369,\"name\":{\"1088\":{}},\"parent\":{}}],[\"currentlogger\",{\"_index\":227,\"name\":{\"761\":{}},\"parent\":{}}],[\"cursor\",{\"_index\":433,\"name\":{\"1287\":{},\"1556\":{},\"2014\":{},\"2095\":{},\"2676\":{},\"2678\":{},\"2680\":{},\"2681\":{},\"2682\":{}},\"parent\":{}}],[\"cursor_flags\",{\"_index\":253,\"name\":{\"821\":{}},\"parent\":{}}],[\"cursorcloseoptions\",{\"_index\":527,\"name\":{\"1536\":{}},\"parent\":{\"1537\":{}}}],[\"cursorflag\",{\"_index\":529,\"name\":{\"1538\":{}},\"parent\":{}}],[\"cursorstreamoptions\",{\"_index\":530,\"name\":{\"1539\":{}},\"parent\":{\"1540\":{}}}],[\"customdata\",{\"_index\":758,\"name\":{\"1989\":{}},\"parent\":{}}],[\"data\",{\"_index\":586,\"name\":{\"1658\":{},\"1729\":{}},\"parent\":{}}],[\"databasename\",{\"_index\":195,\"name\":{\"552\":{},\"901\":{}},\"parent\":{}}],[\"databases\",{\"_index\":854,\"name\":{\"2525\":{}},\"parent\":{}}],[\"db\",{\"_index\":188,\"name\":{\"544\":{},\"788\":{},\"1233\":{},\"1274\":{},\"1320\":{},\"1408\":{},\"2009\":{},\"3069\":{}},\"parent\":{\"545\":{},\"546\":{},\"547\":{},\"548\":{},\"549\":{},\"550\":{},\"551\":{},\"552\":{},\"553\":{},\"554\":{},\"555\":{},\"556\":{},\"557\":{},\"558\":{},\"559\":{},\"560\":{},\"561\":{},\"562\":{},\"563\":{},\"564\":{},\"565\":{},\"566\":{},\"567\":{},\"568\":{},\"569\":{},\"570\":{},\"571\":{},\"572\":{},\"573\":{},\"574\":{},\"575\":{},\"576\":{},\"577\":{},\"578\":{},\"579\":{},\"580\":{},\"581\":{}}}],[\"dbname\",{\"_index\":14,\"name\":{\"14\":{},\"496\":{},\"1297\":{},\"1563\":{},\"1822\":{},\"1996\":{},\"2025\":{},\"2053\":{},\"2078\":{},\"2106\":{},\"2149\":{},\"2175\":{},\"2203\":{},\"2222\":{},\"2241\":{},\"2279\":{},\"2301\":{},\"2326\":{},\"2352\":{},\"2390\":{},\"2434\":{},\"2459\":{},\"2492\":{},\"2513\":{},\"2550\":{},\"2582\":{},\"2628\":{},\"2647\":{},\"2705\":{},\"2728\":{},\"2761\":{},\"3019\":{}},\"parent\":{}}],[\"dboptions\",{\"_index\":533,\"name\":{\"1570\":{}},\"parent\":{\"1571\":{},\"1572\":{},\"1573\":{},\"1574\":{},\"1575\":{},\"1576\":{},\"1577\":{},\"1578\":{},\"1579\":{},\"1580\":{},\"1581\":{}}}],[\"dbstatsoptions\",{\"_index\":895,\"name\":{\"2639\":{}},\"parent\":{\"2640\":{},\"2641\":{},\"2642\":{},\"2643\":{},\"2644\":{},\"2645\":{},\"2646\":{},\"2647\":{},\"2648\":{},\"2649\":{},\"2650\":{},\"2651\":{},\"2652\":{},\"2653\":{},\"2654\":{},\"2655\":{},\"2656\":{},\"2657\":{}}}],[\"debug\",{\"_index\":231,\"name\":{\"767\":{}},\"parent\":{}}],[\"decrypt\",{\"_index\":538,\"name\":{\"1586\":{}},\"parent\":{}}],[\"default_language\",{\"_index\":826,\"name\":{\"2374\":{},\"2417\":{}},\"parent\":{}}],[\"defaulttransactionoptions\",{\"_index\":1007,\"name\":{\"2945\":{},\"2984\":{}},\"parent\":{}}],[\"delete\",{\"_index\":221,\"name\":{\"647\":{},\"1111\":{}},\"parent\":{}}],[\"deletedcount\",{\"_index\":35,\"name\":{\"35\":{},\"1014\":{},\"2188\":{}},\"parent\":{}}],[\"deletemany\",{\"_index\":155,\"name\":{\"511\":{}},\"parent\":{}}],[\"deletemanymodel\",{\"_index\":355,\"name\":{\"1037\":{}},\"parent\":{\"1038\":{},\"1039\":{},\"1040\":{}}}],[\"deleteone\",{\"_index\":154,\"name\":{\"510\":{},\"1110\":{}},\"parent\":{}}],[\"deleteonemodel\",{\"_index\":356,\"name\":{\"1041\":{}},\"parent\":{\"1042\":{},\"1043\":{},\"1044\":{}}}],[\"deleteoptions\",{\"_index\":800,\"name\":{\"2164\":{}},\"parent\":{\"2165\":{},\"2166\":{},\"2167\":{},\"2168\":{},\"2169\":{},\"2170\":{},\"2171\":{},\"2172\":{},\"2173\":{},\"2174\":{},\"2175\":{},\"2176\":{},\"2177\":{},\"2178\":{},\"2179\":{},\"2180\":{},\"2181\":{},\"2182\":{},\"2183\":{},\"2184\":{},\"2185\":{}}}],[\"deleteresult\",{\"_index\":802,\"name\":{\"2186\":{}},\"parent\":{\"2187\":{},\"2188\":{}}}],[\"deletestatement\",{\"_index\":804,\"name\":{\"2189\":{}},\"parent\":{\"2190\":{},\"2191\":{},\"2192\":{},\"2193\":{}}}],[\"deprecationerrors\",{\"_index\":662,\"name\":{\"1868\":{}},\"parent\":{}}],[\"destroyoptions\",{\"_index\":495,\"name\":{\"1448\":{}},\"parent\":{\"1449\":{}}}],[\"diacriticsensitive\",{\"_index\":748,\"name\":{\"1978\":{}},\"parent\":{}}],[\"digestpassword\",{\"_index\":756,\"name\":{\"1987\":{}},\"parent\":{}}],[\"directconnection\",{\"_index\":646,\"name\":{\"1781\":{},\"1845\":{},\"2886\":{}},\"parent\":{}}],[\"distinct\",{\"_index\":171,\"name\":{\"527\":{}},\"parent\":{}}],[\"distinctoptions\",{\"_index\":806,\"name\":{\"2194\":{}},\"parent\":{}}],[\"document\",{\"_index\":358,\"name\":{\"1046\":{}},\"parent\":{}}],[\"documentkey\",{\"_index\":409,\"name\":{\"1211\":{},\"1224\":{},\"1263\":{},\"1337\":{},\"1366\":{}},\"parent\":{}}],[\"done\",{\"_index\":609,\"name\":{\"1701\":{}},\"parent\":{}}],[\"driver\",{\"_index\":1043,\"name\":{\"3031\":{}},\"parent\":{}}],[\"driverinfo\",{\"_index\":626,\"name\":{\"1738\":{},\"1805\":{},\"1846\":{},\"3047\":{}},\"parent\":{\"1739\":{},\"1740\":{},\"1741\":{}}}],[\"drop\",{\"_index\":157,\"name\":{\"513\":{},\"651\":{}},\"parent\":{}}],[\"dropcollection\",{\"_index\":201,\"name\":{\"569\":{}},\"parent\":{}}],[\"dropcollectionoptions\",{\"_index\":807,\"name\":{\"2195\":{}},\"parent\":{\"2196\":{},\"2197\":{},\"2198\":{},\"2199\":{},\"2200\":{},\"2201\":{},\"2202\":{},\"2203\":{},\"2204\":{},\"2205\":{},\"2206\":{},\"2207\":{},\"2208\":{},\"2209\":{},\"2210\":{},\"2211\":{},\"2212\":{},\"2213\":{}}}],[\"dropdatabase\",{\"_index\":202,\"name\":{\"570\":{}},\"parent\":{}}],[\"dropdatabaseoptions\",{\"_index\":808,\"name\":{\"2214\":{}},\"parent\":{}}],[\"dropindex\",{\"_index\":164,\"name\":{\"520\":{}},\"parent\":{}}],[\"dropindexes\",{\"_index\":165,\"name\":{\"521\":{}},\"parent\":{}}],[\"dropindexesoptions\",{\"_index\":834,\"name\":{\"2401\":{}},\"parent\":{}}],[\"droptarget\",{\"_index\":871,\"name\":{\"2574\":{}},\"parent\":{}}],[\"duration\",{\"_index\":297,\"name\":{\"893\":{},\"912\":{},\"969\":{},\"975\":{}},\"parent\":{}}],[\"each\",{\"_index\":674,\"name\":{\"1899\":{},\"1904\":{}},\"parent\":{}}],[\"electionid\",{\"_index\":964,\"name\":{\"2839\":{}},\"parent\":{}}],[\"elemmatch\",{\"_index\":710,\"name\":{\"1939\":{}},\"parent\":{}}],[\"email\",{\"_index\":558,\"name\":{\"1610\":{}},\"parent\":{}}],[\"emit\",{\"_index\":112,\"name\":{\"405\":{},\"471\":{},\"488\":{},\"634\":{},\"661\":{},\"707\":{},\"752\":{},\"801\":{},\"1174\":{},\"1889\":{},\"2971\":{}},\"parent\":{}}],[\"enabled\",{\"_index\":794,\"name\":{\"2142\":{},\"2774\":{}},\"parent\":{}}],[\"enableutf8validation\",{\"_index\":22,\"name\":{\"22\":{},\"990\":{},\"1305\":{},\"1511\":{},\"1535\":{},\"1553\":{},\"1578\":{},\"1810\":{},\"2004\":{},\"2033\":{},\"2061\":{},\"2086\":{},\"2114\":{},\"2157\":{},\"2183\":{},\"2211\":{},\"2230\":{},\"2249\":{},\"2287\":{},\"2309\":{},\"2334\":{},\"2360\":{},\"2398\":{},\"2442\":{},\"2467\":{},\"2500\":{},\"2521\":{},\"2558\":{},\"2570\":{},\"2590\":{},\"2636\":{},\"2655\":{},\"2713\":{},\"2736\":{},\"2769\":{},\"2891\":{},\"3026\":{}},\"parent\":{}}],[\"encrypt\",{\"_index\":537,\"name\":{\"1585\":{}},\"parent\":{}}],[\"encryptedfields\",{\"_index\":792,\"name\":{\"2139\":{},\"2196\":{}},\"parent\":{}}],[\"encryptedfieldsmap\",{\"_index\":563,\"name\":{\"1617\":{}},\"parent\":{}}],[\"end\",{\"_index\":391,\"name\":{\"1150\":{},\"1372\":{},\"1659\":{},\"1662\":{},\"1668\":{},\"1674\":{},\"1717\":{}},\"parent\":{}}],[\"ended\",{\"_index\":1023,\"name\":{\"2980\":{}},\"parent\":{}}],[\"endpoint\",{\"_index\":560,\"name\":{\"1612\":{},\"1615\":{}},\"parent\":{}}],[\"endsession\",{\"_index\":1012,\"name\":{\"2952\":{}},\"parent\":{}}],[\"endsessionoptions\",{\"_index\":1026,\"name\":{\"2985\":{}},\"parent\":{\"2986\":{},\"2987\":{}}}],[\"enhancedomit\",{\"_index\":685,\"name\":{\"1911\":{}},\"parent\":{}}],[\"eq\",{\"_index\":688,\"name\":{\"1915\":{}},\"parent\":{}}],[\"equals\",{\"_index\":288,\"name\":{\"880\":{},\"1401\":{},\"2849\":{},\"2955\":{}},\"parent\":{}}],[\"err\",{\"_index\":30,\"name\":{\"30\":{},\"1072\":{},\"1077\":{},\"1647\":{}},\"parent\":{}}],[\"errinfo\",{\"_index\":41,\"name\":{\"41\":{},\"284\":{},\"362\":{},\"1007\":{},\"1071\":{},\"1081\":{},\"1118\":{},\"1649\":{}},\"parent\":{}}],[\"errmsg\",{\"_index\":45,\"name\":{\"45\":{},\"55\":{},\"65\":{},\"75\":{},\"85\":{},\"95\":{},\"105\":{},\"115\":{},\"125\":{},\"135\":{},\"145\":{},\"155\":{},\"165\":{},\"175\":{},\"185\":{},\"195\":{},\"205\":{},\"215\":{},\"225\":{},\"235\":{},\"245\":{},\"255\":{},\"265\":{},\"275\":{},\"289\":{},\"300\":{},\"311\":{},\"321\":{},\"331\":{},\"341\":{},\"351\":{},\"366\":{},\"1006\":{},\"1070\":{},\"1080\":{},\"1117\":{},\"1646\":{}},\"parent\":{}}],[\"error\",{\"_index\":234,\"name\":{\"770\":{},\"1151\":{},\"1656\":{},\"1694\":{},\"2828\":{},\"2930\":{}},\"parent\":{}}],[\"errordescription\",{\"_index\":579,\"name\":{\"1644\":{}},\"parent\":{\"1645\":{},\"1646\":{},\"1647\":{},\"1648\":{},\"1649\":{}}}],[\"errored\",{\"_index\":617,\"name\":{\"1712\":{}},\"parent\":{}}],[\"errorlabels\",{\"_index\":48,\"name\":{\"48\":{},\"58\":{},\"68\":{},\"78\":{},\"88\":{},\"98\":{},\"108\":{},\"118\":{},\"128\":{},\"138\":{},\"148\":{},\"158\":{},\"168\":{},\"178\":{},\"188\":{},\"198\":{},\"208\":{},\"218\":{},\"228\":{},\"238\":{},\"248\":{},\"258\":{},\"268\":{},\"278\":{},\"292\":{},\"303\":{},\"314\":{},\"324\":{},\"334\":{},\"344\":{},\"354\":{},\"369\":{},\"1648\":{}},\"parent\":{}}],[\"estimateddocumentcount\",{\"_index\":169,\"name\":{\"525\":{}},\"parent\":{}}],[\"estimateddocumentcountoptions\",{\"_index\":809,\"name\":{\"2215\":{}},\"parent\":{\"2216\":{},\"2217\":{},\"2218\":{},\"2219\":{},\"2220\":{},\"2221\":{},\"2222\":{},\"2223\":{},\"2224\":{},\"2225\":{},\"2226\":{},\"2227\":{},\"2228\":{},\"2229\":{},\"2230\":{},\"2231\":{},\"2232\":{}}}],[\"evaloptions\",{\"_index\":810,\"name\":{\"2233\":{}},\"parent\":{\"2234\":{},\"2235\":{},\"2236\":{},\"2237\":{},\"2238\":{},\"2239\":{},\"2240\":{},\"2241\":{},\"2242\":{},\"2243\":{},\"2244\":{},\"2245\":{},\"2246\":{},\"2247\":{},\"2248\":{},\"2249\":{},\"2250\":{},\"2251\":{}}}],[\"eventemitterwithstate\",{\"_index\":1050,\"name\":{\"3053\":{}},\"parent\":{\"3054\":{}}}],[\"eventnames\",{\"_index\":116,\"name\":{\"409\":{},\"475\":{},\"492\":{},\"638\":{},\"665\":{},\"711\":{},\"756\":{},\"805\":{},\"1178\":{},\"1893\":{},\"2975\":{}},\"parent\":{}}],[\"eventsdescription\",{\"_index\":669,\"name\":{\"1876\":{}},\"parent\":{}}],[\"execute\",{\"_index\":378,\"name\":{\"1103\":{},\"1130\":{},\"1143\":{}},\"parent\":{}}],[\"exists\",{\"_index\":697,\"name\":{\"1924\":{}},\"parent\":{}}],[\"expireafterseconds\",{\"_index\":791,\"name\":{\"2138\":{},\"2369\":{},\"2414\":{}},\"parent\":{}}],[\"explain\",{\"_index\":24,\"name\":{\"24\":{},\"428\":{},\"587\":{},\"1307\":{},\"1569\":{},\"1653\":{},\"2006\":{},\"2035\":{},\"2063\":{},\"2088\":{},\"2116\":{},\"2159\":{},\"2185\":{},\"2213\":{},\"2232\":{},\"2251\":{},\"2289\":{},\"2311\":{},\"2336\":{},\"2362\":{},\"2400\":{},\"2444\":{},\"2469\":{},\"2502\":{},\"2523\":{},\"2560\":{},\"2592\":{},\"2638\":{},\"2657\":{},\"2715\":{},\"2738\":{},\"2771\":{},\"3027\":{}},\"parent\":{}}],[\"explainoptions\",{\"_index\":582,\"name\":{\"1652\":{}},\"parent\":{\"1653\":{}}}],[\"explainverbosity\",{\"_index\":256,\"name\":{\"826\":{},\"827\":{}},\"parent\":{}}],[\"explainverbositylike\",{\"_index\":583,\"name\":{\"1654\":{}},\"parent\":{}}],[\"explicit\",{\"_index\":1006,\"name\":{\"2944\":{}},\"parent\":{}}],[\"expr\",{\"_index\":698,\"name\":{\"1926\":{}},\"parent\":{}}],[\"extension\",{\"_index\":902,\"name\":{\"2662\":{}},\"parent\":{}}],[\"extraoptions\",{\"_index\":566,\"name\":{\"1623\":{}},\"parent\":{}}],[\"failure\",{\"_index\":299,\"name\":{\"895\":{},\"970\":{}},\"parent\":{}}],[\"file\",{\"_index\":585,\"name\":{\"1657\":{},\"2662\":{},\"2666\":{},\"2667\":{},\"2668\":{},\"2669\":{},\"2670\":{}},\"parent\":{}}],[\"filename\",{\"_index\":595,\"name\":{\"1679\":{},\"1698\":{}},\"parent\":{}}],[\"files\",{\"_index\":608,\"name\":{\"1699\":{}},\"parent\":{}}],[\"files_id\",{\"_index\":622,\"name\":{\"1727\":{}},\"parent\":{}}],[\"filter\",{\"_index\":208,\"name\":{\"588\":{},\"672\":{},\"763\":{},\"1038\":{},\"1042\":{},\"1048\":{},\"1054\":{},\"1061\":{},\"1912\":{},\"2504\":{}},\"parent\":{}}],[\"filteroperations\",{\"_index\":686,\"name\":{\"1913\":{}},\"parent\":{}}],[\"filteroperators\",{\"_index\":687,\"name\":{\"1914\":{}},\"parent\":{\"1915\":{},\"1916\":{},\"1917\":{},\"1918\":{},\"1919\":{},\"1920\":{},\"1921\":{},\"1922\":{},\"1923\":{},\"1924\":{},\"1925\":{},\"1926\":{},\"1927\":{},\"1928\":{},\"1929\":{},\"1930\":{},\"1931\":{},\"1932\":{},\"1934\":{},\"1935\":{},\"1936\":{},\"1937\":{},\"1938\":{},\"1939\":{},\"1940\":{},\"1941\":{},\"1942\":{},\"1943\":{},\"1944\":{},\"1945\":{}}}],[\"filteroperators.__type\",{\"_index\":704,\"name\":{},\"parent\":{\"1933\":{}}}],[\"finalize\",{\"_index\":862,\"name\":{\"2539\":{}},\"parent\":{}}],[\"finalizefunction\",{\"_index\":857,\"name\":{\"2529\":{}},\"parent\":{\"2530\":{}}}],[\"find\",{\"_index\":159,\"name\":{\"515\":{},\"648\":{},\"1098\":{},\"1125\":{},\"1138\":{}},\"parent\":{}}],[\"findcursor\",{\"_index\":207,\"name\":{\"582\":{}},\"parent\":{\"583\":{},\"584\":{},\"585\":{},\"586\":{},\"587\":{},\"588\":{},\"589\":{},\"590\":{},\"591\":{},\"592\":{},\"593\":{},\"594\":{},\"595\":{},\"596\":{},\"597\":{},\"598\":{},\"599\":{},\"600\":{},\"601\":{},\"602\":{},\"603\":{},\"604\":{},\"605\":{},\"606\":{},\"607\":{},\"608\":{},\"609\":{},\"610\":{},\"611\":{},\"612\":{},\"613\":{},\"614\":{},\"615\":{},\"616\":{},\"617\":{},\"618\":{},\"619\":{},\"620\":{},\"621\":{},\"622\":{},\"623\":{},\"624\":{},\"625\":{},\"626\":{},\"627\":{},\"628\":{},\"629\":{},\"630\":{},\"631\":{},\"632\":{},\"633\":{},\"634\":{},\"635\":{},\"636\":{},\"637\":{},\"638\":{},\"639\":{},\"640\":{}}}],[\"findone\",{\"_index\":158,\"name\":{\"514\":{}},\"parent\":{}}],[\"findoneanddelete\",{\"_index\":174,\"name\":{\"530\":{}},\"parent\":{}}],[\"findoneanddeleteoptions\",{\"_index\":817,\"name\":{\"2290\":{}},\"parent\":{\"2291\":{},\"2292\":{},\"2293\":{},\"2294\":{},\"2295\":{},\"2296\":{},\"2297\":{},\"2298\":{},\"2299\":{},\"2300\":{},\"2301\":{},\"2302\":{},\"2303\":{},\"2304\":{},\"2305\":{},\"2306\":{},\"2307\":{},\"2308\":{},\"2309\":{},\"2310\":{},\"2311\":{}}}],[\"findoneandreplace\",{\"_index\":175,\"name\":{\"531\":{}},\"parent\":{}}],[\"findoneandreplaceoptions\",{\"_index\":818,\"name\":{\"2312\":{}},\"parent\":{\"2313\":{},\"2314\":{},\"2315\":{},\"2316\":{},\"2317\":{},\"2318\":{},\"2319\":{},\"2320\":{},\"2321\":{},\"2322\":{},\"2323\":{},\"2324\":{},\"2325\":{},\"2326\":{},\"2327\":{},\"2328\":{},\"2329\":{},\"2330\":{},\"2331\":{},\"2332\":{},\"2333\":{},\"2334\":{},\"2335\":{},\"2336\":{}}}],[\"findoneandupdate\",{\"_index\":176,\"name\":{\"532\":{}},\"parent\":{}}],[\"findoneandupdateoptions\",{\"_index\":819,\"name\":{\"2337\":{}},\"parent\":{\"2338\":{},\"2339\":{},\"2340\":{},\"2341\":{},\"2342\":{},\"2343\":{},\"2344\":{},\"2345\":{},\"2346\":{},\"2347\":{},\"2348\":{},\"2349\":{},\"2350\":{},\"2351\":{},\"2352\":{},\"2353\":{},\"2354\":{},\"2355\":{},\"2356\":{},\"2357\":{},\"2358\":{},\"2359\":{},\"2360\":{},\"2361\":{},\"2362\":{}}}],[\"findoperators\",{\"_index\":380,\"name\":{\"1105\":{}},\"parent\":{\"1106\":{},\"1107\":{},\"1108\":{},\"1109\":{},\"1110\":{},\"1111\":{},\"1112\":{},\"1113\":{},\"1114\":{}}}],[\"findoptions\",{\"_index\":812,\"name\":{\"2252\":{}},\"parent\":{\"2253\":{},\"2254\":{},\"2255\":{},\"2256\":{},\"2257\":{},\"2258\":{},\"2259\":{},\"2260\":{},\"2261\":{},\"2262\":{},\"2263\":{},\"2264\":{},\"2265\":{},\"2266\":{},\"2267\":{},\"2268\":{},\"2269\":{},\"2270\":{},\"2271\":{},\"2272\":{},\"2273\":{},\"2274\":{},\"2275\":{},\"2276\":{},\"2277\":{},\"2278\":{},\"2279\":{},\"2280\":{},\"2281\":{},\"2282\":{},\"2283\":{},\"2284\":{},\"2285\":{},\"2286\":{},\"2287\":{},\"2288\":{},\"2289\":{}}}],[\"finish\",{\"_index\":605,\"name\":{\"1695\":{}},\"parent\":{}}],[\"flags\",{\"_index\":782,\"name\":{\"2127\":{}},\"parent\":{}}],[\"flatten\",{\"_index\":716,\"name\":{\"1946\":{}},\"parent\":{}}],[\"for\",{\"_index\":911,\"name\":{\"2667\":{}},\"parent\":{}}],[\"force\",{\"_index\":496,\"name\":{\"1449\":{},\"1456\":{},\"2986\":{}},\"parent\":{}}],[\"forceclear\",{\"_index\":1027,\"name\":{\"2987\":{}},\"parent\":{}}],[\"forceserverobjectid\",{\"_index\":6,\"name\":{\"6\":{},\"1572\":{},\"1796\":{},\"1847\":{},\"2452\":{}},\"parent\":{}}],[\"foreach\",{\"_index\":94,\"name\":{\"385\":{},\"453\":{},\"617\":{},\"688\":{},\"733\":{}},\"parent\":{}}],[\"freed\",{\"_index\":906,\"name\":{\"2664\":{}},\"parent\":{}}],[\"freestoragesize\",{\"_index\":890,\"name\":{\"2616\":{}},\"parent\":{}}],[\"fromhostport\",{\"_index\":1051,\"name\":{\"3057\":{}},\"parent\":{}}],[\"fromoptions\",{\"_index\":265,\"name\":{\"847\":{},\"867\":{},\"883\":{}},\"parent\":{}}],[\"fromsrvrecord\",{\"_index\":1052,\"name\":{\"3058\":{}},\"parent\":{}}],[\"fromstring\",{\"_index\":279,\"name\":{\"866\":{},\"3056\":{},\"3067\":{}},\"parent\":{}}],[\"fsync\",{\"_index\":292,\"name\":{\"888\":{},\"3082\":{}},\"parent\":{}}],[\"full\",{\"_index\":774,\"name\":{\"2065\":{}},\"parent\":{}}],[\"fulldocument\",{\"_index\":423,\"name\":{\"1257\":{},\"1277\":{},\"1330\":{},\"1358\":{},\"1381\":{}},\"parent\":{}}],[\"fulldocumentbeforechange\",{\"_index\":408,\"name\":{\"1206\":{},\"1278\":{},\"1332\":{},\"1361\":{}},\"parent\":{}}],[\"fullresponse\",{\"_index\":8,\"name\":{\"8\":{},\"1293\":{},\"1561\":{},\"1990\":{},\"2021\":{},\"2047\":{},\"2073\":{},\"2102\":{},\"2143\":{},\"2170\":{},\"2197\":{},\"2217\":{},\"2235\":{},\"2275\":{},\"2295\":{},\"2320\":{},\"2346\":{},\"2384\":{},\"2428\":{},\"2453\":{},\"2486\":{},\"2507\":{},\"2544\":{},\"2576\":{},\"2622\":{},\"2641\":{},\"2700\":{},\"2723\":{},\"2755\":{},\"3014\":{}},\"parent\":{}}],[\"gcp\",{\"_index\":557,\"name\":{\"1608\":{},\"1637\":{}},\"parent\":{}}],[\"generation\",{\"_index\":478,\"name\":{\"1426\":{}},\"parent\":{}}],[\"genericlistener\",{\"_index\":670,\"name\":{\"1877\":{}},\"parent\":{\"1878\":{}}}],[\"geointersects\",{\"_index\":702,\"name\":{\"1931\":{}},\"parent\":{}}],[\"geometry\",{\"_index\":703,\"name\":{\"1933\":{}},\"parent\":{}}],[\"geonear\",{\"_index\":142,\"name\":{\"439\":{}},\"parent\":{}}],[\"geowithin\",{\"_index\":705,\"name\":{\"1934\":{}},\"parent\":{}}],[\"get\",{\"_index\":248,\"name\":{\"811\":{}},\"parent\":{}}],[\"getinsertedids\",{\"_index\":343,\"name\":{\"1024\":{}},\"parent\":{}}],[\"getlastop\",{\"_index\":351,\"name\":{\"1032\":{}},\"parent\":{}}],[\"getlogger\",{\"_index\":182,\"name\":{\"538\":{},\"580\":{},\"652\":{},\"792\":{}},\"parent\":{}}],[\"getmaxlisteners\",{\"_index\":117,\"name\":{\"410\":{},\"476\":{},\"493\":{},\"639\":{},\"666\":{},\"712\":{},\"757\":{},\"806\":{},\"1179\":{},\"1894\":{},\"2976\":{}},\"parent\":{}}],[\"getoperation\",{\"_index\":366,\"name\":{\"1082\":{}},\"parent\":{}}],[\"getrawresponse\",{\"_index\":346,\"name\":{\"1027\":{}},\"parent\":{}}],[\"getupsertedidat\",{\"_index\":345,\"name\":{\"1026\":{}},\"parent\":{}}],[\"getupsertedids\",{\"_index\":344,\"name\":{\"1025\":{}},\"parent\":{}}],[\"getwriteconcernerror\",{\"_index\":352,\"name\":{\"1033\":{}},\"parent\":{}}],[\"getwriteerrorat\",{\"_index\":349,\"name\":{\"1030\":{}},\"parent\":{}}],[\"getwriteerrorcount\",{\"_index\":348,\"name\":{\"1029\":{}},\"parent\":{}}],[\"getwriteerrors\",{\"_index\":350,\"name\":{\"1031\":{}},\"parent\":{}}],[\"granularity\",{\"_index\":799,\"name\":{\"2163\":{}},\"parent\":{}}],[\"gridfsbucket\",{\"_index\":216,\"name\":{\"641\":{}},\"parent\":{\"642\":{},\"643\":{},\"644\":{},\"645\":{},\"646\":{},\"647\":{},\"648\":{},\"649\":{},\"650\":{},\"651\":{},\"652\":{},\"653\":{},\"654\":{},\"655\":{},\"656\":{},\"657\":{},\"658\":{},\"659\":{},\"660\":{},\"661\":{},\"662\":{},\"663\":{},\"664\":{},\"665\":{},\"666\":{},\"667\":{}}}],[\"gridfsbucketevents\",{\"_index\":599,\"name\":{\"1684\":{}},\"parent\":{\"1685\":{}}}],[\"gridfsbucketevents.__type\",{\"_index\":600,\"name\":{},\"parent\":{\"1686\":{}}}],[\"gridfsbucketoptions\",{\"_index\":601,\"name\":{\"1687\":{}},\"parent\":{\"1688\":{},\"1689\":{},\"1690\":{},\"1691\":{}}}],[\"gridfsbucketreadstream\",{\"_index\":584,\"name\":{\"1655\":{}},\"parent\":{\"1656\":{},\"1657\":{},\"1658\":{},\"1659\":{},\"1660\":{},\"1661\":{},\"1662\":{},\"1663\":{}}}],[\"gridfsbucketreadstreamoptions\",{\"_index\":589,\"name\":{\"1664\":{}},\"parent\":{\"1665\":{},\"1666\":{},\"1667\":{},\"1668\":{}}}],[\"gridfsbucketreadstreamoptionswithrevision\",{\"_index\":590,\"name\":{\"1669\":{}},\"parent\":{\"1670\":{},\"1671\":{},\"1672\":{},\"1673\":{},\"1674\":{}}}],[\"gridfsbucketwritestream\",{\"_index\":604,\"name\":{\"1692\":{}},\"parent\":{\"1693\":{},\"1694\":{},\"1695\":{},\"1696\":{},\"1697\":{},\"1698\":{},\"1699\":{},\"1700\":{},\"1701\":{},\"1702\":{},\"1703\":{},\"1704\":{},\"1705\":{},\"1706\":{},\"1707\":{},\"1708\":{},\"1709\":{},\"1714\":{},\"1715\":{},\"1716\":{},\"1717\":{}}}],[\"gridfsbucketwritestream.__type\",{\"_index\":615,\"name\":{},\"parent\":{\"1710\":{},\"1711\":{},\"1712\":{},\"1713\":{}}}],[\"gridfsbucketwritestreamoptions\",{\"_index\":620,\"name\":{\"1718\":{}},\"parent\":{\"1719\":{},\"1720\":{},\"1721\":{},\"1722\":{},\"1723\":{},\"1724\":{}}}],[\"gridfschunk\",{\"_index\":621,\"name\":{\"1725\":{}},\"parent\":{\"1726\":{},\"1727\":{},\"1728\":{},\"1729\":{}}}],[\"gridfsfile\",{\"_index\":592,\"name\":{\"1675\":{}},\"parent\":{\"1676\":{},\"1677\":{},\"1678\":{},\"1679\":{},\"1680\":{},\"1681\":{},\"1682\":{},\"1683\":{}}}],[\"group\",{\"_index\":132,\"name\":{\"429\":{}},\"parent\":{}}],[\"gssapicanonicalizationvalue\",{\"_index\":250,\"name\":{\"815\":{},\"816\":{}},\"parent\":{}}],[\"gt\",{\"_index\":689,\"name\":{\"1916\":{}},\"parent\":{}}],[\"gte\",{\"_index\":690,\"name\":{\"1917\":{}},\"parent\":{}}],[\"handlewriteerror\",{\"_index\":385,\"name\":{\"1133\":{}},\"parent\":{}}],[\"hasaggregationcursor\",{\"_index\":978,\"name\":{\"2867\":{}},\"parent\":{}}],[\"hasauthcommands\",{\"_index\":981,\"name\":{\"2870\":{}},\"parent\":{}}],[\"hasdatabearingservers\",{\"_index\":998,\"name\":{\"2932\":{}},\"parent\":{}}],[\"hasended\",{\"_index\":1001,\"name\":{\"2937\":{}},\"parent\":{}}],[\"haserrorlabel\",{\"_index\":46,\"name\":{\"46\":{},\"56\":{},\"66\":{},\"76\":{},\"86\":{},\"96\":{},\"106\":{},\"116\":{},\"126\":{},\"136\":{},\"146\":{},\"156\":{},\"166\":{},\"176\":{},\"186\":{},\"196\":{},\"206\":{},\"216\":{},\"226\":{},\"236\":{},\"246\":{},\"256\":{},\"266\":{},\"276\":{},\"290\":{},\"301\":{},\"312\":{},\"322\":{},\"332\":{},\"342\":{},\"352\":{},\"367\":{}},\"parent\":{}}],[\"hash\",{\"_index\":948,\"name\":{\"2793\":{}},\"parent\":{}}],[\"hasknownservers\",{\"_index\":997,\"name\":{\"2931\":{}},\"parent\":{}}],[\"haslistcollectionscommand\",{\"_index\":982,\"name\":{\"2871\":{}},\"parent\":{}}],[\"haslistindexescommand\",{\"_index\":983,\"name\":{\"2872\":{}},\"parent\":{}}],[\"hasnext\",{\"_index\":91,\"name\":{\"382\":{},\"450\":{},\"614\":{},\"685\":{},\"730\":{},\"1160\":{}},\"parent\":{}}],[\"hasserviceid\",{\"_index\":301,\"name\":{\"897\":{},\"907\":{},\"916\":{}},\"parent\":{}}],[\"hastextsearch\",{\"_index\":980,\"name\":{\"2869\":{}},\"parent\":{}}],[\"hastimedout\",{\"_index\":1030,\"name\":{\"2993\":{}},\"parent\":{}}],[\"haswritecommands\",{\"_index\":979,\"name\":{\"2868\":{}},\"parent\":{}}],[\"haswriteerrors\",{\"_index\":347,\"name\":{\"1028\":{}},\"parent\":{}}],[\"heartbeatfrequencyms\",{\"_index\":642,\"name\":{\"1776\":{},\"1849\":{},\"2798\":{},\"2914\":{},\"2927\":{},\"2934\":{}},\"parent\":{}}],[\"hedge\",{\"_index\":284,\"name\":{\"873\":{},\"2778\":{},\"2785\":{},\"2788\":{}},\"parent\":{}}],[\"hedgeoptions\",{\"_index\":942,\"name\":{\"2773\":{}},\"parent\":{\"2774\":{}}}],[\"hidden\",{\"_index\":833,\"name\":{\"2383\":{},\"2409\":{}},\"parent\":{}}],[\"hint\",{\"_index\":147,\"name\":{\"503\":{},\"589\":{},\"1040\":{},\"1044\":{},\"1051\":{},\"1058\":{},\"1065\":{},\"1290\":{},\"1558\":{},\"2018\":{},\"2072\":{},\"2099\":{},\"2167\":{},\"2193\":{},\"2257\":{},\"2291\":{},\"2314\":{},\"2340\":{},\"2563\":{},\"2697\":{},\"2720\":{},\"2752\":{}},\"parent\":{}}],[\"host\",{\"_index\":969,\"name\":{\"2847\":{},\"3060\":{}},\"parent\":{}}],[\"hostaddress\",{\"_index\":479,\"name\":{\"1427\":{},\"1468\":{},\"2842\":{},\"3055\":{}},\"parent\":{\"3056\":{},\"3057\":{},\"3058\":{},\"3059\":{},\"3060\":{},\"3061\":{},\"3062\":{},\"3063\":{},\"3064\":{},\"3065\":{}}}],[\"hosts\",{\"_index\":658,\"name\":{\"1813\":{},\"2824\":{},\"2880\":{}},\"parent\":{}}],[\"id\",{\"_index\":83,\"name\":{\"372\":{},\"440\":{},\"604\":{},\"675\":{},\"720\":{},\"1425\":{},\"1702\":{},\"1720\":{},\"2947\":{},\"2989\":{},\"2996\":{}},\"parent\":{}}],[\"identityplatformendpoint\",{\"_index\":556,\"name\":{\"1607\":{}},\"parent\":{}}],[\"idindex\",{\"_index\":847,\"name\":{\"2481\":{}},\"parent\":{}}],[\"in\",{\"_index\":691,\"name\":{\"1918\":{},\"2670\":{}},\"parent\":{}}],[\"incrementtransactionnumber\",{\"_index\":1015,\"name\":{\"2956\":{}},\"parent\":{}}],[\"index\",{\"_index\":217,\"name\":{\"642\":{},\"1004\":{},\"1079\":{},\"1686\":{}},\"parent\":{}}],[\"indexbuilds\",{\"_index\":891,\"name\":{\"2617\":{}},\"parent\":{}}],[\"indexdescription\",{\"_index\":835,\"name\":{\"2402\":{}},\"parent\":{\"2403\":{},\"2404\":{},\"2405\":{},\"2406\":{},\"2407\":{},\"2408\":{},\"2409\":{},\"2410\":{},\"2411\":{},\"2412\":{},\"2413\":{},\"2414\":{},\"2415\":{},\"2416\":{},\"2417\":{},\"2418\":{},\"2419\":{},\"2420\":{},\"2421\":{},\"2422\":{},\"2423\":{}}}],[\"indexdetails\",{\"_index\":889,\"name\":{\"2614\":{}},\"parent\":{}}],[\"indexdirection\",{\"_index\":836,\"name\":{\"2424\":{}},\"parent\":{}}],[\"indexes\",{\"_index\":172,\"name\":{\"528\":{}},\"parent\":{}}],[\"indexexists\",{\"_index\":167,\"name\":{\"523\":{}},\"parent\":{}}],[\"indexinformation\",{\"_index\":168,\"name\":{\"524\":{},\"577\":{}},\"parent\":{}}],[\"indexinformationoptions\",{\"_index\":773,\"name\":{\"2064\":{}},\"parent\":{\"2065\":{},\"2066\":{},\"2067\":{}}}],[\"indexoptiondefaults\",{\"_index\":787,\"name\":{\"2132\":{}},\"parent\":{}}],[\"indexsizes\",{\"_index\":884,\"name\":{\"2607\":{}},\"parent\":{}}],[\"indexspecification\",{\"_index\":837,\"name\":{\"2425\":{}},\"parent\":{}}],[\"inferidtype\",{\"_index\":717,\"name\":{\"1947\":{}},\"parent\":{}}],[\"info\",{\"_index\":233,\"name\":{\"769\":{},\"2477\":{}},\"parent\":{}}],[\"init\",{\"_index\":389,\"name\":{\"1147\":{},\"1583\":{}},\"parent\":{}}],[\"initializeorderedbulkop\",{\"_index\":181,\"name\":{\"537\":{}},\"parent\":{}}],[\"initializeunorderedbulkop\",{\"_index\":180,\"name\":{\"536\":{}},\"parent\":{}}],[\"insert\",{\"_index\":184,\"name\":{\"540\":{},\"1097\":{},\"1124\":{},\"1137\":{},\"2678\":{},\"2680\":{},\"2683\":{}},\"parent\":{}}],[\"inserted\",{\"_index\":925,\"name\":{\"2680\":{}},\"parent\":{}}],[\"insertedcount\",{\"_index\":32,\"name\":{\"32\":{},\"1011\":{},\"2447\":{}},\"parent\":{}}],[\"insertedid\",{\"_index\":842,\"name\":{\"2472\":{}},\"parent\":{}}],[\"insertedids\",{\"_index\":37,\"name\":{\"37\":{},\"995\":{},\"1017\":{},\"2448\":{}},\"parent\":{}}],[\"insertmany\",{\"_index\":149,\"name\":{\"505\":{}},\"parent\":{}}],[\"insertmanyresult\",{\"_index\":839,\"name\":{\"2445\":{}},\"parent\":{\"2446\":{},\"2447\":{},\"2448\":{},\"2449\":{}}}],[\"insertone\",{\"_index\":148,\"name\":{\"504\":{}},\"parent\":{}}],[\"insertonemodel\",{\"_index\":357,\"name\":{\"1045\":{}},\"parent\":{\"1046\":{}}}],[\"insertoneoptions\",{\"_index\":840,\"name\":{\"2450\":{}},\"parent\":{\"2451\":{},\"2452\":{},\"2453\":{},\"2454\":{},\"2455\":{},\"2456\":{},\"2457\":{},\"2458\":{},\"2459\":{},\"2460\":{},\"2461\":{},\"2462\":{},\"2463\":{},\"2464\":{},\"2465\":{},\"2466\":{},\"2467\":{},\"2468\":{},\"2469\":{}}}],[\"insertoneresult\",{\"_index\":841,\"name\":{\"2470\":{}},\"parent\":{\"2471\":{},\"2472\":{}}}],[\"inspect\",{\"_index\":1055,\"name\":{\"3064\":{}},\"parent\":{}}],[\"integertype\",{\"_index\":718,\"name\":{\"1948\":{}},\"parent\":{}}],[\"intransaction\",{\"_index\":1016,\"name\":{\"2957\":{}},\"parent\":{}}],[\"isactive\",{\"_index\":1037,\"name\":{\"3007\":{}},\"parent\":{}}],[\"isany\",{\"_index\":719,\"name\":{\"1949\":{}},\"parent\":{}}],[\"iscapped\",{\"_index\":161,\"name\":{\"517\":{}},\"parent\":{}}],[\"iscommitted\",{\"_index\":1038,\"name\":{\"3008\":{}},\"parent\":{}}],[\"isdatabearing\",{\"_index\":967,\"name\":{\"2845\":{}},\"parent\":{}}],[\"isdebug\",{\"_index\":238,\"name\":{\"774\":{}},\"parent\":{}}],[\"isdirty\",{\"_index\":1029,\"name\":{\"2992\":{}},\"parent\":{}}],[\"iserror\",{\"_index\":236,\"name\":{\"772\":{}},\"parent\":{}}],[\"isinfo\",{\"_index\":235,\"name\":{\"771\":{}},\"parent\":{}}],[\"isipv6\",{\"_index\":1054,\"name\":{\"3063\":{}},\"parent\":{}}],[\"isok\",{\"_index\":354,\"name\":{\"1036\":{}},\"parent\":{}}],[\"isordered\",{\"_index\":375,\"name\":{\"1095\":{},\"1122\":{},\"1135\":{}},\"parent\":{}}],[\"ispinned\",{\"_index\":1011,\"name\":{\"2951\":{},\"3005\":{}},\"parent\":{}}],[\"isreadable\",{\"_index\":966,\"name\":{\"2844\":{}},\"parent\":{}}],[\"isstarting\",{\"_index\":1036,\"name\":{\"3006\":{}},\"parent\":{}}],[\"isvalid\",{\"_index\":281,\"name\":{\"869\":{},\"877\":{}},\"parent\":{}}],[\"iswarn\",{\"_index\":237,\"name\":{\"773\":{}},\"parent\":{}}],[\"iswritable\",{\"_index\":968,\"name\":{\"2846\":{}},\"parent\":{}}],[\"j\",{\"_index\":291,\"name\":{\"887\":{},\"3080\":{}},\"parent\":{}}],[\"join\",{\"_index\":720,\"name\":{\"1950\":{}},\"parent\":{}}],[\"journal\",{\"_index\":648,\"name\":{\"1785\":{},\"3079\":{}},\"parent\":{}}],[\"jsmode\",{\"_index\":864,\"name\":{\"2541\":{}},\"parent\":{}}],[\"jsonschema\",{\"_index\":699,\"name\":{\"1927\":{}},\"parent\":{}}],[\"keepalive\",{\"_index\":484,\"name\":{\"1434\":{},\"1473\":{},\"1794\":{},\"1833\":{},\"2807\":{},\"2898\":{}},\"parent\":{}}],[\"keepaliveinitialdelay\",{\"_index\":485,\"name\":{\"1435\":{},\"1474\":{},\"1795\":{},\"1834\":{},\"2808\":{},\"2899\":{}},\"parent\":{}}],[\"keepgoing\",{\"_index\":5,\"name\":{\"5\":{}},\"parent\":{}}],[\"keeptemp\",{\"_index\":861,\"name\":{\"2538\":{}},\"parent\":{}}],[\"key\",{\"_index\":551,\"name\":{\"1601\":{},\"2119\":{},\"2405\":{},\"2680\":{},\"2681\":{}},\"parent\":{}}],[\"keyid\",{\"_index\":950,\"name\":{\"2794\":{}},\"parent\":{}}],[\"keysofatype\",{\"_index\":721,\"name\":{\"1951\":{}},\"parent\":{}}],[\"keysofothertype\",{\"_index\":722,\"name\":{\"1952\":{}},\"parent\":{}}],[\"keyvaultclient\",{\"_index\":541,\"name\":{\"1590\":{}},\"parent\":{}}],[\"keyvaultnamespace\",{\"_index\":542,\"name\":{\"1591\":{}},\"parent\":{}}],[\"killed\",{\"_index\":86,\"name\":{\"377\":{},\"445\":{},\"609\":{},\"680\":{},\"725\":{}},\"parent\":{}}],[\"kmip\",{\"_index\":561,\"name\":{\"1613\":{},\"1638\":{}},\"parent\":{}}],[\"kmsproviders\",{\"_index\":543,\"name\":{\"1592\":{}},\"parent\":{}}],[\"language\",{\"_index\":746,\"name\":{\"1976\":{}},\"parent\":{}}],[\"language_override\",{\"_index\":827,\"name\":{\"2375\":{},\"2418\":{}},\"parent\":{}}],[\"lasterrorobject\",{\"_index\":519,\"name\":{\"1517\":{}},\"parent\":{}}],[\"lastextentsize\",{\"_index\":880,\"name\":{\"2603\":{}},\"parent\":{}}],[\"lastupdatetime\",{\"_index\":959,\"name\":{\"2833\":{}},\"parent\":{}}],[\"lastuse\",{\"_index\":1028,\"name\":{\"2990\":{}},\"parent\":{}}],[\"lastwritedate\",{\"_index\":960,\"name\":{\"2834\":{}},\"parent\":{}}],[\"legal_tcp_socket_options\",{\"_index\":466,\"name\":{\"1411\":{}},\"parent\":{}}],[\"legal_tls_socket_options\",{\"_index\":467,\"name\":{\"1412\":{}},\"parent\":{}}],[\"length\",{\"_index\":593,\"name\":{\"1677\":{},\"1705\":{}},\"parent\":{}}],[\"let\",{\"_index\":7,\"name\":{\"7\":{},\"1291\":{},\"1559\":{},\"2019\":{},\"2100\":{},\"2168\":{},\"2273\":{},\"2294\":{},\"2319\":{},\"2345\":{},\"2699\":{},\"2722\":{}},\"parent\":{}}],[\"level\",{\"_index\":270,\"name\":{\"853\":{}},\"parent\":{}}],[\"limit\",{\"_index\":133,\"name\":{\"430\":{},\"602\":{},\"2070\":{},\"2091\":{},\"2191\":{},\"2253\":{},\"2537\":{}},\"parent\":{}}],[\"linearizable\",{\"_index\":268,\"name\":{\"850\":{}},\"parent\":{}}],[\"listcollections\",{\"_index\":199,\"name\":{\"567\":{}},\"parent\":{}}],[\"listcollectionscursor\",{\"_index\":223,\"name\":{\"668\":{}},\"parent\":{\"669\":{},\"670\":{},\"671\":{},\"672\":{},\"673\":{},\"674\":{},\"675\":{},\"676\":{},\"677\":{},\"678\":{},\"679\":{},\"680\":{},\"681\":{},\"682\":{},\"683\":{},\"684\":{},\"685\":{},\"686\":{},\"687\":{},\"688\":{},\"689\":{},\"690\":{},\"691\":{},\"692\":{},\"693\":{},\"694\":{},\"695\":{},\"696\":{},\"697\":{},\"698\":{},\"699\":{},\"700\":{},\"701\":{},\"702\":{},\"703\":{},\"704\":{},\"705\":{},\"706\":{},\"707\":{},\"708\":{},\"709\":{},\"710\":{},\"711\":{},\"712\":{},\"713\":{}}}],[\"listcollectionsoptions\",{\"_index\":848,\"name\":{\"2482\":{}},\"parent\":{\"2483\":{},\"2484\":{},\"2485\":{},\"2486\":{},\"2487\":{},\"2488\":{},\"2489\":{},\"2490\":{},\"2491\":{},\"2492\":{},\"2493\":{},\"2494\":{},\"2495\":{},\"2496\":{},\"2497\":{},\"2498\":{},\"2499\":{},\"2500\":{},\"2501\":{},\"2502\":{}}}],[\"listdatabases\",{\"_index\":128,\"name\":{\"421\":{}},\"parent\":{}}],[\"listdatabasesoptions\",{\"_index\":851,\"name\":{\"2503\":{}},\"parent\":{\"2504\":{},\"2505\":{},\"2506\":{},\"2507\":{},\"2508\":{},\"2509\":{},\"2510\":{},\"2511\":{},\"2512\":{},\"2513\":{},\"2514\":{},\"2515\":{},\"2516\":{},\"2517\":{},\"2518\":{},\"2519\":{},\"2520\":{},\"2521\":{},\"2522\":{},\"2523\":{}}}],[\"listdatabasesresult\",{\"_index\":853,\"name\":{\"2524\":{}},\"parent\":{\"2525\":{},\"2526\":{},\"2527\":{},\"2528\":{}}}],[\"listenercount\",{\"_index\":113,\"name\":{\"406\":{},\"472\":{},\"489\":{},\"635\":{},\"662\":{},\"708\":{},\"753\":{},\"802\":{},\"1175\":{},\"1890\":{},\"2972\":{}},\"parent\":{}}],[\"listeners\",{\"_index\":110,\"name\":{\"403\":{},\"469\":{},\"486\":{},\"632\":{},\"659\":{},\"705\":{},\"750\":{},\"799\":{},\"1172\":{},\"1887\":{},\"2969\":{}},\"parent\":{}}],[\"listindexes\",{\"_index\":166,\"name\":{\"522\":{}},\"parent\":{}}],[\"listindexescursor\",{\"_index\":225,\"name\":{\"714\":{}},\"parent\":{\"715\":{},\"716\":{},\"717\":{},\"718\":{},\"719\":{},\"720\":{},\"721\":{},\"722\":{},\"723\":{},\"724\":{},\"725\":{},\"726\":{},\"727\":{},\"728\":{},\"729\":{},\"730\":{},\"731\":{},\"732\":{},\"733\":{},\"734\":{},\"735\":{},\"736\":{},\"737\":{},\"738\":{},\"739\":{},\"740\":{},\"741\":{},\"742\":{},\"743\":{},\"744\":{},\"745\":{},\"746\":{},\"747\":{},\"748\":{},\"749\":{},\"750\":{},\"751\":{},\"752\":{},\"753\":{},\"754\":{},\"755\":{},\"756\":{},\"757\":{},\"758\":{}}}],[\"listindexesoptions\",{\"_index\":838,\"name\":{\"2426\":{}},\"parent\":{\"2427\":{},\"2428\":{},\"2429\":{},\"2430\":{},\"2431\":{},\"2432\":{},\"2433\":{},\"2434\":{},\"2435\":{},\"2436\":{},\"2437\":{},\"2438\":{},\"2439\":{},\"2440\":{},\"2441\":{},\"2442\":{},\"2443\":{},\"2444\":{}}}],[\"loadbalanced\",{\"_index\":87,\"name\":{\"378\":{},\"446\":{},\"610\":{},\"681\":{},\"726\":{},\"1443\":{},\"1464\":{},\"1497\":{},\"1504\":{},\"1782\":{},\"1818\":{},\"2802\":{},\"2887\":{},\"2950\":{}},\"parent\":{}}],[\"loaded\",{\"_index\":922,\"name\":{\"2678\":{}},\"parent\":{}}],[\"local\",{\"_index\":550,\"name\":{\"1599\":{},\"1635\":{}},\"parent\":{}}],[\"locale\",{\"_index\":763,\"name\":{\"2037\":{}},\"parent\":{}}],[\"localthresholdms\",{\"_index\":640,\"name\":{\"1774\":{},\"1850\":{},\"2928\":{},\"2935\":{}},\"parent\":{}}],[\"logger\",{\"_index\":183,\"name\":{\"539\":{},\"581\":{},\"759\":{},\"785\":{},\"1513\":{},\"1580\":{},\"1622\":{},\"1733\":{},\"1801\":{},\"1837\":{}},\"parent\":{\"760\":{},\"761\":{},\"762\":{},\"763\":{},\"764\":{},\"765\":{},\"766\":{},\"767\":{},\"768\":{},\"769\":{},\"770\":{},\"771\":{},\"772\":{},\"773\":{},\"774\":{}}}],[\"loggerfunction\",{\"_index\":623,\"name\":{\"1730\":{}},\"parent\":{\"1731\":{}}}],[\"loggerlevel\",{\"_index\":257,\"name\":{\"828\":{},\"829\":{},\"1514\":{},\"1581\":{},\"1734\":{},\"1800\":{}},\"parent\":{}}],[\"loggeroptions\",{\"_index\":624,\"name\":{\"1732\":{}},\"parent\":{\"1733\":{},\"1734\":{}}}],[\"logicalsessiontimeoutminutes\",{\"_index\":490,\"name\":{\"1442\":{},\"1480\":{},\"1496\":{},\"1503\":{},\"2814\":{},\"2840\":{},\"2904\":{},\"2926\":{}},\"parent\":{}}],[\"lookup\",{\"_index\":137,\"name\":{\"434\":{}},\"parent\":{}}],[\"lsid\",{\"_index\":401,\"name\":{\"1186\":{},\"1193\":{},\"1200\":{},\"1210\":{},\"1222\":{},\"1237\":{},\"1244\":{},\"1251\":{},\"1262\":{},\"1272\":{},\"1313\":{},\"1326\":{},\"1336\":{},\"1345\":{},\"1353\":{},\"1365\":{}},\"parent\":{}}],[\"lsm\",{\"_index\":897,\"name\":{\"2659\":{}},\"parent\":{}}],[\"lt\",{\"_index\":692,\"name\":{\"1919\":{}},\"parent\":{}}],[\"lte\",{\"_index\":693,\"name\":{\"1920\":{}},\"parent\":{}}],[\"magic\",{\"_index\":913,\"name\":{\"2668\":{}},\"parent\":{}}],[\"major\",{\"_index\":915,\"name\":{\"2669\":{}},\"parent\":{}}],[\"majority\",{\"_index\":266,\"name\":{\"848\":{}},\"parent\":{}}],[\"manager\",{\"_index\":899,\"name\":{\"2660\":{}},\"parent\":{}}],[\"map\",{\"_index\":97,\"name\":{\"389\":{},\"427\":{},\"585\":{},\"692\":{},\"737\":{}},\"parent\":{}}],[\"mapfunction\",{\"_index\":858,\"name\":{\"2531\":{}},\"parent\":{\"2532\":{}}}],[\"mapreduce\",{\"_index\":179,\"name\":{\"535\":{}},\"parent\":{}}],[\"mapreduceoptions\",{\"_index\":859,\"name\":{\"2533\":{}},\"parent\":{\"2534\":{},\"2535\":{},\"2536\":{},\"2537\":{},\"2538\":{},\"2539\":{},\"2540\":{},\"2541\":{},\"2542\":{},\"2543\":{},\"2544\":{},\"2545\":{},\"2546\":{},\"2547\":{},\"2548\":{},\"2549\":{},\"2550\":{},\"2551\":{},\"2552\":{},\"2553\":{},\"2554\":{},\"2555\":{},\"2556\":{},\"2557\":{},\"2558\":{},\"2559\":{},\"2560\":{}}}],[\"match\",{\"_index\":134,\"name\":{\"431\":{}},\"parent\":{}}],[\"matchedcount\",{\"_index\":33,\"name\":{\"33\":{},\"1012\":{},\"2741\":{}},\"parent\":{}}],[\"matchkeysandvalues\",{\"_index\":723,\"name\":{\"1953\":{}},\"parent\":{}}],[\"max\",{\"_index\":210,\"name\":{\"591\":{},\"2126\":{},\"2264\":{},\"2380\":{},\"2407\":{},\"2611\":{}},\"parent\":{}}],[\"maxawaittimems\",{\"_index\":214,\"name\":{\"596\":{},\"1279\":{},\"1376\":{},\"1529\":{},\"1547\":{},\"2016\":{},\"2097\":{},\"2266\":{}},\"parent\":{}}],[\"maxbsonobjectsize\",{\"_index\":508,\"name\":{\"1491\":{}},\"parent\":{}}],[\"maxcommittimems\",{\"_index\":1040,\"name\":{\"3013\":{}},\"parent\":{}}],[\"maxconnecting\",{\"_index\":503,\"name\":{\"1461\":{},\"1762\":{},\"1840\":{},\"2911\":{}},\"parent\":{}}],[\"maxdistance\",{\"_index\":708,\"name\":{\"1937\":{}},\"parent\":{}}],[\"maxelectionid\",{\"_index\":991,\"name\":{\"2921\":{}},\"parent\":{}}],[\"maxidletimems\",{\"_index\":504,\"name\":{\"1462\":{},\"1763\":{},\"1841\":{},\"2912\":{}},\"parent\":{}}],[\"maxmessagesizebytes\",{\"_index\":509,\"name\":{\"1492\":{}},\"parent\":{}}],[\"maxpoolsize\",{\"_index\":501,\"name\":{\"1459\":{},\"1760\":{},\"1838\":{},\"2909\":{}},\"parent\":{}}],[\"maxsetversion\",{\"_index\":990,\"name\":{\"2920\":{}},\"parent\":{}}],[\"maxsize\",{\"_index\":887,\"name\":{\"2612\":{}},\"parent\":{}}],[\"maxstalenessseconds\",{\"_index\":285,\"name\":{\"874\":{},\"1768\":{},\"2780\":{},\"2784\":{},\"2787\":{}},\"parent\":{}}],[\"maxtimems\",{\"_index\":11,\"name\":{\"11\":{},\"392\":{},\"459\":{},\"597\":{},\"695\":{},\"740\":{},\"1288\":{},\"1528\":{},\"1546\":{},\"1993\":{},\"2015\":{},\"2050\":{},\"2071\":{},\"2096\":{},\"2146\":{},\"2172\":{},\"2200\":{},\"2216\":{},\"2238\":{},\"2265\":{},\"2298\":{},\"2323\":{},\"2349\":{},\"2387\":{},\"2431\":{},\"2456\":{},\"2489\":{},\"2510\":{},\"2547\":{},\"2579\":{},\"2625\":{},\"2644\":{},\"2702\":{},\"2725\":{},\"2758\":{},\"3016\":{}},\"parent\":{}}],[\"maxvariable\",{\"_index\":769,\"name\":{\"2043\":{}},\"parent\":{}}],[\"maxwireversion\",{\"_index\":507,\"name\":{\"1490\":{},\"2831\":{},\"2865\":{}},\"parent\":{}}],[\"maxwritebatchsize\",{\"_index\":510,\"name\":{\"1493\":{}},\"parent\":{}}],[\"me\",{\"_index\":961,\"name\":{\"2835\":{}},\"parent\":{}}],[\"mechanism\",{\"_index\":462,\"name\":{\"1399\":{},\"1409\":{}},\"parent\":{}}],[\"mechanismproperties\",{\"_index\":463,\"name\":{\"1400\":{},\"1410\":{}},\"parent\":{}}],[\"merge\",{\"_index\":458,\"name\":{\"1394\":{}},\"parent\":{}}],[\"message\",{\"_index\":474,\"name\":{\"1421\":{},\"1645\":{}},\"parent\":{}}],[\"metadata\",{\"_index\":488,\"name\":{\"1439\":{},\"1478\":{},\"1682\":{},\"1721\":{},\"1823\":{},\"2812\":{},\"2888\":{}},\"parent\":{}}],[\"metafield\",{\"_index\":798,\"name\":{\"2162\":{}},\"parent\":{}}],[\"min\",{\"_index\":209,\"name\":{\"590\":{},\"2263\":{},\"2379\":{},\"2408\":{}},\"parent\":{}}],[\"minheartbeatfrequencyms\",{\"_index\":643,\"name\":{\"1777\":{},\"1848\":{},\"2799\":{},\"2915\":{}},\"parent\":{}}],[\"minor\",{\"_index\":916,\"name\":{\"2671\":{}},\"parent\":{}}],[\"minpoolsize\",{\"_index\":502,\"name\":{\"1460\":{},\"1761\":{},\"1839\":{},\"2910\":{}},\"parent\":{}}],[\"minwireversion\",{\"_index\":286,\"name\":{\"875\":{},\"1489\":{},\"2830\":{},\"2866\":{}},\"parent\":{}}],[\"mod\",{\"_index\":700,\"name\":{\"1928\":{}},\"parent\":{}}],[\"mode\",{\"_index\":282,\"name\":{\"871\":{}},\"parent\":{}}],[\"modifiedcount\",{\"_index\":34,\"name\":{\"34\":{},\"1013\":{},\"2742\":{}},\"parent\":{}}],[\"modifyresult\",{\"_index\":517,\"name\":{\"1515\":{}},\"parent\":{\"1516\":{},\"1517\":{},\"1518\":{}}}],[\"mongo_client_events\",{\"_index\":520,\"name\":{\"1519\":{}},\"parent\":{}}],[\"mongoapierror\",{\"_index\":49,\"name\":{\"49\":{}},\"parent\":{\"50\":{},\"51\":{},\"52\":{},\"53\":{},\"54\":{},\"55\":{},\"56\":{},\"57\":{},\"58\":{}}}],[\"mongoawserror\",{\"_index\":50,\"name\":{\"59\":{}},\"parent\":{\"60\":{},\"61\":{},\"62\":{},\"63\":{},\"64\":{},\"65\":{},\"66\":{},\"67\":{},\"68\":{}}}],[\"mongobatchreexecutionerror\",{\"_index\":51,\"name\":{\"69\":{}},\"parent\":{\"70\":{},\"71\":{},\"72\":{},\"73\":{},\"74\":{},\"75\":{},\"76\":{},\"77\":{},\"78\":{}}}],[\"mongobulkwriteerror\",{\"_index\":25,\"name\":{\"25\":{}},\"parent\":{\"26\":{},\"27\":{},\"28\":{},\"29\":{},\"30\":{},\"31\":{},\"32\":{},\"33\":{},\"34\":{},\"35\":{},\"36\":{},\"37\":{},\"38\":{},\"39\":{},\"40\":{},\"41\":{},\"42\":{},\"43\":{},\"44\":{},\"45\":{},\"46\":{},\"47\":{},\"48\":{}}}],[\"mongochangestreamerror\",{\"_index\":52,\"name\":{\"79\":{}},\"parent\":{\"80\":{},\"81\":{},\"82\":{},\"83\":{},\"84\":{},\"85\":{},\"86\":{},\"87\":{},\"88\":{}}}],[\"mongoclient\",{\"_index\":239,\"name\":{\"775\":{}},\"parent\":{\"776\":{},\"777\":{},\"778\":{},\"779\":{},\"780\":{},\"781\":{},\"782\":{},\"783\":{},\"784\":{},\"785\":{},\"786\":{},\"787\":{},\"788\":{},\"789\":{},\"790\":{},\"791\":{},\"792\":{},\"793\":{},\"794\":{},\"795\":{},\"796\":{},\"797\":{},\"798\":{},\"799\":{},\"800\":{},\"801\":{},\"802\":{},\"803\":{},\"804\":{},\"805\":{},\"806\":{},\"807\":{}}}],[\"mongoclientevents\",{\"_index\":629,\"name\":{\"1742\":{}},\"parent\":{}}],[\"mongoclientoptions\",{\"_index\":630,\"name\":{\"1743\":{}},\"parent\":{\"1744\":{},\"1745\":{},\"1746\":{},\"1747\":{},\"1748\":{},\"1749\":{},\"1750\":{},\"1751\":{},\"1752\":{},\"1753\":{},\"1754\":{},\"1755\":{},\"1756\":{},\"1757\":{},\"1758\":{},\"1759\":{},\"1760\":{},\"1761\":{},\"1762\":{},\"1763\":{},\"1764\":{},\"1765\":{},\"1766\":{},\"1767\":{},\"1768\":{},\"1769\":{},\"1770\":{},\"1771\":{},\"1772\":{},\"1773\":{},\"1774\":{},\"1775\":{},\"1776\":{},\"1777\":{},\"1778\":{},\"1779\":{},\"1780\":{},\"1781\":{},\"1782\":{},\"1783\":{},\"1784\":{},\"1785\":{},\"1786\":{},\"1787\":{},\"1788\":{},\"1789\":{},\"1790\":{},\"1791\":{},\"1792\":{},\"1793\":{},\"1794\":{},\"1795\":{},\"1796\":{},\"1797\":{},\"1798\":{},\"1799\":{},\"1800\":{},\"1801\":{},\"1802\":{},\"1803\":{},\"1804\":{},\"1805\":{},\"1806\":{},\"1807\":{},\"1808\":{},\"1809\":{},\"1810\":{},\"1811\":{}}}],[\"mongocompatibilityerror\",{\"_index\":53,\"name\":{\"89\":{}},\"parent\":{\"90\":{},\"91\":{},\"92\":{},\"93\":{},\"94\":{},\"95\":{},\"96\":{},\"97\":{},\"98\":{}}}],[\"mongocredentials\",{\"_index\":457,\"name\":{\"1393\":{}},\"parent\":{\"1394\":{},\"1395\":{},\"1396\":{},\"1397\":{},\"1398\":{},\"1399\":{},\"1400\":{},\"1401\":{},\"1402\":{},\"1403\":{}}}],[\"mongocredentialsoptions\",{\"_index\":465,\"name\":{\"1404\":{}},\"parent\":{\"1405\":{},\"1406\":{},\"1407\":{},\"1408\":{},\"1409\":{},\"1410\":{}}}],[\"mongocryptdbypassspawn\",{\"_index\":568,\"name\":{\"1626\":{}},\"parent\":{}}],[\"mongocryptdspawnargs\",{\"_index\":570,\"name\":{\"1628\":{}},\"parent\":{}}],[\"mongocryptdspawnpath\",{\"_index\":569,\"name\":{\"1627\":{}},\"parent\":{}}],[\"mongocryptduri\",{\"_index\":567,\"name\":{\"1625\":{}},\"parent\":{}}],[\"mongocursorexhaustederror\",{\"_index\":54,\"name\":{\"99\":{}},\"parent\":{\"100\":{},\"101\":{},\"102\":{},\"103\":{},\"104\":{},\"105\":{},\"106\":{},\"107\":{},\"108\":{}}}],[\"mongocursorinuseerror\",{\"_index\":55,\"name\":{\"109\":{}},\"parent\":{\"110\":{},\"111\":{},\"112\":{},\"113\":{},\"114\":{},\"115\":{},\"116\":{},\"117\":{},\"118\":{}}}],[\"mongodbnamespace\",{\"_index\":1056,\"name\":{\"3066\":{}},\"parent\":{\"3067\":{},\"3068\":{},\"3069\":{},\"3070\":{},\"3071\":{},\"3072\":{}}}],[\"mongodecompressionerror\",{\"_index\":56,\"name\":{\"119\":{}},\"parent\":{\"120\":{},\"121\":{},\"122\":{},\"123\":{},\"124\":{},\"125\":{},\"126\":{},\"127\":{},\"128\":{}}}],[\"mongodrivererror\",{\"_index\":57,\"name\":{\"129\":{}},\"parent\":{\"130\":{},\"131\":{},\"132\":{},\"133\":{},\"134\":{},\"135\":{},\"136\":{},\"137\":{},\"138\":{}}}],[\"mongoerror\",{\"_index\":58,\"name\":{\"139\":{}},\"parent\":{\"140\":{},\"141\":{},\"142\":{},\"143\":{},\"144\":{},\"145\":{},\"146\":{},\"147\":{},\"148\":{}}}],[\"mongoerrorlabel\",{\"_index\":255,\"name\":{\"824\":{},\"825\":{}},\"parent\":{}}],[\"mongoexpiredsessionerror\",{\"_index\":59,\"name\":{\"149\":{}},\"parent\":{\"150\":{},\"151\":{},\"152\":{},\"153\":{},\"154\":{},\"155\":{},\"156\":{},\"157\":{},\"158\":{}}}],[\"mongogridfschunkerror\",{\"_index\":60,\"name\":{\"159\":{}},\"parent\":{\"160\":{},\"161\":{},\"162\":{},\"163\":{},\"164\":{},\"165\":{},\"166\":{},\"167\":{},\"168\":{}}}],[\"mongogridfsstreamerror\",{\"_index\":61,\"name\":{\"169\":{}},\"parent\":{\"170\":{},\"171\":{},\"172\":{},\"173\":{},\"174\":{},\"175\":{},\"176\":{},\"177\":{},\"178\":{}}}],[\"mongoinvalidargumenterror\",{\"_index\":62,\"name\":{\"179\":{}},\"parent\":{\"180\":{},\"181\":{},\"182\":{},\"183\":{},\"184\":{},\"185\":{},\"186\":{},\"187\":{},\"188\":{}}}],[\"mongokerberoserror\",{\"_index\":63,\"name\":{\"189\":{}},\"parent\":{\"190\":{},\"191\":{},\"192\":{},\"193\":{},\"194\":{},\"195\":{},\"196\":{},\"197\":{},\"198\":{}}}],[\"mongomissingcredentialserror\",{\"_index\":64,\"name\":{\"199\":{}},\"parent\":{\"200\":{},\"201\":{},\"202\":{},\"203\":{},\"204\":{},\"205\":{},\"206\":{},\"207\":{},\"208\":{}}}],[\"mongomissingdependencyerror\",{\"_index\":65,\"name\":{\"209\":{}},\"parent\":{\"210\":{},\"211\":{},\"212\":{},\"213\":{},\"214\":{},\"215\":{},\"216\":{},\"217\":{},\"218\":{}}}],[\"mongonetworkerror\",{\"_index\":66,\"name\":{\"219\":{}},\"parent\":{\"220\":{},\"221\":{},\"222\":{},\"223\":{},\"224\":{},\"225\":{},\"226\":{},\"227\":{},\"228\":{}}}],[\"mongonetworkerroroptions\",{\"_index\":580,\"name\":{\"1650\":{}},\"parent\":{\"1651\":{}}}],[\"mongonetworktimeouterror\",{\"_index\":67,\"name\":{\"229\":{}},\"parent\":{\"230\":{},\"231\":{},\"232\":{},\"233\":{},\"234\":{},\"235\":{},\"236\":{},\"237\":{},\"238\":{}}}],[\"mongonotconnectederror\",{\"_index\":68,\"name\":{\"239\":{}},\"parent\":{\"240\":{},\"241\":{},\"242\":{},\"243\":{},\"244\":{},\"245\":{},\"246\":{},\"247\":{},\"248\":{}}}],[\"mongooptions\",{\"_index\":657,\"name\":{\"1812\":{}},\"parent\":{\"1813\":{},\"1814\":{},\"1815\":{},\"1816\":{},\"1817\":{},\"1818\":{},\"1819\":{},\"1820\":{},\"1821\":{},\"1822\":{},\"1823\":{},\"1824\":{},\"1825\":{},\"1826\":{},\"1827\":{},\"1828\":{},\"1829\":{},\"1830\":{},\"1831\":{},\"1832\":{},\"1833\":{},\"1834\":{},\"1835\":{},\"1836\":{},\"1837\":{},\"1838\":{},\"1839\":{},\"1840\":{},\"1841\":{},\"1842\":{},\"1843\":{},\"1844\":{},\"1845\":{},\"1846\":{},\"1847\":{},\"1848\":{},\"1849\":{},\"1850\":{},\"1851\":{},\"1852\":{},\"1853\":{},\"1854\":{},\"1855\":{},\"1856\":{},\"1857\":{},\"1858\":{},\"1859\":{},\"1860\":{},\"1861\":{},\"1862\":{}}}],[\"mongoparseerror\",{\"_index\":69,\"name\":{\"249\":{}},\"parent\":{\"250\":{},\"251\":{},\"252\":{},\"253\":{},\"254\":{},\"255\":{},\"256\":{},\"257\":{},\"258\":{}}}],[\"mongoruntimeerror\",{\"_index\":70,\"name\":{\"259\":{}},\"parent\":{\"260\":{},\"261\":{},\"262\":{},\"263\":{},\"264\":{},\"265\":{},\"266\":{},\"267\":{},\"268\":{}}}],[\"mongoserverclosederror\",{\"_index\":71,\"name\":{\"269\":{}},\"parent\":{\"270\":{},\"271\":{},\"272\":{},\"273\":{},\"274\":{},\"275\":{},\"276\":{},\"277\":{},\"278\":{}}}],[\"mongoservererror\",{\"_index\":72,\"name\":{\"279\":{}},\"parent\":{\"280\":{},\"281\":{},\"282\":{},\"283\":{},\"284\":{},\"285\":{},\"286\":{},\"287\":{},\"288\":{},\"289\":{},\"290\":{},\"291\":{},\"292\":{}}}],[\"mongoserverselectionerror\",{\"_index\":73,\"name\":{\"293\":{}},\"parent\":{\"294\":{},\"295\":{},\"296\":{},\"297\":{},\"298\":{},\"299\":{},\"300\":{},\"301\":{},\"302\":{},\"303\":{}}}],[\"mongosystemerror\",{\"_index\":75,\"name\":{\"304\":{}},\"parent\":{\"305\":{},\"306\":{},\"307\":{},\"308\":{},\"309\":{},\"310\":{},\"311\":{},\"312\":{},\"313\":{},\"314\":{}}}],[\"mongotailablecursorerror\",{\"_index\":76,\"name\":{\"315\":{}},\"parent\":{\"316\":{},\"317\":{},\"318\":{},\"319\":{},\"320\":{},\"321\":{},\"322\":{},\"323\":{},\"324\":{}}}],[\"mongotopologyclosederror\",{\"_index\":77,\"name\":{\"325\":{}},\"parent\":{\"326\":{},\"327\":{},\"328\":{},\"329\":{},\"330\":{},\"331\":{},\"332\":{},\"333\":{},\"334\":{}}}],[\"mongotransactionerror\",{\"_index\":78,\"name\":{\"335\":{}},\"parent\":{\"336\":{},\"337\":{},\"338\":{},\"339\":{},\"340\":{},\"341\":{},\"342\":{},\"343\":{},\"344\":{}}}],[\"mongounexpectedserverresponseerror\",{\"_index\":79,\"name\":{\"345\":{}},\"parent\":{\"346\":{},\"347\":{},\"348\":{},\"349\":{},\"350\":{},\"351\":{},\"352\":{},\"353\":{},\"354\":{}}}],[\"mongowriteconcernerror\",{\"_index\":80,\"name\":{\"355\":{}},\"parent\":{\"356\":{},\"357\":{},\"358\":{},\"359\":{},\"360\":{},\"361\":{},\"362\":{},\"363\":{},\"364\":{},\"365\":{},\"366\":{},\"367\":{},\"368\":{},\"369\":{}}}],[\"monitorcommands\",{\"_index\":480,\"name\":{\"1430\":{},\"1470\":{},\"1802\":{},\"1831\":{},\"2805\":{},\"2895\":{}},\"parent\":{}}],[\"monitorevents\",{\"_index\":951,\"name\":{\"2795\":{}},\"parent\":{}}],[\"monitoroptions\",{\"_index\":952,\"name\":{\"2796\":{}},\"parent\":{\"2797\":{},\"2798\":{},\"2799\":{},\"2800\":{},\"2801\":{},\"2802\":{},\"2803\":{},\"2804\":{},\"2805\":{},\"2806\":{},\"2807\":{},\"2808\":{},\"2809\":{},\"2810\":{},\"2811\":{},\"2812\":{},\"2813\":{},\"2814\":{},\"2815\":{},\"2816\":{},\"2817\":{},\"2818\":{}}}],[\"more\",{\"_index\":388,\"name\":{\"1146\":{}},\"parent\":{}}],[\"multi\",{\"_index\":939,\"name\":{\"2749\":{}},\"parent\":{}}],[\"n\",{\"_index\":611,\"name\":{\"1706\":{},\"1728\":{}},\"parent\":{}}],[\"name\",{\"_index\":31,\"name\":{\"31\":{},\"52\":{},\"62\":{},\"72\":{},\"82\":{},\"92\":{},\"102\":{},\"112\":{},\"122\":{},\"132\":{},\"144\":{},\"152\":{},\"162\":{},\"172\":{},\"182\":{},\"192\":{},\"202\":{},\"212\":{},\"222\":{},\"232\":{},\"242\":{},\"252\":{},\"262\":{},\"272\":{},\"286\":{},\"296\":{},\"308\":{},\"318\":{},\"328\":{},\"338\":{},\"348\":{},\"359\":{},\"1739\":{},\"2118\":{},\"2366\":{},\"2404\":{},\"2474\":{},\"3033\":{},\"3038\":{},\"3045\":{},\"3049\":{}},\"parent\":{}}],[\"nameonly\",{\"_index\":849,\"name\":{\"2483\":{},\"2505\":{}},\"parent\":{}}],[\"namespace\",{\"_index\":84,\"name\":{\"373\":{},\"441\":{},\"498\":{},\"560\":{},\"605\":{},\"676\":{},\"721\":{},\"1156\":{}},\"parent\":{}}],[\"ne\",{\"_index\":694,\"name\":{\"1921\":{}},\"parent\":{}}],[\"near\",{\"_index\":706,\"name\":{\"1935\":{},\"2690\":{}},\"parent\":{}}],[\"nearest\",{\"_index\":276,\"name\":{\"860\":{},\"865\":{}},\"parent\":{}}],[\"nearsphere\",{\"_index\":707,\"name\":{\"1936\":{}},\"parent\":{}}],[\"nestedpaths\",{\"_index\":724,\"name\":{\"1954\":{}},\"parent\":{}}],[\"new_collection\",{\"_index\":872,\"name\":{\"2575\":{}},\"parent\":{}}],[\"newdescription\",{\"_index\":322,\"name\":{\"966\":{},\"985\":{}},\"parent\":{}}],[\"next\",{\"_index\":92,\"name\":{\"383\":{},\"451\":{},\"615\":{},\"686\":{},\"731\":{},\"1161\":{},\"2684\":{}},\"parent\":{}}],[\"nin\",{\"_index\":695,\"name\":{\"1922\":{}},\"parent\":{}}],[\"nindexes\",{\"_index\":879,\"name\":{\"2602\":{}},\"parent\":{}}],[\"ninserted\",{\"_index\":333,\"name\":{\"996\":{},\"1019\":{}},\"parent\":{}}],[\"nmatched\",{\"_index\":335,\"name\":{\"998\":{},\"1021\":{}},\"parent\":{}}],[\"nmodified\",{\"_index\":336,\"name\":{\"999\":{},\"1022\":{}},\"parent\":{}}],[\"nocursortimeout\",{\"_index\":526,\"name\":{\"1533\":{},\"1551\":{},\"2267\":{}},\"parent\":{}}],[\"nodelay\",{\"_index\":486,\"name\":{\"1436\":{},\"1475\":{},\"1793\":{},\"1835\":{},\"2809\":{},\"2900\":{}},\"parent\":{}}],[\"nolock\",{\"_index\":811,\"name\":{\"2234\":{}},\"parent\":{}}],[\"nonobjectidlikedocument\",{\"_index\":725,\"name\":{\"1955\":{}},\"parent\":{}}],[\"nor\",{\"_index\":741,\"name\":{\"1971\":{}},\"parent\":{}}],[\"noresponse\",{\"_index\":16,\"name\":{\"16\":{},\"1299\":{},\"1565\":{},\"1998\":{},\"2027\":{},\"2055\":{},\"2080\":{},\"2108\":{},\"2151\":{},\"2177\":{},\"2205\":{},\"2224\":{},\"2243\":{},\"2281\":{},\"2303\":{},\"2328\":{},\"2354\":{},\"2392\":{},\"2436\":{},\"2461\":{},\"2494\":{},\"2515\":{},\"2552\":{},\"2584\":{},\"2630\":{},\"2649\":{},\"2707\":{},\"2730\":{},\"2763\":{},\"3021\":{}},\"parent\":{}}],[\"normalization\",{\"_index\":771,\"name\":{\"2045\":{}},\"parent\":{}}],[\"not\",{\"_index\":696,\"name\":{\"1923\":{}},\"parent\":{}}],[\"notacceptedfields\",{\"_index\":726,\"name\":{\"1956\":{}},\"parent\":{}}],[\"nremoved\",{\"_index\":337,\"name\":{\"1000\":{},\"1023\":{}},\"parent\":{}}],[\"ns\",{\"_index\":407,\"name\":{\"1205\":{},\"1231\":{},\"1240\":{},\"1258\":{},\"1322\":{},\"1331\":{},\"1360\":{},\"2596\":{}},\"parent\":{}}],[\"number\",{\"_index\":914,\"name\":{\"2668\":{},\"2669\":{},\"2671\":{}},\"parent\":{}}],[\"numericordering\",{\"_index\":767,\"name\":{\"2041\":{}},\"parent\":{}}],[\"numerictype\",{\"_index\":727,\"name\":{\"1957\":{}},\"parent\":{}}],[\"numextents\",{\"_index\":878,\"name\":{\"2601\":{}},\"parent\":{}}],[\"nupserted\",{\"_index\":334,\"name\":{\"997\":{},\"1020\":{}},\"parent\":{}}],[\"objectid\",{\"_index\":0,\"name\":{\"0\":{}},\"parent\":{}}],[\"off\",{\"_index\":108,\"name\":{\"401\":{},\"467\":{},\"484\":{},\"630\":{},\"657\":{},\"703\":{},\"748\":{},\"797\":{},\"1170\":{},\"1885\":{},\"2967\":{}},\"parent\":{}}],[\"ok\",{\"_index\":42,\"name\":{\"42\":{},\"285\":{},\"363\":{},\"992\":{},\"1018\":{},\"1518\":{},\"2528\":{},\"2615\":{}},\"parent\":{}}],[\"omitreadpreference\",{\"_index\":20,\"name\":{\"20\":{},\"1303\":{},\"1567\":{},\"2002\":{},\"2031\":{},\"2059\":{},\"2084\":{},\"2112\":{},\"2155\":{},\"2181\":{},\"2209\":{},\"2228\":{},\"2247\":{},\"2285\":{},\"2307\":{},\"2332\":{},\"2358\":{},\"2396\":{},\"2440\":{},\"2465\":{},\"2498\":{},\"2519\":{},\"2556\":{},\"2568\":{},\"2588\":{},\"2634\":{},\"2653\":{},\"2711\":{},\"2734\":{},\"2767\":{},\"3024\":{}},\"parent\":{}}],[\"on\",{\"_index\":105,\"name\":{\"398\":{},\"464\":{},\"481\":{},\"627\":{},\"654\":{},\"700\":{},\"745\":{},\"794\":{},\"1167\":{},\"1882\":{},\"2964\":{}},\"parent\":{}}],[\"once\",{\"_index\":106,\"name\":{\"399\":{},\"465\":{},\"482\":{},\"628\":{},\"655\":{},\"701\":{},\"746\":{},\"795\":{},\"1168\":{},\"1883\":{},\"2965\":{}},\"parent\":{}}],[\"oneormore\",{\"_index\":728,\"name\":{\"1958\":{}},\"parent\":{}}],[\"onlyfieldsoftype\",{\"_index\":729,\"name\":{\"1959\":{}},\"parent\":{}}],[\"op\",{\"_index\":341,\"name\":{\"1008\":{}},\"parent\":{}}],[\"opendownloadstream\",{\"_index\":220,\"name\":{\"646\":{}},\"parent\":{}}],[\"opendownloadstreambyname\",{\"_index\":222,\"name\":{\"649\":{}},\"parent\":{}}],[\"openuploadstream\",{\"_index\":218,\"name\":{\"644\":{}},\"parent\":{}}],[\"openuploadstreamwithid\",{\"_index\":219,\"name\":{\"645\":{}},\"parent\":{}}],[\"operationdescription\",{\"_index\":405,\"name\":{\"1202\":{},\"1228\":{},\"1253\":{},\"1315\":{},\"1347\":{},\"1355\":{}},\"parent\":{}}],[\"operationid\",{\"_index\":376,\"name\":{\"1096\":{},\"1123\":{},\"1136\":{}},\"parent\":{}}],[\"operationoptions\",{\"_index\":867,\"name\":{\"2564\":{}},\"parent\":{\"2565\":{},\"2566\":{},\"2567\":{},\"2568\":{},\"2569\":{},\"2570\":{}}}],[\"operations\",{\"_index\":371,\"name\":{\"1091\":{}},\"parent\":{}}],[\"operationtime\",{\"_index\":445,\"name\":{\"1370\":{},\"2943\":{}},\"parent\":{}}],[\"operationtype\",{\"_index\":397,\"name\":{\"1182\":{},\"1189\":{},\"1196\":{},\"1204\":{},\"1230\":{},\"1239\":{},\"1247\":{},\"1256\":{},\"1268\":{},\"1309\":{},\"1317\":{},\"1329\":{},\"1341\":{},\"1349\":{},\"1357\":{}},\"parent\":{}}],[\"oplogreplay\",{\"_index\":816,\"name\":{\"2274\":{}},\"parent\":{}}],[\"optime\",{\"_index\":339,\"name\":{\"1002\":{}},\"parent\":{}}],[\"optionalid\",{\"_index\":730,\"name\":{\"1960\":{}},\"parent\":{}}],[\"optionalunlessrequiredid\",{\"_index\":731,\"name\":{\"1961\":{}},\"parent\":{}}],[\"options\",{\"_index\":160,\"name\":{\"516\":{},\"553\":{},\"673\":{},\"718\":{},\"778\":{},\"949\":{},\"1154\":{},\"1620\":{},\"1700\":{},\"1930\":{},\"2476\":{},\"3003\":{}},\"parent\":{}}],[\"or\",{\"_index\":742,\"name\":{\"1972\":{}},\"parent\":{}}],[\"ordered\",{\"_index\":4,\"name\":{\"4\":{},\"2165\":{}},\"parent\":{}}],[\"orderedbulkoperation\",{\"_index\":383,\"name\":{\"1119\":{}},\"parent\":{\"1120\":{},\"1121\":{},\"1122\":{},\"1123\":{},\"1124\":{},\"1125\":{},\"1126\":{},\"1127\":{},\"1128\":{},\"1129\":{},\"1130\":{}}}],[\"originalindexes\",{\"_index\":370,\"name\":{\"1089\":{}},\"parent\":{}}],[\"originalzeroindex\",{\"_index\":368,\"name\":{\"1087\":{}},\"parent\":{}}],[\"os\",{\"_index\":1045,\"name\":{\"3035\":{}},\"parent\":{}}],[\"out\",{\"_index\":135,\"name\":{\"432\":{},\"1292\":{},\"1560\":{},\"2020\":{},\"2101\":{},\"2534\":{}},\"parent\":{}}],[\"outstandingrequests\",{\"_index\":616,\"name\":{\"1711\":{}},\"parent\":{}}],[\"paddingfactor\",{\"_index\":881,\"name\":{\"2604\":{}},\"parent\":{}}],[\"parent\",{\"_index\":224,\"name\":{\"671\":{},\"717\":{},\"1155\":{}},\"parent\":{}}],[\"partialfilterexpression\",{\"_index\":822,\"name\":{\"2367\":{},\"2412\":{}},\"parent\":{}}],[\"passives\",{\"_index\":956,\"name\":{\"2825\":{}},\"parent\":{}}],[\"password\",{\"_index\":460,\"name\":{\"1397\":{},\"1406\":{},\"1737\":{}},\"parent\":{}}],[\"ping\",{\"_index\":124,\"name\":{\"417\":{}},\"parent\":{}}],[\"pinned\",{\"_index\":475,\"name\":{\"1422\":{}},\"parent\":{}}],[\"pipeline\",{\"_index\":131,\"name\":{\"425\":{},\"1153\":{},\"2134\":{}},\"parent\":{}}],[\"pipeoptions\",{\"_index\":446,\"name\":{\"1371\":{}},\"parent\":{\"1372\":{}}}],[\"pkfactory\",{\"_index\":535,\"name\":{\"1574\":{},\"1798\":{},\"1851\":{},\"1863\":{},\"2135\":{}},\"parent\":{\"1864\":{}}}],[\"platform\",{\"_index\":628,\"name\":{\"1741\":{},\"3041\":{},\"3051\":{}},\"parent\":{}}],[\"port\",{\"_index\":970,\"name\":{\"2848\":{},\"3061\":{}},\"parent\":{}}],[\"pos\",{\"_index\":612,\"name\":{\"1707\":{}},\"parent\":{}}],[\"position\",{\"_index\":681,\"name\":{\"1906\":{}},\"parent\":{}}],[\"preference\",{\"_index\":287,\"name\":{\"876\":{}},\"parent\":{}}],[\"prependlistener\",{\"_index\":114,\"name\":{\"407\":{},\"473\":{},\"490\":{},\"636\":{},\"663\":{},\"709\":{},\"754\":{},\"803\":{},\"1176\":{},\"1891\":{},\"2973\":{}},\"parent\":{}}],[\"prependoncelistener\",{\"_index\":115,\"name\":{\"408\":{},\"474\":{},\"491\":{},\"637\":{},\"664\":{},\"710\":{},\"755\":{},\"804\":{},\"1177\":{},\"1892\":{},\"2974\":{}},\"parent\":{}}],[\"prev\",{\"_index\":928,\"name\":{\"2685\":{}},\"parent\":{}}],[\"previousdescription\",{\"_index\":321,\"name\":{\"965\":{},\"984\":{}},\"parent\":{}}],[\"primary\",{\"_index\":272,\"name\":{\"856\":{},\"861\":{},\"2836\":{}},\"parent\":{}}],[\"primary_preferred\",{\"_index\":273,\"name\":{\"857\":{}},\"parent\":{}}],[\"primarypreferred\",{\"_index\":277,\"name\":{\"862\":{}},\"parent\":{}}],[\"privatekey\",{\"_index\":559,\"name\":{\"1611\":{}},\"parent\":{}}],[\"processid\",{\"_index\":972,\"name\":{\"2853\":{}},\"parent\":{}}],[\"profilinglevel\",{\"_index\":205,\"name\":{\"576\":{},\"836\":{},\"837\":{}},\"parent\":{}}],[\"profilingleveloptions\",{\"_index\":868,\"name\":{\"2571\":{}},\"parent\":{}}],[\"project\",{\"_index\":136,\"name\":{\"433\":{},\"598\":{}},\"parent\":{}}],[\"projection\",{\"_index\":732,\"name\":{\"1962\":{},\"2255\":{},\"2292\":{},\"2315\":{},\"2341\":{}},\"parent\":{}}],[\"projectionoperators\",{\"_index\":733,\"name\":{\"1963\":{}},\"parent\":{}}],[\"promise\",{\"_index\":245,\"name\":{\"808\":{}},\"parent\":{\"809\":{},\"810\":{},\"811\":{},\"812\":{}}}],[\"promiselibrary\",{\"_index\":655,\"name\":{\"1799\":{},\"1852\":{}},\"parent\":{}}],[\"propertytype\",{\"_index\":734,\"name\":{\"1964\":{}},\"parent\":{}}],[\"proxyhost\",{\"_index\":491,\"name\":{\"1444\":{},\"1451\":{},\"1481\":{},\"1806\":{},\"1825\":{},\"2815\":{},\"2905\":{}},\"parent\":{}}],[\"proxyoptions\",{\"_index\":497,\"name\":{\"1450\":{},\"1631\":{}},\"parent\":{\"1451\":{},\"1452\":{},\"1453\":{},\"1454\":{}}}],[\"proxypassword\",{\"_index\":494,\"name\":{\"1447\":{},\"1454\":{},\"1484\":{},\"1809\":{},\"1828\":{},\"2818\":{},\"2908\":{}},\"parent\":{}}],[\"proxyport\",{\"_index\":492,\"name\":{\"1445\":{},\"1452\":{},\"1482\":{},\"1807\":{},\"1826\":{},\"2816\":{},\"2906\":{}},\"parent\":{}}],[\"proxyusername\",{\"_index\":493,\"name\":{\"1446\":{},\"1453\":{},\"1483\":{},\"1808\":{},\"1827\":{},\"2817\":{},\"2907\":{}},\"parent\":{}}],[\"pullalloperator\",{\"_index\":735,\"name\":{\"1965\":{}},\"parent\":{}}],[\"pulloperator\",{\"_index\":736,\"name\":{\"1966\":{}},\"parent\":{}}],[\"pushoperator\",{\"_index\":737,\"name\":{\"1967\":{}},\"parent\":{}}],[\"q\",{\"_index\":805,\"name\":{\"2190\":{},\"2746\":{}},\"parent\":{}}],[\"query\",{\"_index\":860,\"name\":{\"2535\":{}},\"parent\":{}}],[\"rand\",{\"_index\":715,\"name\":{\"1945\":{}},\"parent\":{}}],[\"raw\",{\"_index\":21,\"name\":{\"21\":{},\"989\":{},\"1099\":{},\"1126\":{},\"1139\":{},\"1304\":{},\"1510\":{},\"1534\":{},\"1552\":{},\"1577\":{},\"1797\":{},\"1830\":{},\"2003\":{},\"2032\":{},\"2060\":{},\"2085\":{},\"2113\":{},\"2156\":{},\"2182\":{},\"2210\":{},\"2229\":{},\"2248\":{},\"2286\":{},\"2308\":{},\"2333\":{},\"2359\":{},\"2397\":{},\"2441\":{},\"2466\":{},\"2499\":{},\"2520\":{},\"2557\":{},\"2569\":{},\"2589\":{},\"2635\":{},\"2654\":{},\"2712\":{},\"2735\":{},\"2768\":{},\"2890\":{},\"3025\":{}},\"parent\":{}}],[\"rawlisteners\",{\"_index\":111,\"name\":{\"404\":{},\"470\":{},\"487\":{},\"633\":{},\"660\":{},\"706\":{},\"751\":{},\"800\":{},\"1173\":{},\"1888\":{},\"2970\":{}},\"parent\":{}}],[\"readbuffereddocuments\",{\"_index\":89,\"name\":{\"380\":{},\"448\":{},\"612\":{},\"683\":{},\"728\":{}},\"parent\":{}}],[\"readconcern\",{\"_index\":9,\"name\":{\"9\":{},\"375\":{},\"443\":{},\"499\":{},\"556\":{},\"607\":{},\"678\":{},\"723\":{},\"781\":{},\"846\":{},\"1294\":{},\"1508\":{},\"1526\":{},\"1544\":{},\"1575\":{},\"1765\":{},\"1817\":{},\"1991\":{},\"2022\":{},\"2048\":{},\"2074\":{},\"2103\":{},\"2144\":{},\"2171\":{},\"2198\":{},\"2218\":{},\"2236\":{},\"2276\":{},\"2296\":{},\"2321\":{},\"2347\":{},\"2385\":{},\"2429\":{},\"2454\":{},\"2487\":{},\"2508\":{},\"2545\":{},\"2577\":{},\"2623\":{},\"2642\":{},\"2701\":{},\"2724\":{},\"2756\":{},\"3010\":{}},\"parent\":{\"847\":{},\"848\":{},\"849\":{},\"850\":{},\"851\":{},\"852\":{},\"853\":{},\"854\":{}}}],[\"readconcernlevel\",{\"_index\":261,\"name\":{\"838\":{},\"839\":{},\"1766\":{}},\"parent\":{}}],[\"readconcernlike\",{\"_index\":941,\"name\":{\"2772\":{}},\"parent\":{}}],[\"readonly\",{\"_index\":844,\"name\":{\"2479\":{}},\"parent\":{}}],[\"readpreference\",{\"_index\":19,\"name\":{\"19\":{},\"374\":{},\"442\":{},\"500\":{},\"557\":{},\"606\":{},\"677\":{},\"722\":{},\"783\":{},\"855\":{},\"1302\":{},\"1378\":{},\"1509\":{},\"1525\":{},\"1543\":{},\"1573\":{},\"1690\":{},\"1767\":{},\"1816\":{},\"2001\":{},\"2030\":{},\"2058\":{},\"2066\":{},\"2083\":{},\"2111\":{},\"2154\":{},\"2180\":{},\"2208\":{},\"2227\":{},\"2246\":{},\"2284\":{},\"2306\":{},\"2331\":{},\"2357\":{},\"2395\":{},\"2439\":{},\"2464\":{},\"2497\":{},\"2518\":{},\"2555\":{},\"2567\":{},\"2587\":{},\"2633\":{},\"2652\":{},\"2710\":{},\"2733\":{},\"2766\":{},\"2779\":{},\"2783\":{},\"2858\":{},\"2860\":{},\"3012\":{}},\"parent\":{\"856\":{},\"857\":{},\"858\":{},\"859\":{},\"860\":{},\"861\":{},\"862\":{},\"863\":{},\"864\":{},\"865\":{},\"866\":{},\"867\":{},\"868\":{},\"869\":{},\"870\":{},\"871\":{},\"872\":{},\"873\":{},\"874\":{},\"875\":{},\"876\":{},\"877\":{},\"878\":{},\"879\":{},\"880\":{},\"881\":{}}}],[\"readpreferencefromoptions\",{\"_index\":943,\"name\":{\"2775\":{}},\"parent\":{\"2776\":{},\"2777\":{},\"2778\":{},\"2779\":{},\"2780\":{}}}],[\"readpreferencelike\",{\"_index\":944,\"name\":{\"2781\":{}},\"parent\":{}}],[\"readpreferencelikeoptions\",{\"_index\":945,\"name\":{\"2782\":{}},\"parent\":{\"2783\":{},\"2784\":{},\"2785\":{}}}],[\"readpreferencemode\",{\"_index\":262,\"name\":{\"840\":{},\"841\":{}},\"parent\":{}}],[\"readpreferenceoptions\",{\"_index\":946,\"name\":{\"2786\":{}},\"parent\":{\"2787\":{},\"2788\":{}}}],[\"readpreferencetags\",{\"_index\":639,\"name\":{\"1769\":{},\"2777\":{}},\"parent\":{}}],[\"reason\",{\"_index\":74,\"name\":{\"297\":{},\"307\":{},\"926\":{},\"934\":{}},\"parent\":{}}],[\"receiveresponse\",{\"_index\":513,\"name\":{\"1500\":{}},\"parent\":{}}],[\"reconciliation\",{\"_index\":932,\"name\":{\"2693\":{}},\"parent\":{}}],[\"recoverytoken\",{\"_index\":1035,\"name\":{\"3004\":{}},\"parent\":{}}],[\"redact\",{\"_index\":138,\"name\":{\"435\":{}},\"parent\":{}}],[\"reducefunction\",{\"_index\":866,\"name\":{\"2561\":{}},\"parent\":{\"2562\":{}}}],[\"regex\",{\"_index\":701,\"name\":{\"1929\":{}},\"parent\":{}}],[\"regexporstring\",{\"_index\":738,\"name\":{\"1968\":{}},\"parent\":{}}],[\"remove\",{\"_index\":186,\"name\":{\"542\":{},\"2681\":{},\"2686\":{}},\"parent\":{}}],[\"removealllisteners\",{\"_index\":109,\"name\":{\"402\":{},\"468\":{},\"485\":{},\"631\":{},\"658\":{},\"704\":{},\"749\":{},\"798\":{},\"1171\":{},\"1886\":{},\"2968\":{}},\"parent\":{}}],[\"removed\",{\"_index\":926,\"name\":{\"2681\":{}},\"parent\":{}}],[\"removedfields\",{\"_index\":449,\"name\":{\"1385\":{}},\"parent\":{}}],[\"removelistener\",{\"_index\":107,\"name\":{\"400\":{},\"466\":{},\"483\":{},\"629\":{},\"656\":{},\"702\":{},\"747\":{},\"796\":{},\"1169\":{},\"1884\":{},\"2966\":{}},\"parent\":{}}],[\"removeuser\",{\"_index\":126,\"name\":{\"419\":{},\"574\":{}},\"parent\":{}}],[\"removeuseroptions\",{\"_index\":869,\"name\":{\"2572\":{}},\"parent\":{}}],[\"rename\",{\"_index\":156,\"name\":{\"512\":{},\"650\":{}},\"parent\":{}}],[\"renamecollection\",{\"_index\":200,\"name\":{\"568\":{}},\"parent\":{}}],[\"renameoptions\",{\"_index\":870,\"name\":{\"2573\":{}},\"parent\":{\"2574\":{},\"2575\":{},\"2576\":{},\"2577\":{},\"2578\":{},\"2579\":{},\"2580\":{},\"2581\":{},\"2582\":{},\"2583\":{},\"2584\":{},\"2585\":{},\"2586\":{},\"2587\":{},\"2588\":{},\"2589\":{},\"2590\":{},\"2591\":{},\"2592\":{}}}],[\"replacement\",{\"_index\":360,\"name\":{\"1049\":{}},\"parent\":{}}],[\"replaceone\",{\"_index\":152,\"name\":{\"508\":{},\"1109\":{}},\"parent\":{}}],[\"replaceonemodel\",{\"_index\":359,\"name\":{\"1047\":{}},\"parent\":{\"1048\":{},\"1049\":{},\"1050\":{},\"1051\":{},\"1052\":{}}}],[\"replaceoptions\",{\"_index\":933,\"name\":{\"2694\":{}},\"parent\":{\"2695\":{},\"2696\":{},\"2697\":{},\"2698\":{},\"2699\":{},\"2700\":{},\"2701\":{},\"2702\":{},\"2703\":{},\"2704\":{},\"2705\":{},\"2706\":{},\"2707\":{},\"2708\":{},\"2709\":{},\"2710\":{},\"2711\":{},\"2712\":{},\"2713\":{},\"2714\":{},\"2715\":{}}}],[\"replicaset\",{\"_index\":631,\"name\":{\"1744\":{},\"1844\":{},\"2884\":{}},\"parent\":{}}],[\"replsetgetstatus\",{\"_index\":129,\"name\":{\"422\":{}},\"parent\":{}}],[\"reply\",{\"_index\":305,\"name\":{\"914\":{},\"976\":{}},\"parent\":{}}],[\"requestid\",{\"_index\":296,\"name\":{\"892\":{},\"900\":{},\"911\":{}},\"parent\":{}}],[\"requiring\",{\"_index\":901,\"name\":{\"2662\":{}},\"parent\":{}}],[\"reset\",{\"_index\":226,\"name\":{\"760\":{},\"2687\":{}},\"parent\":{}}],[\"resolveauthmechanism\",{\"_index\":464,\"name\":{\"1402\":{}},\"parent\":{}}],[\"response\",{\"_index\":387,\"name\":{\"1145\":{}},\"parent\":{}}],[\"restarted\",{\"_index\":929,\"name\":{\"2688\":{}},\"parent\":{}}],[\"result\",{\"_index\":28,\"name\":{\"28\":{},\"358\":{},\"1010\":{}},\"parent\":{}}],[\"resume_token_changed\",{\"_index\":392,\"name\":{\"1152\":{}},\"parent\":{}}],[\"resumeafter\",{\"_index\":429,\"name\":{\"1280\":{},\"1379\":{}},\"parent\":{}}],[\"resumeoptions\",{\"_index\":447,\"name\":{\"1373\":{}},\"parent\":{\"1374\":{},\"1375\":{},\"1376\":{},\"1377\":{},\"1378\":{},\"1379\":{},\"1380\":{},\"1381\":{}}}],[\"resumetoken\",{\"_index\":395,\"name\":{\"1159\":{},\"1382\":{}},\"parent\":{}}],[\"retryreads\",{\"_index\":645,\"name\":{\"1779\":{},\"1853\":{},\"2882\":{}},\"parent\":{}}],[\"retrywrites\",{\"_index\":13,\"name\":{\"13\":{},\"1296\":{},\"1562\":{},\"1576\":{},\"1780\":{},\"1854\":{},\"1995\":{},\"2024\":{},\"2052\":{},\"2077\":{},\"2105\":{},\"2148\":{},\"2174\":{},\"2202\":{},\"2221\":{},\"2240\":{},\"2278\":{},\"2300\":{},\"2325\":{},\"2351\":{},\"2389\":{},\"2433\":{},\"2458\":{},\"2491\":{},\"2512\":{},\"2549\":{},\"2581\":{},\"2627\":{},\"2646\":{},\"2704\":{},\"2727\":{},\"2760\":{},\"2881\":{},\"3018\":{}},\"parent\":{}}],[\"returndocument\",{\"_index\":260,\"name\":{\"834\":{},\"835\":{},\"2316\":{},\"2342\":{}},\"parent\":{}}],[\"returnkey\",{\"_index\":211,\"name\":{\"592\":{},\"2262\":{}},\"parent\":{}}],[\"reuse\",{\"_index\":912,\"name\":{\"2667\":{}},\"parent\":{}}],[\"revision\",{\"_index\":591,\"name\":{\"1670\":{}},\"parent\":{}}],[\"rewind\",{\"_index\":101,\"name\":{\"394\":{},\"461\":{},\"624\":{},\"697\":{},\"742\":{}},\"parent\":{}}],[\"role\",{\"_index\":760,\"name\":{\"2008\":{}},\"parent\":{}}],[\"roles\",{\"_index\":757,\"name\":{\"1988\":{}},\"parent\":{}}],[\"rolespecification\",{\"_index\":759,\"name\":{\"2007\":{}},\"parent\":{\"2008\":{},\"2009\":{}}}],[\"rootfilteroperators\",{\"_index\":739,\"name\":{\"1969\":{}},\"parent\":{\"1970\":{},\"1971\":{},\"1972\":{},\"1973\":{},\"1974\":{},\"1979\":{},\"1980\":{}}}],[\"rootfilteroperators.__type\",{\"_index\":745,\"name\":{},\"parent\":{\"1975\":{},\"1976\":{},\"1977\":{},\"1978\":{}}}],[\"roundtriptime\",{\"_index\":958,\"name\":{\"2832\":{}},\"parent\":{}}],[\"runcommandoptions\",{\"_index\":873,\"name\":{\"2593\":{}},\"parent\":{}}],[\"scale\",{\"_index\":894,\"name\":{\"2621\":{},\"2640\":{}},\"parent\":{}}],[\"scalefactor\",{\"_index\":892,\"name\":{\"2619\":{}},\"parent\":{}}],[\"schemamap\",{\"_index\":562,\"name\":{\"1616\":{}},\"parent\":{}}],[\"schemamember\",{\"_index\":750,\"name\":{\"1981\":{}},\"parent\":{}}],[\"scope\",{\"_index\":863,\"name\":{\"2540\":{}},\"parent\":{}}],[\"search\",{\"_index\":744,\"name\":{\"1975\":{},\"2689\":{},\"2690\":{}},\"parent\":{}}],[\"searches\",{\"_index\":930,\"name\":{\"2688\":{}},\"parent\":{}}],[\"secondary\",{\"_index\":274,\"name\":{\"858\":{},\"863\":{}},\"parent\":{}}],[\"secondary_preferred\",{\"_index\":275,\"name\":{\"859\":{}},\"parent\":{}}],[\"secondaryok\",{\"_index\":197,\"name\":{\"555\":{},\"879\":{}},\"parent\":{}}],[\"secondarypreferred\",{\"_index\":278,\"name\":{\"864\":{}},\"parent\":{}}],[\"secretaccesskey\",{\"_index\":548,\"name\":{\"1597\":{}},\"parent\":{}}],[\"selectserveroptions\",{\"_index\":976,\"name\":{\"2859\":{}},\"parent\":{\"2860\":{},\"2861\":{},\"2862\":{}}}],[\"serverapi\",{\"_index\":241,\"name\":{\"779\":{},\"1429\":{},\"1467\":{},\"1803\":{},\"1819\":{},\"1865\":{},\"2803\":{},\"2889\":{}},\"parent\":{\"1866\":{},\"1867\":{},\"1868\":{}}}],[\"serverapiversion\",{\"_index\":258,\"name\":{\"830\":{},\"831\":{}},\"parent\":{}}],[\"servercapabilities\",{\"_index\":977,\"name\":{\"2863\":{}},\"parent\":{\"2864\":{},\"2865\":{},\"2866\":{},\"2867\":{},\"2868\":{},\"2869\":{},\"2870\":{},\"2871\":{},\"2872\":{},\"2873\":{},\"2874\":{},\"2875\":{}}}],[\"serverclosedevent\",{\"_index\":318,\"name\":{\"959\":{}},\"parent\":{\"960\":{},\"961\":{}}}],[\"serverdescription\",{\"_index\":955,\"name\":{\"2821\":{}},\"parent\":{\"2822\":{},\"2823\":{},\"2824\":{},\"2825\":{},\"2826\":{},\"2827\":{},\"2828\":{},\"2829\":{},\"2830\":{},\"2831\":{},\"2832\":{},\"2833\":{},\"2834\":{},\"2835\":{},\"2836\":{},\"2837\":{},\"2838\":{},\"2839\":{},\"2840\":{},\"2841\":{},\"2842\":{},\"2843\":{},\"2844\":{},\"2845\":{},\"2846\":{},\"2847\":{},\"2848\":{},\"2849\":{}}}],[\"serverdescriptionchangedevent\",{\"_index\":320,\"name\":{\"962\":{}},\"parent\":{\"963\":{},\"964\":{},\"965\":{},\"966\":{}}}],[\"serverevents\",{\"_index\":953,\"name\":{\"2819\":{}},\"parent\":{}}],[\"serverheartbeatfailedevent\",{\"_index\":323,\"name\":{\"967\":{}},\"parent\":{\"968\":{},\"969\":{},\"970\":{}}}],[\"serverheartbeatstartedevent\",{\"_index\":324,\"name\":{\"971\":{}},\"parent\":{\"972\":{}}}],[\"serverheartbeatsucceededevent\",{\"_index\":325,\"name\":{\"973\":{}},\"parent\":{\"974\":{},\"975\":{},\"976\":{}}}],[\"serverinfo\",{\"_index\":122,\"name\":{\"415\":{}},\"parent\":{}}],[\"serveropeningevent\",{\"_index\":326,\"name\":{\"977\":{}},\"parent\":{\"978\":{},\"979\":{}}}],[\"serveroptions\",{\"_index\":954,\"name\":{\"2820\":{}},\"parent\":{}}],[\"servers\",{\"_index\":992,\"name\":{\"2922\":{}},\"parent\":{}}],[\"serverselectiontimeoutms\",{\"_index\":641,\"name\":{\"1775\":{},\"1855\":{},\"2861\":{},\"2883\":{}},\"parent\":{}}],[\"serverselector\",{\"_index\":974,\"name\":{\"2855\":{}},\"parent\":{\"2856\":{}}}],[\"serversession\",{\"_index\":1009,\"name\":{\"2948\":{},\"2988\":{}},\"parent\":{\"2989\":{},\"2990\":{},\"2991\":{},\"2992\":{},\"2993\":{}}}],[\"serversessionid\",{\"_index\":1031,\"name\":{\"2994\":{}},\"parent\":{\"2995\":{}}}],[\"serversessionid.__type\",{\"_index\":1032,\"name\":{},\"parent\":{\"2996\":{}}}],[\"serverstatus\",{\"_index\":123,\"name\":{\"416\":{}},\"parent\":{}}],[\"servertype\",{\"_index\":263,\"name\":{\"842\":{},\"843\":{}},\"parent\":{}}],[\"service_host\",{\"_index\":452,\"name\":{\"1388\":{}},\"parent\":{}}],[\"service_name\",{\"_index\":453,\"name\":{\"1389\":{}},\"parent\":{}}],[\"service_realm\",{\"_index\":454,\"name\":{\"1390\":{}},\"parent\":{}}],[\"serviceid\",{\"_index\":300,\"name\":{\"896\":{},\"906\":{},\"915\":{},\"935\":{}},\"parent\":{}}],[\"session\",{\"_index\":17,\"name\":{\"17\":{},\"1300\":{},\"1524\":{},\"1542\":{},\"1999\":{},\"2028\":{},\"2056\":{},\"2067\":{},\"2081\":{},\"2109\":{},\"2152\":{},\"2178\":{},\"2206\":{},\"2225\":{},\"2244\":{},\"2282\":{},\"2304\":{},\"2329\":{},\"2355\":{},\"2393\":{},\"2437\":{},\"2462\":{},\"2495\":{},\"2516\":{},\"2553\":{},\"2565\":{},\"2585\":{},\"2631\":{},\"2650\":{},\"2708\":{},\"2731\":{},\"2764\":{},\"2776\":{},\"2862\":{},\"3022\":{}},\"parent\":{}}],[\"sessiontoken\",{\"_index\":549,\"name\":{\"1598\":{}},\"parent\":{}}],[\"set\",{\"_index\":247,\"name\":{\"810\":{}},\"parent\":{}}],[\"setcurrentlogger\",{\"_index\":228,\"name\":{\"762\":{}},\"parent\":{}}],[\"setfields\",{\"_index\":751,\"name\":{\"1982\":{}},\"parent\":{}}],[\"setlevel\",{\"_index\":229,\"name\":{\"764\":{}},\"parent\":{}}],[\"setmaxlisteners\",{\"_index\":118,\"name\":{\"411\":{},\"477\":{},\"494\":{},\"640\":{},\"667\":{},\"713\":{},\"758\":{},\"807\":{},\"1180\":{},\"1895\":{},\"2977\":{}},\"parent\":{}}],[\"setname\",{\"_index\":962,\"name\":{\"2837\":{},\"2919\":{}},\"parent\":{}}],[\"setprofilinglevel\",{\"_index\":204,\"name\":{\"575\":{}},\"parent\":{}}],[\"setprofilingleveloptions\",{\"_index\":874,\"name\":{\"2594\":{}},\"parent\":{}}],[\"setversion\",{\"_index\":963,\"name\":{\"2838\":{}},\"parent\":{}}],[\"showexpandedevents\",{\"_index\":432,\"name\":{\"1284\":{}},\"parent\":{}}],[\"showrecordid\",{\"_index\":212,\"name\":{\"593\":{},\"2272\":{}},\"parent\":{}}],[\"signature\",{\"_index\":947,\"name\":{\"2791\":{}},\"parent\":{}}],[\"single\",{\"_index\":801,\"name\":{\"2169\":{}},\"parent\":{}}],[\"singlebatch\",{\"_index\":814,\"name\":{\"2270\":{}},\"parent\":{}}],[\"size\",{\"_index\":372,\"name\":{\"1092\":{},\"1940\":{},\"2125\":{},\"2598\":{},\"2665\":{},\"2666\":{},\"2670\":{}},\"parent\":{}}],[\"sizebytes\",{\"_index\":373,\"name\":{\"1093\":{}},\"parent\":{}}],[\"skip\",{\"_index\":139,\"name\":{\"436\":{},\"603\":{},\"1666\":{},\"1672\":{},\"2069\":{},\"2090\":{},\"2256\":{}},\"parent\":{}}],[\"skipkillcursors\",{\"_index\":528,\"name\":{\"1537\":{}},\"parent\":{}}],[\"slaveok\",{\"_index\":196,\"name\":{\"554\":{},\"878\":{},\"1507\":{}},\"parent\":{}}],[\"slice\",{\"_index\":680,\"name\":{\"1905\":{}},\"parent\":{}}],[\"snapshot\",{\"_index\":269,\"name\":{\"851\":{},\"2983\":{}},\"parent\":{}}],[\"snapshotenabled\",{\"_index\":1010,\"name\":{\"2949\":{}},\"parent\":{}}],[\"socketpath\",{\"_index\":1053,\"name\":{\"3062\":{}},\"parent\":{}}],[\"sockettimeoutms\",{\"_index\":487,\"name\":{\"1437\":{},\"1476\":{},\"1755\":{},\"1836\":{},\"2810\":{},\"2901\":{}},\"parent\":{}}],[\"sort\",{\"_index\":140,\"name\":{\"437\":{},\"599\":{},\"1665\":{},\"1671\":{},\"1907\":{},\"2254\":{},\"2293\":{},\"2317\":{},\"2343\":{},\"2536\":{},\"2999\":{}},\"parent\":{}}],[\"sortdirection\",{\"_index\":1034,\"name\":{\"3000\":{}},\"parent\":{}}],[\"source\",{\"_index\":461,\"name\":{\"1398\":{},\"1407\":{}},\"parent\":{}}],[\"sparse\",{\"_index\":823,\"name\":{\"2368\":{},\"2413\":{}},\"parent\":{}}],[\"srvhost\",{\"_index\":659,\"name\":{\"1814\":{},\"2885\":{}},\"parent\":{}}],[\"srvmaxhosts\",{\"_index\":637,\"name\":{\"1758\":{},\"1856\":{},\"2878\":{}},\"parent\":{}}],[\"srvservicename\",{\"_index\":638,\"name\":{\"1759\":{},\"1857\":{},\"2879\":{}},\"parent\":{}}],[\"ssl\",{\"_index\":632,\"name\":{\"1746\":{}},\"parent\":{}}],[\"sslca\",{\"_index\":650,\"name\":{\"1788\":{}},\"parent\":{}}],[\"sslcert\",{\"_index\":651,\"name\":{\"1789\":{}},\"parent\":{}}],[\"sslcrl\",{\"_index\":654,\"name\":{\"1792\":{}},\"parent\":{}}],[\"sslkey\",{\"_index\":652,\"name\":{\"1790\":{}},\"parent\":{}}],[\"sslpass\",{\"_index\":653,\"name\":{\"1791\":{}},\"parent\":{}}],[\"sslvalidate\",{\"_index\":649,\"name\":{\"1787\":{}},\"parent\":{}}],[\"stale\",{\"_index\":993,\"name\":{\"2923\":{}},\"parent\":{}}],[\"start\",{\"_index\":587,\"name\":{\"1661\":{},\"1667\":{},\"1673\":{}},\"parent\":{}}],[\"startafter\",{\"_index\":430,\"name\":{\"1281\":{},\"1380\":{}},\"parent\":{}}],[\"startatoperationtime\",{\"_index\":431,\"name\":{\"1282\":{},\"1374\":{}},\"parent\":{}}],[\"startsession\",{\"_index\":243,\"name\":{\"789\":{}},\"parent\":{}}],[\"starttransaction\",{\"_index\":1017,\"name\":{\"2958\":{}},\"parent\":{}}],[\"state\",{\"_index\":613,\"name\":{\"1708\":{}},\"parent\":{}}],[\"stats\",{\"_index\":173,\"name\":{\"529\":{},\"566\":{}},\"parent\":{}}],[\"storageengine\",{\"_index\":783,\"name\":{\"2128\":{},\"2370\":{},\"2415\":{}},\"parent\":{}}],[\"storagesize\",{\"_index\":877,\"name\":{\"2600\":{}},\"parent\":{}}],[\"stream\",{\"_index\":90,\"name\":{\"381\":{},\"449\":{},\"613\":{},\"684\":{},\"729\":{},\"1165\":{},\"1413\":{}},\"parent\":{}}],[\"streamdescription\",{\"_index\":506,\"name\":{\"1485\":{}},\"parent\":{\"1486\":{},\"1487\":{},\"1488\":{},\"1489\":{},\"1490\":{},\"1491\":{},\"1492\":{},\"1493\":{},\"1494\":{},\"1495\":{},\"1496\":{},\"1497\":{},\"1498\":{},\"1499\":{},\"1500\":{}}}],[\"streamdescriptionoptions\",{\"_index\":514,\"name\":{\"1501\":{}},\"parent\":{\"1502\":{},\"1503\":{},\"1504\":{}}}],[\"streamend\",{\"_index\":614,\"name\":{\"1710\":{}},\"parent\":{}}],[\"streamoptions\",{\"_index\":394,\"name\":{\"1158\":{}},\"parent\":{}}],[\"strength\",{\"_index\":766,\"name\":{\"2040\":{}},\"parent\":{}}],[\"strict\",{\"_index\":661,\"name\":{\"1867\":{},\"2122\":{}},\"parent\":{}}],[\"supportednodeconnectionoptions\",{\"_index\":663,\"name\":{\"1869\":{}},\"parent\":{}}],[\"supportedsocketoptions\",{\"_index\":664,\"name\":{\"1870\":{}},\"parent\":{}}],[\"supportedtlsconnectionoptions\",{\"_index\":665,\"name\":{\"1871\":{}},\"parent\":{}}],[\"supportedtlssocketoptions\",{\"_index\":666,\"name\":{\"1872\":{}},\"parent\":{}}],[\"supports\",{\"_index\":1003,\"name\":{\"2939\":{}},\"parent\":{}}],[\"supportssnapshotreads\",{\"_index\":984,\"name\":{\"2873\":{}},\"parent\":{}}],[\"system_command_collection\",{\"_index\":193,\"name\":{\"549\":{}},\"parent\":{}}],[\"system_index_collection\",{\"_index\":190,\"name\":{\"546\":{}},\"parent\":{}}],[\"system_js_collection\",{\"_index\":194,\"name\":{\"550\":{}},\"parent\":{}}],[\"system_namespace_collection\",{\"_index\":189,\"name\":{\"545\":{}},\"parent\":{}}],[\"system_profile_collection\",{\"_index\":191,\"name\":{\"547\":{}},\"parent\":{}}],[\"system_user_collection\",{\"_index\":192,\"name\":{\"548\":{}},\"parent\":{}}],[\"tags\",{\"_index\":283,\"name\":{\"872\":{},\"2827\":{}},\"parent\":{}}],[\"tagset\",{\"_index\":971,\"name\":{\"2850\":{}},\"parent\":{\"2851\":{}}}],[\"tailable\",{\"_index\":524,\"name\":{\"1531\":{},\"1549\":{},\"2259\":{}},\"parent\":{}}],[\"teardown\",{\"_index\":536,\"name\":{\"1584\":{}},\"parent\":{}}],[\"tenantid\",{\"_index\":553,\"name\":{\"1604\":{}},\"parent\":{}}],[\"text\",{\"_index\":743,\"name\":{\"1973\":{}},\"parent\":{}}],[\"textindexversion\",{\"_index\":828,\"name\":{\"2376\":{},\"2419\":{}},\"parent\":{}}],[\"time\",{\"_index\":307,\"name\":{\"919\":{},\"923\":{},\"927\":{},\"930\":{},\"936\":{},\"940\":{},\"943\":{},\"946\":{},\"950\":{},\"953\":{},\"957\":{}},\"parent\":{}}],[\"timefield\",{\"_index\":797,\"name\":{\"2161\":{}},\"parent\":{}}],[\"timeout\",{\"_index\":813,\"name\":{\"2258\":{}},\"parent\":{}}],[\"timeseries\",{\"_index\":789,\"name\":{\"2136\":{}},\"parent\":{}}],[\"timeseriescollectionoptions\",{\"_index\":796,\"name\":{\"2160\":{}},\"parent\":{\"2161\":{},\"2162\":{},\"2163\":{}}}],[\"tls\",{\"_index\":483,\"name\":{\"1433\":{},\"1472\":{},\"1745\":{},\"1829\":{},\"2806\":{},\"2897\":{}},\"parent\":{}}],[\"tlsallowinvalidcertificates\",{\"_index\":634,\"name\":{\"1751\":{},\"1858\":{}},\"parent\":{}}],[\"tlsallowinvalidhostnames\",{\"_index\":635,\"name\":{\"1752\":{},\"1859\":{}},\"parent\":{}}],[\"tlscafile\",{\"_index\":577,\"name\":{\"1642\":{},\"1750\":{}},\"parent\":{}}],[\"tlscertificatefile\",{\"_index\":633,\"name\":{\"1747\":{}},\"parent\":{}}],[\"tlscertificatekeyfile\",{\"_index\":575,\"name\":{\"1640\":{},\"1748\":{}},\"parent\":{}}],[\"tlscertificatekeyfilepassword\",{\"_index\":576,\"name\":{\"1641\":{},\"1749\":{}},\"parent\":{}}],[\"tlsinsecure\",{\"_index\":636,\"name\":{\"1753\":{},\"1860\":{}},\"parent\":{}}],[\"tlsoptions\",{\"_index\":573,\"name\":{\"1632\":{}},\"parent\":{}}],[\"to\",{\"_index\":436,\"name\":{\"1318\":{}},\"parent\":{}}],[\"toarray\",{\"_index\":95,\"name\":{\"387\":{},\"455\":{},\"619\":{},\"690\":{},\"735\":{}},\"parent\":{}}],[\"tobson\",{\"_index\":1020,\"name\":{\"2961\":{}},\"parent\":{}}],[\"tojson\",{\"_index\":271,\"name\":{\"854\":{},\"881\":{},\"1034\":{},\"1073\":{},\"1083\":{}},\"parent\":{}}],[\"topologyclosedevent\",{\"_index\":327,\"name\":{\"980\":{}},\"parent\":{\"981\":{}}}],[\"topologydescription\",{\"_index\":989,\"name\":{\"2916\":{}},\"parent\":{\"2917\":{},\"2918\":{},\"2919\":{},\"2920\":{},\"2921\":{},\"2922\":{},\"2923\":{},\"2924\":{},\"2925\":{},\"2926\":{},\"2927\":{},\"2928\":{},\"2929\":{},\"2930\":{},\"2931\":{},\"2932\":{}}}],[\"topologydescriptionchangedevent\",{\"_index\":328,\"name\":{\"982\":{}},\"parent\":{\"983\":{},\"984\":{},\"985\":{}}}],[\"topologydescriptionoptions\",{\"_index\":999,\"name\":{\"2933\":{}},\"parent\":{\"2934\":{},\"2935\":{}}}],[\"topologyevents\",{\"_index\":987,\"name\":{\"2876\":{}},\"parent\":{}}],[\"topologyid\",{\"_index\":319,\"name\":{\"960\":{},\"963\":{},\"978\":{},\"981\":{},\"983\":{},\"987\":{}},\"parent\":{}}],[\"topologyopeningevent\",{\"_index\":329,\"name\":{\"986\":{}},\"parent\":{\"987\":{}}}],[\"topologyoptions\",{\"_index\":988,\"name\":{\"2877\":{}},\"parent\":{\"2878\":{},\"2879\":{},\"2880\":{},\"2881\":{},\"2882\":{},\"2883\":{},\"2884\":{},\"2885\":{},\"2886\":{},\"2887\":{},\"2888\":{},\"2889\":{},\"2890\":{},\"2891\":{},\"2892\":{},\"2893\":{},\"2894\":{},\"2895\":{},\"2896\":{},\"2897\":{},\"2898\":{},\"2899\":{},\"2900\":{},\"2901\":{},\"2902\":{},\"2903\":{},\"2904\":{},\"2905\":{},\"2906\":{},\"2907\":{},\"2908\":{},\"2909\":{},\"2910\":{},\"2911\":{},\"2912\":{},\"2913\":{},\"2914\":{},\"2915\":{}}}],[\"topologytype\",{\"_index\":264,\"name\":{\"844\":{},\"845\":{}},\"parent\":{}}],[\"topologyversion\",{\"_index\":44,\"name\":{\"44\":{},\"54\":{},\"64\":{},\"74\":{},\"84\":{},\"94\":{},\"104\":{},\"114\":{},\"124\":{},\"134\":{},\"143\":{},\"154\":{},\"164\":{},\"174\":{},\"184\":{},\"194\":{},\"204\":{},\"214\":{},\"224\":{},\"234\":{},\"244\":{},\"254\":{},\"264\":{},\"274\":{},\"288\":{},\"299\":{},\"310\":{},\"320\":{},\"330\":{},\"340\":{},\"350\":{},\"365\":{},\"2829\":{},\"2852\":{}},\"parent\":{\"2853\":{},\"2854\":{}}}],[\"tostring\",{\"_index\":353,\"name\":{\"1035\":{},\"1074\":{},\"1084\":{},\"3065\":{},\"3071\":{}},\"parent\":{}}],[\"totalindexsize\",{\"_index\":883,\"name\":{\"2606\":{}},\"parent\":{}}],[\"totalsize\",{\"_index\":855,\"name\":{\"2526\":{},\"2618\":{}},\"parent\":{}}],[\"totalsizemb\",{\"_index\":856,\"name\":{\"2527\":{}},\"parent\":{}}],[\"transaction\",{\"_index\":1008,\"name\":{\"2946\":{},\"3001\":{}},\"parent\":{\"3002\":{},\"3003\":{},\"3004\":{},\"3005\":{},\"3006\":{},\"3007\":{},\"3008\":{}}}],[\"transactionoptions\",{\"_index\":1039,\"name\":{\"3009\":{}},\"parent\":{\"3010\":{},\"3011\":{},\"3012\":{},\"3013\":{},\"3014\":{},\"3015\":{},\"3016\":{},\"3017\":{},\"3018\":{},\"3019\":{},\"3020\":{},\"3021\":{},\"3022\":{},\"3023\":{},\"3024\":{},\"3025\":{},\"3026\":{},\"3027\":{}}}],[\"transform\",{\"_index\":531,\"name\":{\"1540\":{}},\"parent\":{}}],[\"translate\",{\"_index\":280,\"name\":{\"868\":{}},\"parent\":{}}],[\"truncate\",{\"_index\":931,\"name\":{\"2691\":{}},\"parent\":{}}],[\"truncatedarrays\",{\"_index\":450,\"name\":{\"1386\":{}},\"parent\":{}}],[\"trynext\",{\"_index\":93,\"name\":{\"384\":{},\"452\":{},\"616\":{},\"687\":{},\"732\":{},\"1162\":{}},\"parent\":{}}],[\"txnnumber\",{\"_index\":400,\"name\":{\"1185\":{},\"1192\":{},\"1199\":{},\"1209\":{},\"1221\":{},\"1236\":{},\"1243\":{},\"1250\":{},\"1261\":{},\"1271\":{},\"1312\":{},\"1325\":{},\"1335\":{},\"1344\":{},\"1352\":{},\"1364\":{},\"2991\":{}},\"parent\":{}}],[\"type\",{\"_index\":393,\"name\":{\"1157\":{},\"1488\":{},\"1925\":{},\"2475\":{},\"2823\":{},\"2918\":{},\"3037\":{}},\"parent\":{}}],[\"typedeventemitter\",{\"_index\":671,\"name\":{\"1879\":{}},\"parent\":{\"1880\":{},\"1881\":{},\"1882\":{},\"1883\":{},\"1884\":{},\"1885\":{},\"1886\":{},\"1887\":{},\"1888\":{},\"1889\":{},\"1890\":{},\"1891\":{},\"1892\":{},\"1893\":{},\"1894\":{},\"1895\":{}}}],[\"u\",{\"_index\":938,\"name\":{\"2747\":{}},\"parent\":{}}],[\"unique\",{\"_index\":778,\"name\":{\"2120\":{},\"2365\":{},\"2411\":{}},\"parent\":{}}],[\"unit\",{\"_index\":909,\"name\":{\"2666\":{}},\"parent\":{}}],[\"unorderedbulkoperation\",{\"_index\":384,\"name\":{\"1131\":{}},\"parent\":{\"1132\":{},\"1133\":{},\"1134\":{},\"1135\":{},\"1136\":{},\"1137\":{},\"1138\":{},\"1139\":{},\"1140\":{},\"1141\":{},\"1142\":{},\"1143\":{}}}],[\"unpinned\",{\"_index\":476,\"name\":{\"1423\":{}},\"parent\":{}}],[\"unref\",{\"_index\":206,\"name\":{\"578\":{}},\"parent\":{}}],[\"unwind\",{\"_index\":141,\"name\":{\"438\":{}},\"parent\":{}}],[\"update\",{\"_index\":185,\"name\":{\"541\":{},\"1055\":{},\"1062\":{},\"1107\":{},\"2682\":{},\"2692\":{}},\"parent\":{}}],[\"updated\",{\"_index\":927,\"name\":{\"2682\":{}},\"parent\":{}}],[\"updatedescription\",{\"_index\":443,\"name\":{\"1359\":{},\"1383\":{}},\"parent\":{\"1384\":{},\"1385\":{},\"1386\":{}}}],[\"updatedfields\",{\"_index\":448,\"name\":{\"1384\":{}},\"parent\":{}}],[\"updatefilter\",{\"_index\":752,\"name\":{\"1983\":{}},\"parent\":{}}],[\"updatemany\",{\"_index\":153,\"name\":{\"509\":{}},\"parent\":{}}],[\"updatemanymodel\",{\"_index\":362,\"name\":{\"1053\":{}},\"parent\":{\"1054\":{},\"1055\":{},\"1056\":{},\"1057\":{},\"1058\":{},\"1059\":{}}}],[\"updateone\",{\"_index\":151,\"name\":{\"507\":{},\"1108\":{}},\"parent\":{}}],[\"updateonemodel\",{\"_index\":364,\"name\":{\"1060\":{}},\"parent\":{\"1061\":{},\"1062\":{},\"1063\":{},\"1064\":{},\"1065\":{},\"1066\":{}}}],[\"updateoptions\",{\"_index\":934,\"name\":{\"2716\":{}},\"parent\":{\"2717\":{},\"2718\":{},\"2719\":{},\"2720\":{},\"2721\":{},\"2722\":{},\"2723\":{},\"2724\":{},\"2725\":{},\"2726\":{},\"2727\":{},\"2728\":{},\"2729\":{},\"2730\":{},\"2731\":{},\"2732\":{},\"2733\":{},\"2734\":{},\"2735\":{},\"2736\":{},\"2737\":{},\"2738\":{}}}],[\"updateresult\",{\"_index\":935,\"name\":{\"2739\":{}},\"parent\":{\"2740\":{},\"2741\":{},\"2742\":{},\"2743\":{},\"2744\":{}}}],[\"updatestatement\",{\"_index\":937,\"name\":{\"2745\":{}},\"parent\":{\"2746\":{},\"2747\":{},\"2748\":{},\"2749\":{},\"2750\":{},\"2751\":{},\"2752\":{}}}],[\"uploaddate\",{\"_index\":598,\"name\":{\"1683\":{}},\"parent\":{}}],[\"upsert\",{\"_index\":361,\"name\":{\"1052\":{},\"1059\":{},\"1066\":{},\"1112\":{},\"2318\":{},\"2344\":{},\"2698\":{},\"2721\":{},\"2748\":{}},\"parent\":{}}],[\"upserted\",{\"_index\":338,\"name\":{\"1001\":{}},\"parent\":{}}],[\"upsertedcount\",{\"_index\":36,\"name\":{\"36\":{},\"1015\":{},\"2743\":{}},\"parent\":{}}],[\"upsertedid\",{\"_index\":936,\"name\":{\"2744\":{}},\"parent\":{}}],[\"upsertedids\",{\"_index\":38,\"name\":{\"38\":{},\"1016\":{}},\"parent\":{}}],[\"userflags\",{\"_index\":882,\"name\":{\"2605\":{}},\"parent\":{}}],[\"username\",{\"_index\":459,\"name\":{\"1396\":{},\"1405\":{},\"1736\":{}},\"parent\":{}}],[\"uuid\",{\"_index\":846,\"name\":{\"2480\":{}},\"parent\":{}}],[\"validate\",{\"_index\":246,\"name\":{\"809\":{},\"1403\":{}},\"parent\":{}}],[\"validatecollection\",{\"_index\":127,\"name\":{\"420\":{}},\"parent\":{}}],[\"validatecollectionoptions\",{\"_index\":940,\"name\":{\"2753\":{}},\"parent\":{\"2754\":{},\"2755\":{},\"2756\":{},\"2757\":{},\"2758\":{},\"2759\":{},\"2760\":{},\"2761\":{},\"2762\":{},\"2763\":{},\"2764\":{},\"2765\":{},\"2766\":{},\"2767\":{},\"2768\":{},\"2769\":{},\"2770\":{},\"2771\":{}}}],[\"validationaction\",{\"_index\":786,\"name\":{\"2131\":{}},\"parent\":{}}],[\"validationlevel\",{\"_index\":785,\"name\":{\"2130\":{}},\"parent\":{}}],[\"validator\",{\"_index\":784,\"name\":{\"2129\":{}},\"parent\":{}}],[\"value\",{\"_index\":518,\"name\":{\"1516\":{},\"2680\":{},\"2682\":{}},\"parent\":{}}],[\"verbose\",{\"_index\":865,\"name\":{\"2542\":{}},\"parent\":{}}],[\"version\",{\"_index\":627,\"name\":{\"1740\":{},\"1866\":{},\"2372\":{},\"2406\":{},\"2669\":{},\"2671\":{},\"3034\":{},\"3040\":{},\"3042\":{},\"3050\":{}},\"parent\":{}}],[\"viewon\",{\"_index\":788,\"name\":{\"2133\":{}},\"parent\":{}}],[\"w\",{\"_index\":289,\"name\":{\"885\":{},\"1783\":{},\"3073\":{},\"3077\":{}},\"parent\":{}}],[\"waitqueuetimeoutms\",{\"_index\":505,\"name\":{\"1463\":{},\"1764\":{},\"1842\":{},\"2913\":{}},\"parent\":{}}],[\"warn\",{\"_index\":232,\"name\":{\"768\":{}},\"parent\":{}}],[\"watch\",{\"_index\":178,\"name\":{\"534\":{},\"579\":{},\"791\":{}},\"parent\":{}}],[\"weights\",{\"_index\":825,\"name\":{\"2373\":{},\"2416\":{}},\"parent\":{}}],[\"where\",{\"_index\":749,\"name\":{\"1979\":{}},\"parent\":{}}],[\"wildcardprojection\",{\"_index\":832,\"name\":{\"2382\":{},\"2423\":{}},\"parent\":{}}],[\"willretrywrite\",{\"_index\":18,\"name\":{\"18\":{},\"1301\":{},\"1566\":{},\"2000\":{},\"2029\":{},\"2057\":{},\"2082\":{},\"2110\":{},\"2153\":{},\"2179\":{},\"2207\":{},\"2226\":{},\"2245\":{},\"2283\":{},\"2305\":{},\"2330\":{},\"2356\":{},\"2394\":{},\"2438\":{},\"2463\":{},\"2496\":{},\"2517\":{},\"2554\":{},\"2566\":{},\"2586\":{},\"2632\":{},\"2651\":{},\"2709\":{},\"2732\":{},\"2765\":{},\"3023\":{}},\"parent\":{}}],[\"wiredtiger\",{\"_index\":888,\"name\":{\"2613\":{}},\"parent\":{}}],[\"wiredtigerdata\",{\"_index\":896,\"name\":{\"2658\":{}},\"parent\":{\"2659\":{},\"2660\":{},\"2661\":{},\"2672\":{},\"2673\":{},\"2674\":{},\"2675\":{},\"2676\":{},\"2677\":{},\"2693\":{}}}],[\"wiredtigerdata.__type\",{\"_index\":903,\"name\":{},\"parent\":{\"2662\":{},\"2663\":{},\"2664\":{},\"2665\":{},\"2666\":{},\"2667\":{},\"2668\":{},\"2669\":{},\"2670\":{},\"2671\":{},\"2678\":{},\"2679\":{},\"2680\":{},\"2681\":{},\"2682\":{},\"2683\":{},\"2684\":{},\"2685\":{},\"2686\":{},\"2687\":{},\"2688\":{},\"2689\":{},\"2690\":{},\"2691\":{},\"2692\":{}}}],[\"withcollection\",{\"_index\":1057,\"name\":{\"3072\":{}},\"parent\":{}}],[\"withid\",{\"_index\":753,\"name\":{\"1984\":{}},\"parent\":{}}],[\"withoutid\",{\"_index\":754,\"name\":{\"1985\":{}},\"parent\":{}}],[\"withreadconcern\",{\"_index\":99,\"name\":{\"391\":{},\"458\":{},\"622\":{},\"694\":{},\"739\":{}},\"parent\":{}}],[\"withreadpreference\",{\"_index\":98,\"name\":{\"390\":{},\"457\":{},\"621\":{},\"693\":{},\"738\":{}},\"parent\":{}}],[\"withsession\",{\"_index\":244,\"name\":{\"790\":{}},\"parent\":{}}],[\"withsessioncallback\",{\"_index\":667,\"name\":{\"1873\":{}},\"parent\":{\"1874\":{}}}],[\"withtransaction\",{\"_index\":1021,\"name\":{\"2962\":{}},\"parent\":{}}],[\"withtransactioncallback\",{\"_index\":1033,\"name\":{\"2997\":{}},\"parent\":{\"2998\":{}}}],[\"write\",{\"_index\":619,\"name\":{\"1715\":{}},\"parent\":{}}],[\"writeconcern\",{\"_index\":23,\"name\":{\"23\":{},\"502\":{},\"559\":{},\"782\":{},\"882\":{},\"1101\":{},\"1128\":{},\"1141\":{},\"1306\":{},\"1512\":{},\"1568\":{},\"1579\":{},\"1691\":{},\"1714\":{},\"1724\":{},\"1786\":{},\"1821\":{},\"2005\":{},\"2034\":{},\"2062\":{},\"2087\":{},\"2115\":{},\"2158\":{},\"2184\":{},\"2212\":{},\"2231\":{},\"2250\":{},\"2288\":{},\"2310\":{},\"2335\":{},\"2361\":{},\"2399\":{},\"2443\":{},\"2468\":{},\"2501\":{},\"2522\":{},\"2559\":{},\"2591\":{},\"2637\":{},\"2656\":{},\"2714\":{},\"2737\":{},\"2770\":{},\"3011\":{},\"3075\":{}},\"parent\":{\"883\":{},\"884\":{},\"885\":{},\"886\":{},\"887\":{},\"888\":{}}}],[\"writeconcernerror\",{\"_index\":40,\"name\":{\"40\":{},\"283\":{},\"361\":{},\"1067\":{}},\"parent\":{\"1068\":{},\"1069\":{},\"1070\":{},\"1071\":{},\"1072\":{},\"1073\":{},\"1074\":{}}}],[\"writeconcernerrordata\",{\"_index\":382,\"name\":{\"1115\":{}},\"parent\":{\"1116\":{},\"1117\":{},\"1118\":{}}}],[\"writeconcernerrors\",{\"_index\":332,\"name\":{\"994\":{}},\"parent\":{}}],[\"writeconcernoptions\",{\"_index\":1058,\"name\":{\"3074\":{}},\"parent\":{\"3075\":{}}}],[\"writeconcernsettings\",{\"_index\":1059,\"name\":{\"3076\":{}},\"parent\":{\"3077\":{},\"3078\":{},\"3079\":{},\"3080\":{},\"3081\":{},\"3082\":{}}}],[\"writeerror\",{\"_index\":365,\"name\":{\"1075\":{}},\"parent\":{\"1076\":{},\"1077\":{},\"1078\":{},\"1079\":{},\"1080\":{},\"1081\":{},\"1082\":{},\"1083\":{},\"1084\":{}}}],[\"writeerrors\",{\"_index\":29,\"name\":{\"29\":{},\"993\":{}},\"parent\":{}}],[\"wtimeout\",{\"_index\":290,\"name\":{\"886\":{},\"3081\":{}},\"parent\":{}}],[\"wtimeoutms\",{\"_index\":647,\"name\":{\"1784\":{},\"3078\":{}},\"parent\":{}}],[\"zlibcompressionlevel\",{\"_index\":512,\"name\":{\"1499\":{},\"1757\":{},\"1861\":{}},\"parent\":{}}]],\"pipeline\":[]}}"); \ No newline at end of file +window.searchData = JSON.parse("{\"kinds\":{\"32\":\"Variable\",\"128\":\"Class\",\"256\":\"Interface\",\"512\":\"Constructor\",\"1024\":\"Property\",\"2048\":\"Method\",\"65536\":\"Type literal\",\"262144\":\"Accessor\",\"4194304\":\"Type alias\",\"8388608\":\"Event\"},\"rows\":[{\"id\":0,\"kind\":32,\"name\":\"ObjectID\",\"url\":\"modules.html#ObjectID\",\"classes\":\"tsd-kind-variable\"},{\"id\":1,\"kind\":4194304,\"name\":\"AnyBulkWriteOperation\",\"url\":\"modules.html#AnyBulkWriteOperation\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":2,\"kind\":256,\"name\":\"BulkWriteOptions\",\"url\":\"interfaces/BulkWriteOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":3,\"kind\":1024,\"name\":\"bypassDocumentValidation\",\"url\":\"interfaces/BulkWriteOptions.html#bypassDocumentValidation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BulkWriteOptions\"},{\"id\":4,\"kind\":1024,\"name\":\"ordered\",\"url\":\"interfaces/BulkWriteOptions.html#ordered\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BulkWriteOptions\"},{\"id\":5,\"kind\":1024,\"name\":\"keepGoing\",\"url\":\"interfaces/BulkWriteOptions.html#keepGoing\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BulkWriteOptions\"},{\"id\":6,\"kind\":1024,\"name\":\"forceServerObjectId\",\"url\":\"interfaces/BulkWriteOptions.html#forceServerObjectId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BulkWriteOptions\"},{\"id\":7,\"kind\":1024,\"name\":\"let\",\"url\":\"interfaces/BulkWriteOptions.html#let\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BulkWriteOptions\"},{\"id\":8,\"kind\":1024,\"name\":\"fullResponse\",\"url\":\"interfaces/BulkWriteOptions.html#fullResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"BulkWriteOptions\"},{\"id\":9,\"kind\":1024,\"name\":\"readConcern\",\"url\":\"interfaces/BulkWriteOptions.html#readConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"BulkWriteOptions\"},{\"id\":10,\"kind\":1024,\"name\":\"collation\",\"url\":\"interfaces/BulkWriteOptions.html#collation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"BulkWriteOptions\"},{\"id\":11,\"kind\":1024,\"name\":\"maxTimeMS\",\"url\":\"interfaces/BulkWriteOptions.html#maxTimeMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"BulkWriteOptions\"},{\"id\":12,\"kind\":1024,\"name\":\"comment\",\"url\":\"interfaces/BulkWriteOptions.html#comment\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"BulkWriteOptions\"},{\"id\":13,\"kind\":1024,\"name\":\"retryWrites\",\"url\":\"interfaces/BulkWriteOptions.html#retryWrites\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"BulkWriteOptions\"},{\"id\":14,\"kind\":1024,\"name\":\"dbName\",\"url\":\"interfaces/BulkWriteOptions.html#dbName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"BulkWriteOptions\"},{\"id\":15,\"kind\":1024,\"name\":\"authdb\",\"url\":\"interfaces/BulkWriteOptions.html#authdb\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"BulkWriteOptions\"},{\"id\":16,\"kind\":1024,\"name\":\"noResponse\",\"url\":\"interfaces/BulkWriteOptions.html#noResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"BulkWriteOptions\"},{\"id\":17,\"kind\":1024,\"name\":\"session\",\"url\":\"interfaces/BulkWriteOptions.html#session\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"BulkWriteOptions\"},{\"id\":18,\"kind\":1024,\"name\":\"willRetryWrite\",\"url\":\"interfaces/BulkWriteOptions.html#willRetryWrite\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"BulkWriteOptions\"},{\"id\":19,\"kind\":1024,\"name\":\"readPreference\",\"url\":\"interfaces/BulkWriteOptions.html#readPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"BulkWriteOptions\"},{\"id\":20,\"kind\":1024,\"name\":\"omitReadPreference\",\"url\":\"interfaces/BulkWriteOptions.html#omitReadPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"BulkWriteOptions\"},{\"id\":21,\"kind\":1024,\"name\":\"raw\",\"url\":\"interfaces/BulkWriteOptions.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"BulkWriteOptions\"},{\"id\":22,\"kind\":1024,\"name\":\"enableUtf8Validation\",\"url\":\"interfaces/BulkWriteOptions.html#enableUtf8Validation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"BulkWriteOptions\"},{\"id\":23,\"kind\":1024,\"name\":\"writeConcern\",\"url\":\"interfaces/BulkWriteOptions.html#writeConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"BulkWriteOptions\"},{\"id\":24,\"kind\":1024,\"name\":\"explain\",\"url\":\"interfaces/BulkWriteOptions.html#explain\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"BulkWriteOptions\"},{\"id\":25,\"kind\":128,\"name\":\"MongoBulkWriteError\",\"url\":\"classes/MongoBulkWriteError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":26,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/MongoBulkWriteError.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"MongoBulkWriteError\"},{\"id\":27,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MongoBulkWriteError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoBulkWriteError\"},{\"id\":28,\"kind\":1024,\"name\":\"result\",\"url\":\"classes/MongoBulkWriteError.html#result\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"MongoBulkWriteError\"},{\"id\":29,\"kind\":1024,\"name\":\"writeErrors\",\"url\":\"classes/MongoBulkWriteError.html#writeErrors\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"MongoBulkWriteError\"},{\"id\":30,\"kind\":1024,\"name\":\"err\",\"url\":\"classes/MongoBulkWriteError.html#err\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"MongoBulkWriteError\"},{\"id\":31,\"kind\":262144,\"name\":\"name\",\"url\":\"classes/MongoBulkWriteError.html#name\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoBulkWriteError\"},{\"id\":32,\"kind\":262144,\"name\":\"insertedCount\",\"url\":\"classes/MongoBulkWriteError.html#insertedCount\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"MongoBulkWriteError\"},{\"id\":33,\"kind\":262144,\"name\":\"matchedCount\",\"url\":\"classes/MongoBulkWriteError.html#matchedCount\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"MongoBulkWriteError\"},{\"id\":34,\"kind\":262144,\"name\":\"modifiedCount\",\"url\":\"classes/MongoBulkWriteError.html#modifiedCount\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"MongoBulkWriteError\"},{\"id\":35,\"kind\":262144,\"name\":\"deletedCount\",\"url\":\"classes/MongoBulkWriteError.html#deletedCount\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"MongoBulkWriteError\"},{\"id\":36,\"kind\":262144,\"name\":\"upsertedCount\",\"url\":\"classes/MongoBulkWriteError.html#upsertedCount\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"MongoBulkWriteError\"},{\"id\":37,\"kind\":262144,\"name\":\"insertedIds\",\"url\":\"classes/MongoBulkWriteError.html#insertedIds\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"MongoBulkWriteError\"},{\"id\":38,\"kind\":262144,\"name\":\"upsertedIds\",\"url\":\"classes/MongoBulkWriteError.html#upsertedIds\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"MongoBulkWriteError\"},{\"id\":39,\"kind\":1024,\"name\":\"codeName\",\"url\":\"classes/MongoBulkWriteError.html#codeName\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoBulkWriteError\"},{\"id\":40,\"kind\":1024,\"name\":\"writeConcernError\",\"url\":\"classes/MongoBulkWriteError.html#writeConcernError\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoBulkWriteError\"},{\"id\":41,\"kind\":1024,\"name\":\"errInfo\",\"url\":\"classes/MongoBulkWriteError.html#errInfo\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoBulkWriteError\"},{\"id\":42,\"kind\":1024,\"name\":\"ok\",\"url\":\"classes/MongoBulkWriteError.html#ok\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoBulkWriteError\"},{\"id\":43,\"kind\":1024,\"name\":\"code\",\"url\":\"classes/MongoBulkWriteError.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoBulkWriteError\"},{\"id\":44,\"kind\":1024,\"name\":\"topologyVersion\",\"url\":\"classes/MongoBulkWriteError.html#topologyVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoBulkWriteError\"},{\"id\":45,\"kind\":262144,\"name\":\"errmsg\",\"url\":\"classes/MongoBulkWriteError.html#errmsg\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoBulkWriteError\"},{\"id\":46,\"kind\":2048,\"name\":\"hasErrorLabel\",\"url\":\"classes/MongoBulkWriteError.html#hasErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoBulkWriteError\"},{\"id\":47,\"kind\":2048,\"name\":\"addErrorLabel\",\"url\":\"classes/MongoBulkWriteError.html#addErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoBulkWriteError\"},{\"id\":48,\"kind\":262144,\"name\":\"errorLabels\",\"url\":\"classes/MongoBulkWriteError.html#errorLabels\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoBulkWriteError\"},{\"id\":49,\"kind\":128,\"name\":\"MongoAPIError\",\"url\":\"classes/MongoAPIError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":50,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/MongoAPIError.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"MongoAPIError\"},{\"id\":51,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MongoAPIError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoAPIError\"},{\"id\":52,\"kind\":262144,\"name\":\"name\",\"url\":\"classes/MongoAPIError.html#name\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoAPIError\"},{\"id\":53,\"kind\":1024,\"name\":\"code\",\"url\":\"classes/MongoAPIError.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoAPIError\"},{\"id\":54,\"kind\":1024,\"name\":\"topologyVersion\",\"url\":\"classes/MongoAPIError.html#topologyVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoAPIError\"},{\"id\":55,\"kind\":262144,\"name\":\"errmsg\",\"url\":\"classes/MongoAPIError.html#errmsg\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoAPIError\"},{\"id\":56,\"kind\":2048,\"name\":\"hasErrorLabel\",\"url\":\"classes/MongoAPIError.html#hasErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoAPIError\"},{\"id\":57,\"kind\":2048,\"name\":\"addErrorLabel\",\"url\":\"classes/MongoAPIError.html#addErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoAPIError\"},{\"id\":58,\"kind\":262144,\"name\":\"errorLabels\",\"url\":\"classes/MongoAPIError.html#errorLabels\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoAPIError\"},{\"id\":59,\"kind\":128,\"name\":\"MongoAWSError\",\"url\":\"classes/MongoAWSError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":60,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/MongoAWSError.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"MongoAWSError\"},{\"id\":61,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MongoAWSError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoAWSError\"},{\"id\":62,\"kind\":262144,\"name\":\"name\",\"url\":\"classes/MongoAWSError.html#name\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoAWSError\"},{\"id\":63,\"kind\":1024,\"name\":\"code\",\"url\":\"classes/MongoAWSError.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoAWSError\"},{\"id\":64,\"kind\":1024,\"name\":\"topologyVersion\",\"url\":\"classes/MongoAWSError.html#topologyVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoAWSError\"},{\"id\":65,\"kind\":262144,\"name\":\"errmsg\",\"url\":\"classes/MongoAWSError.html#errmsg\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoAWSError\"},{\"id\":66,\"kind\":2048,\"name\":\"hasErrorLabel\",\"url\":\"classes/MongoAWSError.html#hasErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoAWSError\"},{\"id\":67,\"kind\":2048,\"name\":\"addErrorLabel\",\"url\":\"classes/MongoAWSError.html#addErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoAWSError\"},{\"id\":68,\"kind\":262144,\"name\":\"errorLabels\",\"url\":\"classes/MongoAWSError.html#errorLabels\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoAWSError\"},{\"id\":69,\"kind\":128,\"name\":\"MongoBatchReExecutionError\",\"url\":\"classes/MongoBatchReExecutionError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":70,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/MongoBatchReExecutionError.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"MongoBatchReExecutionError\"},{\"id\":71,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MongoBatchReExecutionError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoBatchReExecutionError\"},{\"id\":72,\"kind\":262144,\"name\":\"name\",\"url\":\"classes/MongoBatchReExecutionError.html#name\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoBatchReExecutionError\"},{\"id\":73,\"kind\":1024,\"name\":\"code\",\"url\":\"classes/MongoBatchReExecutionError.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoBatchReExecutionError\"},{\"id\":74,\"kind\":1024,\"name\":\"topologyVersion\",\"url\":\"classes/MongoBatchReExecutionError.html#topologyVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoBatchReExecutionError\"},{\"id\":75,\"kind\":262144,\"name\":\"errmsg\",\"url\":\"classes/MongoBatchReExecutionError.html#errmsg\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoBatchReExecutionError\"},{\"id\":76,\"kind\":2048,\"name\":\"hasErrorLabel\",\"url\":\"classes/MongoBatchReExecutionError.html#hasErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoBatchReExecutionError\"},{\"id\":77,\"kind\":2048,\"name\":\"addErrorLabel\",\"url\":\"classes/MongoBatchReExecutionError.html#addErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoBatchReExecutionError\"},{\"id\":78,\"kind\":262144,\"name\":\"errorLabels\",\"url\":\"classes/MongoBatchReExecutionError.html#errorLabels\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoBatchReExecutionError\"},{\"id\":79,\"kind\":128,\"name\":\"MongoChangeStreamError\",\"url\":\"classes/MongoChangeStreamError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":80,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/MongoChangeStreamError.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"MongoChangeStreamError\"},{\"id\":81,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MongoChangeStreamError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoChangeStreamError\"},{\"id\":82,\"kind\":262144,\"name\":\"name\",\"url\":\"classes/MongoChangeStreamError.html#name\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoChangeStreamError\"},{\"id\":83,\"kind\":1024,\"name\":\"code\",\"url\":\"classes/MongoChangeStreamError.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoChangeStreamError\"},{\"id\":84,\"kind\":1024,\"name\":\"topologyVersion\",\"url\":\"classes/MongoChangeStreamError.html#topologyVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoChangeStreamError\"},{\"id\":85,\"kind\":262144,\"name\":\"errmsg\",\"url\":\"classes/MongoChangeStreamError.html#errmsg\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoChangeStreamError\"},{\"id\":86,\"kind\":2048,\"name\":\"hasErrorLabel\",\"url\":\"classes/MongoChangeStreamError.html#hasErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoChangeStreamError\"},{\"id\":87,\"kind\":2048,\"name\":\"addErrorLabel\",\"url\":\"classes/MongoChangeStreamError.html#addErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoChangeStreamError\"},{\"id\":88,\"kind\":262144,\"name\":\"errorLabels\",\"url\":\"classes/MongoChangeStreamError.html#errorLabels\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoChangeStreamError\"},{\"id\":89,\"kind\":128,\"name\":\"MongoCompatibilityError\",\"url\":\"classes/MongoCompatibilityError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":90,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/MongoCompatibilityError.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"MongoCompatibilityError\"},{\"id\":91,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MongoCompatibilityError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoCompatibilityError\"},{\"id\":92,\"kind\":262144,\"name\":\"name\",\"url\":\"classes/MongoCompatibilityError.html#name\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoCompatibilityError\"},{\"id\":93,\"kind\":1024,\"name\":\"code\",\"url\":\"classes/MongoCompatibilityError.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoCompatibilityError\"},{\"id\":94,\"kind\":1024,\"name\":\"topologyVersion\",\"url\":\"classes/MongoCompatibilityError.html#topologyVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoCompatibilityError\"},{\"id\":95,\"kind\":262144,\"name\":\"errmsg\",\"url\":\"classes/MongoCompatibilityError.html#errmsg\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoCompatibilityError\"},{\"id\":96,\"kind\":2048,\"name\":\"hasErrorLabel\",\"url\":\"classes/MongoCompatibilityError.html#hasErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoCompatibilityError\"},{\"id\":97,\"kind\":2048,\"name\":\"addErrorLabel\",\"url\":\"classes/MongoCompatibilityError.html#addErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoCompatibilityError\"},{\"id\":98,\"kind\":262144,\"name\":\"errorLabels\",\"url\":\"classes/MongoCompatibilityError.html#errorLabels\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoCompatibilityError\"},{\"id\":99,\"kind\":128,\"name\":\"MongoCursorExhaustedError\",\"url\":\"classes/MongoCursorExhaustedError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":100,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/MongoCursorExhaustedError.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"MongoCursorExhaustedError\"},{\"id\":101,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MongoCursorExhaustedError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoCursorExhaustedError\"},{\"id\":102,\"kind\":262144,\"name\":\"name\",\"url\":\"classes/MongoCursorExhaustedError.html#name\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoCursorExhaustedError\"},{\"id\":103,\"kind\":1024,\"name\":\"code\",\"url\":\"classes/MongoCursorExhaustedError.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoCursorExhaustedError\"},{\"id\":104,\"kind\":1024,\"name\":\"topologyVersion\",\"url\":\"classes/MongoCursorExhaustedError.html#topologyVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoCursorExhaustedError\"},{\"id\":105,\"kind\":262144,\"name\":\"errmsg\",\"url\":\"classes/MongoCursorExhaustedError.html#errmsg\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoCursorExhaustedError\"},{\"id\":106,\"kind\":2048,\"name\":\"hasErrorLabel\",\"url\":\"classes/MongoCursorExhaustedError.html#hasErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoCursorExhaustedError\"},{\"id\":107,\"kind\":2048,\"name\":\"addErrorLabel\",\"url\":\"classes/MongoCursorExhaustedError.html#addErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoCursorExhaustedError\"},{\"id\":108,\"kind\":262144,\"name\":\"errorLabels\",\"url\":\"classes/MongoCursorExhaustedError.html#errorLabels\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoCursorExhaustedError\"},{\"id\":109,\"kind\":128,\"name\":\"MongoCursorInUseError\",\"url\":\"classes/MongoCursorInUseError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":110,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/MongoCursorInUseError.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"MongoCursorInUseError\"},{\"id\":111,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MongoCursorInUseError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoCursorInUseError\"},{\"id\":112,\"kind\":262144,\"name\":\"name\",\"url\":\"classes/MongoCursorInUseError.html#name\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoCursorInUseError\"},{\"id\":113,\"kind\":1024,\"name\":\"code\",\"url\":\"classes/MongoCursorInUseError.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoCursorInUseError\"},{\"id\":114,\"kind\":1024,\"name\":\"topologyVersion\",\"url\":\"classes/MongoCursorInUseError.html#topologyVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoCursorInUseError\"},{\"id\":115,\"kind\":262144,\"name\":\"errmsg\",\"url\":\"classes/MongoCursorInUseError.html#errmsg\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoCursorInUseError\"},{\"id\":116,\"kind\":2048,\"name\":\"hasErrorLabel\",\"url\":\"classes/MongoCursorInUseError.html#hasErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoCursorInUseError\"},{\"id\":117,\"kind\":2048,\"name\":\"addErrorLabel\",\"url\":\"classes/MongoCursorInUseError.html#addErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoCursorInUseError\"},{\"id\":118,\"kind\":262144,\"name\":\"errorLabels\",\"url\":\"classes/MongoCursorInUseError.html#errorLabels\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoCursorInUseError\"},{\"id\":119,\"kind\":128,\"name\":\"MongoDecompressionError\",\"url\":\"classes/MongoDecompressionError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":120,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/MongoDecompressionError.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"MongoDecompressionError\"},{\"id\":121,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MongoDecompressionError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoDecompressionError\"},{\"id\":122,\"kind\":262144,\"name\":\"name\",\"url\":\"classes/MongoDecompressionError.html#name\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoDecompressionError\"},{\"id\":123,\"kind\":1024,\"name\":\"code\",\"url\":\"classes/MongoDecompressionError.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoDecompressionError\"},{\"id\":124,\"kind\":1024,\"name\":\"topologyVersion\",\"url\":\"classes/MongoDecompressionError.html#topologyVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoDecompressionError\"},{\"id\":125,\"kind\":262144,\"name\":\"errmsg\",\"url\":\"classes/MongoDecompressionError.html#errmsg\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoDecompressionError\"},{\"id\":126,\"kind\":2048,\"name\":\"hasErrorLabel\",\"url\":\"classes/MongoDecompressionError.html#hasErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoDecompressionError\"},{\"id\":127,\"kind\":2048,\"name\":\"addErrorLabel\",\"url\":\"classes/MongoDecompressionError.html#addErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoDecompressionError\"},{\"id\":128,\"kind\":262144,\"name\":\"errorLabels\",\"url\":\"classes/MongoDecompressionError.html#errorLabels\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoDecompressionError\"},{\"id\":129,\"kind\":128,\"name\":\"MongoDriverError\",\"url\":\"classes/MongoDriverError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":130,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/MongoDriverError.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"MongoDriverError\"},{\"id\":131,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MongoDriverError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoDriverError\"},{\"id\":132,\"kind\":262144,\"name\":\"name\",\"url\":\"classes/MongoDriverError.html#name\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoDriverError\"},{\"id\":133,\"kind\":1024,\"name\":\"code\",\"url\":\"classes/MongoDriverError.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoDriverError\"},{\"id\":134,\"kind\":1024,\"name\":\"topologyVersion\",\"url\":\"classes/MongoDriverError.html#topologyVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoDriverError\"},{\"id\":135,\"kind\":262144,\"name\":\"errmsg\",\"url\":\"classes/MongoDriverError.html#errmsg\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoDriverError\"},{\"id\":136,\"kind\":2048,\"name\":\"hasErrorLabel\",\"url\":\"classes/MongoDriverError.html#hasErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoDriverError\"},{\"id\":137,\"kind\":2048,\"name\":\"addErrorLabel\",\"url\":\"classes/MongoDriverError.html#addErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoDriverError\"},{\"id\":138,\"kind\":262144,\"name\":\"errorLabels\",\"url\":\"classes/MongoDriverError.html#errorLabels\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoDriverError\"},{\"id\":139,\"kind\":128,\"name\":\"MongoError\",\"url\":\"classes/MongoError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":140,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/MongoError.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"MongoError\"},{\"id\":141,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MongoError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoError\"},{\"id\":142,\"kind\":1024,\"name\":\"code\",\"url\":\"classes/MongoError.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"MongoError\"},{\"id\":143,\"kind\":1024,\"name\":\"topologyVersion\",\"url\":\"classes/MongoError.html#topologyVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"MongoError\"},{\"id\":144,\"kind\":262144,\"name\":\"name\",\"url\":\"classes/MongoError.html#name\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoError\"},{\"id\":145,\"kind\":262144,\"name\":\"errmsg\",\"url\":\"classes/MongoError.html#errmsg\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"MongoError\"},{\"id\":146,\"kind\":2048,\"name\":\"hasErrorLabel\",\"url\":\"classes/MongoError.html#hasErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MongoError\"},{\"id\":147,\"kind\":2048,\"name\":\"addErrorLabel\",\"url\":\"classes/MongoError.html#addErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MongoError\"},{\"id\":148,\"kind\":262144,\"name\":\"errorLabels\",\"url\":\"classes/MongoError.html#errorLabels\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"MongoError\"},{\"id\":149,\"kind\":128,\"name\":\"MongoExpiredSessionError\",\"url\":\"classes/MongoExpiredSessionError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":150,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/MongoExpiredSessionError.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"MongoExpiredSessionError\"},{\"id\":151,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MongoExpiredSessionError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoExpiredSessionError\"},{\"id\":152,\"kind\":262144,\"name\":\"name\",\"url\":\"classes/MongoExpiredSessionError.html#name\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoExpiredSessionError\"},{\"id\":153,\"kind\":1024,\"name\":\"code\",\"url\":\"classes/MongoExpiredSessionError.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoExpiredSessionError\"},{\"id\":154,\"kind\":1024,\"name\":\"topologyVersion\",\"url\":\"classes/MongoExpiredSessionError.html#topologyVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoExpiredSessionError\"},{\"id\":155,\"kind\":262144,\"name\":\"errmsg\",\"url\":\"classes/MongoExpiredSessionError.html#errmsg\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoExpiredSessionError\"},{\"id\":156,\"kind\":2048,\"name\":\"hasErrorLabel\",\"url\":\"classes/MongoExpiredSessionError.html#hasErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoExpiredSessionError\"},{\"id\":157,\"kind\":2048,\"name\":\"addErrorLabel\",\"url\":\"classes/MongoExpiredSessionError.html#addErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoExpiredSessionError\"},{\"id\":158,\"kind\":262144,\"name\":\"errorLabels\",\"url\":\"classes/MongoExpiredSessionError.html#errorLabels\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoExpiredSessionError\"},{\"id\":159,\"kind\":128,\"name\":\"MongoGridFSChunkError\",\"url\":\"classes/MongoGridFSChunkError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":160,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/MongoGridFSChunkError.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"MongoGridFSChunkError\"},{\"id\":161,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MongoGridFSChunkError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoGridFSChunkError\"},{\"id\":162,\"kind\":262144,\"name\":\"name\",\"url\":\"classes/MongoGridFSChunkError.html#name\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoGridFSChunkError\"},{\"id\":163,\"kind\":1024,\"name\":\"code\",\"url\":\"classes/MongoGridFSChunkError.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoGridFSChunkError\"},{\"id\":164,\"kind\":1024,\"name\":\"topologyVersion\",\"url\":\"classes/MongoGridFSChunkError.html#topologyVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoGridFSChunkError\"},{\"id\":165,\"kind\":262144,\"name\":\"errmsg\",\"url\":\"classes/MongoGridFSChunkError.html#errmsg\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoGridFSChunkError\"},{\"id\":166,\"kind\":2048,\"name\":\"hasErrorLabel\",\"url\":\"classes/MongoGridFSChunkError.html#hasErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoGridFSChunkError\"},{\"id\":167,\"kind\":2048,\"name\":\"addErrorLabel\",\"url\":\"classes/MongoGridFSChunkError.html#addErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoGridFSChunkError\"},{\"id\":168,\"kind\":262144,\"name\":\"errorLabels\",\"url\":\"classes/MongoGridFSChunkError.html#errorLabels\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoGridFSChunkError\"},{\"id\":169,\"kind\":128,\"name\":\"MongoGridFSStreamError\",\"url\":\"classes/MongoGridFSStreamError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":170,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/MongoGridFSStreamError.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"MongoGridFSStreamError\"},{\"id\":171,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MongoGridFSStreamError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoGridFSStreamError\"},{\"id\":172,\"kind\":262144,\"name\":\"name\",\"url\":\"classes/MongoGridFSStreamError.html#name\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoGridFSStreamError\"},{\"id\":173,\"kind\":1024,\"name\":\"code\",\"url\":\"classes/MongoGridFSStreamError.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoGridFSStreamError\"},{\"id\":174,\"kind\":1024,\"name\":\"topologyVersion\",\"url\":\"classes/MongoGridFSStreamError.html#topologyVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoGridFSStreamError\"},{\"id\":175,\"kind\":262144,\"name\":\"errmsg\",\"url\":\"classes/MongoGridFSStreamError.html#errmsg\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoGridFSStreamError\"},{\"id\":176,\"kind\":2048,\"name\":\"hasErrorLabel\",\"url\":\"classes/MongoGridFSStreamError.html#hasErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoGridFSStreamError\"},{\"id\":177,\"kind\":2048,\"name\":\"addErrorLabel\",\"url\":\"classes/MongoGridFSStreamError.html#addErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoGridFSStreamError\"},{\"id\":178,\"kind\":262144,\"name\":\"errorLabels\",\"url\":\"classes/MongoGridFSStreamError.html#errorLabels\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoGridFSStreamError\"},{\"id\":179,\"kind\":128,\"name\":\"MongoInvalidArgumentError\",\"url\":\"classes/MongoInvalidArgumentError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":180,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/MongoInvalidArgumentError.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"MongoInvalidArgumentError\"},{\"id\":181,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MongoInvalidArgumentError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoInvalidArgumentError\"},{\"id\":182,\"kind\":262144,\"name\":\"name\",\"url\":\"classes/MongoInvalidArgumentError.html#name\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoInvalidArgumentError\"},{\"id\":183,\"kind\":1024,\"name\":\"code\",\"url\":\"classes/MongoInvalidArgumentError.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoInvalidArgumentError\"},{\"id\":184,\"kind\":1024,\"name\":\"topologyVersion\",\"url\":\"classes/MongoInvalidArgumentError.html#topologyVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoInvalidArgumentError\"},{\"id\":185,\"kind\":262144,\"name\":\"errmsg\",\"url\":\"classes/MongoInvalidArgumentError.html#errmsg\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoInvalidArgumentError\"},{\"id\":186,\"kind\":2048,\"name\":\"hasErrorLabel\",\"url\":\"classes/MongoInvalidArgumentError.html#hasErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoInvalidArgumentError\"},{\"id\":187,\"kind\":2048,\"name\":\"addErrorLabel\",\"url\":\"classes/MongoInvalidArgumentError.html#addErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoInvalidArgumentError\"},{\"id\":188,\"kind\":262144,\"name\":\"errorLabels\",\"url\":\"classes/MongoInvalidArgumentError.html#errorLabels\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoInvalidArgumentError\"},{\"id\":189,\"kind\":128,\"name\":\"MongoKerberosError\",\"url\":\"classes/MongoKerberosError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":190,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/MongoKerberosError.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"MongoKerberosError\"},{\"id\":191,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MongoKerberosError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoKerberosError\"},{\"id\":192,\"kind\":262144,\"name\":\"name\",\"url\":\"classes/MongoKerberosError.html#name\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoKerberosError\"},{\"id\":193,\"kind\":1024,\"name\":\"code\",\"url\":\"classes/MongoKerberosError.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoKerberosError\"},{\"id\":194,\"kind\":1024,\"name\":\"topologyVersion\",\"url\":\"classes/MongoKerberosError.html#topologyVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoKerberosError\"},{\"id\":195,\"kind\":262144,\"name\":\"errmsg\",\"url\":\"classes/MongoKerberosError.html#errmsg\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoKerberosError\"},{\"id\":196,\"kind\":2048,\"name\":\"hasErrorLabel\",\"url\":\"classes/MongoKerberosError.html#hasErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoKerberosError\"},{\"id\":197,\"kind\":2048,\"name\":\"addErrorLabel\",\"url\":\"classes/MongoKerberosError.html#addErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoKerberosError\"},{\"id\":198,\"kind\":262144,\"name\":\"errorLabels\",\"url\":\"classes/MongoKerberosError.html#errorLabels\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoKerberosError\"},{\"id\":199,\"kind\":128,\"name\":\"MongoMissingCredentialsError\",\"url\":\"classes/MongoMissingCredentialsError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":200,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/MongoMissingCredentialsError.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"MongoMissingCredentialsError\"},{\"id\":201,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MongoMissingCredentialsError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoMissingCredentialsError\"},{\"id\":202,\"kind\":262144,\"name\":\"name\",\"url\":\"classes/MongoMissingCredentialsError.html#name\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoMissingCredentialsError\"},{\"id\":203,\"kind\":1024,\"name\":\"code\",\"url\":\"classes/MongoMissingCredentialsError.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoMissingCredentialsError\"},{\"id\":204,\"kind\":1024,\"name\":\"topologyVersion\",\"url\":\"classes/MongoMissingCredentialsError.html#topologyVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoMissingCredentialsError\"},{\"id\":205,\"kind\":262144,\"name\":\"errmsg\",\"url\":\"classes/MongoMissingCredentialsError.html#errmsg\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoMissingCredentialsError\"},{\"id\":206,\"kind\":2048,\"name\":\"hasErrorLabel\",\"url\":\"classes/MongoMissingCredentialsError.html#hasErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoMissingCredentialsError\"},{\"id\":207,\"kind\":2048,\"name\":\"addErrorLabel\",\"url\":\"classes/MongoMissingCredentialsError.html#addErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoMissingCredentialsError\"},{\"id\":208,\"kind\":262144,\"name\":\"errorLabels\",\"url\":\"classes/MongoMissingCredentialsError.html#errorLabels\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoMissingCredentialsError\"},{\"id\":209,\"kind\":128,\"name\":\"MongoMissingDependencyError\",\"url\":\"classes/MongoMissingDependencyError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":210,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/MongoMissingDependencyError.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"MongoMissingDependencyError\"},{\"id\":211,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MongoMissingDependencyError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoMissingDependencyError\"},{\"id\":212,\"kind\":262144,\"name\":\"name\",\"url\":\"classes/MongoMissingDependencyError.html#name\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoMissingDependencyError\"},{\"id\":213,\"kind\":1024,\"name\":\"code\",\"url\":\"classes/MongoMissingDependencyError.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoMissingDependencyError\"},{\"id\":214,\"kind\":1024,\"name\":\"topologyVersion\",\"url\":\"classes/MongoMissingDependencyError.html#topologyVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoMissingDependencyError\"},{\"id\":215,\"kind\":262144,\"name\":\"errmsg\",\"url\":\"classes/MongoMissingDependencyError.html#errmsg\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoMissingDependencyError\"},{\"id\":216,\"kind\":2048,\"name\":\"hasErrorLabel\",\"url\":\"classes/MongoMissingDependencyError.html#hasErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoMissingDependencyError\"},{\"id\":217,\"kind\":2048,\"name\":\"addErrorLabel\",\"url\":\"classes/MongoMissingDependencyError.html#addErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoMissingDependencyError\"},{\"id\":218,\"kind\":262144,\"name\":\"errorLabels\",\"url\":\"classes/MongoMissingDependencyError.html#errorLabels\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoMissingDependencyError\"},{\"id\":219,\"kind\":128,\"name\":\"MongoNetworkError\",\"url\":\"classes/MongoNetworkError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":220,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/MongoNetworkError.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"MongoNetworkError\"},{\"id\":221,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MongoNetworkError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoNetworkError\"},{\"id\":222,\"kind\":262144,\"name\":\"name\",\"url\":\"classes/MongoNetworkError.html#name\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoNetworkError\"},{\"id\":223,\"kind\":1024,\"name\":\"code\",\"url\":\"classes/MongoNetworkError.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoNetworkError\"},{\"id\":224,\"kind\":1024,\"name\":\"topologyVersion\",\"url\":\"classes/MongoNetworkError.html#topologyVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoNetworkError\"},{\"id\":225,\"kind\":262144,\"name\":\"errmsg\",\"url\":\"classes/MongoNetworkError.html#errmsg\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoNetworkError\"},{\"id\":226,\"kind\":2048,\"name\":\"hasErrorLabel\",\"url\":\"classes/MongoNetworkError.html#hasErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoNetworkError\"},{\"id\":227,\"kind\":2048,\"name\":\"addErrorLabel\",\"url\":\"classes/MongoNetworkError.html#addErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoNetworkError\"},{\"id\":228,\"kind\":262144,\"name\":\"errorLabels\",\"url\":\"classes/MongoNetworkError.html#errorLabels\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoNetworkError\"},{\"id\":229,\"kind\":128,\"name\":\"MongoNetworkTimeoutError\",\"url\":\"classes/MongoNetworkTimeoutError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":230,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/MongoNetworkTimeoutError.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"MongoNetworkTimeoutError\"},{\"id\":231,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MongoNetworkTimeoutError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoNetworkTimeoutError\"},{\"id\":232,\"kind\":262144,\"name\":\"name\",\"url\":\"classes/MongoNetworkTimeoutError.html#name\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoNetworkTimeoutError\"},{\"id\":233,\"kind\":1024,\"name\":\"code\",\"url\":\"classes/MongoNetworkTimeoutError.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoNetworkTimeoutError\"},{\"id\":234,\"kind\":1024,\"name\":\"topologyVersion\",\"url\":\"classes/MongoNetworkTimeoutError.html#topologyVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoNetworkTimeoutError\"},{\"id\":235,\"kind\":262144,\"name\":\"errmsg\",\"url\":\"classes/MongoNetworkTimeoutError.html#errmsg\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoNetworkTimeoutError\"},{\"id\":236,\"kind\":2048,\"name\":\"hasErrorLabel\",\"url\":\"classes/MongoNetworkTimeoutError.html#hasErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoNetworkTimeoutError\"},{\"id\":237,\"kind\":2048,\"name\":\"addErrorLabel\",\"url\":\"classes/MongoNetworkTimeoutError.html#addErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoNetworkTimeoutError\"},{\"id\":238,\"kind\":262144,\"name\":\"errorLabels\",\"url\":\"classes/MongoNetworkTimeoutError.html#errorLabels\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoNetworkTimeoutError\"},{\"id\":239,\"kind\":128,\"name\":\"MongoNotConnectedError\",\"url\":\"classes/MongoNotConnectedError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":240,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/MongoNotConnectedError.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"MongoNotConnectedError\"},{\"id\":241,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MongoNotConnectedError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoNotConnectedError\"},{\"id\":242,\"kind\":262144,\"name\":\"name\",\"url\":\"classes/MongoNotConnectedError.html#name\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoNotConnectedError\"},{\"id\":243,\"kind\":1024,\"name\":\"code\",\"url\":\"classes/MongoNotConnectedError.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoNotConnectedError\"},{\"id\":244,\"kind\":1024,\"name\":\"topologyVersion\",\"url\":\"classes/MongoNotConnectedError.html#topologyVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoNotConnectedError\"},{\"id\":245,\"kind\":262144,\"name\":\"errmsg\",\"url\":\"classes/MongoNotConnectedError.html#errmsg\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoNotConnectedError\"},{\"id\":246,\"kind\":2048,\"name\":\"hasErrorLabel\",\"url\":\"classes/MongoNotConnectedError.html#hasErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoNotConnectedError\"},{\"id\":247,\"kind\":2048,\"name\":\"addErrorLabel\",\"url\":\"classes/MongoNotConnectedError.html#addErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoNotConnectedError\"},{\"id\":248,\"kind\":262144,\"name\":\"errorLabels\",\"url\":\"classes/MongoNotConnectedError.html#errorLabels\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoNotConnectedError\"},{\"id\":249,\"kind\":128,\"name\":\"MongoParseError\",\"url\":\"classes/MongoParseError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":250,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/MongoParseError.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"MongoParseError\"},{\"id\":251,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MongoParseError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoParseError\"},{\"id\":252,\"kind\":262144,\"name\":\"name\",\"url\":\"classes/MongoParseError.html#name\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoParseError\"},{\"id\":253,\"kind\":1024,\"name\":\"code\",\"url\":\"classes/MongoParseError.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoParseError\"},{\"id\":254,\"kind\":1024,\"name\":\"topologyVersion\",\"url\":\"classes/MongoParseError.html#topologyVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoParseError\"},{\"id\":255,\"kind\":262144,\"name\":\"errmsg\",\"url\":\"classes/MongoParseError.html#errmsg\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoParseError\"},{\"id\":256,\"kind\":2048,\"name\":\"hasErrorLabel\",\"url\":\"classes/MongoParseError.html#hasErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoParseError\"},{\"id\":257,\"kind\":2048,\"name\":\"addErrorLabel\",\"url\":\"classes/MongoParseError.html#addErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoParseError\"},{\"id\":258,\"kind\":262144,\"name\":\"errorLabels\",\"url\":\"classes/MongoParseError.html#errorLabels\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoParseError\"},{\"id\":259,\"kind\":128,\"name\":\"MongoRuntimeError\",\"url\":\"classes/MongoRuntimeError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":260,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/MongoRuntimeError.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"MongoRuntimeError\"},{\"id\":261,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MongoRuntimeError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoRuntimeError\"},{\"id\":262,\"kind\":262144,\"name\":\"name\",\"url\":\"classes/MongoRuntimeError.html#name\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoRuntimeError\"},{\"id\":263,\"kind\":1024,\"name\":\"code\",\"url\":\"classes/MongoRuntimeError.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoRuntimeError\"},{\"id\":264,\"kind\":1024,\"name\":\"topologyVersion\",\"url\":\"classes/MongoRuntimeError.html#topologyVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoRuntimeError\"},{\"id\":265,\"kind\":262144,\"name\":\"errmsg\",\"url\":\"classes/MongoRuntimeError.html#errmsg\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoRuntimeError\"},{\"id\":266,\"kind\":2048,\"name\":\"hasErrorLabel\",\"url\":\"classes/MongoRuntimeError.html#hasErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoRuntimeError\"},{\"id\":267,\"kind\":2048,\"name\":\"addErrorLabel\",\"url\":\"classes/MongoRuntimeError.html#addErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoRuntimeError\"},{\"id\":268,\"kind\":262144,\"name\":\"errorLabels\",\"url\":\"classes/MongoRuntimeError.html#errorLabels\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoRuntimeError\"},{\"id\":269,\"kind\":128,\"name\":\"MongoServerClosedError\",\"url\":\"classes/MongoServerClosedError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":270,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/MongoServerClosedError.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"MongoServerClosedError\"},{\"id\":271,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MongoServerClosedError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoServerClosedError\"},{\"id\":272,\"kind\":262144,\"name\":\"name\",\"url\":\"classes/MongoServerClosedError.html#name\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoServerClosedError\"},{\"id\":273,\"kind\":1024,\"name\":\"code\",\"url\":\"classes/MongoServerClosedError.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoServerClosedError\"},{\"id\":274,\"kind\":1024,\"name\":\"topologyVersion\",\"url\":\"classes/MongoServerClosedError.html#topologyVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoServerClosedError\"},{\"id\":275,\"kind\":262144,\"name\":\"errmsg\",\"url\":\"classes/MongoServerClosedError.html#errmsg\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoServerClosedError\"},{\"id\":276,\"kind\":2048,\"name\":\"hasErrorLabel\",\"url\":\"classes/MongoServerClosedError.html#hasErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoServerClosedError\"},{\"id\":277,\"kind\":2048,\"name\":\"addErrorLabel\",\"url\":\"classes/MongoServerClosedError.html#addErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoServerClosedError\"},{\"id\":278,\"kind\":262144,\"name\":\"errorLabels\",\"url\":\"classes/MongoServerClosedError.html#errorLabels\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoServerClosedError\"},{\"id\":279,\"kind\":128,\"name\":\"MongoServerError\",\"url\":\"classes/MongoServerError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":280,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/MongoServerError.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"MongoServerError\"},{\"id\":281,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MongoServerError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoServerError\"},{\"id\":282,\"kind\":1024,\"name\":\"codeName\",\"url\":\"classes/MongoServerError.html#codeName\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"MongoServerError\"},{\"id\":283,\"kind\":1024,\"name\":\"writeConcernError\",\"url\":\"classes/MongoServerError.html#writeConcernError\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"MongoServerError\"},{\"id\":284,\"kind\":1024,\"name\":\"errInfo\",\"url\":\"classes/MongoServerError.html#errInfo\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"MongoServerError\"},{\"id\":285,\"kind\":1024,\"name\":\"ok\",\"url\":\"classes/MongoServerError.html#ok\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"MongoServerError\"},{\"id\":286,\"kind\":262144,\"name\":\"name\",\"url\":\"classes/MongoServerError.html#name\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoServerError\"},{\"id\":287,\"kind\":1024,\"name\":\"code\",\"url\":\"classes/MongoServerError.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoServerError\"},{\"id\":288,\"kind\":1024,\"name\":\"topologyVersion\",\"url\":\"classes/MongoServerError.html#topologyVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoServerError\"},{\"id\":289,\"kind\":262144,\"name\":\"errmsg\",\"url\":\"classes/MongoServerError.html#errmsg\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoServerError\"},{\"id\":290,\"kind\":2048,\"name\":\"hasErrorLabel\",\"url\":\"classes/MongoServerError.html#hasErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoServerError\"},{\"id\":291,\"kind\":2048,\"name\":\"addErrorLabel\",\"url\":\"classes/MongoServerError.html#addErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoServerError\"},{\"id\":292,\"kind\":262144,\"name\":\"errorLabels\",\"url\":\"classes/MongoServerError.html#errorLabels\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoServerError\"},{\"id\":293,\"kind\":128,\"name\":\"MongoServerSelectionError\",\"url\":\"classes/MongoServerSelectionError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":294,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/MongoServerSelectionError.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"MongoServerSelectionError\"},{\"id\":295,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MongoServerSelectionError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoServerSelectionError\"},{\"id\":296,\"kind\":262144,\"name\":\"name\",\"url\":\"classes/MongoServerSelectionError.html#name\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoServerSelectionError\"},{\"id\":297,\"kind\":1024,\"name\":\"reason\",\"url\":\"classes/MongoServerSelectionError.html#reason\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoServerSelectionError\"},{\"id\":298,\"kind\":1024,\"name\":\"code\",\"url\":\"classes/MongoServerSelectionError.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoServerSelectionError\"},{\"id\":299,\"kind\":1024,\"name\":\"topologyVersion\",\"url\":\"classes/MongoServerSelectionError.html#topologyVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoServerSelectionError\"},{\"id\":300,\"kind\":262144,\"name\":\"errmsg\",\"url\":\"classes/MongoServerSelectionError.html#errmsg\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoServerSelectionError\"},{\"id\":301,\"kind\":2048,\"name\":\"hasErrorLabel\",\"url\":\"classes/MongoServerSelectionError.html#hasErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoServerSelectionError\"},{\"id\":302,\"kind\":2048,\"name\":\"addErrorLabel\",\"url\":\"classes/MongoServerSelectionError.html#addErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoServerSelectionError\"},{\"id\":303,\"kind\":262144,\"name\":\"errorLabels\",\"url\":\"classes/MongoServerSelectionError.html#errorLabels\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoServerSelectionError\"},{\"id\":304,\"kind\":128,\"name\":\"MongoSystemError\",\"url\":\"classes/MongoSystemError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":305,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/MongoSystemError.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"MongoSystemError\"},{\"id\":306,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MongoSystemError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoSystemError\"},{\"id\":307,\"kind\":1024,\"name\":\"reason\",\"url\":\"classes/MongoSystemError.html#reason\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"MongoSystemError\"},{\"id\":308,\"kind\":262144,\"name\":\"name\",\"url\":\"classes/MongoSystemError.html#name\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoSystemError\"},{\"id\":309,\"kind\":1024,\"name\":\"code\",\"url\":\"classes/MongoSystemError.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoSystemError\"},{\"id\":310,\"kind\":1024,\"name\":\"topologyVersion\",\"url\":\"classes/MongoSystemError.html#topologyVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoSystemError\"},{\"id\":311,\"kind\":262144,\"name\":\"errmsg\",\"url\":\"classes/MongoSystemError.html#errmsg\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoSystemError\"},{\"id\":312,\"kind\":2048,\"name\":\"hasErrorLabel\",\"url\":\"classes/MongoSystemError.html#hasErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoSystemError\"},{\"id\":313,\"kind\":2048,\"name\":\"addErrorLabel\",\"url\":\"classes/MongoSystemError.html#addErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoSystemError\"},{\"id\":314,\"kind\":262144,\"name\":\"errorLabels\",\"url\":\"classes/MongoSystemError.html#errorLabels\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoSystemError\"},{\"id\":315,\"kind\":128,\"name\":\"MongoTailableCursorError\",\"url\":\"classes/MongoTailableCursorError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":316,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/MongoTailableCursorError.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"MongoTailableCursorError\"},{\"id\":317,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MongoTailableCursorError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoTailableCursorError\"},{\"id\":318,\"kind\":262144,\"name\":\"name\",\"url\":\"classes/MongoTailableCursorError.html#name\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoTailableCursorError\"},{\"id\":319,\"kind\":1024,\"name\":\"code\",\"url\":\"classes/MongoTailableCursorError.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoTailableCursorError\"},{\"id\":320,\"kind\":1024,\"name\":\"topologyVersion\",\"url\":\"classes/MongoTailableCursorError.html#topologyVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoTailableCursorError\"},{\"id\":321,\"kind\":262144,\"name\":\"errmsg\",\"url\":\"classes/MongoTailableCursorError.html#errmsg\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoTailableCursorError\"},{\"id\":322,\"kind\":2048,\"name\":\"hasErrorLabel\",\"url\":\"classes/MongoTailableCursorError.html#hasErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoTailableCursorError\"},{\"id\":323,\"kind\":2048,\"name\":\"addErrorLabel\",\"url\":\"classes/MongoTailableCursorError.html#addErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoTailableCursorError\"},{\"id\":324,\"kind\":262144,\"name\":\"errorLabels\",\"url\":\"classes/MongoTailableCursorError.html#errorLabels\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoTailableCursorError\"},{\"id\":325,\"kind\":128,\"name\":\"MongoTopologyClosedError\",\"url\":\"classes/MongoTopologyClosedError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":326,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/MongoTopologyClosedError.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"MongoTopologyClosedError\"},{\"id\":327,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MongoTopologyClosedError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoTopologyClosedError\"},{\"id\":328,\"kind\":262144,\"name\":\"name\",\"url\":\"classes/MongoTopologyClosedError.html#name\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoTopologyClosedError\"},{\"id\":329,\"kind\":1024,\"name\":\"code\",\"url\":\"classes/MongoTopologyClosedError.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoTopologyClosedError\"},{\"id\":330,\"kind\":1024,\"name\":\"topologyVersion\",\"url\":\"classes/MongoTopologyClosedError.html#topologyVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoTopologyClosedError\"},{\"id\":331,\"kind\":262144,\"name\":\"errmsg\",\"url\":\"classes/MongoTopologyClosedError.html#errmsg\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoTopologyClosedError\"},{\"id\":332,\"kind\":2048,\"name\":\"hasErrorLabel\",\"url\":\"classes/MongoTopologyClosedError.html#hasErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoTopologyClosedError\"},{\"id\":333,\"kind\":2048,\"name\":\"addErrorLabel\",\"url\":\"classes/MongoTopologyClosedError.html#addErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoTopologyClosedError\"},{\"id\":334,\"kind\":262144,\"name\":\"errorLabels\",\"url\":\"classes/MongoTopologyClosedError.html#errorLabels\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoTopologyClosedError\"},{\"id\":335,\"kind\":128,\"name\":\"MongoTransactionError\",\"url\":\"classes/MongoTransactionError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":336,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/MongoTransactionError.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"MongoTransactionError\"},{\"id\":337,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MongoTransactionError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoTransactionError\"},{\"id\":338,\"kind\":262144,\"name\":\"name\",\"url\":\"classes/MongoTransactionError.html#name\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoTransactionError\"},{\"id\":339,\"kind\":1024,\"name\":\"code\",\"url\":\"classes/MongoTransactionError.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoTransactionError\"},{\"id\":340,\"kind\":1024,\"name\":\"topologyVersion\",\"url\":\"classes/MongoTransactionError.html#topologyVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoTransactionError\"},{\"id\":341,\"kind\":262144,\"name\":\"errmsg\",\"url\":\"classes/MongoTransactionError.html#errmsg\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoTransactionError\"},{\"id\":342,\"kind\":2048,\"name\":\"hasErrorLabel\",\"url\":\"classes/MongoTransactionError.html#hasErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoTransactionError\"},{\"id\":343,\"kind\":2048,\"name\":\"addErrorLabel\",\"url\":\"classes/MongoTransactionError.html#addErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoTransactionError\"},{\"id\":344,\"kind\":262144,\"name\":\"errorLabels\",\"url\":\"classes/MongoTransactionError.html#errorLabels\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoTransactionError\"},{\"id\":345,\"kind\":128,\"name\":\"MongoUnexpectedServerResponseError\",\"url\":\"classes/MongoUnexpectedServerResponseError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":346,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/MongoUnexpectedServerResponseError.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"MongoUnexpectedServerResponseError\"},{\"id\":347,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MongoUnexpectedServerResponseError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoUnexpectedServerResponseError\"},{\"id\":348,\"kind\":262144,\"name\":\"name\",\"url\":\"classes/MongoUnexpectedServerResponseError.html#name\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoUnexpectedServerResponseError\"},{\"id\":349,\"kind\":1024,\"name\":\"code\",\"url\":\"classes/MongoUnexpectedServerResponseError.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoUnexpectedServerResponseError\"},{\"id\":350,\"kind\":1024,\"name\":\"topologyVersion\",\"url\":\"classes/MongoUnexpectedServerResponseError.html#topologyVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoUnexpectedServerResponseError\"},{\"id\":351,\"kind\":262144,\"name\":\"errmsg\",\"url\":\"classes/MongoUnexpectedServerResponseError.html#errmsg\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoUnexpectedServerResponseError\"},{\"id\":352,\"kind\":2048,\"name\":\"hasErrorLabel\",\"url\":\"classes/MongoUnexpectedServerResponseError.html#hasErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoUnexpectedServerResponseError\"},{\"id\":353,\"kind\":2048,\"name\":\"addErrorLabel\",\"url\":\"classes/MongoUnexpectedServerResponseError.html#addErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoUnexpectedServerResponseError\"},{\"id\":354,\"kind\":262144,\"name\":\"errorLabels\",\"url\":\"classes/MongoUnexpectedServerResponseError.html#errorLabels\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoUnexpectedServerResponseError\"},{\"id\":355,\"kind\":128,\"name\":\"MongoWriteConcernError\",\"url\":\"classes/MongoWriteConcernError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":356,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/MongoWriteConcernError.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"MongoWriteConcernError\"},{\"id\":357,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MongoWriteConcernError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoWriteConcernError\"},{\"id\":358,\"kind\":1024,\"name\":\"result\",\"url\":\"classes/MongoWriteConcernError.html#result\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"MongoWriteConcernError\"},{\"id\":359,\"kind\":262144,\"name\":\"name\",\"url\":\"classes/MongoWriteConcernError.html#name\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoWriteConcernError\"},{\"id\":360,\"kind\":1024,\"name\":\"codeName\",\"url\":\"classes/MongoWriteConcernError.html#codeName\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoWriteConcernError\"},{\"id\":361,\"kind\":1024,\"name\":\"writeConcernError\",\"url\":\"classes/MongoWriteConcernError.html#writeConcernError\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoWriteConcernError\"},{\"id\":362,\"kind\":1024,\"name\":\"errInfo\",\"url\":\"classes/MongoWriteConcernError.html#errInfo\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoWriteConcernError\"},{\"id\":363,\"kind\":1024,\"name\":\"ok\",\"url\":\"classes/MongoWriteConcernError.html#ok\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoWriteConcernError\"},{\"id\":364,\"kind\":1024,\"name\":\"code\",\"url\":\"classes/MongoWriteConcernError.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoWriteConcernError\"},{\"id\":365,\"kind\":1024,\"name\":\"topologyVersion\",\"url\":\"classes/MongoWriteConcernError.html#topologyVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoWriteConcernError\"},{\"id\":366,\"kind\":262144,\"name\":\"errmsg\",\"url\":\"classes/MongoWriteConcernError.html#errmsg\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoWriteConcernError\"},{\"id\":367,\"kind\":2048,\"name\":\"hasErrorLabel\",\"url\":\"classes/MongoWriteConcernError.html#hasErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoWriteConcernError\"},{\"id\":368,\"kind\":2048,\"name\":\"addErrorLabel\",\"url\":\"classes/MongoWriteConcernError.html#addErrorLabel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoWriteConcernError\"},{\"id\":369,\"kind\":262144,\"name\":\"errorLabels\",\"url\":\"classes/MongoWriteConcernError.html#errorLabels\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoWriteConcernError\"},{\"id\":370,\"kind\":128,\"name\":\"AbstractCursor\",\"url\":\"classes/AbstractCursor.html\",\"classes\":\"tsd-kind-class tsd-has-type-parameter\"},{\"id\":371,\"kind\":8388608,\"name\":\"CLOSE\",\"url\":\"classes/AbstractCursor.html#CLOSE\",\"classes\":\"tsd-kind-event tsd-parent-kind-class tsd-is-static\",\"parent\":\"AbstractCursor\"},{\"id\":372,\"kind\":262144,\"name\":\"id\",\"url\":\"classes/AbstractCursor.html#id\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"AbstractCursor\"},{\"id\":373,\"kind\":262144,\"name\":\"namespace\",\"url\":\"classes/AbstractCursor.html#namespace\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"AbstractCursor\"},{\"id\":374,\"kind\":262144,\"name\":\"readPreference\",\"url\":\"classes/AbstractCursor.html#readPreference\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"AbstractCursor\"},{\"id\":375,\"kind\":262144,\"name\":\"readConcern\",\"url\":\"classes/AbstractCursor.html#readConcern\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"AbstractCursor\"},{\"id\":376,\"kind\":262144,\"name\":\"closed\",\"url\":\"classes/AbstractCursor.html#closed\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"AbstractCursor\"},{\"id\":377,\"kind\":262144,\"name\":\"killed\",\"url\":\"classes/AbstractCursor.html#killed\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"AbstractCursor\"},{\"id\":378,\"kind\":262144,\"name\":\"loadBalanced\",\"url\":\"classes/AbstractCursor.html#loadBalanced\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"AbstractCursor\"},{\"id\":379,\"kind\":2048,\"name\":\"bufferedCount\",\"url\":\"classes/AbstractCursor.html#bufferedCount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AbstractCursor\"},{\"id\":380,\"kind\":2048,\"name\":\"readBufferedDocuments\",\"url\":\"classes/AbstractCursor.html#readBufferedDocuments\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AbstractCursor\"},{\"id\":381,\"kind\":2048,\"name\":\"stream\",\"url\":\"classes/AbstractCursor.html#stream\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AbstractCursor\"},{\"id\":382,\"kind\":2048,\"name\":\"hasNext\",\"url\":\"classes/AbstractCursor.html#hasNext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AbstractCursor\"},{\"id\":383,\"kind\":2048,\"name\":\"next\",\"url\":\"classes/AbstractCursor.html#next\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AbstractCursor\"},{\"id\":384,\"kind\":2048,\"name\":\"tryNext\",\"url\":\"classes/AbstractCursor.html#tryNext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AbstractCursor\"},{\"id\":385,\"kind\":2048,\"name\":\"forEach\",\"url\":\"classes/AbstractCursor.html#forEach\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AbstractCursor\"},{\"id\":386,\"kind\":2048,\"name\":\"close\",\"url\":\"classes/AbstractCursor.html#close\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AbstractCursor\"},{\"id\":387,\"kind\":2048,\"name\":\"toArray\",\"url\":\"classes/AbstractCursor.html#toArray\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AbstractCursor\"},{\"id\":388,\"kind\":2048,\"name\":\"addCursorFlag\",\"url\":\"classes/AbstractCursor.html#addCursorFlag\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AbstractCursor\"},{\"id\":389,\"kind\":2048,\"name\":\"map\",\"url\":\"classes/AbstractCursor.html#map\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"AbstractCursor\"},{\"id\":390,\"kind\":2048,\"name\":\"withReadPreference\",\"url\":\"classes/AbstractCursor.html#withReadPreference\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AbstractCursor\"},{\"id\":391,\"kind\":2048,\"name\":\"withReadConcern\",\"url\":\"classes/AbstractCursor.html#withReadConcern\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AbstractCursor\"},{\"id\":392,\"kind\":2048,\"name\":\"maxTimeMS\",\"url\":\"classes/AbstractCursor.html#maxTimeMS\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AbstractCursor\"},{\"id\":393,\"kind\":2048,\"name\":\"batchSize\",\"url\":\"classes/AbstractCursor.html#batchSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AbstractCursor\"},{\"id\":394,\"kind\":2048,\"name\":\"rewind\",\"url\":\"classes/AbstractCursor.html#rewind\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AbstractCursor\"},{\"id\":395,\"kind\":2048,\"name\":\"clone\",\"url\":\"classes/AbstractCursor.html#clone\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AbstractCursor\"},{\"id\":396,\"kind\":2048,\"name\":\"[asyncIterator]\",\"url\":\"classes/AbstractCursor.html#_asyncIterator_\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AbstractCursor\"},{\"id\":397,\"kind\":2048,\"name\":\"addListener\",\"url\":\"classes/AbstractCursor.html#addListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"AbstractCursor\"},{\"id\":398,\"kind\":2048,\"name\":\"on\",\"url\":\"classes/AbstractCursor.html#on\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"AbstractCursor\"},{\"id\":399,\"kind\":2048,\"name\":\"once\",\"url\":\"classes/AbstractCursor.html#once\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"AbstractCursor\"},{\"id\":400,\"kind\":2048,\"name\":\"removeListener\",\"url\":\"classes/AbstractCursor.html#removeListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"AbstractCursor\"},{\"id\":401,\"kind\":2048,\"name\":\"off\",\"url\":\"classes/AbstractCursor.html#off\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"AbstractCursor\"},{\"id\":402,\"kind\":2048,\"name\":\"removeAllListeners\",\"url\":\"classes/AbstractCursor.html#removeAllListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"AbstractCursor\"},{\"id\":403,\"kind\":2048,\"name\":\"listeners\",\"url\":\"classes/AbstractCursor.html#listeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"AbstractCursor\"},{\"id\":404,\"kind\":2048,\"name\":\"rawListeners\",\"url\":\"classes/AbstractCursor.html#rawListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"AbstractCursor\"},{\"id\":405,\"kind\":2048,\"name\":\"emit\",\"url\":\"classes/AbstractCursor.html#emit\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"AbstractCursor\"},{\"id\":406,\"kind\":2048,\"name\":\"listenerCount\",\"url\":\"classes/AbstractCursor.html#listenerCount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"AbstractCursor\"},{\"id\":407,\"kind\":2048,\"name\":\"prependListener\",\"url\":\"classes/AbstractCursor.html#prependListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"AbstractCursor\"},{\"id\":408,\"kind\":2048,\"name\":\"prependOnceListener\",\"url\":\"classes/AbstractCursor.html#prependOnceListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"AbstractCursor\"},{\"id\":409,\"kind\":2048,\"name\":\"eventNames\",\"url\":\"classes/AbstractCursor.html#eventNames\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AbstractCursor\"},{\"id\":410,\"kind\":2048,\"name\":\"getMaxListeners\",\"url\":\"classes/AbstractCursor.html#getMaxListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AbstractCursor\"},{\"id\":411,\"kind\":2048,\"name\":\"setMaxListeners\",\"url\":\"classes/AbstractCursor.html#setMaxListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AbstractCursor\"},{\"id\":412,\"kind\":128,\"name\":\"Admin\",\"url\":\"classes/Admin.html\",\"classes\":\"tsd-kind-class\"},{\"id\":413,\"kind\":2048,\"name\":\"command\",\"url\":\"classes/Admin.html#command\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Admin\"},{\"id\":414,\"kind\":2048,\"name\":\"buildInfo\",\"url\":\"classes/Admin.html#buildInfo\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Admin\"},{\"id\":415,\"kind\":2048,\"name\":\"serverInfo\",\"url\":\"classes/Admin.html#serverInfo\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Admin\"},{\"id\":416,\"kind\":2048,\"name\":\"serverStatus\",\"url\":\"classes/Admin.html#serverStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Admin\"},{\"id\":417,\"kind\":2048,\"name\":\"ping\",\"url\":\"classes/Admin.html#ping\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Admin\"},{\"id\":418,\"kind\":2048,\"name\":\"addUser\",\"url\":\"classes/Admin.html#addUser\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Admin\"},{\"id\":419,\"kind\":2048,\"name\":\"removeUser\",\"url\":\"classes/Admin.html#removeUser\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Admin\"},{\"id\":420,\"kind\":2048,\"name\":\"validateCollection\",\"url\":\"classes/Admin.html#validateCollection\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Admin\"},{\"id\":421,\"kind\":2048,\"name\":\"listDatabases\",\"url\":\"classes/Admin.html#listDatabases\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Admin\"},{\"id\":422,\"kind\":2048,\"name\":\"replSetGetStatus\",\"url\":\"classes/Admin.html#replSetGetStatus\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Admin\"},{\"id\":423,\"kind\":128,\"name\":\"AggregationCursor\",\"url\":\"classes/AggregationCursor.html\",\"classes\":\"tsd-kind-class tsd-has-type-parameter\"},{\"id\":424,\"kind\":8388608,\"name\":\"CLOSE\",\"url\":\"classes/AggregationCursor.html#CLOSE\",\"classes\":\"tsd-kind-event tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"AggregationCursor\"},{\"id\":425,\"kind\":262144,\"name\":\"pipeline\",\"url\":\"classes/AggregationCursor.html#pipeline\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"AggregationCursor\"},{\"id\":426,\"kind\":2048,\"name\":\"clone\",\"url\":\"classes/AggregationCursor.html#clone\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"AggregationCursor\"},{\"id\":427,\"kind\":2048,\"name\":\"map\",\"url\":\"classes/AggregationCursor.html#map\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite\",\"parent\":\"AggregationCursor\"},{\"id\":428,\"kind\":2048,\"name\":\"explain\",\"url\":\"classes/AggregationCursor.html#explain\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AggregationCursor\"},{\"id\":429,\"kind\":2048,\"name\":\"group\",\"url\":\"classes/AggregationCursor.html#group\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"AggregationCursor\"},{\"id\":430,\"kind\":2048,\"name\":\"limit\",\"url\":\"classes/AggregationCursor.html#limit\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AggregationCursor\"},{\"id\":431,\"kind\":2048,\"name\":\"match\",\"url\":\"classes/AggregationCursor.html#match\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AggregationCursor\"},{\"id\":432,\"kind\":2048,\"name\":\"out\",\"url\":\"classes/AggregationCursor.html#out\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AggregationCursor\"},{\"id\":433,\"kind\":2048,\"name\":\"project\",\"url\":\"classes/AggregationCursor.html#project\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"AggregationCursor\"},{\"id\":434,\"kind\":2048,\"name\":\"lookup\",\"url\":\"classes/AggregationCursor.html#lookup\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AggregationCursor\"},{\"id\":435,\"kind\":2048,\"name\":\"redact\",\"url\":\"classes/AggregationCursor.html#redact\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AggregationCursor\"},{\"id\":436,\"kind\":2048,\"name\":\"skip\",\"url\":\"classes/AggregationCursor.html#skip\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AggregationCursor\"},{\"id\":437,\"kind\":2048,\"name\":\"sort\",\"url\":\"classes/AggregationCursor.html#sort\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AggregationCursor\"},{\"id\":438,\"kind\":2048,\"name\":\"unwind\",\"url\":\"classes/AggregationCursor.html#unwind\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AggregationCursor\"},{\"id\":439,\"kind\":2048,\"name\":\"geoNear\",\"url\":\"classes/AggregationCursor.html#geoNear\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"AggregationCursor\"},{\"id\":440,\"kind\":262144,\"name\":\"id\",\"url\":\"classes/AggregationCursor.html#id\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AggregationCursor\"},{\"id\":441,\"kind\":262144,\"name\":\"namespace\",\"url\":\"classes/AggregationCursor.html#namespace\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AggregationCursor\"},{\"id\":442,\"kind\":262144,\"name\":\"readPreference\",\"url\":\"classes/AggregationCursor.html#readPreference\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AggregationCursor\"},{\"id\":443,\"kind\":262144,\"name\":\"readConcern\",\"url\":\"classes/AggregationCursor.html#readConcern\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AggregationCursor\"},{\"id\":444,\"kind\":262144,\"name\":\"closed\",\"url\":\"classes/AggregationCursor.html#closed\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AggregationCursor\"},{\"id\":445,\"kind\":262144,\"name\":\"killed\",\"url\":\"classes/AggregationCursor.html#killed\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AggregationCursor\"},{\"id\":446,\"kind\":262144,\"name\":\"loadBalanced\",\"url\":\"classes/AggregationCursor.html#loadBalanced\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AggregationCursor\"},{\"id\":447,\"kind\":2048,\"name\":\"bufferedCount\",\"url\":\"classes/AggregationCursor.html#bufferedCount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AggregationCursor\"},{\"id\":448,\"kind\":2048,\"name\":\"readBufferedDocuments\",\"url\":\"classes/AggregationCursor.html#readBufferedDocuments\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AggregationCursor\"},{\"id\":449,\"kind\":2048,\"name\":\"stream\",\"url\":\"classes/AggregationCursor.html#stream\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AggregationCursor\"},{\"id\":450,\"kind\":2048,\"name\":\"hasNext\",\"url\":\"classes/AggregationCursor.html#hasNext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AggregationCursor\"},{\"id\":451,\"kind\":2048,\"name\":\"next\",\"url\":\"classes/AggregationCursor.html#next\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AggregationCursor\"},{\"id\":452,\"kind\":2048,\"name\":\"tryNext\",\"url\":\"classes/AggregationCursor.html#tryNext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AggregationCursor\"},{\"id\":453,\"kind\":2048,\"name\":\"forEach\",\"url\":\"classes/AggregationCursor.html#forEach\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AggregationCursor\"},{\"id\":454,\"kind\":2048,\"name\":\"close\",\"url\":\"classes/AggregationCursor.html#close\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AggregationCursor\"},{\"id\":455,\"kind\":2048,\"name\":\"toArray\",\"url\":\"classes/AggregationCursor.html#toArray\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AggregationCursor\"},{\"id\":456,\"kind\":2048,\"name\":\"addCursorFlag\",\"url\":\"classes/AggregationCursor.html#addCursorFlag\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AggregationCursor\"},{\"id\":457,\"kind\":2048,\"name\":\"withReadPreference\",\"url\":\"classes/AggregationCursor.html#withReadPreference\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AggregationCursor\"},{\"id\":458,\"kind\":2048,\"name\":\"withReadConcern\",\"url\":\"classes/AggregationCursor.html#withReadConcern\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AggregationCursor\"},{\"id\":459,\"kind\":2048,\"name\":\"maxTimeMS\",\"url\":\"classes/AggregationCursor.html#maxTimeMS\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AggregationCursor\"},{\"id\":460,\"kind\":2048,\"name\":\"batchSize\",\"url\":\"classes/AggregationCursor.html#batchSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AggregationCursor\"},{\"id\":461,\"kind\":2048,\"name\":\"rewind\",\"url\":\"classes/AggregationCursor.html#rewind\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AggregationCursor\"},{\"id\":462,\"kind\":2048,\"name\":\"[asyncIterator]\",\"url\":\"classes/AggregationCursor.html#_asyncIterator_\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AggregationCursor\"},{\"id\":463,\"kind\":2048,\"name\":\"addListener\",\"url\":\"classes/AggregationCursor.html#addListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"AggregationCursor\"},{\"id\":464,\"kind\":2048,\"name\":\"on\",\"url\":\"classes/AggregationCursor.html#on\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"AggregationCursor\"},{\"id\":465,\"kind\":2048,\"name\":\"once\",\"url\":\"classes/AggregationCursor.html#once\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"AggregationCursor\"},{\"id\":466,\"kind\":2048,\"name\":\"removeListener\",\"url\":\"classes/AggregationCursor.html#removeListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"AggregationCursor\"},{\"id\":467,\"kind\":2048,\"name\":\"off\",\"url\":\"classes/AggregationCursor.html#off\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"AggregationCursor\"},{\"id\":468,\"kind\":2048,\"name\":\"removeAllListeners\",\"url\":\"classes/AggregationCursor.html#removeAllListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"AggregationCursor\"},{\"id\":469,\"kind\":2048,\"name\":\"listeners\",\"url\":\"classes/AggregationCursor.html#listeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"AggregationCursor\"},{\"id\":470,\"kind\":2048,\"name\":\"rawListeners\",\"url\":\"classes/AggregationCursor.html#rawListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"AggregationCursor\"},{\"id\":471,\"kind\":2048,\"name\":\"emit\",\"url\":\"classes/AggregationCursor.html#emit\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"AggregationCursor\"},{\"id\":472,\"kind\":2048,\"name\":\"listenerCount\",\"url\":\"classes/AggregationCursor.html#listenerCount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"AggregationCursor\"},{\"id\":473,\"kind\":2048,\"name\":\"prependListener\",\"url\":\"classes/AggregationCursor.html#prependListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"AggregationCursor\"},{\"id\":474,\"kind\":2048,\"name\":\"prependOnceListener\",\"url\":\"classes/AggregationCursor.html#prependOnceListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"AggregationCursor\"},{\"id\":475,\"kind\":2048,\"name\":\"eventNames\",\"url\":\"classes/AggregationCursor.html#eventNames\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AggregationCursor\"},{\"id\":476,\"kind\":2048,\"name\":\"getMaxListeners\",\"url\":\"classes/AggregationCursor.html#getMaxListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AggregationCursor\"},{\"id\":477,\"kind\":2048,\"name\":\"setMaxListeners\",\"url\":\"classes/AggregationCursor.html#setMaxListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"AggregationCursor\"},{\"id\":478,\"kind\":128,\"name\":\"CancellationToken\",\"url\":\"classes/CancellationToken.html\",\"classes\":\"tsd-kind-class\"},{\"id\":479,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/CancellationToken.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"CancellationToken\"},{\"id\":480,\"kind\":2048,\"name\":\"addListener\",\"url\":\"classes/CancellationToken.html#addListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"CancellationToken\"},{\"id\":481,\"kind\":2048,\"name\":\"on\",\"url\":\"classes/CancellationToken.html#on\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"CancellationToken\"},{\"id\":482,\"kind\":2048,\"name\":\"once\",\"url\":\"classes/CancellationToken.html#once\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"CancellationToken\"},{\"id\":483,\"kind\":2048,\"name\":\"removeListener\",\"url\":\"classes/CancellationToken.html#removeListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"CancellationToken\"},{\"id\":484,\"kind\":2048,\"name\":\"off\",\"url\":\"classes/CancellationToken.html#off\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"CancellationToken\"},{\"id\":485,\"kind\":2048,\"name\":\"removeAllListeners\",\"url\":\"classes/CancellationToken.html#removeAllListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"CancellationToken\"},{\"id\":486,\"kind\":2048,\"name\":\"listeners\",\"url\":\"classes/CancellationToken.html#listeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"CancellationToken\"},{\"id\":487,\"kind\":2048,\"name\":\"rawListeners\",\"url\":\"classes/CancellationToken.html#rawListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"CancellationToken\"},{\"id\":488,\"kind\":2048,\"name\":\"emit\",\"url\":\"classes/CancellationToken.html#emit\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"CancellationToken\"},{\"id\":489,\"kind\":2048,\"name\":\"listenerCount\",\"url\":\"classes/CancellationToken.html#listenerCount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"CancellationToken\"},{\"id\":490,\"kind\":2048,\"name\":\"prependListener\",\"url\":\"classes/CancellationToken.html#prependListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"CancellationToken\"},{\"id\":491,\"kind\":2048,\"name\":\"prependOnceListener\",\"url\":\"classes/CancellationToken.html#prependOnceListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"CancellationToken\"},{\"id\":492,\"kind\":2048,\"name\":\"eventNames\",\"url\":\"classes/CancellationToken.html#eventNames\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"CancellationToken\"},{\"id\":493,\"kind\":2048,\"name\":\"getMaxListeners\",\"url\":\"classes/CancellationToken.html#getMaxListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"CancellationToken\"},{\"id\":494,\"kind\":2048,\"name\":\"setMaxListeners\",\"url\":\"classes/CancellationToken.html#setMaxListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"CancellationToken\"},{\"id\":495,\"kind\":128,\"name\":\"ChangeStream\",\"url\":\"classes/ChangeStream.html\",\"classes\":\"tsd-kind-class tsd-has-type-parameter\"},{\"id\":496,\"kind\":8388608,\"name\":\"RESPONSE\",\"url\":\"classes/ChangeStream.html#RESPONSE\",\"classes\":\"tsd-kind-event tsd-parent-kind-class tsd-is-static\",\"parent\":\"ChangeStream\"},{\"id\":497,\"kind\":8388608,\"name\":\"MORE\",\"url\":\"classes/ChangeStream.html#MORE\",\"classes\":\"tsd-kind-event tsd-parent-kind-class tsd-is-static\",\"parent\":\"ChangeStream\"},{\"id\":498,\"kind\":8388608,\"name\":\"INIT\",\"url\":\"classes/ChangeStream.html#INIT\",\"classes\":\"tsd-kind-event tsd-parent-kind-class tsd-is-static\",\"parent\":\"ChangeStream\"},{\"id\":499,\"kind\":8388608,\"name\":\"CLOSE\",\"url\":\"classes/ChangeStream.html#CLOSE\",\"classes\":\"tsd-kind-event tsd-parent-kind-class tsd-is-static\",\"parent\":\"ChangeStream\"},{\"id\":500,\"kind\":8388608,\"name\":\"CHANGE\",\"url\":\"classes/ChangeStream.html#CHANGE\",\"classes\":\"tsd-kind-event tsd-parent-kind-class tsd-is-static\",\"parent\":\"ChangeStream\"},{\"id\":501,\"kind\":8388608,\"name\":\"END\",\"url\":\"classes/ChangeStream.html#END\",\"classes\":\"tsd-kind-event tsd-parent-kind-class tsd-is-static\",\"parent\":\"ChangeStream\"},{\"id\":502,\"kind\":8388608,\"name\":\"ERROR\",\"url\":\"classes/ChangeStream.html#ERROR\",\"classes\":\"tsd-kind-event tsd-parent-kind-class tsd-is-static\",\"parent\":\"ChangeStream\"},{\"id\":503,\"kind\":8388608,\"name\":\"RESUME_TOKEN_CHANGED\",\"url\":\"classes/ChangeStream.html#RESUME_TOKEN_CHANGED\",\"classes\":\"tsd-kind-event tsd-parent-kind-class tsd-is-static\",\"parent\":\"ChangeStream\"},{\"id\":504,\"kind\":1024,\"name\":\"pipeline\",\"url\":\"classes/ChangeStream.html#pipeline\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ChangeStream\"},{\"id\":505,\"kind\":1024,\"name\":\"options\",\"url\":\"classes/ChangeStream.html#options\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ChangeStream\"},{\"id\":506,\"kind\":1024,\"name\":\"parent\",\"url\":\"classes/ChangeStream.html#parent\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ChangeStream\"},{\"id\":507,\"kind\":1024,\"name\":\"namespace\",\"url\":\"classes/ChangeStream.html#namespace\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ChangeStream\"},{\"id\":508,\"kind\":1024,\"name\":\"type\",\"url\":\"classes/ChangeStream.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ChangeStream\"},{\"id\":509,\"kind\":1024,\"name\":\"streamOptions\",\"url\":\"classes/ChangeStream.html#streamOptions\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ChangeStream\"},{\"id\":510,\"kind\":262144,\"name\":\"resumeToken\",\"url\":\"classes/ChangeStream.html#resumeToken\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"ChangeStream\"},{\"id\":511,\"kind\":2048,\"name\":\"hasNext\",\"url\":\"classes/ChangeStream.html#hasNext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ChangeStream\"},{\"id\":512,\"kind\":2048,\"name\":\"next\",\"url\":\"classes/ChangeStream.html#next\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ChangeStream\"},{\"id\":513,\"kind\":2048,\"name\":\"tryNext\",\"url\":\"classes/ChangeStream.html#tryNext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ChangeStream\"},{\"id\":514,\"kind\":262144,\"name\":\"closed\",\"url\":\"classes/ChangeStream.html#closed\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"ChangeStream\"},{\"id\":515,\"kind\":2048,\"name\":\"close\",\"url\":\"classes/ChangeStream.html#close\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ChangeStream\"},{\"id\":516,\"kind\":2048,\"name\":\"stream\",\"url\":\"classes/ChangeStream.html#stream\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ChangeStream\"},{\"id\":517,\"kind\":2048,\"name\":\"addListener\",\"url\":\"classes/ChangeStream.html#addListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ChangeStream\"},{\"id\":518,\"kind\":2048,\"name\":\"on\",\"url\":\"classes/ChangeStream.html#on\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ChangeStream\"},{\"id\":519,\"kind\":2048,\"name\":\"once\",\"url\":\"classes/ChangeStream.html#once\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ChangeStream\"},{\"id\":520,\"kind\":2048,\"name\":\"removeListener\",\"url\":\"classes/ChangeStream.html#removeListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ChangeStream\"},{\"id\":521,\"kind\":2048,\"name\":\"off\",\"url\":\"classes/ChangeStream.html#off\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ChangeStream\"},{\"id\":522,\"kind\":2048,\"name\":\"removeAllListeners\",\"url\":\"classes/ChangeStream.html#removeAllListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ChangeStream\"},{\"id\":523,\"kind\":2048,\"name\":\"listeners\",\"url\":\"classes/ChangeStream.html#listeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ChangeStream\"},{\"id\":524,\"kind\":2048,\"name\":\"rawListeners\",\"url\":\"classes/ChangeStream.html#rawListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ChangeStream\"},{\"id\":525,\"kind\":2048,\"name\":\"emit\",\"url\":\"classes/ChangeStream.html#emit\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ChangeStream\"},{\"id\":526,\"kind\":2048,\"name\":\"listenerCount\",\"url\":\"classes/ChangeStream.html#listenerCount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ChangeStream\"},{\"id\":527,\"kind\":2048,\"name\":\"prependListener\",\"url\":\"classes/ChangeStream.html#prependListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ChangeStream\"},{\"id\":528,\"kind\":2048,\"name\":\"prependOnceListener\",\"url\":\"classes/ChangeStream.html#prependOnceListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ChangeStream\"},{\"id\":529,\"kind\":2048,\"name\":\"eventNames\",\"url\":\"classes/ChangeStream.html#eventNames\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ChangeStream\"},{\"id\":530,\"kind\":2048,\"name\":\"getMaxListeners\",\"url\":\"classes/ChangeStream.html#getMaxListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ChangeStream\"},{\"id\":531,\"kind\":2048,\"name\":\"setMaxListeners\",\"url\":\"classes/ChangeStream.html#setMaxListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ChangeStream\"},{\"id\":532,\"kind\":128,\"name\":\"Collection\",\"url\":\"classes/Collection.html\",\"classes\":\"tsd-kind-class tsd-has-type-parameter\"},{\"id\":533,\"kind\":262144,\"name\":\"dbName\",\"url\":\"classes/Collection.html#dbName\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"Collection\"},{\"id\":534,\"kind\":262144,\"name\":\"collectionName\",\"url\":\"classes/Collection.html#collectionName\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"Collection\"},{\"id\":535,\"kind\":262144,\"name\":\"namespace\",\"url\":\"classes/Collection.html#namespace\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"Collection\"},{\"id\":536,\"kind\":262144,\"name\":\"readConcern\",\"url\":\"classes/Collection.html#readConcern\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"Collection\"},{\"id\":537,\"kind\":262144,\"name\":\"readPreference\",\"url\":\"classes/Collection.html#readPreference\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"Collection\"},{\"id\":538,\"kind\":262144,\"name\":\"bsonOptions\",\"url\":\"classes/Collection.html#bsonOptions\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"Collection\"},{\"id\":539,\"kind\":262144,\"name\":\"writeConcern\",\"url\":\"classes/Collection.html#writeConcern\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"Collection\"},{\"id\":540,\"kind\":262144,\"name\":\"hint\",\"url\":\"classes/Collection.html#hint\",\"classes\":\"tsd-kind-accessor tsd-parent-kind-class\",\"parent\":\"Collection\"},{\"id\":541,\"kind\":2048,\"name\":\"insertOne\",\"url\":\"classes/Collection.html#insertOne\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collection\"},{\"id\":542,\"kind\":2048,\"name\":\"insertMany\",\"url\":\"classes/Collection.html#insertMany\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collection\"},{\"id\":543,\"kind\":2048,\"name\":\"bulkWrite\",\"url\":\"classes/Collection.html#bulkWrite\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collection\"},{\"id\":544,\"kind\":2048,\"name\":\"updateOne\",\"url\":\"classes/Collection.html#updateOne\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collection\"},{\"id\":545,\"kind\":2048,\"name\":\"replaceOne\",\"url\":\"classes/Collection.html#replaceOne\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collection\"},{\"id\":546,\"kind\":2048,\"name\":\"updateMany\",\"url\":\"classes/Collection.html#updateMany\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collection\"},{\"id\":547,\"kind\":2048,\"name\":\"deleteOne\",\"url\":\"classes/Collection.html#deleteOne\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collection\"},{\"id\":548,\"kind\":2048,\"name\":\"deleteMany\",\"url\":\"classes/Collection.html#deleteMany\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collection\"},{\"id\":549,\"kind\":2048,\"name\":\"rename\",\"url\":\"classes/Collection.html#rename\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collection\"},{\"id\":550,\"kind\":2048,\"name\":\"drop\",\"url\":\"classes/Collection.html#drop\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collection\"},{\"id\":551,\"kind\":2048,\"name\":\"findOne\",\"url\":\"classes/Collection.html#findOne\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"Collection\"},{\"id\":552,\"kind\":2048,\"name\":\"find\",\"url\":\"classes/Collection.html#find\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"Collection\"},{\"id\":553,\"kind\":2048,\"name\":\"options\",\"url\":\"classes/Collection.html#options\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collection\"},{\"id\":554,\"kind\":2048,\"name\":\"isCapped\",\"url\":\"classes/Collection.html#isCapped\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collection\"},{\"id\":555,\"kind\":2048,\"name\":\"createIndex\",\"url\":\"classes/Collection.html#createIndex\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collection\"},{\"id\":556,\"kind\":2048,\"name\":\"createIndexes\",\"url\":\"classes/Collection.html#createIndexes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collection\"},{\"id\":557,\"kind\":2048,\"name\":\"dropIndex\",\"url\":\"classes/Collection.html#dropIndex\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collection\"},{\"id\":558,\"kind\":2048,\"name\":\"dropIndexes\",\"url\":\"classes/Collection.html#dropIndexes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collection\"},{\"id\":559,\"kind\":2048,\"name\":\"listIndexes\",\"url\":\"classes/Collection.html#listIndexes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collection\"},{\"id\":560,\"kind\":2048,\"name\":\"indexExists\",\"url\":\"classes/Collection.html#indexExists\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collection\"},{\"id\":561,\"kind\":2048,\"name\":\"indexInformation\",\"url\":\"classes/Collection.html#indexInformation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collection\"},{\"id\":562,\"kind\":2048,\"name\":\"estimatedDocumentCount\",\"url\":\"classes/Collection.html#estimatedDocumentCount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collection\"},{\"id\":563,\"kind\":2048,\"name\":\"countDocuments\",\"url\":\"classes/Collection.html#countDocuments\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collection\"},{\"id\":564,\"kind\":2048,\"name\":\"distinct\",\"url\":\"classes/Collection.html#distinct\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"Collection\"},{\"id\":565,\"kind\":2048,\"name\":\"indexes\",\"url\":\"classes/Collection.html#indexes\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collection\"},{\"id\":566,\"kind\":2048,\"name\":\"stats\",\"url\":\"classes/Collection.html#stats\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collection\"},{\"id\":567,\"kind\":2048,\"name\":\"findOneAndDelete\",\"url\":\"classes/Collection.html#findOneAndDelete\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collection\"},{\"id\":568,\"kind\":2048,\"name\":\"findOneAndReplace\",\"url\":\"classes/Collection.html#findOneAndReplace\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collection\"},{\"id\":569,\"kind\":2048,\"name\":\"findOneAndUpdate\",\"url\":\"classes/Collection.html#findOneAndUpdate\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collection\"},{\"id\":570,\"kind\":2048,\"name\":\"aggregate\",\"url\":\"classes/Collection.html#aggregate\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"Collection\"},{\"id\":571,\"kind\":2048,\"name\":\"watch\",\"url\":\"classes/Collection.html#watch\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"Collection\"},{\"id\":572,\"kind\":2048,\"name\":\"mapReduce\",\"url\":\"classes/Collection.html#mapReduce\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"Collection\"},{\"id\":573,\"kind\":2048,\"name\":\"initializeUnorderedBulkOp\",\"url\":\"classes/Collection.html#initializeUnorderedBulkOp\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collection\"},{\"id\":574,\"kind\":2048,\"name\":\"initializeOrderedBulkOp\",\"url\":\"classes/Collection.html#initializeOrderedBulkOp\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collection\"},{\"id\":575,\"kind\":2048,\"name\":\"getLogger\",\"url\":\"classes/Collection.html#getLogger\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collection\"},{\"id\":576,\"kind\":262144,\"name\":\"logger\",\"url\":\"classes/Collection.html#logger\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"Collection\"},{\"id\":577,\"kind\":2048,\"name\":\"insert\",\"url\":\"classes/Collection.html#insert\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collection\"},{\"id\":578,\"kind\":2048,\"name\":\"update\",\"url\":\"classes/Collection.html#update\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collection\"},{\"id\":579,\"kind\":2048,\"name\":\"remove\",\"url\":\"classes/Collection.html#remove\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collection\"},{\"id\":580,\"kind\":2048,\"name\":\"count\",\"url\":\"classes/Collection.html#count\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Collection\"},{\"id\":581,\"kind\":128,\"name\":\"Db\",\"url\":\"classes/Db.html\",\"classes\":\"tsd-kind-class\"},{\"id\":582,\"kind\":1024,\"name\":\"SYSTEM_NAMESPACE_COLLECTION\",\"url\":\"classes/Db.html#SYSTEM_NAMESPACE_COLLECTION\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-static\",\"parent\":\"Db\"},{\"id\":583,\"kind\":1024,\"name\":\"SYSTEM_INDEX_COLLECTION\",\"url\":\"classes/Db.html#SYSTEM_INDEX_COLLECTION\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-static\",\"parent\":\"Db\"},{\"id\":584,\"kind\":1024,\"name\":\"SYSTEM_PROFILE_COLLECTION\",\"url\":\"classes/Db.html#SYSTEM_PROFILE_COLLECTION\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-static\",\"parent\":\"Db\"},{\"id\":585,\"kind\":1024,\"name\":\"SYSTEM_USER_COLLECTION\",\"url\":\"classes/Db.html#SYSTEM_USER_COLLECTION\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-static\",\"parent\":\"Db\"},{\"id\":586,\"kind\":1024,\"name\":\"SYSTEM_COMMAND_COLLECTION\",\"url\":\"classes/Db.html#SYSTEM_COMMAND_COLLECTION\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-static\",\"parent\":\"Db\"},{\"id\":587,\"kind\":1024,\"name\":\"SYSTEM_JS_COLLECTION\",\"url\":\"classes/Db.html#SYSTEM_JS_COLLECTION\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-static\",\"parent\":\"Db\"},{\"id\":588,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Db.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Db\"},{\"id\":589,\"kind\":262144,\"name\":\"databaseName\",\"url\":\"classes/Db.html#databaseName\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"Db\"},{\"id\":590,\"kind\":262144,\"name\":\"options\",\"url\":\"classes/Db.html#options\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"Db\"},{\"id\":591,\"kind\":262144,\"name\":\"slaveOk\",\"url\":\"classes/Db.html#slaveOk\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"Db\"},{\"id\":592,\"kind\":262144,\"name\":\"secondaryOk\",\"url\":\"classes/Db.html#secondaryOk\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"Db\"},{\"id\":593,\"kind\":262144,\"name\":\"readConcern\",\"url\":\"classes/Db.html#readConcern\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"Db\"},{\"id\":594,\"kind\":262144,\"name\":\"readPreference\",\"url\":\"classes/Db.html#readPreference\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"Db\"},{\"id\":595,\"kind\":262144,\"name\":\"bsonOptions\",\"url\":\"classes/Db.html#bsonOptions\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"Db\"},{\"id\":596,\"kind\":262144,\"name\":\"writeConcern\",\"url\":\"classes/Db.html#writeConcern\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"Db\"},{\"id\":597,\"kind\":262144,\"name\":\"namespace\",\"url\":\"classes/Db.html#namespace\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"Db\"},{\"id\":598,\"kind\":2048,\"name\":\"createCollection\",\"url\":\"classes/Db.html#createCollection\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"Db\"},{\"id\":599,\"kind\":2048,\"name\":\"command\",\"url\":\"classes/Db.html#command\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Db\"},{\"id\":600,\"kind\":2048,\"name\":\"aggregate\",\"url\":\"classes/Db.html#aggregate\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"Db\"},{\"id\":601,\"kind\":2048,\"name\":\"admin\",\"url\":\"classes/Db.html#admin\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Db\"},{\"id\":602,\"kind\":2048,\"name\":\"collection\",\"url\":\"classes/Db.html#collection\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"Db\"},{\"id\":603,\"kind\":2048,\"name\":\"stats\",\"url\":\"classes/Db.html#stats\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Db\"},{\"id\":604,\"kind\":2048,\"name\":\"listCollections\",\"url\":\"classes/Db.html#listCollections\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"Db\"},{\"id\":605,\"kind\":2048,\"name\":\"renameCollection\",\"url\":\"classes/Db.html#renameCollection\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"Db\"},{\"id\":606,\"kind\":2048,\"name\":\"dropCollection\",\"url\":\"classes/Db.html#dropCollection\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Db\"},{\"id\":607,\"kind\":2048,\"name\":\"dropDatabase\",\"url\":\"classes/Db.html#dropDatabase\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Db\"},{\"id\":608,\"kind\":2048,\"name\":\"collections\",\"url\":\"classes/Db.html#collections\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Db\"},{\"id\":609,\"kind\":2048,\"name\":\"createIndex\",\"url\":\"classes/Db.html#createIndex\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Db\"},{\"id\":610,\"kind\":2048,\"name\":\"addUser\",\"url\":\"classes/Db.html#addUser\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Db\"},{\"id\":611,\"kind\":2048,\"name\":\"removeUser\",\"url\":\"classes/Db.html#removeUser\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Db\"},{\"id\":612,\"kind\":2048,\"name\":\"setProfilingLevel\",\"url\":\"classes/Db.html#setProfilingLevel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Db\"},{\"id\":613,\"kind\":2048,\"name\":\"profilingLevel\",\"url\":\"classes/Db.html#profilingLevel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Db\"},{\"id\":614,\"kind\":2048,\"name\":\"indexInformation\",\"url\":\"classes/Db.html#indexInformation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Db\"},{\"id\":615,\"kind\":2048,\"name\":\"unref\",\"url\":\"classes/Db.html#unref\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Db\"},{\"id\":616,\"kind\":2048,\"name\":\"watch\",\"url\":\"classes/Db.html#watch\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"Db\"},{\"id\":617,\"kind\":2048,\"name\":\"getLogger\",\"url\":\"classes/Db.html#getLogger\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Db\"},{\"id\":618,\"kind\":262144,\"name\":\"logger\",\"url\":\"classes/Db.html#logger\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"Db\"},{\"id\":619,\"kind\":128,\"name\":\"FindCursor\",\"url\":\"classes/FindCursor.html\",\"classes\":\"tsd-kind-class tsd-has-type-parameter\"},{\"id\":620,\"kind\":8388608,\"name\":\"CLOSE\",\"url\":\"classes/FindCursor.html#CLOSE\",\"classes\":\"tsd-kind-event tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"FindCursor\"},{\"id\":621,\"kind\":2048,\"name\":\"clone\",\"url\":\"classes/FindCursor.html#clone\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"FindCursor\"},{\"id\":622,\"kind\":2048,\"name\":\"map\",\"url\":\"classes/FindCursor.html#map\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite\",\"parent\":\"FindCursor\"},{\"id\":623,\"kind\":2048,\"name\":\"count\",\"url\":\"classes/FindCursor.html#count\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FindCursor\"},{\"id\":624,\"kind\":2048,\"name\":\"explain\",\"url\":\"classes/FindCursor.html#explain\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FindCursor\"},{\"id\":625,\"kind\":2048,\"name\":\"filter\",\"url\":\"classes/FindCursor.html#filter\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FindCursor\"},{\"id\":626,\"kind\":2048,\"name\":\"hint\",\"url\":\"classes/FindCursor.html#hint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FindCursor\"},{\"id\":627,\"kind\":2048,\"name\":\"min\",\"url\":\"classes/FindCursor.html#min\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FindCursor\"},{\"id\":628,\"kind\":2048,\"name\":\"max\",\"url\":\"classes/FindCursor.html#max\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FindCursor\"},{\"id\":629,\"kind\":2048,\"name\":\"returnKey\",\"url\":\"classes/FindCursor.html#returnKey\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FindCursor\"},{\"id\":630,\"kind\":2048,\"name\":\"showRecordId\",\"url\":\"classes/FindCursor.html#showRecordId\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FindCursor\"},{\"id\":631,\"kind\":2048,\"name\":\"addQueryModifier\",\"url\":\"classes/FindCursor.html#addQueryModifier\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FindCursor\"},{\"id\":632,\"kind\":2048,\"name\":\"comment\",\"url\":\"classes/FindCursor.html#comment\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FindCursor\"},{\"id\":633,\"kind\":2048,\"name\":\"maxAwaitTimeMS\",\"url\":\"classes/FindCursor.html#maxAwaitTimeMS\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FindCursor\"},{\"id\":634,\"kind\":2048,\"name\":\"maxTimeMS\",\"url\":\"classes/FindCursor.html#maxTimeMS\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"FindCursor\"},{\"id\":635,\"kind\":2048,\"name\":\"project\",\"url\":\"classes/FindCursor.html#project\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"FindCursor\"},{\"id\":636,\"kind\":2048,\"name\":\"sort\",\"url\":\"classes/FindCursor.html#sort\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FindCursor\"},{\"id\":637,\"kind\":2048,\"name\":\"allowDiskUse\",\"url\":\"classes/FindCursor.html#allowDiskUse\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FindCursor\"},{\"id\":638,\"kind\":2048,\"name\":\"collation\",\"url\":\"classes/FindCursor.html#collation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FindCursor\"},{\"id\":639,\"kind\":2048,\"name\":\"limit\",\"url\":\"classes/FindCursor.html#limit\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FindCursor\"},{\"id\":640,\"kind\":2048,\"name\":\"skip\",\"url\":\"classes/FindCursor.html#skip\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FindCursor\"},{\"id\":641,\"kind\":262144,\"name\":\"id\",\"url\":\"classes/FindCursor.html#id\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FindCursor\"},{\"id\":642,\"kind\":262144,\"name\":\"namespace\",\"url\":\"classes/FindCursor.html#namespace\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FindCursor\"},{\"id\":643,\"kind\":262144,\"name\":\"readPreference\",\"url\":\"classes/FindCursor.html#readPreference\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FindCursor\"},{\"id\":644,\"kind\":262144,\"name\":\"readConcern\",\"url\":\"classes/FindCursor.html#readConcern\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FindCursor\"},{\"id\":645,\"kind\":262144,\"name\":\"closed\",\"url\":\"classes/FindCursor.html#closed\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FindCursor\"},{\"id\":646,\"kind\":262144,\"name\":\"killed\",\"url\":\"classes/FindCursor.html#killed\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FindCursor\"},{\"id\":647,\"kind\":262144,\"name\":\"loadBalanced\",\"url\":\"classes/FindCursor.html#loadBalanced\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FindCursor\"},{\"id\":648,\"kind\":2048,\"name\":\"bufferedCount\",\"url\":\"classes/FindCursor.html#bufferedCount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FindCursor\"},{\"id\":649,\"kind\":2048,\"name\":\"readBufferedDocuments\",\"url\":\"classes/FindCursor.html#readBufferedDocuments\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FindCursor\"},{\"id\":650,\"kind\":2048,\"name\":\"stream\",\"url\":\"classes/FindCursor.html#stream\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FindCursor\"},{\"id\":651,\"kind\":2048,\"name\":\"hasNext\",\"url\":\"classes/FindCursor.html#hasNext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FindCursor\"},{\"id\":652,\"kind\":2048,\"name\":\"next\",\"url\":\"classes/FindCursor.html#next\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FindCursor\"},{\"id\":653,\"kind\":2048,\"name\":\"tryNext\",\"url\":\"classes/FindCursor.html#tryNext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FindCursor\"},{\"id\":654,\"kind\":2048,\"name\":\"forEach\",\"url\":\"classes/FindCursor.html#forEach\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FindCursor\"},{\"id\":655,\"kind\":2048,\"name\":\"close\",\"url\":\"classes/FindCursor.html#close\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FindCursor\"},{\"id\":656,\"kind\":2048,\"name\":\"toArray\",\"url\":\"classes/FindCursor.html#toArray\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FindCursor\"},{\"id\":657,\"kind\":2048,\"name\":\"addCursorFlag\",\"url\":\"classes/FindCursor.html#addCursorFlag\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FindCursor\"},{\"id\":658,\"kind\":2048,\"name\":\"withReadPreference\",\"url\":\"classes/FindCursor.html#withReadPreference\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FindCursor\"},{\"id\":659,\"kind\":2048,\"name\":\"withReadConcern\",\"url\":\"classes/FindCursor.html#withReadConcern\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FindCursor\"},{\"id\":660,\"kind\":2048,\"name\":\"batchSize\",\"url\":\"classes/FindCursor.html#batchSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FindCursor\"},{\"id\":661,\"kind\":2048,\"name\":\"rewind\",\"url\":\"classes/FindCursor.html#rewind\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FindCursor\"},{\"id\":662,\"kind\":2048,\"name\":\"[asyncIterator]\",\"url\":\"classes/FindCursor.html#_asyncIterator_\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FindCursor\"},{\"id\":663,\"kind\":2048,\"name\":\"addListener\",\"url\":\"classes/FindCursor.html#addListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"FindCursor\"},{\"id\":664,\"kind\":2048,\"name\":\"on\",\"url\":\"classes/FindCursor.html#on\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"FindCursor\"},{\"id\":665,\"kind\":2048,\"name\":\"once\",\"url\":\"classes/FindCursor.html#once\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"FindCursor\"},{\"id\":666,\"kind\":2048,\"name\":\"removeListener\",\"url\":\"classes/FindCursor.html#removeListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"FindCursor\"},{\"id\":667,\"kind\":2048,\"name\":\"off\",\"url\":\"classes/FindCursor.html#off\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"FindCursor\"},{\"id\":668,\"kind\":2048,\"name\":\"removeAllListeners\",\"url\":\"classes/FindCursor.html#removeAllListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"FindCursor\"},{\"id\":669,\"kind\":2048,\"name\":\"listeners\",\"url\":\"classes/FindCursor.html#listeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"FindCursor\"},{\"id\":670,\"kind\":2048,\"name\":\"rawListeners\",\"url\":\"classes/FindCursor.html#rawListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"FindCursor\"},{\"id\":671,\"kind\":2048,\"name\":\"emit\",\"url\":\"classes/FindCursor.html#emit\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"FindCursor\"},{\"id\":672,\"kind\":2048,\"name\":\"listenerCount\",\"url\":\"classes/FindCursor.html#listenerCount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"FindCursor\"},{\"id\":673,\"kind\":2048,\"name\":\"prependListener\",\"url\":\"classes/FindCursor.html#prependListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"FindCursor\"},{\"id\":674,\"kind\":2048,\"name\":\"prependOnceListener\",\"url\":\"classes/FindCursor.html#prependOnceListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"FindCursor\"},{\"id\":675,\"kind\":2048,\"name\":\"eventNames\",\"url\":\"classes/FindCursor.html#eventNames\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FindCursor\"},{\"id\":676,\"kind\":2048,\"name\":\"getMaxListeners\",\"url\":\"classes/FindCursor.html#getMaxListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FindCursor\"},{\"id\":677,\"kind\":2048,\"name\":\"setMaxListeners\",\"url\":\"classes/FindCursor.html#setMaxListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"FindCursor\"},{\"id\":678,\"kind\":128,\"name\":\"GridFSBucket\",\"url\":\"classes/GridFSBucket.html\",\"classes\":\"tsd-kind-class\"},{\"id\":679,\"kind\":8388608,\"name\":\"INDEX\",\"url\":\"classes/GridFSBucket.html#INDEX\",\"classes\":\"tsd-kind-event tsd-parent-kind-class tsd-is-static\",\"parent\":\"GridFSBucket\"},{\"id\":680,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/GridFSBucket.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"GridFSBucket\"},{\"id\":681,\"kind\":2048,\"name\":\"openUploadStream\",\"url\":\"classes/GridFSBucket.html#openUploadStream\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"GridFSBucket\"},{\"id\":682,\"kind\":2048,\"name\":\"openUploadStreamWithId\",\"url\":\"classes/GridFSBucket.html#openUploadStreamWithId\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"GridFSBucket\"},{\"id\":683,\"kind\":2048,\"name\":\"openDownloadStream\",\"url\":\"classes/GridFSBucket.html#openDownloadStream\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"GridFSBucket\"},{\"id\":684,\"kind\":2048,\"name\":\"delete\",\"url\":\"classes/GridFSBucket.html#delete\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"GridFSBucket\"},{\"id\":685,\"kind\":2048,\"name\":\"find\",\"url\":\"classes/GridFSBucket.html#find\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"GridFSBucket\"},{\"id\":686,\"kind\":2048,\"name\":\"openDownloadStreamByName\",\"url\":\"classes/GridFSBucket.html#openDownloadStreamByName\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"GridFSBucket\"},{\"id\":687,\"kind\":2048,\"name\":\"rename\",\"url\":\"classes/GridFSBucket.html#rename\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"GridFSBucket\"},{\"id\":688,\"kind\":2048,\"name\":\"drop\",\"url\":\"classes/GridFSBucket.html#drop\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"GridFSBucket\"},{\"id\":689,\"kind\":2048,\"name\":\"getLogger\",\"url\":\"classes/GridFSBucket.html#getLogger\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"GridFSBucket\"},{\"id\":690,\"kind\":2048,\"name\":\"addListener\",\"url\":\"classes/GridFSBucket.html#addListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"GridFSBucket\"},{\"id\":691,\"kind\":2048,\"name\":\"on\",\"url\":\"classes/GridFSBucket.html#on\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"GridFSBucket\"},{\"id\":692,\"kind\":2048,\"name\":\"once\",\"url\":\"classes/GridFSBucket.html#once\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"GridFSBucket\"},{\"id\":693,\"kind\":2048,\"name\":\"removeListener\",\"url\":\"classes/GridFSBucket.html#removeListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"GridFSBucket\"},{\"id\":694,\"kind\":2048,\"name\":\"off\",\"url\":\"classes/GridFSBucket.html#off\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"GridFSBucket\"},{\"id\":695,\"kind\":2048,\"name\":\"removeAllListeners\",\"url\":\"classes/GridFSBucket.html#removeAllListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"GridFSBucket\"},{\"id\":696,\"kind\":2048,\"name\":\"listeners\",\"url\":\"classes/GridFSBucket.html#listeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"GridFSBucket\"},{\"id\":697,\"kind\":2048,\"name\":\"rawListeners\",\"url\":\"classes/GridFSBucket.html#rawListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"GridFSBucket\"},{\"id\":698,\"kind\":2048,\"name\":\"emit\",\"url\":\"classes/GridFSBucket.html#emit\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"GridFSBucket\"},{\"id\":699,\"kind\":2048,\"name\":\"listenerCount\",\"url\":\"classes/GridFSBucket.html#listenerCount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"GridFSBucket\"},{\"id\":700,\"kind\":2048,\"name\":\"prependListener\",\"url\":\"classes/GridFSBucket.html#prependListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"GridFSBucket\"},{\"id\":701,\"kind\":2048,\"name\":\"prependOnceListener\",\"url\":\"classes/GridFSBucket.html#prependOnceListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"GridFSBucket\"},{\"id\":702,\"kind\":2048,\"name\":\"eventNames\",\"url\":\"classes/GridFSBucket.html#eventNames\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GridFSBucket\"},{\"id\":703,\"kind\":2048,\"name\":\"getMaxListeners\",\"url\":\"classes/GridFSBucket.html#getMaxListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GridFSBucket\"},{\"id\":704,\"kind\":2048,\"name\":\"setMaxListeners\",\"url\":\"classes/GridFSBucket.html#setMaxListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"GridFSBucket\"},{\"id\":705,\"kind\":128,\"name\":\"ListCollectionsCursor\",\"url\":\"classes/ListCollectionsCursor.html\",\"classes\":\"tsd-kind-class tsd-has-type-parameter\"},{\"id\":706,\"kind\":8388608,\"name\":\"CLOSE\",\"url\":\"classes/ListCollectionsCursor.html#CLOSE\",\"classes\":\"tsd-kind-event tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"ListCollectionsCursor\"},{\"id\":707,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ListCollectionsCursor.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite\",\"parent\":\"ListCollectionsCursor\"},{\"id\":708,\"kind\":1024,\"name\":\"parent\",\"url\":\"classes/ListCollectionsCursor.html#parent\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ListCollectionsCursor\"},{\"id\":709,\"kind\":1024,\"name\":\"filter\",\"url\":\"classes/ListCollectionsCursor.html#filter\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ListCollectionsCursor\"},{\"id\":710,\"kind\":1024,\"name\":\"options\",\"url\":\"classes/ListCollectionsCursor.html#options\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ListCollectionsCursor\"},{\"id\":711,\"kind\":2048,\"name\":\"clone\",\"url\":\"classes/ListCollectionsCursor.html#clone\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ListCollectionsCursor\"},{\"id\":712,\"kind\":262144,\"name\":\"id\",\"url\":\"classes/ListCollectionsCursor.html#id\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListCollectionsCursor\"},{\"id\":713,\"kind\":262144,\"name\":\"namespace\",\"url\":\"classes/ListCollectionsCursor.html#namespace\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListCollectionsCursor\"},{\"id\":714,\"kind\":262144,\"name\":\"readPreference\",\"url\":\"classes/ListCollectionsCursor.html#readPreference\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListCollectionsCursor\"},{\"id\":715,\"kind\":262144,\"name\":\"readConcern\",\"url\":\"classes/ListCollectionsCursor.html#readConcern\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListCollectionsCursor\"},{\"id\":716,\"kind\":262144,\"name\":\"closed\",\"url\":\"classes/ListCollectionsCursor.html#closed\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListCollectionsCursor\"},{\"id\":717,\"kind\":262144,\"name\":\"killed\",\"url\":\"classes/ListCollectionsCursor.html#killed\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListCollectionsCursor\"},{\"id\":718,\"kind\":262144,\"name\":\"loadBalanced\",\"url\":\"classes/ListCollectionsCursor.html#loadBalanced\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListCollectionsCursor\"},{\"id\":719,\"kind\":2048,\"name\":\"bufferedCount\",\"url\":\"classes/ListCollectionsCursor.html#bufferedCount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListCollectionsCursor\"},{\"id\":720,\"kind\":2048,\"name\":\"readBufferedDocuments\",\"url\":\"classes/ListCollectionsCursor.html#readBufferedDocuments\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListCollectionsCursor\"},{\"id\":721,\"kind\":2048,\"name\":\"stream\",\"url\":\"classes/ListCollectionsCursor.html#stream\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListCollectionsCursor\"},{\"id\":722,\"kind\":2048,\"name\":\"hasNext\",\"url\":\"classes/ListCollectionsCursor.html#hasNext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListCollectionsCursor\"},{\"id\":723,\"kind\":2048,\"name\":\"next\",\"url\":\"classes/ListCollectionsCursor.html#next\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListCollectionsCursor\"},{\"id\":724,\"kind\":2048,\"name\":\"tryNext\",\"url\":\"classes/ListCollectionsCursor.html#tryNext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListCollectionsCursor\"},{\"id\":725,\"kind\":2048,\"name\":\"forEach\",\"url\":\"classes/ListCollectionsCursor.html#forEach\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListCollectionsCursor\"},{\"id\":726,\"kind\":2048,\"name\":\"close\",\"url\":\"classes/ListCollectionsCursor.html#close\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListCollectionsCursor\"},{\"id\":727,\"kind\":2048,\"name\":\"toArray\",\"url\":\"classes/ListCollectionsCursor.html#toArray\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListCollectionsCursor\"},{\"id\":728,\"kind\":2048,\"name\":\"addCursorFlag\",\"url\":\"classes/ListCollectionsCursor.html#addCursorFlag\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListCollectionsCursor\"},{\"id\":729,\"kind\":2048,\"name\":\"map\",\"url\":\"classes/ListCollectionsCursor.html#map\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ListCollectionsCursor\"},{\"id\":730,\"kind\":2048,\"name\":\"withReadPreference\",\"url\":\"classes/ListCollectionsCursor.html#withReadPreference\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListCollectionsCursor\"},{\"id\":731,\"kind\":2048,\"name\":\"withReadConcern\",\"url\":\"classes/ListCollectionsCursor.html#withReadConcern\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListCollectionsCursor\"},{\"id\":732,\"kind\":2048,\"name\":\"maxTimeMS\",\"url\":\"classes/ListCollectionsCursor.html#maxTimeMS\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListCollectionsCursor\"},{\"id\":733,\"kind\":2048,\"name\":\"batchSize\",\"url\":\"classes/ListCollectionsCursor.html#batchSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListCollectionsCursor\"},{\"id\":734,\"kind\":2048,\"name\":\"rewind\",\"url\":\"classes/ListCollectionsCursor.html#rewind\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListCollectionsCursor\"},{\"id\":735,\"kind\":2048,\"name\":\"[asyncIterator]\",\"url\":\"classes/ListCollectionsCursor.html#_asyncIterator_\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListCollectionsCursor\"},{\"id\":736,\"kind\":2048,\"name\":\"addListener\",\"url\":\"classes/ListCollectionsCursor.html#addListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ListCollectionsCursor\"},{\"id\":737,\"kind\":2048,\"name\":\"on\",\"url\":\"classes/ListCollectionsCursor.html#on\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ListCollectionsCursor\"},{\"id\":738,\"kind\":2048,\"name\":\"once\",\"url\":\"classes/ListCollectionsCursor.html#once\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ListCollectionsCursor\"},{\"id\":739,\"kind\":2048,\"name\":\"removeListener\",\"url\":\"classes/ListCollectionsCursor.html#removeListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ListCollectionsCursor\"},{\"id\":740,\"kind\":2048,\"name\":\"off\",\"url\":\"classes/ListCollectionsCursor.html#off\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ListCollectionsCursor\"},{\"id\":741,\"kind\":2048,\"name\":\"removeAllListeners\",\"url\":\"classes/ListCollectionsCursor.html#removeAllListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ListCollectionsCursor\"},{\"id\":742,\"kind\":2048,\"name\":\"listeners\",\"url\":\"classes/ListCollectionsCursor.html#listeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ListCollectionsCursor\"},{\"id\":743,\"kind\":2048,\"name\":\"rawListeners\",\"url\":\"classes/ListCollectionsCursor.html#rawListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ListCollectionsCursor\"},{\"id\":744,\"kind\":2048,\"name\":\"emit\",\"url\":\"classes/ListCollectionsCursor.html#emit\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ListCollectionsCursor\"},{\"id\":745,\"kind\":2048,\"name\":\"listenerCount\",\"url\":\"classes/ListCollectionsCursor.html#listenerCount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ListCollectionsCursor\"},{\"id\":746,\"kind\":2048,\"name\":\"prependListener\",\"url\":\"classes/ListCollectionsCursor.html#prependListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ListCollectionsCursor\"},{\"id\":747,\"kind\":2048,\"name\":\"prependOnceListener\",\"url\":\"classes/ListCollectionsCursor.html#prependOnceListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ListCollectionsCursor\"},{\"id\":748,\"kind\":2048,\"name\":\"eventNames\",\"url\":\"classes/ListCollectionsCursor.html#eventNames\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListCollectionsCursor\"},{\"id\":749,\"kind\":2048,\"name\":\"getMaxListeners\",\"url\":\"classes/ListCollectionsCursor.html#getMaxListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListCollectionsCursor\"},{\"id\":750,\"kind\":2048,\"name\":\"setMaxListeners\",\"url\":\"classes/ListCollectionsCursor.html#setMaxListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListCollectionsCursor\"},{\"id\":751,\"kind\":128,\"name\":\"ListIndexesCursor\",\"url\":\"classes/ListIndexesCursor.html\",\"classes\":\"tsd-kind-class\"},{\"id\":752,\"kind\":8388608,\"name\":\"CLOSE\",\"url\":\"classes/ListIndexesCursor.html#CLOSE\",\"classes\":\"tsd-kind-event tsd-parent-kind-class tsd-is-inherited tsd-is-static\",\"parent\":\"ListIndexesCursor\"},{\"id\":753,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ListIndexesCursor.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ListIndexesCursor\"},{\"id\":754,\"kind\":1024,\"name\":\"parent\",\"url\":\"classes/ListIndexesCursor.html#parent\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ListIndexesCursor\"},{\"id\":755,\"kind\":1024,\"name\":\"options\",\"url\":\"classes/ListIndexesCursor.html#options\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ListIndexesCursor\"},{\"id\":756,\"kind\":2048,\"name\":\"clone\",\"url\":\"classes/ListIndexesCursor.html#clone\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"ListIndexesCursor\"},{\"id\":757,\"kind\":262144,\"name\":\"id\",\"url\":\"classes/ListIndexesCursor.html#id\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListIndexesCursor\"},{\"id\":758,\"kind\":262144,\"name\":\"namespace\",\"url\":\"classes/ListIndexesCursor.html#namespace\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListIndexesCursor\"},{\"id\":759,\"kind\":262144,\"name\":\"readPreference\",\"url\":\"classes/ListIndexesCursor.html#readPreference\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListIndexesCursor\"},{\"id\":760,\"kind\":262144,\"name\":\"readConcern\",\"url\":\"classes/ListIndexesCursor.html#readConcern\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListIndexesCursor\"},{\"id\":761,\"kind\":262144,\"name\":\"closed\",\"url\":\"classes/ListIndexesCursor.html#closed\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListIndexesCursor\"},{\"id\":762,\"kind\":262144,\"name\":\"killed\",\"url\":\"classes/ListIndexesCursor.html#killed\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListIndexesCursor\"},{\"id\":763,\"kind\":262144,\"name\":\"loadBalanced\",\"url\":\"classes/ListIndexesCursor.html#loadBalanced\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListIndexesCursor\"},{\"id\":764,\"kind\":2048,\"name\":\"bufferedCount\",\"url\":\"classes/ListIndexesCursor.html#bufferedCount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListIndexesCursor\"},{\"id\":765,\"kind\":2048,\"name\":\"readBufferedDocuments\",\"url\":\"classes/ListIndexesCursor.html#readBufferedDocuments\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListIndexesCursor\"},{\"id\":766,\"kind\":2048,\"name\":\"stream\",\"url\":\"classes/ListIndexesCursor.html#stream\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListIndexesCursor\"},{\"id\":767,\"kind\":2048,\"name\":\"hasNext\",\"url\":\"classes/ListIndexesCursor.html#hasNext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListIndexesCursor\"},{\"id\":768,\"kind\":2048,\"name\":\"next\",\"url\":\"classes/ListIndexesCursor.html#next\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListIndexesCursor\"},{\"id\":769,\"kind\":2048,\"name\":\"tryNext\",\"url\":\"classes/ListIndexesCursor.html#tryNext\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListIndexesCursor\"},{\"id\":770,\"kind\":2048,\"name\":\"forEach\",\"url\":\"classes/ListIndexesCursor.html#forEach\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListIndexesCursor\"},{\"id\":771,\"kind\":2048,\"name\":\"close\",\"url\":\"classes/ListIndexesCursor.html#close\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListIndexesCursor\"},{\"id\":772,\"kind\":2048,\"name\":\"toArray\",\"url\":\"classes/ListIndexesCursor.html#toArray\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListIndexesCursor\"},{\"id\":773,\"kind\":2048,\"name\":\"addCursorFlag\",\"url\":\"classes/ListIndexesCursor.html#addCursorFlag\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListIndexesCursor\"},{\"id\":774,\"kind\":2048,\"name\":\"map\",\"url\":\"classes/ListIndexesCursor.html#map\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ListIndexesCursor\"},{\"id\":775,\"kind\":2048,\"name\":\"withReadPreference\",\"url\":\"classes/ListIndexesCursor.html#withReadPreference\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListIndexesCursor\"},{\"id\":776,\"kind\":2048,\"name\":\"withReadConcern\",\"url\":\"classes/ListIndexesCursor.html#withReadConcern\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListIndexesCursor\"},{\"id\":777,\"kind\":2048,\"name\":\"maxTimeMS\",\"url\":\"classes/ListIndexesCursor.html#maxTimeMS\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListIndexesCursor\"},{\"id\":778,\"kind\":2048,\"name\":\"batchSize\",\"url\":\"classes/ListIndexesCursor.html#batchSize\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListIndexesCursor\"},{\"id\":779,\"kind\":2048,\"name\":\"rewind\",\"url\":\"classes/ListIndexesCursor.html#rewind\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListIndexesCursor\"},{\"id\":780,\"kind\":2048,\"name\":\"[asyncIterator]\",\"url\":\"classes/ListIndexesCursor.html#_asyncIterator_\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListIndexesCursor\"},{\"id\":781,\"kind\":2048,\"name\":\"addListener\",\"url\":\"classes/ListIndexesCursor.html#addListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ListIndexesCursor\"},{\"id\":782,\"kind\":2048,\"name\":\"on\",\"url\":\"classes/ListIndexesCursor.html#on\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ListIndexesCursor\"},{\"id\":783,\"kind\":2048,\"name\":\"once\",\"url\":\"classes/ListIndexesCursor.html#once\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ListIndexesCursor\"},{\"id\":784,\"kind\":2048,\"name\":\"removeListener\",\"url\":\"classes/ListIndexesCursor.html#removeListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ListIndexesCursor\"},{\"id\":785,\"kind\":2048,\"name\":\"off\",\"url\":\"classes/ListIndexesCursor.html#off\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ListIndexesCursor\"},{\"id\":786,\"kind\":2048,\"name\":\"removeAllListeners\",\"url\":\"classes/ListIndexesCursor.html#removeAllListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ListIndexesCursor\"},{\"id\":787,\"kind\":2048,\"name\":\"listeners\",\"url\":\"classes/ListIndexesCursor.html#listeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ListIndexesCursor\"},{\"id\":788,\"kind\":2048,\"name\":\"rawListeners\",\"url\":\"classes/ListIndexesCursor.html#rawListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ListIndexesCursor\"},{\"id\":789,\"kind\":2048,\"name\":\"emit\",\"url\":\"classes/ListIndexesCursor.html#emit\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ListIndexesCursor\"},{\"id\":790,\"kind\":2048,\"name\":\"listenerCount\",\"url\":\"classes/ListIndexesCursor.html#listenerCount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ListIndexesCursor\"},{\"id\":791,\"kind\":2048,\"name\":\"prependListener\",\"url\":\"classes/ListIndexesCursor.html#prependListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ListIndexesCursor\"},{\"id\":792,\"kind\":2048,\"name\":\"prependOnceListener\",\"url\":\"classes/ListIndexesCursor.html#prependOnceListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ListIndexesCursor\"},{\"id\":793,\"kind\":2048,\"name\":\"eventNames\",\"url\":\"classes/ListIndexesCursor.html#eventNames\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListIndexesCursor\"},{\"id\":794,\"kind\":2048,\"name\":\"getMaxListeners\",\"url\":\"classes/ListIndexesCursor.html#getMaxListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListIndexesCursor\"},{\"id\":795,\"kind\":2048,\"name\":\"setMaxListeners\",\"url\":\"classes/ListIndexesCursor.html#setMaxListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ListIndexesCursor\"},{\"id\":796,\"kind\":128,\"name\":\"Logger\",\"url\":\"classes/Logger.html\",\"classes\":\"tsd-kind-class\"},{\"id\":797,\"kind\":2048,\"name\":\"reset\",\"url\":\"classes/Logger.html#reset\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"Logger\"},{\"id\":798,\"kind\":2048,\"name\":\"currentLogger\",\"url\":\"classes/Logger.html#currentLogger\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"Logger\"},{\"id\":799,\"kind\":2048,\"name\":\"setCurrentLogger\",\"url\":\"classes/Logger.html#setCurrentLogger\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"Logger\"},{\"id\":800,\"kind\":2048,\"name\":\"filter\",\"url\":\"classes/Logger.html#filter\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"Logger\"},{\"id\":801,\"kind\":2048,\"name\":\"setLevel\",\"url\":\"classes/Logger.html#setLevel\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"Logger\"},{\"id\":802,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Logger.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Logger\"},{\"id\":803,\"kind\":1024,\"name\":\"className\",\"url\":\"classes/Logger.html#className\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Logger\"},{\"id\":804,\"kind\":2048,\"name\":\"debug\",\"url\":\"classes/Logger.html#debug\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Logger\"},{\"id\":805,\"kind\":2048,\"name\":\"warn\",\"url\":\"classes/Logger.html#warn\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Logger\"},{\"id\":806,\"kind\":2048,\"name\":\"info\",\"url\":\"classes/Logger.html#info\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Logger\"},{\"id\":807,\"kind\":2048,\"name\":\"error\",\"url\":\"classes/Logger.html#error\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Logger\"},{\"id\":808,\"kind\":2048,\"name\":\"isInfo\",\"url\":\"classes/Logger.html#isInfo\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Logger\"},{\"id\":809,\"kind\":2048,\"name\":\"isError\",\"url\":\"classes/Logger.html#isError\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Logger\"},{\"id\":810,\"kind\":2048,\"name\":\"isWarn\",\"url\":\"classes/Logger.html#isWarn\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Logger\"},{\"id\":811,\"kind\":2048,\"name\":\"isDebug\",\"url\":\"classes/Logger.html#isDebug\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Logger\"},{\"id\":812,\"kind\":128,\"name\":\"MongoClient\",\"url\":\"classes/MongoClient.html\",\"classes\":\"tsd-kind-class\"},{\"id\":813,\"kind\":2048,\"name\":\"connect\",\"url\":\"classes/MongoClient.html#connect-1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"MongoClient\"},{\"id\":814,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MongoClient.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"MongoClient\"},{\"id\":815,\"kind\":262144,\"name\":\"options\",\"url\":\"classes/MongoClient.html#options\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"MongoClient\"},{\"id\":816,\"kind\":262144,\"name\":\"serverApi\",\"url\":\"classes/MongoClient.html#serverApi\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"MongoClient\"},{\"id\":817,\"kind\":262144,\"name\":\"autoEncrypter\",\"url\":\"classes/MongoClient.html#autoEncrypter\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"MongoClient\"},{\"id\":818,\"kind\":262144,\"name\":\"readConcern\",\"url\":\"classes/MongoClient.html#readConcern\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"MongoClient\"},{\"id\":819,\"kind\":262144,\"name\":\"writeConcern\",\"url\":\"classes/MongoClient.html#writeConcern\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"MongoClient\"},{\"id\":820,\"kind\":262144,\"name\":\"readPreference\",\"url\":\"classes/MongoClient.html#readPreference\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"MongoClient\"},{\"id\":821,\"kind\":262144,\"name\":\"bsonOptions\",\"url\":\"classes/MongoClient.html#bsonOptions\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"MongoClient\"},{\"id\":822,\"kind\":262144,\"name\":\"logger\",\"url\":\"classes/MongoClient.html#logger\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"MongoClient\"},{\"id\":823,\"kind\":2048,\"name\":\"connect\",\"url\":\"classes/MongoClient.html#connect\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MongoClient\"},{\"id\":824,\"kind\":2048,\"name\":\"close\",\"url\":\"classes/MongoClient.html#close\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MongoClient\"},{\"id\":825,\"kind\":2048,\"name\":\"db\",\"url\":\"classes/MongoClient.html#db\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MongoClient\"},{\"id\":826,\"kind\":2048,\"name\":\"startSession\",\"url\":\"classes/MongoClient.html#startSession\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MongoClient\"},{\"id\":827,\"kind\":2048,\"name\":\"withSession\",\"url\":\"classes/MongoClient.html#withSession\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MongoClient\"},{\"id\":828,\"kind\":2048,\"name\":\"watch\",\"url\":\"classes/MongoClient.html#watch\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"MongoClient\"},{\"id\":829,\"kind\":2048,\"name\":\"getLogger\",\"url\":\"classes/MongoClient.html#getLogger\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MongoClient\"},{\"id\":830,\"kind\":2048,\"name\":\"addListener\",\"url\":\"classes/MongoClient.html#addListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"MongoClient\"},{\"id\":831,\"kind\":2048,\"name\":\"on\",\"url\":\"classes/MongoClient.html#on\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"MongoClient\"},{\"id\":832,\"kind\":2048,\"name\":\"once\",\"url\":\"classes/MongoClient.html#once\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"MongoClient\"},{\"id\":833,\"kind\":2048,\"name\":\"removeListener\",\"url\":\"classes/MongoClient.html#removeListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"MongoClient\"},{\"id\":834,\"kind\":2048,\"name\":\"off\",\"url\":\"classes/MongoClient.html#off\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"MongoClient\"},{\"id\":835,\"kind\":2048,\"name\":\"removeAllListeners\",\"url\":\"classes/MongoClient.html#removeAllListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"MongoClient\"},{\"id\":836,\"kind\":2048,\"name\":\"listeners\",\"url\":\"classes/MongoClient.html#listeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"MongoClient\"},{\"id\":837,\"kind\":2048,\"name\":\"rawListeners\",\"url\":\"classes/MongoClient.html#rawListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"MongoClient\"},{\"id\":838,\"kind\":2048,\"name\":\"emit\",\"url\":\"classes/MongoClient.html#emit\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"MongoClient\"},{\"id\":839,\"kind\":2048,\"name\":\"listenerCount\",\"url\":\"classes/MongoClient.html#listenerCount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"MongoClient\"},{\"id\":840,\"kind\":2048,\"name\":\"prependListener\",\"url\":\"classes/MongoClient.html#prependListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"MongoClient\"},{\"id\":841,\"kind\":2048,\"name\":\"prependOnceListener\",\"url\":\"classes/MongoClient.html#prependOnceListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"MongoClient\"},{\"id\":842,\"kind\":2048,\"name\":\"eventNames\",\"url\":\"classes/MongoClient.html#eventNames\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoClient\"},{\"id\":843,\"kind\":2048,\"name\":\"getMaxListeners\",\"url\":\"classes/MongoClient.html#getMaxListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoClient\"},{\"id\":844,\"kind\":2048,\"name\":\"setMaxListeners\",\"url\":\"classes/MongoClient.html#setMaxListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"MongoClient\"},{\"id\":845,\"kind\":128,\"name\":\"Promise\",\"url\":\"classes/Promise.html\",\"classes\":\"tsd-kind-class\"},{\"id\":846,\"kind\":2048,\"name\":\"validate\",\"url\":\"classes/Promise.html#validate\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"Promise\"},{\"id\":847,\"kind\":2048,\"name\":\"set\",\"url\":\"classes/Promise.html#set\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"Promise\"},{\"id\":848,\"kind\":2048,\"name\":\"get\",\"url\":\"classes/Promise.html#get\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"Promise\"},{\"id\":849,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Promise.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Promise\"},{\"id\":850,\"kind\":32,\"name\":\"BatchType\",\"url\":\"modules.html#BatchType\",\"classes\":\"tsd-kind-variable\"},{\"id\":851,\"kind\":4194304,\"name\":\"BatchType\",\"url\":\"modules.html#BatchType\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":852,\"kind\":32,\"name\":\"GSSAPICanonicalizationValue\",\"url\":\"modules.html#GSSAPICanonicalizationValue\",\"classes\":\"tsd-kind-variable\"},{\"id\":853,\"kind\":4194304,\"name\":\"GSSAPICanonicalizationValue\",\"url\":\"modules.html#GSSAPICanonicalizationValue\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":854,\"kind\":32,\"name\":\"AuthMechanism\",\"url\":\"modules.html#AuthMechanism\",\"classes\":\"tsd-kind-variable\"},{\"id\":855,\"kind\":4194304,\"name\":\"AuthMechanism\",\"url\":\"modules.html#AuthMechanism\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":856,\"kind\":32,\"name\":\"Compressor\",\"url\":\"modules.html#Compressor\",\"classes\":\"tsd-kind-variable\"},{\"id\":857,\"kind\":4194304,\"name\":\"Compressor\",\"url\":\"modules.html#Compressor\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":858,\"kind\":32,\"name\":\"CURSOR_FLAGS\",\"url\":\"modules.html#CURSOR_FLAGS\",\"classes\":\"tsd-kind-variable\"},{\"id\":859,\"kind\":32,\"name\":\"AutoEncryptionLoggerLevel\",\"url\":\"modules.html#AutoEncryptionLoggerLevel\",\"classes\":\"tsd-kind-variable\"},{\"id\":860,\"kind\":4194304,\"name\":\"AutoEncryptionLoggerLevel\",\"url\":\"modules.html#AutoEncryptionLoggerLevel\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":861,\"kind\":32,\"name\":\"MongoErrorLabel\",\"url\":\"modules.html#MongoErrorLabel\",\"classes\":\"tsd-kind-variable\"},{\"id\":862,\"kind\":4194304,\"name\":\"MongoErrorLabel\",\"url\":\"modules.html#MongoErrorLabel\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":863,\"kind\":32,\"name\":\"ExplainVerbosity\",\"url\":\"modules.html#ExplainVerbosity\",\"classes\":\"tsd-kind-variable\"},{\"id\":864,\"kind\":4194304,\"name\":\"ExplainVerbosity\",\"url\":\"modules.html#ExplainVerbosity\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":865,\"kind\":32,\"name\":\"LoggerLevel\",\"url\":\"modules.html#LoggerLevel\",\"classes\":\"tsd-kind-variable\"},{\"id\":866,\"kind\":4194304,\"name\":\"LoggerLevel\",\"url\":\"modules.html#LoggerLevel\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":867,\"kind\":32,\"name\":\"ServerApiVersion\",\"url\":\"modules.html#ServerApiVersion\",\"classes\":\"tsd-kind-variable\"},{\"id\":868,\"kind\":4194304,\"name\":\"ServerApiVersion\",\"url\":\"modules.html#ServerApiVersion\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":869,\"kind\":32,\"name\":\"BSONType\",\"url\":\"modules.html#BSONType\",\"classes\":\"tsd-kind-variable\"},{\"id\":870,\"kind\":4194304,\"name\":\"BSONType\",\"url\":\"modules.html#BSONType\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":871,\"kind\":32,\"name\":\"ReturnDocument\",\"url\":\"modules.html#ReturnDocument\",\"classes\":\"tsd-kind-variable\"},{\"id\":872,\"kind\":4194304,\"name\":\"ReturnDocument\",\"url\":\"modules.html#ReturnDocument\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":873,\"kind\":32,\"name\":\"ProfilingLevel\",\"url\":\"modules.html#ProfilingLevel\",\"classes\":\"tsd-kind-variable\"},{\"id\":874,\"kind\":4194304,\"name\":\"ProfilingLevel\",\"url\":\"modules.html#ProfilingLevel\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":875,\"kind\":32,\"name\":\"ReadConcernLevel\",\"url\":\"modules.html#ReadConcernLevel\",\"classes\":\"tsd-kind-variable\"},{\"id\":876,\"kind\":4194304,\"name\":\"ReadConcernLevel\",\"url\":\"modules.html#ReadConcernLevel\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":877,\"kind\":32,\"name\":\"ReadPreferenceMode\",\"url\":\"modules.html#ReadPreferenceMode\",\"classes\":\"tsd-kind-variable\"},{\"id\":878,\"kind\":4194304,\"name\":\"ReadPreferenceMode\",\"url\":\"modules.html#ReadPreferenceMode\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":879,\"kind\":32,\"name\":\"ServerType\",\"url\":\"modules.html#ServerType\",\"classes\":\"tsd-kind-variable\"},{\"id\":880,\"kind\":4194304,\"name\":\"ServerType\",\"url\":\"modules.html#ServerType\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":881,\"kind\":32,\"name\":\"TopologyType\",\"url\":\"modules.html#TopologyType\",\"classes\":\"tsd-kind-variable\"},{\"id\":882,\"kind\":4194304,\"name\":\"TopologyType\",\"url\":\"modules.html#TopologyType\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":883,\"kind\":128,\"name\":\"ReadConcern\",\"url\":\"classes/ReadConcern.html\",\"classes\":\"tsd-kind-class\"},{\"id\":884,\"kind\":2048,\"name\":\"fromOptions\",\"url\":\"classes/ReadConcern.html#fromOptions\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"ReadConcern\"},{\"id\":885,\"kind\":262144,\"name\":\"MAJORITY\",\"url\":\"classes/ReadConcern.html#MAJORITY\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-static\",\"parent\":\"ReadConcern\"},{\"id\":886,\"kind\":262144,\"name\":\"AVAILABLE\",\"url\":\"classes/ReadConcern.html#AVAILABLE\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-static\",\"parent\":\"ReadConcern\"},{\"id\":887,\"kind\":262144,\"name\":\"LINEARIZABLE\",\"url\":\"classes/ReadConcern.html#LINEARIZABLE\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-static\",\"parent\":\"ReadConcern\"},{\"id\":888,\"kind\":262144,\"name\":\"SNAPSHOT\",\"url\":\"classes/ReadConcern.html#SNAPSHOT\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-static\",\"parent\":\"ReadConcern\"},{\"id\":889,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ReadConcern.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"ReadConcern\"},{\"id\":890,\"kind\":1024,\"name\":\"level\",\"url\":\"classes/ReadConcern.html#level\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ReadConcern\"},{\"id\":891,\"kind\":2048,\"name\":\"toJSON\",\"url\":\"classes/ReadConcern.html#toJSON\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ReadConcern\"},{\"id\":892,\"kind\":128,\"name\":\"ReadPreference\",\"url\":\"classes/ReadPreference.html\",\"classes\":\"tsd-kind-class\"},{\"id\":893,\"kind\":1024,\"name\":\"PRIMARY\",\"url\":\"classes/ReadPreference.html#PRIMARY\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-static\",\"parent\":\"ReadPreference\"},{\"id\":894,\"kind\":1024,\"name\":\"PRIMARY_PREFERRED\",\"url\":\"classes/ReadPreference.html#PRIMARY_PREFERRED\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-static\",\"parent\":\"ReadPreference\"},{\"id\":895,\"kind\":1024,\"name\":\"SECONDARY\",\"url\":\"classes/ReadPreference.html#SECONDARY\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-static\",\"parent\":\"ReadPreference\"},{\"id\":896,\"kind\":1024,\"name\":\"SECONDARY_PREFERRED\",\"url\":\"classes/ReadPreference.html#SECONDARY_PREFERRED\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-static\",\"parent\":\"ReadPreference\"},{\"id\":897,\"kind\":1024,\"name\":\"NEAREST\",\"url\":\"classes/ReadPreference.html#NEAREST\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-static\",\"parent\":\"ReadPreference\"},{\"id\":898,\"kind\":1024,\"name\":\"primary\",\"url\":\"classes/ReadPreference.html#primary\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-static\",\"parent\":\"ReadPreference\"},{\"id\":899,\"kind\":1024,\"name\":\"primaryPreferred\",\"url\":\"classes/ReadPreference.html#primaryPreferred\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-static\",\"parent\":\"ReadPreference\"},{\"id\":900,\"kind\":1024,\"name\":\"secondary\",\"url\":\"classes/ReadPreference.html#secondary\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-static\",\"parent\":\"ReadPreference\"},{\"id\":901,\"kind\":1024,\"name\":\"secondaryPreferred\",\"url\":\"classes/ReadPreference.html#secondaryPreferred\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-static\",\"parent\":\"ReadPreference\"},{\"id\":902,\"kind\":1024,\"name\":\"nearest\",\"url\":\"classes/ReadPreference.html#nearest\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-static\",\"parent\":\"ReadPreference\"},{\"id\":903,\"kind\":2048,\"name\":\"fromString\",\"url\":\"classes/ReadPreference.html#fromString\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"ReadPreference\"},{\"id\":904,\"kind\":2048,\"name\":\"fromOptions\",\"url\":\"classes/ReadPreference.html#fromOptions\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"ReadPreference\"},{\"id\":905,\"kind\":2048,\"name\":\"translate\",\"url\":\"classes/ReadPreference.html#translate\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"ReadPreference\"},{\"id\":906,\"kind\":2048,\"name\":\"isValid\",\"url\":\"classes/ReadPreference.html#isValid-1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"ReadPreference\"},{\"id\":907,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ReadPreference.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"ReadPreference\"},{\"id\":908,\"kind\":1024,\"name\":\"mode\",\"url\":\"classes/ReadPreference.html#mode\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ReadPreference\"},{\"id\":909,\"kind\":1024,\"name\":\"tags\",\"url\":\"classes/ReadPreference.html#tags\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ReadPreference\"},{\"id\":910,\"kind\":1024,\"name\":\"hedge\",\"url\":\"classes/ReadPreference.html#hedge\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ReadPreference\"},{\"id\":911,\"kind\":1024,\"name\":\"maxStalenessSeconds\",\"url\":\"classes/ReadPreference.html#maxStalenessSeconds\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ReadPreference\"},{\"id\":912,\"kind\":1024,\"name\":\"minWireVersion\",\"url\":\"classes/ReadPreference.html#minWireVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ReadPreference\"},{\"id\":913,\"kind\":262144,\"name\":\"preference\",\"url\":\"classes/ReadPreference.html#preference\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"ReadPreference\"},{\"id\":914,\"kind\":2048,\"name\":\"isValid\",\"url\":\"classes/ReadPreference.html#isValid\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ReadPreference\"},{\"id\":915,\"kind\":2048,\"name\":\"slaveOk\",\"url\":\"classes/ReadPreference.html#slaveOk\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ReadPreference\"},{\"id\":916,\"kind\":2048,\"name\":\"secondaryOk\",\"url\":\"classes/ReadPreference.html#secondaryOk\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ReadPreference\"},{\"id\":917,\"kind\":2048,\"name\":\"equals\",\"url\":\"classes/ReadPreference.html#equals\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ReadPreference\"},{\"id\":918,\"kind\":2048,\"name\":\"toJSON\",\"url\":\"classes/ReadPreference.html#toJSON\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ReadPreference\"},{\"id\":919,\"kind\":128,\"name\":\"WriteConcern\",\"url\":\"classes/WriteConcern.html\",\"classes\":\"tsd-kind-class\"},{\"id\":920,\"kind\":2048,\"name\":\"fromOptions\",\"url\":\"classes/WriteConcern.html#fromOptions\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"WriteConcern\"},{\"id\":921,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/WriteConcern.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"WriteConcern\"},{\"id\":922,\"kind\":1024,\"name\":\"w\",\"url\":\"classes/WriteConcern.html#w\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"WriteConcern\"},{\"id\":923,\"kind\":1024,\"name\":\"wtimeout\",\"url\":\"classes/WriteConcern.html#wtimeout\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"WriteConcern\"},{\"id\":924,\"kind\":1024,\"name\":\"j\",\"url\":\"classes/WriteConcern.html#j\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"WriteConcern\"},{\"id\":925,\"kind\":1024,\"name\":\"fsync\",\"url\":\"classes/WriteConcern.html#fsync\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"WriteConcern\"},{\"id\":926,\"kind\":128,\"name\":\"CommandFailedEvent\",\"url\":\"classes/CommandFailedEvent.html\",\"classes\":\"tsd-kind-class\"},{\"id\":927,\"kind\":1024,\"name\":\"address\",\"url\":\"classes/CommandFailedEvent.html#address\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CommandFailedEvent\"},{\"id\":928,\"kind\":1024,\"name\":\"connectionId\",\"url\":\"classes/CommandFailedEvent.html#connectionId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CommandFailedEvent\"},{\"id\":929,\"kind\":1024,\"name\":\"requestId\",\"url\":\"classes/CommandFailedEvent.html#requestId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CommandFailedEvent\"},{\"id\":930,\"kind\":1024,\"name\":\"duration\",\"url\":\"classes/CommandFailedEvent.html#duration\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CommandFailedEvent\"},{\"id\":931,\"kind\":1024,\"name\":\"commandName\",\"url\":\"classes/CommandFailedEvent.html#commandName\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CommandFailedEvent\"},{\"id\":932,\"kind\":1024,\"name\":\"failure\",\"url\":\"classes/CommandFailedEvent.html#failure\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CommandFailedEvent\"},{\"id\":933,\"kind\":1024,\"name\":\"serviceId\",\"url\":\"classes/CommandFailedEvent.html#serviceId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CommandFailedEvent\"},{\"id\":934,\"kind\":262144,\"name\":\"hasServiceId\",\"url\":\"classes/CommandFailedEvent.html#hasServiceId\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"CommandFailedEvent\"},{\"id\":935,\"kind\":128,\"name\":\"CommandStartedEvent\",\"url\":\"classes/CommandStartedEvent.html\",\"classes\":\"tsd-kind-class\"},{\"id\":936,\"kind\":1024,\"name\":\"commandObj\",\"url\":\"classes/CommandStartedEvent.html#commandObj\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CommandStartedEvent\"},{\"id\":937,\"kind\":1024,\"name\":\"requestId\",\"url\":\"classes/CommandStartedEvent.html#requestId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CommandStartedEvent\"},{\"id\":938,\"kind\":1024,\"name\":\"databaseName\",\"url\":\"classes/CommandStartedEvent.html#databaseName\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CommandStartedEvent\"},{\"id\":939,\"kind\":1024,\"name\":\"commandName\",\"url\":\"classes/CommandStartedEvent.html#commandName\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CommandStartedEvent\"},{\"id\":940,\"kind\":1024,\"name\":\"command\",\"url\":\"classes/CommandStartedEvent.html#command\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CommandStartedEvent\"},{\"id\":941,\"kind\":1024,\"name\":\"address\",\"url\":\"classes/CommandStartedEvent.html#address\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CommandStartedEvent\"},{\"id\":942,\"kind\":1024,\"name\":\"connectionId\",\"url\":\"classes/CommandStartedEvent.html#connectionId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CommandStartedEvent\"},{\"id\":943,\"kind\":1024,\"name\":\"serviceId\",\"url\":\"classes/CommandStartedEvent.html#serviceId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CommandStartedEvent\"},{\"id\":944,\"kind\":262144,\"name\":\"hasServiceId\",\"url\":\"classes/CommandStartedEvent.html#hasServiceId\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"CommandStartedEvent\"},{\"id\":945,\"kind\":128,\"name\":\"CommandSucceededEvent\",\"url\":\"classes/CommandSucceededEvent.html\",\"classes\":\"tsd-kind-class\"},{\"id\":946,\"kind\":1024,\"name\":\"address\",\"url\":\"classes/CommandSucceededEvent.html#address\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CommandSucceededEvent\"},{\"id\":947,\"kind\":1024,\"name\":\"connectionId\",\"url\":\"classes/CommandSucceededEvent.html#connectionId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CommandSucceededEvent\"},{\"id\":948,\"kind\":1024,\"name\":\"requestId\",\"url\":\"classes/CommandSucceededEvent.html#requestId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CommandSucceededEvent\"},{\"id\":949,\"kind\":1024,\"name\":\"duration\",\"url\":\"classes/CommandSucceededEvent.html#duration\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CommandSucceededEvent\"},{\"id\":950,\"kind\":1024,\"name\":\"commandName\",\"url\":\"classes/CommandSucceededEvent.html#commandName\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CommandSucceededEvent\"},{\"id\":951,\"kind\":1024,\"name\":\"reply\",\"url\":\"classes/CommandSucceededEvent.html#reply\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CommandSucceededEvent\"},{\"id\":952,\"kind\":1024,\"name\":\"serviceId\",\"url\":\"classes/CommandSucceededEvent.html#serviceId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CommandSucceededEvent\"},{\"id\":953,\"kind\":262144,\"name\":\"hasServiceId\",\"url\":\"classes/CommandSucceededEvent.html#hasServiceId\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"CommandSucceededEvent\"},{\"id\":954,\"kind\":128,\"name\":\"ConnectionCheckedInEvent\",\"url\":\"classes/ConnectionCheckedInEvent.html\",\"classes\":\"tsd-kind-class\"},{\"id\":955,\"kind\":1024,\"name\":\"connectionId\",\"url\":\"classes/ConnectionCheckedInEvent.html#connectionId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ConnectionCheckedInEvent\"},{\"id\":956,\"kind\":1024,\"name\":\"time\",\"url\":\"classes/ConnectionCheckedInEvent.html#time\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConnectionCheckedInEvent\"},{\"id\":957,\"kind\":1024,\"name\":\"address\",\"url\":\"classes/ConnectionCheckedInEvent.html#address\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConnectionCheckedInEvent\"},{\"id\":958,\"kind\":128,\"name\":\"ConnectionCheckedOutEvent\",\"url\":\"classes/ConnectionCheckedOutEvent.html\",\"classes\":\"tsd-kind-class\"},{\"id\":959,\"kind\":1024,\"name\":\"connectionId\",\"url\":\"classes/ConnectionCheckedOutEvent.html#connectionId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ConnectionCheckedOutEvent\"},{\"id\":960,\"kind\":1024,\"name\":\"time\",\"url\":\"classes/ConnectionCheckedOutEvent.html#time\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConnectionCheckedOutEvent\"},{\"id\":961,\"kind\":1024,\"name\":\"address\",\"url\":\"classes/ConnectionCheckedOutEvent.html#address\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConnectionCheckedOutEvent\"},{\"id\":962,\"kind\":128,\"name\":\"ConnectionCheckOutFailedEvent\",\"url\":\"classes/ConnectionCheckOutFailedEvent.html\",\"classes\":\"tsd-kind-class\"},{\"id\":963,\"kind\":1024,\"name\":\"reason\",\"url\":\"classes/ConnectionCheckOutFailedEvent.html#reason\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ConnectionCheckOutFailedEvent\"},{\"id\":964,\"kind\":1024,\"name\":\"time\",\"url\":\"classes/ConnectionCheckOutFailedEvent.html#time\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConnectionCheckOutFailedEvent\"},{\"id\":965,\"kind\":1024,\"name\":\"address\",\"url\":\"classes/ConnectionCheckOutFailedEvent.html#address\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConnectionCheckOutFailedEvent\"},{\"id\":966,\"kind\":128,\"name\":\"ConnectionCheckOutStartedEvent\",\"url\":\"classes/ConnectionCheckOutStartedEvent.html\",\"classes\":\"tsd-kind-class\"},{\"id\":967,\"kind\":1024,\"name\":\"time\",\"url\":\"classes/ConnectionCheckOutStartedEvent.html#time\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConnectionCheckOutStartedEvent\"},{\"id\":968,\"kind\":1024,\"name\":\"address\",\"url\":\"classes/ConnectionCheckOutStartedEvent.html#address\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConnectionCheckOutStartedEvent\"},{\"id\":969,\"kind\":128,\"name\":\"ConnectionClosedEvent\",\"url\":\"classes/ConnectionClosedEvent.html\",\"classes\":\"tsd-kind-class\"},{\"id\":970,\"kind\":1024,\"name\":\"connectionId\",\"url\":\"classes/ConnectionClosedEvent.html#connectionId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ConnectionClosedEvent\"},{\"id\":971,\"kind\":1024,\"name\":\"reason\",\"url\":\"classes/ConnectionClosedEvent.html#reason\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ConnectionClosedEvent\"},{\"id\":972,\"kind\":1024,\"name\":\"serviceId\",\"url\":\"classes/ConnectionClosedEvent.html#serviceId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ConnectionClosedEvent\"},{\"id\":973,\"kind\":1024,\"name\":\"time\",\"url\":\"classes/ConnectionClosedEvent.html#time\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConnectionClosedEvent\"},{\"id\":974,\"kind\":1024,\"name\":\"address\",\"url\":\"classes/ConnectionClosedEvent.html#address\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConnectionClosedEvent\"},{\"id\":975,\"kind\":128,\"name\":\"ConnectionCreatedEvent\",\"url\":\"classes/ConnectionCreatedEvent.html\",\"classes\":\"tsd-kind-class\"},{\"id\":976,\"kind\":1024,\"name\":\"connectionId\",\"url\":\"classes/ConnectionCreatedEvent.html#connectionId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ConnectionCreatedEvent\"},{\"id\":977,\"kind\":1024,\"name\":\"time\",\"url\":\"classes/ConnectionCreatedEvent.html#time\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConnectionCreatedEvent\"},{\"id\":978,\"kind\":1024,\"name\":\"address\",\"url\":\"classes/ConnectionCreatedEvent.html#address\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConnectionCreatedEvent\"},{\"id\":979,\"kind\":128,\"name\":\"ConnectionPoolClearedEvent\",\"url\":\"classes/ConnectionPoolClearedEvent.html\",\"classes\":\"tsd-kind-class\"},{\"id\":980,\"kind\":1024,\"name\":\"time\",\"url\":\"classes/ConnectionPoolClearedEvent.html#time\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConnectionPoolClearedEvent\"},{\"id\":981,\"kind\":1024,\"name\":\"address\",\"url\":\"classes/ConnectionPoolClearedEvent.html#address\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConnectionPoolClearedEvent\"},{\"id\":982,\"kind\":128,\"name\":\"ConnectionPoolClosedEvent\",\"url\":\"classes/ConnectionPoolClosedEvent.html\",\"classes\":\"tsd-kind-class\"},{\"id\":983,\"kind\":1024,\"name\":\"time\",\"url\":\"classes/ConnectionPoolClosedEvent.html#time\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConnectionPoolClosedEvent\"},{\"id\":984,\"kind\":1024,\"name\":\"address\",\"url\":\"classes/ConnectionPoolClosedEvent.html#address\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConnectionPoolClosedEvent\"},{\"id\":985,\"kind\":128,\"name\":\"ConnectionPoolCreatedEvent\",\"url\":\"classes/ConnectionPoolCreatedEvent.html\",\"classes\":\"tsd-kind-class\"},{\"id\":986,\"kind\":1024,\"name\":\"options\",\"url\":\"classes/ConnectionPoolCreatedEvent.html#options\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ConnectionPoolCreatedEvent\"},{\"id\":987,\"kind\":1024,\"name\":\"time\",\"url\":\"classes/ConnectionPoolCreatedEvent.html#time\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConnectionPoolCreatedEvent\"},{\"id\":988,\"kind\":1024,\"name\":\"address\",\"url\":\"classes/ConnectionPoolCreatedEvent.html#address\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConnectionPoolCreatedEvent\"},{\"id\":989,\"kind\":128,\"name\":\"ConnectionPoolMonitoringEvent\",\"url\":\"classes/ConnectionPoolMonitoringEvent.html\",\"classes\":\"tsd-kind-class\"},{\"id\":990,\"kind\":1024,\"name\":\"time\",\"url\":\"classes/ConnectionPoolMonitoringEvent.html#time\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ConnectionPoolMonitoringEvent\"},{\"id\":991,\"kind\":1024,\"name\":\"address\",\"url\":\"classes/ConnectionPoolMonitoringEvent.html#address\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ConnectionPoolMonitoringEvent\"},{\"id\":992,\"kind\":128,\"name\":\"ConnectionReadyEvent\",\"url\":\"classes/ConnectionReadyEvent.html\",\"classes\":\"tsd-kind-class\"},{\"id\":993,\"kind\":1024,\"name\":\"connectionId\",\"url\":\"classes/ConnectionReadyEvent.html#connectionId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ConnectionReadyEvent\"},{\"id\":994,\"kind\":1024,\"name\":\"time\",\"url\":\"classes/ConnectionReadyEvent.html#time\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConnectionReadyEvent\"},{\"id\":995,\"kind\":1024,\"name\":\"address\",\"url\":\"classes/ConnectionReadyEvent.html#address\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ConnectionReadyEvent\"},{\"id\":996,\"kind\":128,\"name\":\"ServerClosedEvent\",\"url\":\"classes/ServerClosedEvent.html\",\"classes\":\"tsd-kind-class\"},{\"id\":997,\"kind\":1024,\"name\":\"topologyId\",\"url\":\"classes/ServerClosedEvent.html#topologyId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ServerClosedEvent\"},{\"id\":998,\"kind\":1024,\"name\":\"address\",\"url\":\"classes/ServerClosedEvent.html#address\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ServerClosedEvent\"},{\"id\":999,\"kind\":128,\"name\":\"ServerDescriptionChangedEvent\",\"url\":\"classes/ServerDescriptionChangedEvent.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1000,\"kind\":1024,\"name\":\"topologyId\",\"url\":\"classes/ServerDescriptionChangedEvent.html#topologyId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ServerDescriptionChangedEvent\"},{\"id\":1001,\"kind\":1024,\"name\":\"address\",\"url\":\"classes/ServerDescriptionChangedEvent.html#address\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ServerDescriptionChangedEvent\"},{\"id\":1002,\"kind\":1024,\"name\":\"previousDescription\",\"url\":\"classes/ServerDescriptionChangedEvent.html#previousDescription\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ServerDescriptionChangedEvent\"},{\"id\":1003,\"kind\":1024,\"name\":\"newDescription\",\"url\":\"classes/ServerDescriptionChangedEvent.html#newDescription\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ServerDescriptionChangedEvent\"},{\"id\":1004,\"kind\":128,\"name\":\"ServerHeartbeatFailedEvent\",\"url\":\"classes/ServerHeartbeatFailedEvent.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1005,\"kind\":1024,\"name\":\"connectionId\",\"url\":\"classes/ServerHeartbeatFailedEvent.html#connectionId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ServerHeartbeatFailedEvent\"},{\"id\":1006,\"kind\":1024,\"name\":\"duration\",\"url\":\"classes/ServerHeartbeatFailedEvent.html#duration\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ServerHeartbeatFailedEvent\"},{\"id\":1007,\"kind\":1024,\"name\":\"failure\",\"url\":\"classes/ServerHeartbeatFailedEvent.html#failure\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ServerHeartbeatFailedEvent\"},{\"id\":1008,\"kind\":128,\"name\":\"ServerHeartbeatStartedEvent\",\"url\":\"classes/ServerHeartbeatStartedEvent.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1009,\"kind\":1024,\"name\":\"connectionId\",\"url\":\"classes/ServerHeartbeatStartedEvent.html#connectionId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ServerHeartbeatStartedEvent\"},{\"id\":1010,\"kind\":128,\"name\":\"ServerHeartbeatSucceededEvent\",\"url\":\"classes/ServerHeartbeatSucceededEvent.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1011,\"kind\":1024,\"name\":\"connectionId\",\"url\":\"classes/ServerHeartbeatSucceededEvent.html#connectionId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ServerHeartbeatSucceededEvent\"},{\"id\":1012,\"kind\":1024,\"name\":\"duration\",\"url\":\"classes/ServerHeartbeatSucceededEvent.html#duration\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ServerHeartbeatSucceededEvent\"},{\"id\":1013,\"kind\":1024,\"name\":\"reply\",\"url\":\"classes/ServerHeartbeatSucceededEvent.html#reply\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ServerHeartbeatSucceededEvent\"},{\"id\":1014,\"kind\":128,\"name\":\"ServerOpeningEvent\",\"url\":\"classes/ServerOpeningEvent.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1015,\"kind\":1024,\"name\":\"topologyId\",\"url\":\"classes/ServerOpeningEvent.html#topologyId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ServerOpeningEvent\"},{\"id\":1016,\"kind\":1024,\"name\":\"address\",\"url\":\"classes/ServerOpeningEvent.html#address\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ServerOpeningEvent\"},{\"id\":1017,\"kind\":128,\"name\":\"TopologyClosedEvent\",\"url\":\"classes/TopologyClosedEvent.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1018,\"kind\":1024,\"name\":\"topologyId\",\"url\":\"classes/TopologyClosedEvent.html#topologyId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"TopologyClosedEvent\"},{\"id\":1019,\"kind\":128,\"name\":\"TopologyDescriptionChangedEvent\",\"url\":\"classes/TopologyDescriptionChangedEvent.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1020,\"kind\":1024,\"name\":\"topologyId\",\"url\":\"classes/TopologyDescriptionChangedEvent.html#topologyId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"TopologyDescriptionChangedEvent\"},{\"id\":1021,\"kind\":1024,\"name\":\"previousDescription\",\"url\":\"classes/TopologyDescriptionChangedEvent.html#previousDescription\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"TopologyDescriptionChangedEvent\"},{\"id\":1022,\"kind\":1024,\"name\":\"newDescription\",\"url\":\"classes/TopologyDescriptionChangedEvent.html#newDescription\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"TopologyDescriptionChangedEvent\"},{\"id\":1023,\"kind\":128,\"name\":\"TopologyOpeningEvent\",\"url\":\"classes/TopologyOpeningEvent.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1024,\"kind\":1024,\"name\":\"topologyId\",\"url\":\"classes/TopologyOpeningEvent.html#topologyId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"TopologyOpeningEvent\"},{\"id\":1025,\"kind\":256,\"name\":\"BSONSerializeOptions\",\"url\":\"interfaces/BSONSerializeOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1026,\"kind\":1024,\"name\":\"raw\",\"url\":\"interfaces/BSONSerializeOptions.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"BSONSerializeOptions\"},{\"id\":1027,\"kind\":1024,\"name\":\"enableUtf8Validation\",\"url\":\"interfaces/BSONSerializeOptions.html#enableUtf8Validation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BSONSerializeOptions\"},{\"id\":1028,\"kind\":256,\"name\":\"BulkResult\",\"url\":\"interfaces/BulkResult.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1029,\"kind\":1024,\"name\":\"ok\",\"url\":\"interfaces/BulkResult.html#ok\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BulkResult\"},{\"id\":1030,\"kind\":1024,\"name\":\"writeErrors\",\"url\":\"interfaces/BulkResult.html#writeErrors\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BulkResult\"},{\"id\":1031,\"kind\":1024,\"name\":\"writeConcernErrors\",\"url\":\"interfaces/BulkResult.html#writeConcernErrors\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BulkResult\"},{\"id\":1032,\"kind\":1024,\"name\":\"insertedIds\",\"url\":\"interfaces/BulkResult.html#insertedIds\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BulkResult\"},{\"id\":1033,\"kind\":1024,\"name\":\"nInserted\",\"url\":\"interfaces/BulkResult.html#nInserted\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BulkResult\"},{\"id\":1034,\"kind\":1024,\"name\":\"nUpserted\",\"url\":\"interfaces/BulkResult.html#nUpserted\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BulkResult\"},{\"id\":1035,\"kind\":1024,\"name\":\"nMatched\",\"url\":\"interfaces/BulkResult.html#nMatched\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BulkResult\"},{\"id\":1036,\"kind\":1024,\"name\":\"nModified\",\"url\":\"interfaces/BulkResult.html#nModified\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BulkResult\"},{\"id\":1037,\"kind\":1024,\"name\":\"nRemoved\",\"url\":\"interfaces/BulkResult.html#nRemoved\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BulkResult\"},{\"id\":1038,\"kind\":1024,\"name\":\"upserted\",\"url\":\"interfaces/BulkResult.html#upserted\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BulkResult\"},{\"id\":1039,\"kind\":1024,\"name\":\"opTime\",\"url\":\"interfaces/BulkResult.html#opTime\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BulkResult\"},{\"id\":1040,\"kind\":256,\"name\":\"BulkWriteOperationError\",\"url\":\"interfaces/BulkWriteOperationError.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1041,\"kind\":1024,\"name\":\"index\",\"url\":\"interfaces/BulkWriteOperationError.html#index\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BulkWriteOperationError\"},{\"id\":1042,\"kind\":1024,\"name\":\"code\",\"url\":\"interfaces/BulkWriteOperationError.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BulkWriteOperationError\"},{\"id\":1043,\"kind\":1024,\"name\":\"errmsg\",\"url\":\"interfaces/BulkWriteOperationError.html#errmsg\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BulkWriteOperationError\"},{\"id\":1044,\"kind\":1024,\"name\":\"errInfo\",\"url\":\"interfaces/BulkWriteOperationError.html#errInfo\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BulkWriteOperationError\"},{\"id\":1045,\"kind\":1024,\"name\":\"op\",\"url\":\"interfaces/BulkWriteOperationError.html#op\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"BulkWriteOperationError\"},{\"id\":1046,\"kind\":128,\"name\":\"BulkWriteResult\",\"url\":\"classes/BulkWriteResult.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1047,\"kind\":1024,\"name\":\"result\",\"url\":\"classes/BulkWriteResult.html#result\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"BulkWriteResult\"},{\"id\":1048,\"kind\":262144,\"name\":\"insertedCount\",\"url\":\"classes/BulkWriteResult.html#insertedCount\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"BulkWriteResult\"},{\"id\":1049,\"kind\":262144,\"name\":\"matchedCount\",\"url\":\"classes/BulkWriteResult.html#matchedCount\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"BulkWriteResult\"},{\"id\":1050,\"kind\":262144,\"name\":\"modifiedCount\",\"url\":\"classes/BulkWriteResult.html#modifiedCount\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"BulkWriteResult\"},{\"id\":1051,\"kind\":262144,\"name\":\"deletedCount\",\"url\":\"classes/BulkWriteResult.html#deletedCount\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"BulkWriteResult\"},{\"id\":1052,\"kind\":262144,\"name\":\"upsertedCount\",\"url\":\"classes/BulkWriteResult.html#upsertedCount\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"BulkWriteResult\"},{\"id\":1053,\"kind\":262144,\"name\":\"upsertedIds\",\"url\":\"classes/BulkWriteResult.html#upsertedIds\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"BulkWriteResult\"},{\"id\":1054,\"kind\":262144,\"name\":\"insertedIds\",\"url\":\"classes/BulkWriteResult.html#insertedIds\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"BulkWriteResult\"},{\"id\":1055,\"kind\":262144,\"name\":\"ok\",\"url\":\"classes/BulkWriteResult.html#ok\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"BulkWriteResult\"},{\"id\":1056,\"kind\":262144,\"name\":\"nInserted\",\"url\":\"classes/BulkWriteResult.html#nInserted\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"BulkWriteResult\"},{\"id\":1057,\"kind\":262144,\"name\":\"nUpserted\",\"url\":\"classes/BulkWriteResult.html#nUpserted\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"BulkWriteResult\"},{\"id\":1058,\"kind\":262144,\"name\":\"nMatched\",\"url\":\"classes/BulkWriteResult.html#nMatched\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"BulkWriteResult\"},{\"id\":1059,\"kind\":262144,\"name\":\"nModified\",\"url\":\"classes/BulkWriteResult.html#nModified\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"BulkWriteResult\"},{\"id\":1060,\"kind\":262144,\"name\":\"nRemoved\",\"url\":\"classes/BulkWriteResult.html#nRemoved\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"BulkWriteResult\"},{\"id\":1061,\"kind\":2048,\"name\":\"getInsertedIds\",\"url\":\"classes/BulkWriteResult.html#getInsertedIds\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BulkWriteResult\"},{\"id\":1062,\"kind\":2048,\"name\":\"getUpsertedIds\",\"url\":\"classes/BulkWriteResult.html#getUpsertedIds\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BulkWriteResult\"},{\"id\":1063,\"kind\":2048,\"name\":\"getUpsertedIdAt\",\"url\":\"classes/BulkWriteResult.html#getUpsertedIdAt\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BulkWriteResult\"},{\"id\":1064,\"kind\":2048,\"name\":\"getRawResponse\",\"url\":\"classes/BulkWriteResult.html#getRawResponse\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BulkWriteResult\"},{\"id\":1065,\"kind\":2048,\"name\":\"hasWriteErrors\",\"url\":\"classes/BulkWriteResult.html#hasWriteErrors\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BulkWriteResult\"},{\"id\":1066,\"kind\":2048,\"name\":\"getWriteErrorCount\",\"url\":\"classes/BulkWriteResult.html#getWriteErrorCount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BulkWriteResult\"},{\"id\":1067,\"kind\":2048,\"name\":\"getWriteErrorAt\",\"url\":\"classes/BulkWriteResult.html#getWriteErrorAt\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BulkWriteResult\"},{\"id\":1068,\"kind\":2048,\"name\":\"getWriteErrors\",\"url\":\"classes/BulkWriteResult.html#getWriteErrors\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BulkWriteResult\"},{\"id\":1069,\"kind\":2048,\"name\":\"getLastOp\",\"url\":\"classes/BulkWriteResult.html#getLastOp\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BulkWriteResult\"},{\"id\":1070,\"kind\":2048,\"name\":\"getWriteConcernError\",\"url\":\"classes/BulkWriteResult.html#getWriteConcernError\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BulkWriteResult\"},{\"id\":1071,\"kind\":2048,\"name\":\"toJSON\",\"url\":\"classes/BulkWriteResult.html#toJSON\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BulkWriteResult\"},{\"id\":1072,\"kind\":2048,\"name\":\"toString\",\"url\":\"classes/BulkWriteResult.html#toString\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BulkWriteResult\"},{\"id\":1073,\"kind\":2048,\"name\":\"isOk\",\"url\":\"classes/BulkWriteResult.html#isOk\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BulkWriteResult\"},{\"id\":1074,\"kind\":256,\"name\":\"DeleteManyModel\",\"url\":\"interfaces/DeleteManyModel.html\",\"classes\":\"tsd-kind-interface tsd-has-type-parameter\"},{\"id\":1075,\"kind\":1024,\"name\":\"filter\",\"url\":\"interfaces/DeleteManyModel.html#filter\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DeleteManyModel\"},{\"id\":1076,\"kind\":1024,\"name\":\"collation\",\"url\":\"interfaces/DeleteManyModel.html#collation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DeleteManyModel\"},{\"id\":1077,\"kind\":1024,\"name\":\"hint\",\"url\":\"interfaces/DeleteManyModel.html#hint\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DeleteManyModel\"},{\"id\":1078,\"kind\":256,\"name\":\"DeleteOneModel\",\"url\":\"interfaces/DeleteOneModel.html\",\"classes\":\"tsd-kind-interface tsd-has-type-parameter\"},{\"id\":1079,\"kind\":1024,\"name\":\"filter\",\"url\":\"interfaces/DeleteOneModel.html#filter\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DeleteOneModel\"},{\"id\":1080,\"kind\":1024,\"name\":\"collation\",\"url\":\"interfaces/DeleteOneModel.html#collation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DeleteOneModel\"},{\"id\":1081,\"kind\":1024,\"name\":\"hint\",\"url\":\"interfaces/DeleteOneModel.html#hint\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DeleteOneModel\"},{\"id\":1082,\"kind\":256,\"name\":\"InsertOneModel\",\"url\":\"interfaces/InsertOneModel.html\",\"classes\":\"tsd-kind-interface tsd-has-type-parameter\"},{\"id\":1083,\"kind\":1024,\"name\":\"document\",\"url\":\"interfaces/InsertOneModel.html#document\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"InsertOneModel\"},{\"id\":1084,\"kind\":256,\"name\":\"ReplaceOneModel\",\"url\":\"interfaces/ReplaceOneModel.html\",\"classes\":\"tsd-kind-interface tsd-has-type-parameter\"},{\"id\":1085,\"kind\":1024,\"name\":\"filter\",\"url\":\"interfaces/ReplaceOneModel.html#filter\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ReplaceOneModel\"},{\"id\":1086,\"kind\":1024,\"name\":\"replacement\",\"url\":\"interfaces/ReplaceOneModel.html#replacement\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ReplaceOneModel\"},{\"id\":1087,\"kind\":1024,\"name\":\"collation\",\"url\":\"interfaces/ReplaceOneModel.html#collation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ReplaceOneModel\"},{\"id\":1088,\"kind\":1024,\"name\":\"hint\",\"url\":\"interfaces/ReplaceOneModel.html#hint\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ReplaceOneModel\"},{\"id\":1089,\"kind\":1024,\"name\":\"upsert\",\"url\":\"interfaces/ReplaceOneModel.html#upsert\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ReplaceOneModel\"},{\"id\":1090,\"kind\":256,\"name\":\"UpdateManyModel\",\"url\":\"interfaces/UpdateManyModel.html\",\"classes\":\"tsd-kind-interface tsd-has-type-parameter\"},{\"id\":1091,\"kind\":1024,\"name\":\"filter\",\"url\":\"interfaces/UpdateManyModel.html#filter\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"UpdateManyModel\"},{\"id\":1092,\"kind\":1024,\"name\":\"update\",\"url\":\"interfaces/UpdateManyModel.html#update\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"UpdateManyModel\"},{\"id\":1093,\"kind\":1024,\"name\":\"arrayFilters\",\"url\":\"interfaces/UpdateManyModel.html#arrayFilters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"UpdateManyModel\"},{\"id\":1094,\"kind\":1024,\"name\":\"collation\",\"url\":\"interfaces/UpdateManyModel.html#collation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"UpdateManyModel\"},{\"id\":1095,\"kind\":1024,\"name\":\"hint\",\"url\":\"interfaces/UpdateManyModel.html#hint\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"UpdateManyModel\"},{\"id\":1096,\"kind\":1024,\"name\":\"upsert\",\"url\":\"interfaces/UpdateManyModel.html#upsert\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"UpdateManyModel\"},{\"id\":1097,\"kind\":256,\"name\":\"UpdateOneModel\",\"url\":\"interfaces/UpdateOneModel.html\",\"classes\":\"tsd-kind-interface tsd-has-type-parameter\"},{\"id\":1098,\"kind\":1024,\"name\":\"filter\",\"url\":\"interfaces/UpdateOneModel.html#filter\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"UpdateOneModel\"},{\"id\":1099,\"kind\":1024,\"name\":\"update\",\"url\":\"interfaces/UpdateOneModel.html#update\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"UpdateOneModel\"},{\"id\":1100,\"kind\":1024,\"name\":\"arrayFilters\",\"url\":\"interfaces/UpdateOneModel.html#arrayFilters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"UpdateOneModel\"},{\"id\":1101,\"kind\":1024,\"name\":\"collation\",\"url\":\"interfaces/UpdateOneModel.html#collation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"UpdateOneModel\"},{\"id\":1102,\"kind\":1024,\"name\":\"hint\",\"url\":\"interfaces/UpdateOneModel.html#hint\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"UpdateOneModel\"},{\"id\":1103,\"kind\":1024,\"name\":\"upsert\",\"url\":\"interfaces/UpdateOneModel.html#upsert\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"UpdateOneModel\"},{\"id\":1104,\"kind\":128,\"name\":\"WriteConcernError\",\"url\":\"classes/WriteConcernError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1105,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/WriteConcernError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"WriteConcernError\"},{\"id\":1106,\"kind\":262144,\"name\":\"code\",\"url\":\"classes/WriteConcernError.html#code\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"WriteConcernError\"},{\"id\":1107,\"kind\":262144,\"name\":\"errmsg\",\"url\":\"classes/WriteConcernError.html#errmsg\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"WriteConcernError\"},{\"id\":1108,\"kind\":262144,\"name\":\"errInfo\",\"url\":\"classes/WriteConcernError.html#errInfo\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"WriteConcernError\"},{\"id\":1109,\"kind\":262144,\"name\":\"err\",\"url\":\"classes/WriteConcernError.html#err\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"WriteConcernError\"},{\"id\":1110,\"kind\":2048,\"name\":\"toJSON\",\"url\":\"classes/WriteConcernError.html#toJSON\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"WriteConcernError\"},{\"id\":1111,\"kind\":2048,\"name\":\"toString\",\"url\":\"classes/WriteConcernError.html#toString\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"WriteConcernError\"},{\"id\":1112,\"kind\":128,\"name\":\"WriteError\",\"url\":\"classes/WriteError.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1113,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/WriteError.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"WriteError\"},{\"id\":1114,\"kind\":1024,\"name\":\"err\",\"url\":\"classes/WriteError.html#err\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"WriteError\"},{\"id\":1115,\"kind\":262144,\"name\":\"code\",\"url\":\"classes/WriteError.html#code\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"WriteError\"},{\"id\":1116,\"kind\":262144,\"name\":\"index\",\"url\":\"classes/WriteError.html#index\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"WriteError\"},{\"id\":1117,\"kind\":262144,\"name\":\"errmsg\",\"url\":\"classes/WriteError.html#errmsg\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"WriteError\"},{\"id\":1118,\"kind\":262144,\"name\":\"errInfo\",\"url\":\"classes/WriteError.html#errInfo\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"WriteError\"},{\"id\":1119,\"kind\":2048,\"name\":\"getOperation\",\"url\":\"classes/WriteError.html#getOperation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"WriteError\"},{\"id\":1120,\"kind\":2048,\"name\":\"toJSON\",\"url\":\"classes/WriteError.html#toJSON\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"WriteError\"},{\"id\":1121,\"kind\":2048,\"name\":\"toString\",\"url\":\"classes/WriteError.html#toString\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"WriteError\"},{\"id\":1122,\"kind\":128,\"name\":\"Batch\",\"url\":\"classes/Batch.html\",\"classes\":\"tsd-kind-class tsd-has-type-parameter\"},{\"id\":1123,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Batch.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"Batch\"},{\"id\":1124,\"kind\":1024,\"name\":\"originalZeroIndex\",\"url\":\"classes/Batch.html#originalZeroIndex\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Batch\"},{\"id\":1125,\"kind\":1024,\"name\":\"currentIndex\",\"url\":\"classes/Batch.html#currentIndex\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Batch\"},{\"id\":1126,\"kind\":1024,\"name\":\"originalIndexes\",\"url\":\"classes/Batch.html#originalIndexes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Batch\"},{\"id\":1127,\"kind\":1024,\"name\":\"batchType\",\"url\":\"classes/Batch.html#batchType\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Batch\"},{\"id\":1128,\"kind\":1024,\"name\":\"operations\",\"url\":\"classes/Batch.html#operations\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Batch\"},{\"id\":1129,\"kind\":1024,\"name\":\"size\",\"url\":\"classes/Batch.html#size\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Batch\"},{\"id\":1130,\"kind\":1024,\"name\":\"sizeBytes\",\"url\":\"classes/Batch.html#sizeBytes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Batch\"},{\"id\":1131,\"kind\":128,\"name\":\"BulkOperationBase\",\"url\":\"classes/BulkOperationBase.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1132,\"kind\":1024,\"name\":\"isOrdered\",\"url\":\"classes/BulkOperationBase.html#isOrdered\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"BulkOperationBase\"},{\"id\":1133,\"kind\":1024,\"name\":\"operationId\",\"url\":\"classes/BulkOperationBase.html#operationId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"BulkOperationBase\"},{\"id\":1134,\"kind\":2048,\"name\":\"insert\",\"url\":\"classes/BulkOperationBase.html#insert\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BulkOperationBase\"},{\"id\":1135,\"kind\":2048,\"name\":\"find\",\"url\":\"classes/BulkOperationBase.html#find\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BulkOperationBase\"},{\"id\":1136,\"kind\":2048,\"name\":\"raw\",\"url\":\"classes/BulkOperationBase.html#raw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BulkOperationBase\"},{\"id\":1137,\"kind\":262144,\"name\":\"bsonOptions\",\"url\":\"classes/BulkOperationBase.html#bsonOptions\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"BulkOperationBase\"},{\"id\":1138,\"kind\":262144,\"name\":\"writeConcern\",\"url\":\"classes/BulkOperationBase.html#writeConcern\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"BulkOperationBase\"},{\"id\":1139,\"kind\":262144,\"name\":\"batches\",\"url\":\"classes/BulkOperationBase.html#batches\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"BulkOperationBase\"},{\"id\":1140,\"kind\":2048,\"name\":\"execute\",\"url\":\"classes/BulkOperationBase.html#execute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BulkOperationBase\"},{\"id\":1141,\"kind\":2048,\"name\":\"addToOperationsList\",\"url\":\"classes/BulkOperationBase.html#addToOperationsList\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"BulkOperationBase\"},{\"id\":1142,\"kind\":128,\"name\":\"FindOperators\",\"url\":\"classes/FindOperators.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1143,\"kind\":1024,\"name\":\"bulkOperation\",\"url\":\"classes/FindOperators.html#bulkOperation\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"FindOperators\"},{\"id\":1144,\"kind\":2048,\"name\":\"update\",\"url\":\"classes/FindOperators.html#update\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FindOperators\"},{\"id\":1145,\"kind\":2048,\"name\":\"updateOne\",\"url\":\"classes/FindOperators.html#updateOne\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FindOperators\"},{\"id\":1146,\"kind\":2048,\"name\":\"replaceOne\",\"url\":\"classes/FindOperators.html#replaceOne\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FindOperators\"},{\"id\":1147,\"kind\":2048,\"name\":\"deleteOne\",\"url\":\"classes/FindOperators.html#deleteOne\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FindOperators\"},{\"id\":1148,\"kind\":2048,\"name\":\"delete\",\"url\":\"classes/FindOperators.html#delete\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FindOperators\"},{\"id\":1149,\"kind\":2048,\"name\":\"upsert\",\"url\":\"classes/FindOperators.html#upsert\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FindOperators\"},{\"id\":1150,\"kind\":2048,\"name\":\"collation\",\"url\":\"classes/FindOperators.html#collation\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FindOperators\"},{\"id\":1151,\"kind\":2048,\"name\":\"arrayFilters\",\"url\":\"classes/FindOperators.html#arrayFilters\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"FindOperators\"},{\"id\":1152,\"kind\":256,\"name\":\"WriteConcernErrorData\",\"url\":\"interfaces/WriteConcernErrorData.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1153,\"kind\":1024,\"name\":\"code\",\"url\":\"interfaces/WriteConcernErrorData.html#code\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"WriteConcernErrorData\"},{\"id\":1154,\"kind\":1024,\"name\":\"errmsg\",\"url\":\"interfaces/WriteConcernErrorData.html#errmsg\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"WriteConcernErrorData\"},{\"id\":1155,\"kind\":1024,\"name\":\"errInfo\",\"url\":\"interfaces/WriteConcernErrorData.html#errInfo\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"WriteConcernErrorData\"},{\"id\":1156,\"kind\":128,\"name\":\"OrderedBulkOperation\",\"url\":\"classes/OrderedBulkOperation.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1157,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/OrderedBulkOperation.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"OrderedBulkOperation\"},{\"id\":1158,\"kind\":2048,\"name\":\"addToOperationsList\",\"url\":\"classes/OrderedBulkOperation.html#addToOperationsList\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"OrderedBulkOperation\"},{\"id\":1159,\"kind\":1024,\"name\":\"isOrdered\",\"url\":\"classes/OrderedBulkOperation.html#isOrdered\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"OrderedBulkOperation\"},{\"id\":1160,\"kind\":1024,\"name\":\"operationId\",\"url\":\"classes/OrderedBulkOperation.html#operationId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"OrderedBulkOperation\"},{\"id\":1161,\"kind\":2048,\"name\":\"insert\",\"url\":\"classes/OrderedBulkOperation.html#insert\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"OrderedBulkOperation\"},{\"id\":1162,\"kind\":2048,\"name\":\"find\",\"url\":\"classes/OrderedBulkOperation.html#find\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"OrderedBulkOperation\"},{\"id\":1163,\"kind\":2048,\"name\":\"raw\",\"url\":\"classes/OrderedBulkOperation.html#raw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"OrderedBulkOperation\"},{\"id\":1164,\"kind\":262144,\"name\":\"bsonOptions\",\"url\":\"classes/OrderedBulkOperation.html#bsonOptions\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"OrderedBulkOperation\"},{\"id\":1165,\"kind\":262144,\"name\":\"writeConcern\",\"url\":\"classes/OrderedBulkOperation.html#writeConcern\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"OrderedBulkOperation\"},{\"id\":1166,\"kind\":262144,\"name\":\"batches\",\"url\":\"classes/OrderedBulkOperation.html#batches\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"OrderedBulkOperation\"},{\"id\":1167,\"kind\":2048,\"name\":\"execute\",\"url\":\"classes/OrderedBulkOperation.html#execute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"OrderedBulkOperation\"},{\"id\":1168,\"kind\":128,\"name\":\"UnorderedBulkOperation\",\"url\":\"classes/UnorderedBulkOperation.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1169,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/UnorderedBulkOperation.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"UnorderedBulkOperation\"},{\"id\":1170,\"kind\":2048,\"name\":\"handleWriteError\",\"url\":\"classes/UnorderedBulkOperation.html#handleWriteError\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"UnorderedBulkOperation\"},{\"id\":1171,\"kind\":2048,\"name\":\"addToOperationsList\",\"url\":\"classes/UnorderedBulkOperation.html#addToOperationsList\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"UnorderedBulkOperation\"},{\"id\":1172,\"kind\":1024,\"name\":\"isOrdered\",\"url\":\"classes/UnorderedBulkOperation.html#isOrdered\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnorderedBulkOperation\"},{\"id\":1173,\"kind\":1024,\"name\":\"operationId\",\"url\":\"classes/UnorderedBulkOperation.html#operationId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnorderedBulkOperation\"},{\"id\":1174,\"kind\":2048,\"name\":\"insert\",\"url\":\"classes/UnorderedBulkOperation.html#insert\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnorderedBulkOperation\"},{\"id\":1175,\"kind\":2048,\"name\":\"find\",\"url\":\"classes/UnorderedBulkOperation.html#find\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnorderedBulkOperation\"},{\"id\":1176,\"kind\":2048,\"name\":\"raw\",\"url\":\"classes/UnorderedBulkOperation.html#raw\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnorderedBulkOperation\"},{\"id\":1177,\"kind\":262144,\"name\":\"bsonOptions\",\"url\":\"classes/UnorderedBulkOperation.html#bsonOptions\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnorderedBulkOperation\"},{\"id\":1178,\"kind\":262144,\"name\":\"writeConcern\",\"url\":\"classes/UnorderedBulkOperation.html#writeConcern\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnorderedBulkOperation\"},{\"id\":1179,\"kind\":262144,\"name\":\"batches\",\"url\":\"classes/UnorderedBulkOperation.html#batches\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnorderedBulkOperation\"},{\"id\":1180,\"kind\":2048,\"name\":\"execute\",\"url\":\"classes/UnorderedBulkOperation.html#execute\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"UnorderedBulkOperation\"},{\"id\":1181,\"kind\":256,\"name\":\"ChangeStreamCollModDocument\",\"url\":\"interfaces/ChangeStreamCollModDocument.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1182,\"kind\":1024,\"name\":\"operationType\",\"url\":\"interfaces/ChangeStreamCollModDocument.html#operationType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamCollModDocument\"},{\"id\":1183,\"kind\":1024,\"name\":\"_id\",\"url\":\"interfaces/ChangeStreamCollModDocument.html#_id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamCollModDocument\"},{\"id\":1184,\"kind\":1024,\"name\":\"clusterTime\",\"url\":\"interfaces/ChangeStreamCollModDocument.html#clusterTime\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamCollModDocument\"},{\"id\":1185,\"kind\":1024,\"name\":\"txnNumber\",\"url\":\"interfaces/ChangeStreamCollModDocument.html#txnNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamCollModDocument\"},{\"id\":1186,\"kind\":1024,\"name\":\"lsid\",\"url\":\"interfaces/ChangeStreamCollModDocument.html#lsid\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamCollModDocument\"},{\"id\":1187,\"kind\":1024,\"name\":\"collectionUUID\",\"url\":\"interfaces/ChangeStreamCollModDocument.html#collectionUUID\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamCollModDocument\"},{\"id\":1188,\"kind\":256,\"name\":\"ChangeStreamCreateDocument\",\"url\":\"interfaces/ChangeStreamCreateDocument.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1189,\"kind\":1024,\"name\":\"operationType\",\"url\":\"interfaces/ChangeStreamCreateDocument.html#operationType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamCreateDocument\"},{\"id\":1190,\"kind\":1024,\"name\":\"_id\",\"url\":\"interfaces/ChangeStreamCreateDocument.html#_id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamCreateDocument\"},{\"id\":1191,\"kind\":1024,\"name\":\"clusterTime\",\"url\":\"interfaces/ChangeStreamCreateDocument.html#clusterTime\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamCreateDocument\"},{\"id\":1192,\"kind\":1024,\"name\":\"txnNumber\",\"url\":\"interfaces/ChangeStreamCreateDocument.html#txnNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamCreateDocument\"},{\"id\":1193,\"kind\":1024,\"name\":\"lsid\",\"url\":\"interfaces/ChangeStreamCreateDocument.html#lsid\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamCreateDocument\"},{\"id\":1194,\"kind\":1024,\"name\":\"collectionUUID\",\"url\":\"interfaces/ChangeStreamCreateDocument.html#collectionUUID\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamCreateDocument\"},{\"id\":1195,\"kind\":256,\"name\":\"ChangeStreamCreateIndexDocument\",\"url\":\"interfaces/ChangeStreamCreateIndexDocument.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1196,\"kind\":1024,\"name\":\"operationType\",\"url\":\"interfaces/ChangeStreamCreateIndexDocument.html#operationType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamCreateIndexDocument\"},{\"id\":1197,\"kind\":1024,\"name\":\"_id\",\"url\":\"interfaces/ChangeStreamCreateIndexDocument.html#_id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamCreateIndexDocument\"},{\"id\":1198,\"kind\":1024,\"name\":\"clusterTime\",\"url\":\"interfaces/ChangeStreamCreateIndexDocument.html#clusterTime\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamCreateIndexDocument\"},{\"id\":1199,\"kind\":1024,\"name\":\"txnNumber\",\"url\":\"interfaces/ChangeStreamCreateIndexDocument.html#txnNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamCreateIndexDocument\"},{\"id\":1200,\"kind\":1024,\"name\":\"lsid\",\"url\":\"interfaces/ChangeStreamCreateIndexDocument.html#lsid\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamCreateIndexDocument\"},{\"id\":1201,\"kind\":1024,\"name\":\"collectionUUID\",\"url\":\"interfaces/ChangeStreamCreateIndexDocument.html#collectionUUID\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamCreateIndexDocument\"},{\"id\":1202,\"kind\":1024,\"name\":\"operationDescription\",\"url\":\"interfaces/ChangeStreamCreateIndexDocument.html#operationDescription\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamCreateIndexDocument\"},{\"id\":1203,\"kind\":256,\"name\":\"ChangeStreamDeleteDocument\",\"url\":\"interfaces/ChangeStreamDeleteDocument.html\",\"classes\":\"tsd-kind-interface tsd-has-type-parameter\"},{\"id\":1204,\"kind\":1024,\"name\":\"operationType\",\"url\":\"interfaces/ChangeStreamDeleteDocument.html#operationType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamDeleteDocument\"},{\"id\":1205,\"kind\":1024,\"name\":\"ns\",\"url\":\"interfaces/ChangeStreamDeleteDocument.html#ns\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamDeleteDocument\"},{\"id\":1206,\"kind\":1024,\"name\":\"fullDocumentBeforeChange\",\"url\":\"interfaces/ChangeStreamDeleteDocument.html#fullDocumentBeforeChange\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamDeleteDocument\"},{\"id\":1207,\"kind\":1024,\"name\":\"_id\",\"url\":\"interfaces/ChangeStreamDeleteDocument.html#_id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamDeleteDocument\"},{\"id\":1208,\"kind\":1024,\"name\":\"clusterTime\",\"url\":\"interfaces/ChangeStreamDeleteDocument.html#clusterTime\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamDeleteDocument\"},{\"id\":1209,\"kind\":1024,\"name\":\"txnNumber\",\"url\":\"interfaces/ChangeStreamDeleteDocument.html#txnNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamDeleteDocument\"},{\"id\":1210,\"kind\":1024,\"name\":\"lsid\",\"url\":\"interfaces/ChangeStreamDeleteDocument.html#lsid\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamDeleteDocument\"},{\"id\":1211,\"kind\":1024,\"name\":\"documentKey\",\"url\":\"interfaces/ChangeStreamDeleteDocument.html#documentKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamDeleteDocument\"},{\"id\":1212,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/ChangeStreamDeleteDocument.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"ChangeStreamDeleteDocument\"},{\"id\":1213,\"kind\":1024,\"name\":\"_id\",\"url\":\"interfaces/ChangeStreamDeleteDocument.html#__type._id-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ChangeStreamDeleteDocument.__type\"},{\"id\":1214,\"kind\":1024,\"name\":\"collectionUUID\",\"url\":\"interfaces/ChangeStreamDeleteDocument.html#collectionUUID\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamDeleteDocument\"},{\"id\":1215,\"kind\":4194304,\"name\":\"ChangeStreamDocument\",\"url\":\"modules.html#ChangeStreamDocument\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":1216,\"kind\":256,\"name\":\"ChangeStreamDocumentCollectionUUID\",\"url\":\"interfaces/ChangeStreamDocumentCollectionUUID.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1217,\"kind\":1024,\"name\":\"collectionUUID\",\"url\":\"interfaces/ChangeStreamDocumentCollectionUUID.html#collectionUUID\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamDocumentCollectionUUID\"},{\"id\":1218,\"kind\":256,\"name\":\"ChangeStreamDocumentCommon\",\"url\":\"interfaces/ChangeStreamDocumentCommon.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1219,\"kind\":1024,\"name\":\"_id\",\"url\":\"interfaces/ChangeStreamDocumentCommon.html#_id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamDocumentCommon\"},{\"id\":1220,\"kind\":1024,\"name\":\"clusterTime\",\"url\":\"interfaces/ChangeStreamDocumentCommon.html#clusterTime\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamDocumentCommon\"},{\"id\":1221,\"kind\":1024,\"name\":\"txnNumber\",\"url\":\"interfaces/ChangeStreamDocumentCommon.html#txnNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamDocumentCommon\"},{\"id\":1222,\"kind\":1024,\"name\":\"lsid\",\"url\":\"interfaces/ChangeStreamDocumentCommon.html#lsid\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamDocumentCommon\"},{\"id\":1223,\"kind\":256,\"name\":\"ChangeStreamDocumentKey\",\"url\":\"interfaces/ChangeStreamDocumentKey.html\",\"classes\":\"tsd-kind-interface tsd-has-type-parameter\"},{\"id\":1224,\"kind\":1024,\"name\":\"documentKey\",\"url\":\"interfaces/ChangeStreamDocumentKey.html#documentKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamDocumentKey\"},{\"id\":1225,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/ChangeStreamDocumentKey.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"ChangeStreamDocumentKey\"},{\"id\":1226,\"kind\":1024,\"name\":\"_id\",\"url\":\"interfaces/ChangeStreamDocumentKey.html#__type._id\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ChangeStreamDocumentKey.__type\"},{\"id\":1227,\"kind\":256,\"name\":\"ChangeStreamDocumentOperationDescription\",\"url\":\"interfaces/ChangeStreamDocumentOperationDescription.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1228,\"kind\":1024,\"name\":\"operationDescription\",\"url\":\"interfaces/ChangeStreamDocumentOperationDescription.html#operationDescription\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamDocumentOperationDescription\"},{\"id\":1229,\"kind\":256,\"name\":\"ChangeStreamDropDatabaseDocument\",\"url\":\"interfaces/ChangeStreamDropDatabaseDocument.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1230,\"kind\":1024,\"name\":\"operationType\",\"url\":\"interfaces/ChangeStreamDropDatabaseDocument.html#operationType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamDropDatabaseDocument\"},{\"id\":1231,\"kind\":1024,\"name\":\"ns\",\"url\":\"interfaces/ChangeStreamDropDatabaseDocument.html#ns\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamDropDatabaseDocument\"},{\"id\":1232,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/ChangeStreamDropDatabaseDocument.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"ChangeStreamDropDatabaseDocument\"},{\"id\":1233,\"kind\":1024,\"name\":\"db\",\"url\":\"interfaces/ChangeStreamDropDatabaseDocument.html#__type.db\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ChangeStreamDropDatabaseDocument.__type\"},{\"id\":1234,\"kind\":1024,\"name\":\"_id\",\"url\":\"interfaces/ChangeStreamDropDatabaseDocument.html#_id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamDropDatabaseDocument\"},{\"id\":1235,\"kind\":1024,\"name\":\"clusterTime\",\"url\":\"interfaces/ChangeStreamDropDatabaseDocument.html#clusterTime\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamDropDatabaseDocument\"},{\"id\":1236,\"kind\":1024,\"name\":\"txnNumber\",\"url\":\"interfaces/ChangeStreamDropDatabaseDocument.html#txnNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamDropDatabaseDocument\"},{\"id\":1237,\"kind\":1024,\"name\":\"lsid\",\"url\":\"interfaces/ChangeStreamDropDatabaseDocument.html#lsid\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamDropDatabaseDocument\"},{\"id\":1238,\"kind\":256,\"name\":\"ChangeStreamDropDocument\",\"url\":\"interfaces/ChangeStreamDropDocument.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1239,\"kind\":1024,\"name\":\"operationType\",\"url\":\"interfaces/ChangeStreamDropDocument.html#operationType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamDropDocument\"},{\"id\":1240,\"kind\":1024,\"name\":\"ns\",\"url\":\"interfaces/ChangeStreamDropDocument.html#ns\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamDropDocument\"},{\"id\":1241,\"kind\":1024,\"name\":\"_id\",\"url\":\"interfaces/ChangeStreamDropDocument.html#_id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamDropDocument\"},{\"id\":1242,\"kind\":1024,\"name\":\"clusterTime\",\"url\":\"interfaces/ChangeStreamDropDocument.html#clusterTime\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamDropDocument\"},{\"id\":1243,\"kind\":1024,\"name\":\"txnNumber\",\"url\":\"interfaces/ChangeStreamDropDocument.html#txnNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamDropDocument\"},{\"id\":1244,\"kind\":1024,\"name\":\"lsid\",\"url\":\"interfaces/ChangeStreamDropDocument.html#lsid\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamDropDocument\"},{\"id\":1245,\"kind\":1024,\"name\":\"collectionUUID\",\"url\":\"interfaces/ChangeStreamDropDocument.html#collectionUUID\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamDropDocument\"},{\"id\":1246,\"kind\":256,\"name\":\"ChangeStreamDropIndexDocument\",\"url\":\"interfaces/ChangeStreamDropIndexDocument.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1247,\"kind\":1024,\"name\":\"operationType\",\"url\":\"interfaces/ChangeStreamDropIndexDocument.html#operationType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamDropIndexDocument\"},{\"id\":1248,\"kind\":1024,\"name\":\"_id\",\"url\":\"interfaces/ChangeStreamDropIndexDocument.html#_id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamDropIndexDocument\"},{\"id\":1249,\"kind\":1024,\"name\":\"clusterTime\",\"url\":\"interfaces/ChangeStreamDropIndexDocument.html#clusterTime\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamDropIndexDocument\"},{\"id\":1250,\"kind\":1024,\"name\":\"txnNumber\",\"url\":\"interfaces/ChangeStreamDropIndexDocument.html#txnNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamDropIndexDocument\"},{\"id\":1251,\"kind\":1024,\"name\":\"lsid\",\"url\":\"interfaces/ChangeStreamDropIndexDocument.html#lsid\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamDropIndexDocument\"},{\"id\":1252,\"kind\":1024,\"name\":\"collectionUUID\",\"url\":\"interfaces/ChangeStreamDropIndexDocument.html#collectionUUID\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamDropIndexDocument\"},{\"id\":1253,\"kind\":1024,\"name\":\"operationDescription\",\"url\":\"interfaces/ChangeStreamDropIndexDocument.html#operationDescription\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamDropIndexDocument\"},{\"id\":1254,\"kind\":4194304,\"name\":\"ChangeStreamEvents\",\"url\":\"modules.html#ChangeStreamEvents\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":1255,\"kind\":256,\"name\":\"ChangeStreamInsertDocument\",\"url\":\"interfaces/ChangeStreamInsertDocument.html\",\"classes\":\"tsd-kind-interface tsd-has-type-parameter\"},{\"id\":1256,\"kind\":1024,\"name\":\"operationType\",\"url\":\"interfaces/ChangeStreamInsertDocument.html#operationType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamInsertDocument\"},{\"id\":1257,\"kind\":1024,\"name\":\"fullDocument\",\"url\":\"interfaces/ChangeStreamInsertDocument.html#fullDocument\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamInsertDocument\"},{\"id\":1258,\"kind\":1024,\"name\":\"ns\",\"url\":\"interfaces/ChangeStreamInsertDocument.html#ns\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamInsertDocument\"},{\"id\":1259,\"kind\":1024,\"name\":\"_id\",\"url\":\"interfaces/ChangeStreamInsertDocument.html#_id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamInsertDocument\"},{\"id\":1260,\"kind\":1024,\"name\":\"clusterTime\",\"url\":\"interfaces/ChangeStreamInsertDocument.html#clusterTime\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamInsertDocument\"},{\"id\":1261,\"kind\":1024,\"name\":\"txnNumber\",\"url\":\"interfaces/ChangeStreamInsertDocument.html#txnNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamInsertDocument\"},{\"id\":1262,\"kind\":1024,\"name\":\"lsid\",\"url\":\"interfaces/ChangeStreamInsertDocument.html#lsid\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamInsertDocument\"},{\"id\":1263,\"kind\":1024,\"name\":\"documentKey\",\"url\":\"interfaces/ChangeStreamInsertDocument.html#documentKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamInsertDocument\"},{\"id\":1264,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/ChangeStreamInsertDocument.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"ChangeStreamInsertDocument\"},{\"id\":1265,\"kind\":1024,\"name\":\"_id\",\"url\":\"interfaces/ChangeStreamInsertDocument.html#__type._id-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ChangeStreamInsertDocument.__type\"},{\"id\":1266,\"kind\":1024,\"name\":\"collectionUUID\",\"url\":\"interfaces/ChangeStreamInsertDocument.html#collectionUUID\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamInsertDocument\"},{\"id\":1267,\"kind\":256,\"name\":\"ChangeStreamInvalidateDocument\",\"url\":\"interfaces/ChangeStreamInvalidateDocument.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1268,\"kind\":1024,\"name\":\"operationType\",\"url\":\"interfaces/ChangeStreamInvalidateDocument.html#operationType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamInvalidateDocument\"},{\"id\":1269,\"kind\":1024,\"name\":\"_id\",\"url\":\"interfaces/ChangeStreamInvalidateDocument.html#_id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamInvalidateDocument\"},{\"id\":1270,\"kind\":1024,\"name\":\"clusterTime\",\"url\":\"interfaces/ChangeStreamInvalidateDocument.html#clusterTime\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamInvalidateDocument\"},{\"id\":1271,\"kind\":1024,\"name\":\"txnNumber\",\"url\":\"interfaces/ChangeStreamInvalidateDocument.html#txnNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamInvalidateDocument\"},{\"id\":1272,\"kind\":1024,\"name\":\"lsid\",\"url\":\"interfaces/ChangeStreamInvalidateDocument.html#lsid\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamInvalidateDocument\"},{\"id\":1273,\"kind\":256,\"name\":\"ChangeStreamNameSpace\",\"url\":\"interfaces/ChangeStreamNameSpace.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1274,\"kind\":1024,\"name\":\"db\",\"url\":\"interfaces/ChangeStreamNameSpace.html#db\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamNameSpace\"},{\"id\":1275,\"kind\":1024,\"name\":\"coll\",\"url\":\"interfaces/ChangeStreamNameSpace.html#coll\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamNameSpace\"},{\"id\":1276,\"kind\":256,\"name\":\"ChangeStreamOptions\",\"url\":\"interfaces/ChangeStreamOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1277,\"kind\":1024,\"name\":\"fullDocument\",\"url\":\"interfaces/ChangeStreamOptions.html#fullDocument\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamOptions\"},{\"id\":1278,\"kind\":1024,\"name\":\"fullDocumentBeforeChange\",\"url\":\"interfaces/ChangeStreamOptions.html#fullDocumentBeforeChange\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamOptions\"},{\"id\":1279,\"kind\":1024,\"name\":\"maxAwaitTimeMS\",\"url\":\"interfaces/ChangeStreamOptions.html#maxAwaitTimeMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"ChangeStreamOptions\"},{\"id\":1280,\"kind\":1024,\"name\":\"resumeAfter\",\"url\":\"interfaces/ChangeStreamOptions.html#resumeAfter\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamOptions\"},{\"id\":1281,\"kind\":1024,\"name\":\"startAfter\",\"url\":\"interfaces/ChangeStreamOptions.html#startAfter\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamOptions\"},{\"id\":1282,\"kind\":1024,\"name\":\"startAtOperationTime\",\"url\":\"interfaces/ChangeStreamOptions.html#startAtOperationTime\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamOptions\"},{\"id\":1283,\"kind\":1024,\"name\":\"batchSize\",\"url\":\"interfaces/ChangeStreamOptions.html#batchSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"ChangeStreamOptions\"},{\"id\":1284,\"kind\":1024,\"name\":\"showExpandedEvents\",\"url\":\"interfaces/ChangeStreamOptions.html#showExpandedEvents\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamOptions\"},{\"id\":1285,\"kind\":1024,\"name\":\"allowDiskUse\",\"url\":\"interfaces/ChangeStreamOptions.html#allowDiskUse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamOptions\"},{\"id\":1286,\"kind\":1024,\"name\":\"bypassDocumentValidation\",\"url\":\"interfaces/ChangeStreamOptions.html#bypassDocumentValidation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamOptions\"},{\"id\":1287,\"kind\":1024,\"name\":\"cursor\",\"url\":\"interfaces/ChangeStreamOptions.html#cursor\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamOptions\"},{\"id\":1288,\"kind\":1024,\"name\":\"maxTimeMS\",\"url\":\"interfaces/ChangeStreamOptions.html#maxTimeMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamOptions\"},{\"id\":1289,\"kind\":1024,\"name\":\"collation\",\"url\":\"interfaces/ChangeStreamOptions.html#collation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamOptions\"},{\"id\":1290,\"kind\":1024,\"name\":\"hint\",\"url\":\"interfaces/ChangeStreamOptions.html#hint\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamOptions\"},{\"id\":1291,\"kind\":1024,\"name\":\"let\",\"url\":\"interfaces/ChangeStreamOptions.html#let\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamOptions\"},{\"id\":1292,\"kind\":1024,\"name\":\"out\",\"url\":\"interfaces/ChangeStreamOptions.html#out\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamOptions\"},{\"id\":1293,\"kind\":1024,\"name\":\"fullResponse\",\"url\":\"interfaces/ChangeStreamOptions.html#fullResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamOptions\"},{\"id\":1294,\"kind\":1024,\"name\":\"readConcern\",\"url\":\"interfaces/ChangeStreamOptions.html#readConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamOptions\"},{\"id\":1295,\"kind\":1024,\"name\":\"comment\",\"url\":\"interfaces/ChangeStreamOptions.html#comment\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamOptions\"},{\"id\":1296,\"kind\":1024,\"name\":\"retryWrites\",\"url\":\"interfaces/ChangeStreamOptions.html#retryWrites\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamOptions\"},{\"id\":1297,\"kind\":1024,\"name\":\"dbName\",\"url\":\"interfaces/ChangeStreamOptions.html#dbName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamOptions\"},{\"id\":1298,\"kind\":1024,\"name\":\"authdb\",\"url\":\"interfaces/ChangeStreamOptions.html#authdb\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamOptions\"},{\"id\":1299,\"kind\":1024,\"name\":\"noResponse\",\"url\":\"interfaces/ChangeStreamOptions.html#noResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamOptions\"},{\"id\":1300,\"kind\":1024,\"name\":\"session\",\"url\":\"interfaces/ChangeStreamOptions.html#session\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamOptions\"},{\"id\":1301,\"kind\":1024,\"name\":\"willRetryWrite\",\"url\":\"interfaces/ChangeStreamOptions.html#willRetryWrite\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamOptions\"},{\"id\":1302,\"kind\":1024,\"name\":\"readPreference\",\"url\":\"interfaces/ChangeStreamOptions.html#readPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamOptions\"},{\"id\":1303,\"kind\":1024,\"name\":\"omitReadPreference\",\"url\":\"interfaces/ChangeStreamOptions.html#omitReadPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamOptions\"},{\"id\":1304,\"kind\":1024,\"name\":\"raw\",\"url\":\"interfaces/ChangeStreamOptions.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamOptions\"},{\"id\":1305,\"kind\":1024,\"name\":\"enableUtf8Validation\",\"url\":\"interfaces/ChangeStreamOptions.html#enableUtf8Validation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamOptions\"},{\"id\":1306,\"kind\":1024,\"name\":\"writeConcern\",\"url\":\"interfaces/ChangeStreamOptions.html#writeConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamOptions\"},{\"id\":1307,\"kind\":1024,\"name\":\"explain\",\"url\":\"interfaces/ChangeStreamOptions.html#explain\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamOptions\"},{\"id\":1308,\"kind\":256,\"name\":\"ChangeStreamRefineCollectionShardKeyDocument\",\"url\":\"interfaces/ChangeStreamRefineCollectionShardKeyDocument.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1309,\"kind\":1024,\"name\":\"operationType\",\"url\":\"interfaces/ChangeStreamRefineCollectionShardKeyDocument.html#operationType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamRefineCollectionShardKeyDocument\"},{\"id\":1310,\"kind\":1024,\"name\":\"_id\",\"url\":\"interfaces/ChangeStreamRefineCollectionShardKeyDocument.html#_id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamRefineCollectionShardKeyDocument\"},{\"id\":1311,\"kind\":1024,\"name\":\"clusterTime\",\"url\":\"interfaces/ChangeStreamRefineCollectionShardKeyDocument.html#clusterTime\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamRefineCollectionShardKeyDocument\"},{\"id\":1312,\"kind\":1024,\"name\":\"txnNumber\",\"url\":\"interfaces/ChangeStreamRefineCollectionShardKeyDocument.html#txnNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamRefineCollectionShardKeyDocument\"},{\"id\":1313,\"kind\":1024,\"name\":\"lsid\",\"url\":\"interfaces/ChangeStreamRefineCollectionShardKeyDocument.html#lsid\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamRefineCollectionShardKeyDocument\"},{\"id\":1314,\"kind\":1024,\"name\":\"collectionUUID\",\"url\":\"interfaces/ChangeStreamRefineCollectionShardKeyDocument.html#collectionUUID\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamRefineCollectionShardKeyDocument\"},{\"id\":1315,\"kind\":1024,\"name\":\"operationDescription\",\"url\":\"interfaces/ChangeStreamRefineCollectionShardKeyDocument.html#operationDescription\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamRefineCollectionShardKeyDocument\"},{\"id\":1316,\"kind\":256,\"name\":\"ChangeStreamRenameDocument\",\"url\":\"interfaces/ChangeStreamRenameDocument.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1317,\"kind\":1024,\"name\":\"operationType\",\"url\":\"interfaces/ChangeStreamRenameDocument.html#operationType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamRenameDocument\"},{\"id\":1318,\"kind\":1024,\"name\":\"to\",\"url\":\"interfaces/ChangeStreamRenameDocument.html#to\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamRenameDocument\"},{\"id\":1319,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/ChangeStreamRenameDocument.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"ChangeStreamRenameDocument\"},{\"id\":1320,\"kind\":1024,\"name\":\"db\",\"url\":\"interfaces/ChangeStreamRenameDocument.html#__type.db\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ChangeStreamRenameDocument.__type\"},{\"id\":1321,\"kind\":1024,\"name\":\"coll\",\"url\":\"interfaces/ChangeStreamRenameDocument.html#__type.coll\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ChangeStreamRenameDocument.__type\"},{\"id\":1322,\"kind\":1024,\"name\":\"ns\",\"url\":\"interfaces/ChangeStreamRenameDocument.html#ns\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamRenameDocument\"},{\"id\":1323,\"kind\":1024,\"name\":\"_id\",\"url\":\"interfaces/ChangeStreamRenameDocument.html#_id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamRenameDocument\"},{\"id\":1324,\"kind\":1024,\"name\":\"clusterTime\",\"url\":\"interfaces/ChangeStreamRenameDocument.html#clusterTime\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamRenameDocument\"},{\"id\":1325,\"kind\":1024,\"name\":\"txnNumber\",\"url\":\"interfaces/ChangeStreamRenameDocument.html#txnNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamRenameDocument\"},{\"id\":1326,\"kind\":1024,\"name\":\"lsid\",\"url\":\"interfaces/ChangeStreamRenameDocument.html#lsid\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamRenameDocument\"},{\"id\":1327,\"kind\":1024,\"name\":\"collectionUUID\",\"url\":\"interfaces/ChangeStreamRenameDocument.html#collectionUUID\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamRenameDocument\"},{\"id\":1328,\"kind\":256,\"name\":\"ChangeStreamReplaceDocument\",\"url\":\"interfaces/ChangeStreamReplaceDocument.html\",\"classes\":\"tsd-kind-interface tsd-has-type-parameter\"},{\"id\":1329,\"kind\":1024,\"name\":\"operationType\",\"url\":\"interfaces/ChangeStreamReplaceDocument.html#operationType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamReplaceDocument\"},{\"id\":1330,\"kind\":1024,\"name\":\"fullDocument\",\"url\":\"interfaces/ChangeStreamReplaceDocument.html#fullDocument\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamReplaceDocument\"},{\"id\":1331,\"kind\":1024,\"name\":\"ns\",\"url\":\"interfaces/ChangeStreamReplaceDocument.html#ns\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamReplaceDocument\"},{\"id\":1332,\"kind\":1024,\"name\":\"fullDocumentBeforeChange\",\"url\":\"interfaces/ChangeStreamReplaceDocument.html#fullDocumentBeforeChange\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamReplaceDocument\"},{\"id\":1333,\"kind\":1024,\"name\":\"_id\",\"url\":\"interfaces/ChangeStreamReplaceDocument.html#_id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamReplaceDocument\"},{\"id\":1334,\"kind\":1024,\"name\":\"clusterTime\",\"url\":\"interfaces/ChangeStreamReplaceDocument.html#clusterTime\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamReplaceDocument\"},{\"id\":1335,\"kind\":1024,\"name\":\"txnNumber\",\"url\":\"interfaces/ChangeStreamReplaceDocument.html#txnNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamReplaceDocument\"},{\"id\":1336,\"kind\":1024,\"name\":\"lsid\",\"url\":\"interfaces/ChangeStreamReplaceDocument.html#lsid\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamReplaceDocument\"},{\"id\":1337,\"kind\":1024,\"name\":\"documentKey\",\"url\":\"interfaces/ChangeStreamReplaceDocument.html#documentKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamReplaceDocument\"},{\"id\":1338,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/ChangeStreamReplaceDocument.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"ChangeStreamReplaceDocument\"},{\"id\":1339,\"kind\":1024,\"name\":\"_id\",\"url\":\"interfaces/ChangeStreamReplaceDocument.html#__type._id-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ChangeStreamReplaceDocument.__type\"},{\"id\":1340,\"kind\":256,\"name\":\"ChangeStreamReshardCollectionDocument\",\"url\":\"interfaces/ChangeStreamReshardCollectionDocument.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1341,\"kind\":1024,\"name\":\"operationType\",\"url\":\"interfaces/ChangeStreamReshardCollectionDocument.html#operationType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamReshardCollectionDocument\"},{\"id\":1342,\"kind\":1024,\"name\":\"_id\",\"url\":\"interfaces/ChangeStreamReshardCollectionDocument.html#_id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamReshardCollectionDocument\"},{\"id\":1343,\"kind\":1024,\"name\":\"clusterTime\",\"url\":\"interfaces/ChangeStreamReshardCollectionDocument.html#clusterTime\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamReshardCollectionDocument\"},{\"id\":1344,\"kind\":1024,\"name\":\"txnNumber\",\"url\":\"interfaces/ChangeStreamReshardCollectionDocument.html#txnNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamReshardCollectionDocument\"},{\"id\":1345,\"kind\":1024,\"name\":\"lsid\",\"url\":\"interfaces/ChangeStreamReshardCollectionDocument.html#lsid\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamReshardCollectionDocument\"},{\"id\":1346,\"kind\":1024,\"name\":\"collectionUUID\",\"url\":\"interfaces/ChangeStreamReshardCollectionDocument.html#collectionUUID\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamReshardCollectionDocument\"},{\"id\":1347,\"kind\":1024,\"name\":\"operationDescription\",\"url\":\"interfaces/ChangeStreamReshardCollectionDocument.html#operationDescription\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamReshardCollectionDocument\"},{\"id\":1348,\"kind\":256,\"name\":\"ChangeStreamShardCollectionDocument\",\"url\":\"interfaces/ChangeStreamShardCollectionDocument.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1349,\"kind\":1024,\"name\":\"operationType\",\"url\":\"interfaces/ChangeStreamShardCollectionDocument.html#operationType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamShardCollectionDocument\"},{\"id\":1350,\"kind\":1024,\"name\":\"_id\",\"url\":\"interfaces/ChangeStreamShardCollectionDocument.html#_id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamShardCollectionDocument\"},{\"id\":1351,\"kind\":1024,\"name\":\"clusterTime\",\"url\":\"interfaces/ChangeStreamShardCollectionDocument.html#clusterTime\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamShardCollectionDocument\"},{\"id\":1352,\"kind\":1024,\"name\":\"txnNumber\",\"url\":\"interfaces/ChangeStreamShardCollectionDocument.html#txnNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamShardCollectionDocument\"},{\"id\":1353,\"kind\":1024,\"name\":\"lsid\",\"url\":\"interfaces/ChangeStreamShardCollectionDocument.html#lsid\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamShardCollectionDocument\"},{\"id\":1354,\"kind\":1024,\"name\":\"collectionUUID\",\"url\":\"interfaces/ChangeStreamShardCollectionDocument.html#collectionUUID\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamShardCollectionDocument\"},{\"id\":1355,\"kind\":1024,\"name\":\"operationDescription\",\"url\":\"interfaces/ChangeStreamShardCollectionDocument.html#operationDescription\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamShardCollectionDocument\"},{\"id\":1356,\"kind\":256,\"name\":\"ChangeStreamUpdateDocument\",\"url\":\"interfaces/ChangeStreamUpdateDocument.html\",\"classes\":\"tsd-kind-interface tsd-has-type-parameter\"},{\"id\":1357,\"kind\":1024,\"name\":\"operationType\",\"url\":\"interfaces/ChangeStreamUpdateDocument.html#operationType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamUpdateDocument\"},{\"id\":1358,\"kind\":1024,\"name\":\"fullDocument\",\"url\":\"interfaces/ChangeStreamUpdateDocument.html#fullDocument\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamUpdateDocument\"},{\"id\":1359,\"kind\":1024,\"name\":\"updateDescription\",\"url\":\"interfaces/ChangeStreamUpdateDocument.html#updateDescription\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamUpdateDocument\"},{\"id\":1360,\"kind\":1024,\"name\":\"ns\",\"url\":\"interfaces/ChangeStreamUpdateDocument.html#ns\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamUpdateDocument\"},{\"id\":1361,\"kind\":1024,\"name\":\"fullDocumentBeforeChange\",\"url\":\"interfaces/ChangeStreamUpdateDocument.html#fullDocumentBeforeChange\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ChangeStreamUpdateDocument\"},{\"id\":1362,\"kind\":1024,\"name\":\"_id\",\"url\":\"interfaces/ChangeStreamUpdateDocument.html#_id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamUpdateDocument\"},{\"id\":1363,\"kind\":1024,\"name\":\"clusterTime\",\"url\":\"interfaces/ChangeStreamUpdateDocument.html#clusterTime\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamUpdateDocument\"},{\"id\":1364,\"kind\":1024,\"name\":\"txnNumber\",\"url\":\"interfaces/ChangeStreamUpdateDocument.html#txnNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamUpdateDocument\"},{\"id\":1365,\"kind\":1024,\"name\":\"lsid\",\"url\":\"interfaces/ChangeStreamUpdateDocument.html#lsid\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamUpdateDocument\"},{\"id\":1366,\"kind\":1024,\"name\":\"documentKey\",\"url\":\"interfaces/ChangeStreamUpdateDocument.html#documentKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamUpdateDocument\"},{\"id\":1367,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/ChangeStreamUpdateDocument.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"ChangeStreamUpdateDocument\"},{\"id\":1368,\"kind\":1024,\"name\":\"_id\",\"url\":\"interfaces/ChangeStreamUpdateDocument.html#__type._id-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ChangeStreamUpdateDocument.__type\"},{\"id\":1369,\"kind\":1024,\"name\":\"collectionUUID\",\"url\":\"interfaces/ChangeStreamUpdateDocument.html#collectionUUID\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ChangeStreamUpdateDocument\"},{\"id\":1370,\"kind\":4194304,\"name\":\"OperationTime\",\"url\":\"modules.html#OperationTime\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":1371,\"kind\":256,\"name\":\"PipeOptions\",\"url\":\"interfaces/PipeOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1372,\"kind\":1024,\"name\":\"end\",\"url\":\"interfaces/PipeOptions.html#end\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"PipeOptions\"},{\"id\":1373,\"kind\":256,\"name\":\"ResumeOptions\",\"url\":\"interfaces/ResumeOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1374,\"kind\":1024,\"name\":\"startAtOperationTime\",\"url\":\"interfaces/ResumeOptions.html#startAtOperationTime\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ResumeOptions\"},{\"id\":1375,\"kind\":1024,\"name\":\"batchSize\",\"url\":\"interfaces/ResumeOptions.html#batchSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ResumeOptions\"},{\"id\":1376,\"kind\":1024,\"name\":\"maxAwaitTimeMS\",\"url\":\"interfaces/ResumeOptions.html#maxAwaitTimeMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ResumeOptions\"},{\"id\":1377,\"kind\":1024,\"name\":\"collation\",\"url\":\"interfaces/ResumeOptions.html#collation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ResumeOptions\"},{\"id\":1378,\"kind\":1024,\"name\":\"readPreference\",\"url\":\"interfaces/ResumeOptions.html#readPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ResumeOptions\"},{\"id\":1379,\"kind\":1024,\"name\":\"resumeAfter\",\"url\":\"interfaces/ResumeOptions.html#resumeAfter\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ResumeOptions\"},{\"id\":1380,\"kind\":1024,\"name\":\"startAfter\",\"url\":\"interfaces/ResumeOptions.html#startAfter\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ResumeOptions\"},{\"id\":1381,\"kind\":1024,\"name\":\"fullDocument\",\"url\":\"interfaces/ResumeOptions.html#fullDocument\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ResumeOptions\"},{\"id\":1382,\"kind\":4194304,\"name\":\"ResumeToken\",\"url\":\"modules.html#ResumeToken\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":1383,\"kind\":256,\"name\":\"UpdateDescription\",\"url\":\"interfaces/UpdateDescription.html\",\"classes\":\"tsd-kind-interface tsd-has-type-parameter\"},{\"id\":1384,\"kind\":1024,\"name\":\"updatedFields\",\"url\":\"interfaces/UpdateDescription.html#updatedFields\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"UpdateDescription\"},{\"id\":1385,\"kind\":1024,\"name\":\"removedFields\",\"url\":\"interfaces/UpdateDescription.html#removedFields\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"UpdateDescription\"},{\"id\":1386,\"kind\":1024,\"name\":\"truncatedArrays\",\"url\":\"interfaces/UpdateDescription.html#truncatedArrays\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"UpdateDescription\"},{\"id\":1387,\"kind\":256,\"name\":\"AuthMechanismProperties\",\"url\":\"interfaces/AuthMechanismProperties.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1388,\"kind\":1024,\"name\":\"SERVICE_HOST\",\"url\":\"interfaces/AuthMechanismProperties.html#SERVICE_HOST\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AuthMechanismProperties\"},{\"id\":1389,\"kind\":1024,\"name\":\"SERVICE_NAME\",\"url\":\"interfaces/AuthMechanismProperties.html#SERVICE_NAME\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AuthMechanismProperties\"},{\"id\":1390,\"kind\":1024,\"name\":\"SERVICE_REALM\",\"url\":\"interfaces/AuthMechanismProperties.html#SERVICE_REALM\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AuthMechanismProperties\"},{\"id\":1391,\"kind\":1024,\"name\":\"CANONICALIZE_HOST_NAME\",\"url\":\"interfaces/AuthMechanismProperties.html#CANONICALIZE_HOST_NAME\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AuthMechanismProperties\"},{\"id\":1392,\"kind\":1024,\"name\":\"AWS_SESSION_TOKEN\",\"url\":\"interfaces/AuthMechanismProperties.html#AWS_SESSION_TOKEN\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AuthMechanismProperties\"},{\"id\":1393,\"kind\":128,\"name\":\"MongoCredentials\",\"url\":\"classes/MongoCredentials.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1394,\"kind\":2048,\"name\":\"merge\",\"url\":\"classes/MongoCredentials.html#merge\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"MongoCredentials\"},{\"id\":1395,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MongoCredentials.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"MongoCredentials\"},{\"id\":1396,\"kind\":1024,\"name\":\"username\",\"url\":\"classes/MongoCredentials.html#username\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"MongoCredentials\"},{\"id\":1397,\"kind\":1024,\"name\":\"password\",\"url\":\"classes/MongoCredentials.html#password\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"MongoCredentials\"},{\"id\":1398,\"kind\":1024,\"name\":\"source\",\"url\":\"classes/MongoCredentials.html#source\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"MongoCredentials\"},{\"id\":1399,\"kind\":1024,\"name\":\"mechanism\",\"url\":\"classes/MongoCredentials.html#mechanism\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"MongoCredentials\"},{\"id\":1400,\"kind\":1024,\"name\":\"mechanismProperties\",\"url\":\"classes/MongoCredentials.html#mechanismProperties\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"MongoCredentials\"},{\"id\":1401,\"kind\":2048,\"name\":\"equals\",\"url\":\"classes/MongoCredentials.html#equals\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MongoCredentials\"},{\"id\":1402,\"kind\":2048,\"name\":\"resolveAuthMechanism\",\"url\":\"classes/MongoCredentials.html#resolveAuthMechanism\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MongoCredentials\"},{\"id\":1403,\"kind\":2048,\"name\":\"validate\",\"url\":\"classes/MongoCredentials.html#validate\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MongoCredentials\"},{\"id\":1404,\"kind\":256,\"name\":\"MongoCredentialsOptions\",\"url\":\"interfaces/MongoCredentialsOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1405,\"kind\":1024,\"name\":\"username\",\"url\":\"interfaces/MongoCredentialsOptions.html#username\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoCredentialsOptions\"},{\"id\":1406,\"kind\":1024,\"name\":\"password\",\"url\":\"interfaces/MongoCredentialsOptions.html#password\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoCredentialsOptions\"},{\"id\":1407,\"kind\":1024,\"name\":\"source\",\"url\":\"interfaces/MongoCredentialsOptions.html#source\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoCredentialsOptions\"},{\"id\":1408,\"kind\":1024,\"name\":\"db\",\"url\":\"interfaces/MongoCredentialsOptions.html#db\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoCredentialsOptions\"},{\"id\":1409,\"kind\":1024,\"name\":\"mechanism\",\"url\":\"interfaces/MongoCredentialsOptions.html#mechanism\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoCredentialsOptions\"},{\"id\":1410,\"kind\":1024,\"name\":\"mechanismProperties\",\"url\":\"interfaces/MongoCredentialsOptions.html#mechanismProperties\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoCredentialsOptions\"},{\"id\":1411,\"kind\":32,\"name\":\"LEGAL_TCP_SOCKET_OPTIONS\",\"url\":\"modules.html#LEGAL_TCP_SOCKET_OPTIONS\",\"classes\":\"tsd-kind-variable\"},{\"id\":1412,\"kind\":32,\"name\":\"LEGAL_TLS_SOCKET_OPTIONS\",\"url\":\"modules.html#LEGAL_TLS_SOCKET_OPTIONS\",\"classes\":\"tsd-kind-variable\"},{\"id\":1413,\"kind\":4194304,\"name\":\"Stream\",\"url\":\"modules.html#Stream\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":1414,\"kind\":4194304,\"name\":\"ConnectionEvents\",\"url\":\"modules.html#ConnectionEvents\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":1415,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules.html#ConnectionEvents.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"ConnectionEvents\"},{\"id\":1416,\"kind\":2048,\"name\":\"commandStarted\",\"url\":\"modules.html#ConnectionEvents.__type.commandStarted\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"ConnectionEvents.__type\"},{\"id\":1417,\"kind\":2048,\"name\":\"commandSucceeded\",\"url\":\"modules.html#ConnectionEvents.__type.commandSucceeded\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"ConnectionEvents.__type\"},{\"id\":1418,\"kind\":2048,\"name\":\"commandFailed\",\"url\":\"modules.html#ConnectionEvents.__type.commandFailed\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"ConnectionEvents.__type\"},{\"id\":1419,\"kind\":2048,\"name\":\"clusterTimeReceived\",\"url\":\"modules.html#ConnectionEvents.__type.clusterTimeReceived\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"ConnectionEvents.__type\"},{\"id\":1420,\"kind\":2048,\"name\":\"close\",\"url\":\"modules.html#ConnectionEvents.__type.close\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"ConnectionEvents.__type\"},{\"id\":1421,\"kind\":2048,\"name\":\"message\",\"url\":\"modules.html#ConnectionEvents.__type.message\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"ConnectionEvents.__type\"},{\"id\":1422,\"kind\":2048,\"name\":\"pinned\",\"url\":\"modules.html#ConnectionEvents.__type.pinned\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"ConnectionEvents.__type\"},{\"id\":1423,\"kind\":2048,\"name\":\"unpinned\",\"url\":\"modules.html#ConnectionEvents.__type.unpinned\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"ConnectionEvents.__type\"},{\"id\":1424,\"kind\":256,\"name\":\"ConnectionOptions\",\"url\":\"interfaces/ConnectionOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1425,\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/ConnectionOptions.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ConnectionOptions\"},{\"id\":1426,\"kind\":1024,\"name\":\"generation\",\"url\":\"interfaces/ConnectionOptions.html#generation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ConnectionOptions\"},{\"id\":1427,\"kind\":1024,\"name\":\"hostAddress\",\"url\":\"interfaces/ConnectionOptions.html#hostAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ConnectionOptions\"},{\"id\":1428,\"kind\":1024,\"name\":\"autoEncrypter\",\"url\":\"interfaces/ConnectionOptions.html#autoEncrypter\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ConnectionOptions\"},{\"id\":1429,\"kind\":1024,\"name\":\"serverApi\",\"url\":\"interfaces/ConnectionOptions.html#serverApi\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ConnectionOptions\"},{\"id\":1430,\"kind\":1024,\"name\":\"monitorCommands\",\"url\":\"interfaces/ConnectionOptions.html#monitorCommands\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ConnectionOptions\"},{\"id\":1431,\"kind\":1024,\"name\":\"credentials\",\"url\":\"interfaces/ConnectionOptions.html#credentials\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ConnectionOptions\"},{\"id\":1432,\"kind\":1024,\"name\":\"connectTimeoutMS\",\"url\":\"interfaces/ConnectionOptions.html#connectTimeoutMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ConnectionOptions\"},{\"id\":1433,\"kind\":1024,\"name\":\"tls\",\"url\":\"interfaces/ConnectionOptions.html#tls\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ConnectionOptions\"},{\"id\":1434,\"kind\":1024,\"name\":\"keepAlive\",\"url\":\"interfaces/ConnectionOptions.html#keepAlive\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ConnectionOptions\"},{\"id\":1435,\"kind\":1024,\"name\":\"keepAliveInitialDelay\",\"url\":\"interfaces/ConnectionOptions.html#keepAliveInitialDelay\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ConnectionOptions\"},{\"id\":1436,\"kind\":1024,\"name\":\"noDelay\",\"url\":\"interfaces/ConnectionOptions.html#noDelay\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ConnectionOptions\"},{\"id\":1437,\"kind\":1024,\"name\":\"socketTimeoutMS\",\"url\":\"interfaces/ConnectionOptions.html#socketTimeoutMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ConnectionOptions\"},{\"id\":1438,\"kind\":1024,\"name\":\"cancellationToken\",\"url\":\"interfaces/ConnectionOptions.html#cancellationToken\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ConnectionOptions\"},{\"id\":1439,\"kind\":1024,\"name\":\"metadata\",\"url\":\"interfaces/ConnectionOptions.html#metadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ConnectionOptions\"},{\"id\":1440,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/ConnectionOptions.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"ConnectionOptions\"},{\"id\":1441,\"kind\":1024,\"name\":\"compressors\",\"url\":\"interfaces/ConnectionOptions.html#compressors\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ConnectionOptions\"},{\"id\":1442,\"kind\":1024,\"name\":\"logicalSessionTimeoutMinutes\",\"url\":\"interfaces/ConnectionOptions.html#logicalSessionTimeoutMinutes\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ConnectionOptions\"},{\"id\":1443,\"kind\":1024,\"name\":\"loadBalanced\",\"url\":\"interfaces/ConnectionOptions.html#loadBalanced\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ConnectionOptions\"},{\"id\":1444,\"kind\":1024,\"name\":\"proxyHost\",\"url\":\"interfaces/ConnectionOptions.html#proxyHost\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ConnectionOptions\"},{\"id\":1445,\"kind\":1024,\"name\":\"proxyPort\",\"url\":\"interfaces/ConnectionOptions.html#proxyPort\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ConnectionOptions\"},{\"id\":1446,\"kind\":1024,\"name\":\"proxyUsername\",\"url\":\"interfaces/ConnectionOptions.html#proxyUsername\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ConnectionOptions\"},{\"id\":1447,\"kind\":1024,\"name\":\"proxyPassword\",\"url\":\"interfaces/ConnectionOptions.html#proxyPassword\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ConnectionOptions\"},{\"id\":1448,\"kind\":256,\"name\":\"DestroyOptions\",\"url\":\"interfaces/DestroyOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1449,\"kind\":1024,\"name\":\"force\",\"url\":\"interfaces/DestroyOptions.html#force\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DestroyOptions\"},{\"id\":1450,\"kind\":256,\"name\":\"ProxyOptions\",\"url\":\"interfaces/ProxyOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1451,\"kind\":1024,\"name\":\"proxyHost\",\"url\":\"interfaces/ProxyOptions.html#proxyHost\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ProxyOptions\"},{\"id\":1452,\"kind\":1024,\"name\":\"proxyPort\",\"url\":\"interfaces/ProxyOptions.html#proxyPort\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ProxyOptions\"},{\"id\":1453,\"kind\":1024,\"name\":\"proxyUsername\",\"url\":\"interfaces/ProxyOptions.html#proxyUsername\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ProxyOptions\"},{\"id\":1454,\"kind\":1024,\"name\":\"proxyPassword\",\"url\":\"interfaces/ProxyOptions.html#proxyPassword\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ProxyOptions\"},{\"id\":1455,\"kind\":256,\"name\":\"CloseOptions\",\"url\":\"interfaces/CloseOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1456,\"kind\":1024,\"name\":\"force\",\"url\":\"interfaces/CloseOptions.html#force\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CloseOptions\"},{\"id\":1457,\"kind\":4194304,\"name\":\"ConnectionPoolEvents\",\"url\":\"modules.html#ConnectionPoolEvents\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":1458,\"kind\":256,\"name\":\"ConnectionPoolOptions\",\"url\":\"interfaces/ConnectionPoolOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1459,\"kind\":1024,\"name\":\"maxPoolSize\",\"url\":\"interfaces/ConnectionPoolOptions.html#maxPoolSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ConnectionPoolOptions\"},{\"id\":1460,\"kind\":1024,\"name\":\"minPoolSize\",\"url\":\"interfaces/ConnectionPoolOptions.html#minPoolSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ConnectionPoolOptions\"},{\"id\":1461,\"kind\":1024,\"name\":\"maxConnecting\",\"url\":\"interfaces/ConnectionPoolOptions.html#maxConnecting\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ConnectionPoolOptions\"},{\"id\":1462,\"kind\":1024,\"name\":\"maxIdleTimeMS\",\"url\":\"interfaces/ConnectionPoolOptions.html#maxIdleTimeMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ConnectionPoolOptions\"},{\"id\":1463,\"kind\":1024,\"name\":\"waitQueueTimeoutMS\",\"url\":\"interfaces/ConnectionPoolOptions.html#waitQueueTimeoutMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ConnectionPoolOptions\"},{\"id\":1464,\"kind\":1024,\"name\":\"loadBalanced\",\"url\":\"interfaces/ConnectionPoolOptions.html#loadBalanced\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"ConnectionPoolOptions\"},{\"id\":1465,\"kind\":1024,\"name\":\"credentials\",\"url\":\"interfaces/ConnectionPoolOptions.html#credentials\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ConnectionPoolOptions\"},{\"id\":1466,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/ConnectionPoolOptions.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"ConnectionPoolOptions\"},{\"id\":1467,\"kind\":1024,\"name\":\"serverApi\",\"url\":\"interfaces/ConnectionPoolOptions.html#serverApi\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ConnectionPoolOptions\"},{\"id\":1468,\"kind\":1024,\"name\":\"hostAddress\",\"url\":\"interfaces/ConnectionPoolOptions.html#hostAddress\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ConnectionPoolOptions\"},{\"id\":1469,\"kind\":1024,\"name\":\"autoEncrypter\",\"url\":\"interfaces/ConnectionPoolOptions.html#autoEncrypter\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ConnectionPoolOptions\"},{\"id\":1470,\"kind\":1024,\"name\":\"monitorCommands\",\"url\":\"interfaces/ConnectionPoolOptions.html#monitorCommands\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ConnectionPoolOptions\"},{\"id\":1471,\"kind\":1024,\"name\":\"connectTimeoutMS\",\"url\":\"interfaces/ConnectionPoolOptions.html#connectTimeoutMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ConnectionPoolOptions\"},{\"id\":1472,\"kind\":1024,\"name\":\"tls\",\"url\":\"interfaces/ConnectionPoolOptions.html#tls\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ConnectionPoolOptions\"},{\"id\":1473,\"kind\":1024,\"name\":\"keepAlive\",\"url\":\"interfaces/ConnectionPoolOptions.html#keepAlive\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ConnectionPoolOptions\"},{\"id\":1474,\"kind\":1024,\"name\":\"keepAliveInitialDelay\",\"url\":\"interfaces/ConnectionPoolOptions.html#keepAliveInitialDelay\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ConnectionPoolOptions\"},{\"id\":1475,\"kind\":1024,\"name\":\"noDelay\",\"url\":\"interfaces/ConnectionPoolOptions.html#noDelay\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ConnectionPoolOptions\"},{\"id\":1476,\"kind\":1024,\"name\":\"socketTimeoutMS\",\"url\":\"interfaces/ConnectionPoolOptions.html#socketTimeoutMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ConnectionPoolOptions\"},{\"id\":1477,\"kind\":1024,\"name\":\"cancellationToken\",\"url\":\"interfaces/ConnectionPoolOptions.html#cancellationToken\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ConnectionPoolOptions\"},{\"id\":1478,\"kind\":1024,\"name\":\"metadata\",\"url\":\"interfaces/ConnectionPoolOptions.html#metadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ConnectionPoolOptions\"},{\"id\":1479,\"kind\":1024,\"name\":\"compressors\",\"url\":\"interfaces/ConnectionPoolOptions.html#compressors\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ConnectionPoolOptions\"},{\"id\":1480,\"kind\":1024,\"name\":\"logicalSessionTimeoutMinutes\",\"url\":\"interfaces/ConnectionPoolOptions.html#logicalSessionTimeoutMinutes\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ConnectionPoolOptions\"},{\"id\":1481,\"kind\":1024,\"name\":\"proxyHost\",\"url\":\"interfaces/ConnectionPoolOptions.html#proxyHost\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ConnectionPoolOptions\"},{\"id\":1482,\"kind\":1024,\"name\":\"proxyPort\",\"url\":\"interfaces/ConnectionPoolOptions.html#proxyPort\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ConnectionPoolOptions\"},{\"id\":1483,\"kind\":1024,\"name\":\"proxyUsername\",\"url\":\"interfaces/ConnectionPoolOptions.html#proxyUsername\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ConnectionPoolOptions\"},{\"id\":1484,\"kind\":1024,\"name\":\"proxyPassword\",\"url\":\"interfaces/ConnectionPoolOptions.html#proxyPassword\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ConnectionPoolOptions\"},{\"id\":1485,\"kind\":128,\"name\":\"StreamDescription\",\"url\":\"classes/StreamDescription.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1486,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/StreamDescription.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"StreamDescription\"},{\"id\":1487,\"kind\":1024,\"name\":\"address\",\"url\":\"classes/StreamDescription.html#address\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"StreamDescription\"},{\"id\":1488,\"kind\":1024,\"name\":\"type\",\"url\":\"classes/StreamDescription.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"StreamDescription\"},{\"id\":1489,\"kind\":1024,\"name\":\"minWireVersion\",\"url\":\"classes/StreamDescription.html#minWireVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"StreamDescription\"},{\"id\":1490,\"kind\":1024,\"name\":\"maxWireVersion\",\"url\":\"classes/StreamDescription.html#maxWireVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"StreamDescription\"},{\"id\":1491,\"kind\":1024,\"name\":\"maxBsonObjectSize\",\"url\":\"classes/StreamDescription.html#maxBsonObjectSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"StreamDescription\"},{\"id\":1492,\"kind\":1024,\"name\":\"maxMessageSizeBytes\",\"url\":\"classes/StreamDescription.html#maxMessageSizeBytes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"StreamDescription\"},{\"id\":1493,\"kind\":1024,\"name\":\"maxWriteBatchSize\",\"url\":\"classes/StreamDescription.html#maxWriteBatchSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"StreamDescription\"},{\"id\":1494,\"kind\":1024,\"name\":\"compressors\",\"url\":\"classes/StreamDescription.html#compressors\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"StreamDescription\"},{\"id\":1495,\"kind\":1024,\"name\":\"compressor\",\"url\":\"classes/StreamDescription.html#compressor\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"StreamDescription\"},{\"id\":1496,\"kind\":1024,\"name\":\"logicalSessionTimeoutMinutes\",\"url\":\"classes/StreamDescription.html#logicalSessionTimeoutMinutes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"StreamDescription\"},{\"id\":1497,\"kind\":1024,\"name\":\"loadBalanced\",\"url\":\"classes/StreamDescription.html#loadBalanced\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"StreamDescription\"},{\"id\":1498,\"kind\":1024,\"name\":\"__nodejs_mock_server__\",\"url\":\"classes/StreamDescription.html#__nodejs_mock_server__\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"StreamDescription\"},{\"id\":1499,\"kind\":1024,\"name\":\"zlibCompressionLevel\",\"url\":\"classes/StreamDescription.html#zlibCompressionLevel\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"StreamDescription\"},{\"id\":1500,\"kind\":2048,\"name\":\"receiveResponse\",\"url\":\"classes/StreamDescription.html#receiveResponse\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StreamDescription\"},{\"id\":1501,\"kind\":256,\"name\":\"StreamDescriptionOptions\",\"url\":\"interfaces/StreamDescriptionOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1502,\"kind\":1024,\"name\":\"compressors\",\"url\":\"interfaces/StreamDescriptionOptions.html#compressors\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StreamDescriptionOptions\"},{\"id\":1503,\"kind\":1024,\"name\":\"logicalSessionTimeoutMinutes\",\"url\":\"interfaces/StreamDescriptionOptions.html#logicalSessionTimeoutMinutes\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StreamDescriptionOptions\"},{\"id\":1504,\"kind\":1024,\"name\":\"loadBalanced\",\"url\":\"interfaces/StreamDescriptionOptions.html#loadBalanced\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StreamDescriptionOptions\"},{\"id\":1505,\"kind\":4194304,\"name\":\"CompressorName\",\"url\":\"modules.html#CompressorName\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":1506,\"kind\":256,\"name\":\"CollectionOptions\",\"url\":\"interfaces/CollectionOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1507,\"kind\":1024,\"name\":\"slaveOk\",\"url\":\"interfaces/CollectionOptions.html#slaveOk\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CollectionOptions\"},{\"id\":1508,\"kind\":1024,\"name\":\"readConcern\",\"url\":\"interfaces/CollectionOptions.html#readConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CollectionOptions\"},{\"id\":1509,\"kind\":1024,\"name\":\"readPreference\",\"url\":\"interfaces/CollectionOptions.html#readPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CollectionOptions\"},{\"id\":1510,\"kind\":1024,\"name\":\"raw\",\"url\":\"interfaces/CollectionOptions.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CollectionOptions\"},{\"id\":1511,\"kind\":1024,\"name\":\"enableUtf8Validation\",\"url\":\"interfaces/CollectionOptions.html#enableUtf8Validation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CollectionOptions\"},{\"id\":1512,\"kind\":1024,\"name\":\"writeConcern\",\"url\":\"interfaces/CollectionOptions.html#writeConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CollectionOptions\"},{\"id\":1513,\"kind\":1024,\"name\":\"logger\",\"url\":\"interfaces/CollectionOptions.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CollectionOptions\"},{\"id\":1514,\"kind\":1024,\"name\":\"loggerLevel\",\"url\":\"interfaces/CollectionOptions.html#loggerLevel\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CollectionOptions\"},{\"id\":1515,\"kind\":256,\"name\":\"ModifyResult\",\"url\":\"interfaces/ModifyResult.html\",\"classes\":\"tsd-kind-interface tsd-has-type-parameter\"},{\"id\":1516,\"kind\":1024,\"name\":\"value\",\"url\":\"interfaces/ModifyResult.html#value\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ModifyResult\"},{\"id\":1517,\"kind\":1024,\"name\":\"lastErrorObject\",\"url\":\"interfaces/ModifyResult.html#lastErrorObject\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ModifyResult\"},{\"id\":1518,\"kind\":1024,\"name\":\"ok\",\"url\":\"interfaces/ModifyResult.html#ok\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ModifyResult\"},{\"id\":1519,\"kind\":32,\"name\":\"MONGO_CLIENT_EVENTS\",\"url\":\"modules.html#MONGO_CLIENT_EVENTS\",\"classes\":\"tsd-kind-variable\"},{\"id\":1520,\"kind\":4194304,\"name\":\"AbstractCursorEvents\",\"url\":\"modules.html#AbstractCursorEvents\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":1521,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules.html#AbstractCursorEvents.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"AbstractCursorEvents\"},{\"id\":1522,\"kind\":2048,\"name\":\"close\",\"url\":\"modules.html#AbstractCursorEvents.__type.close\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"AbstractCursorEvents.__type\"},{\"id\":1523,\"kind\":256,\"name\":\"AbstractCursorOptions\",\"url\":\"interfaces/AbstractCursorOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1524,\"kind\":1024,\"name\":\"session\",\"url\":\"interfaces/AbstractCursorOptions.html#session\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AbstractCursorOptions\"},{\"id\":1525,\"kind\":1024,\"name\":\"readPreference\",\"url\":\"interfaces/AbstractCursorOptions.html#readPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AbstractCursorOptions\"},{\"id\":1526,\"kind\":1024,\"name\":\"readConcern\",\"url\":\"interfaces/AbstractCursorOptions.html#readConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AbstractCursorOptions\"},{\"id\":1527,\"kind\":1024,\"name\":\"batchSize\",\"url\":\"interfaces/AbstractCursorOptions.html#batchSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AbstractCursorOptions\"},{\"id\":1528,\"kind\":1024,\"name\":\"maxTimeMS\",\"url\":\"interfaces/AbstractCursorOptions.html#maxTimeMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AbstractCursorOptions\"},{\"id\":1529,\"kind\":1024,\"name\":\"maxAwaitTimeMS\",\"url\":\"interfaces/AbstractCursorOptions.html#maxAwaitTimeMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AbstractCursorOptions\"},{\"id\":1530,\"kind\":1024,\"name\":\"comment\",\"url\":\"interfaces/AbstractCursorOptions.html#comment\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AbstractCursorOptions\"},{\"id\":1531,\"kind\":1024,\"name\":\"tailable\",\"url\":\"interfaces/AbstractCursorOptions.html#tailable\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AbstractCursorOptions\"},{\"id\":1532,\"kind\":1024,\"name\":\"awaitData\",\"url\":\"interfaces/AbstractCursorOptions.html#awaitData\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AbstractCursorOptions\"},{\"id\":1533,\"kind\":1024,\"name\":\"noCursorTimeout\",\"url\":\"interfaces/AbstractCursorOptions.html#noCursorTimeout\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AbstractCursorOptions\"},{\"id\":1534,\"kind\":1024,\"name\":\"raw\",\"url\":\"interfaces/AbstractCursorOptions.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AbstractCursorOptions\"},{\"id\":1535,\"kind\":1024,\"name\":\"enableUtf8Validation\",\"url\":\"interfaces/AbstractCursorOptions.html#enableUtf8Validation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AbstractCursorOptions\"},{\"id\":1536,\"kind\":256,\"name\":\"CursorCloseOptions\",\"url\":\"interfaces/CursorCloseOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1537,\"kind\":1024,\"name\":\"skipKillCursors\",\"url\":\"interfaces/CursorCloseOptions.html#skipKillCursors\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CursorCloseOptions\"},{\"id\":1538,\"kind\":4194304,\"name\":\"CursorFlag\",\"url\":\"modules.html#CursorFlag\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":1539,\"kind\":256,\"name\":\"CursorStreamOptions\",\"url\":\"interfaces/CursorStreamOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1540,\"kind\":2048,\"name\":\"transform\",\"url\":\"interfaces/CursorStreamOptions.html#transform\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"CursorStreamOptions\"},{\"id\":1541,\"kind\":256,\"name\":\"AggregationCursorOptions\",\"url\":\"interfaces/AggregationCursorOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1542,\"kind\":1024,\"name\":\"session\",\"url\":\"interfaces/AggregationCursorOptions.html#session\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AggregationCursorOptions\"},{\"id\":1543,\"kind\":1024,\"name\":\"readPreference\",\"url\":\"interfaces/AggregationCursorOptions.html#readPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AggregationCursorOptions\"},{\"id\":1544,\"kind\":1024,\"name\":\"readConcern\",\"url\":\"interfaces/AggregationCursorOptions.html#readConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AggregationCursorOptions\"},{\"id\":1545,\"kind\":1024,\"name\":\"batchSize\",\"url\":\"interfaces/AggregationCursorOptions.html#batchSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AggregationCursorOptions\"},{\"id\":1546,\"kind\":1024,\"name\":\"maxTimeMS\",\"url\":\"interfaces/AggregationCursorOptions.html#maxTimeMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AggregationCursorOptions\"},{\"id\":1547,\"kind\":1024,\"name\":\"maxAwaitTimeMS\",\"url\":\"interfaces/AggregationCursorOptions.html#maxAwaitTimeMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AggregationCursorOptions\"},{\"id\":1548,\"kind\":1024,\"name\":\"comment\",\"url\":\"interfaces/AggregationCursorOptions.html#comment\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AggregationCursorOptions\"},{\"id\":1549,\"kind\":1024,\"name\":\"tailable\",\"url\":\"interfaces/AggregationCursorOptions.html#tailable\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AggregationCursorOptions\"},{\"id\":1550,\"kind\":1024,\"name\":\"awaitData\",\"url\":\"interfaces/AggregationCursorOptions.html#awaitData\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AggregationCursorOptions\"},{\"id\":1551,\"kind\":1024,\"name\":\"noCursorTimeout\",\"url\":\"interfaces/AggregationCursorOptions.html#noCursorTimeout\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AggregationCursorOptions\"},{\"id\":1552,\"kind\":1024,\"name\":\"raw\",\"url\":\"interfaces/AggregationCursorOptions.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AggregationCursorOptions\"},{\"id\":1553,\"kind\":1024,\"name\":\"enableUtf8Validation\",\"url\":\"interfaces/AggregationCursorOptions.html#enableUtf8Validation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AggregationCursorOptions\"},{\"id\":1554,\"kind\":1024,\"name\":\"allowDiskUse\",\"url\":\"interfaces/AggregationCursorOptions.html#allowDiskUse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AggregationCursorOptions\"},{\"id\":1555,\"kind\":1024,\"name\":\"bypassDocumentValidation\",\"url\":\"interfaces/AggregationCursorOptions.html#bypassDocumentValidation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AggregationCursorOptions\"},{\"id\":1556,\"kind\":1024,\"name\":\"cursor\",\"url\":\"interfaces/AggregationCursorOptions.html#cursor\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AggregationCursorOptions\"},{\"id\":1557,\"kind\":1024,\"name\":\"collation\",\"url\":\"interfaces/AggregationCursorOptions.html#collation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AggregationCursorOptions\"},{\"id\":1558,\"kind\":1024,\"name\":\"hint\",\"url\":\"interfaces/AggregationCursorOptions.html#hint\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AggregationCursorOptions\"},{\"id\":1559,\"kind\":1024,\"name\":\"let\",\"url\":\"interfaces/AggregationCursorOptions.html#let\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AggregationCursorOptions\"},{\"id\":1560,\"kind\":1024,\"name\":\"out\",\"url\":\"interfaces/AggregationCursorOptions.html#out\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AggregationCursorOptions\"},{\"id\":1561,\"kind\":1024,\"name\":\"fullResponse\",\"url\":\"interfaces/AggregationCursorOptions.html#fullResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AggregationCursorOptions\"},{\"id\":1562,\"kind\":1024,\"name\":\"retryWrites\",\"url\":\"interfaces/AggregationCursorOptions.html#retryWrites\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AggregationCursorOptions\"},{\"id\":1563,\"kind\":1024,\"name\":\"dbName\",\"url\":\"interfaces/AggregationCursorOptions.html#dbName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AggregationCursorOptions\"},{\"id\":1564,\"kind\":1024,\"name\":\"authdb\",\"url\":\"interfaces/AggregationCursorOptions.html#authdb\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AggregationCursorOptions\"},{\"id\":1565,\"kind\":1024,\"name\":\"noResponse\",\"url\":\"interfaces/AggregationCursorOptions.html#noResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AggregationCursorOptions\"},{\"id\":1566,\"kind\":1024,\"name\":\"willRetryWrite\",\"url\":\"interfaces/AggregationCursorOptions.html#willRetryWrite\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AggregationCursorOptions\"},{\"id\":1567,\"kind\":1024,\"name\":\"omitReadPreference\",\"url\":\"interfaces/AggregationCursorOptions.html#omitReadPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AggregationCursorOptions\"},{\"id\":1568,\"kind\":1024,\"name\":\"writeConcern\",\"url\":\"interfaces/AggregationCursorOptions.html#writeConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AggregationCursorOptions\"},{\"id\":1569,\"kind\":1024,\"name\":\"explain\",\"url\":\"interfaces/AggregationCursorOptions.html#explain\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AggregationCursorOptions\"},{\"id\":1570,\"kind\":256,\"name\":\"DbOptions\",\"url\":\"interfaces/DbOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1571,\"kind\":1024,\"name\":\"authSource\",\"url\":\"interfaces/DbOptions.html#authSource\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DbOptions\"},{\"id\":1572,\"kind\":1024,\"name\":\"forceServerObjectId\",\"url\":\"interfaces/DbOptions.html#forceServerObjectId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DbOptions\"},{\"id\":1573,\"kind\":1024,\"name\":\"readPreference\",\"url\":\"interfaces/DbOptions.html#readPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DbOptions\"},{\"id\":1574,\"kind\":1024,\"name\":\"pkFactory\",\"url\":\"interfaces/DbOptions.html#pkFactory\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DbOptions\"},{\"id\":1575,\"kind\":1024,\"name\":\"readConcern\",\"url\":\"interfaces/DbOptions.html#readConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DbOptions\"},{\"id\":1576,\"kind\":1024,\"name\":\"retryWrites\",\"url\":\"interfaces/DbOptions.html#retryWrites\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DbOptions\"},{\"id\":1577,\"kind\":1024,\"name\":\"raw\",\"url\":\"interfaces/DbOptions.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DbOptions\"},{\"id\":1578,\"kind\":1024,\"name\":\"enableUtf8Validation\",\"url\":\"interfaces/DbOptions.html#enableUtf8Validation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DbOptions\"},{\"id\":1579,\"kind\":1024,\"name\":\"writeConcern\",\"url\":\"interfaces/DbOptions.html#writeConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DbOptions\"},{\"id\":1580,\"kind\":1024,\"name\":\"logger\",\"url\":\"interfaces/DbOptions.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DbOptions\"},{\"id\":1581,\"kind\":1024,\"name\":\"loggerLevel\",\"url\":\"interfaces/DbOptions.html#loggerLevel\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DbOptions\"},{\"id\":1582,\"kind\":256,\"name\":\"AutoEncrypter\",\"url\":\"interfaces/AutoEncrypter.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1583,\"kind\":2048,\"name\":\"init\",\"url\":\"interfaces/AutoEncrypter.html#init\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"AutoEncrypter\"},{\"id\":1584,\"kind\":2048,\"name\":\"teardown\",\"url\":\"interfaces/AutoEncrypter.html#teardown\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"AutoEncrypter\"},{\"id\":1585,\"kind\":2048,\"name\":\"encrypt\",\"url\":\"interfaces/AutoEncrypter.html#encrypt\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"AutoEncrypter\"},{\"id\":1586,\"kind\":2048,\"name\":\"decrypt\",\"url\":\"interfaces/AutoEncrypter.html#decrypt\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"AutoEncrypter\"},{\"id\":1587,\"kind\":1024,\"name\":\"cryptSharedLibVersionInfo\",\"url\":\"interfaces/AutoEncrypter.html#cryptSharedLibVersionInfo\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AutoEncrypter\"},{\"id\":1588,\"kind\":512,\"name\":\"constructor\",\"url\":\"interfaces/AutoEncrypter.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-interface\",\"parent\":\"AutoEncrypter\"},{\"id\":1589,\"kind\":256,\"name\":\"AutoEncryptionOptions\",\"url\":\"interfaces/AutoEncryptionOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1590,\"kind\":1024,\"name\":\"keyVaultClient\",\"url\":\"interfaces/AutoEncryptionOptions.html#keyVaultClient\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AutoEncryptionOptions\"},{\"id\":1591,\"kind\":1024,\"name\":\"keyVaultNamespace\",\"url\":\"interfaces/AutoEncryptionOptions.html#keyVaultNamespace\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AutoEncryptionOptions\"},{\"id\":1592,\"kind\":1024,\"name\":\"kmsProviders\",\"url\":\"interfaces/AutoEncryptionOptions.html#kmsProviders\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AutoEncryptionOptions\"},{\"id\":1593,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/AutoEncryptionOptions.html#__type-1\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"AutoEncryptionOptions\"},{\"id\":1594,\"kind\":1024,\"name\":\"aws\",\"url\":\"interfaces/AutoEncryptionOptions.html#__type-1.aws\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"AutoEncryptionOptions.__type\"},{\"id\":1595,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/AutoEncryptionOptions.html#__type-1.__type-2\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-literal\",\"parent\":\"AutoEncryptionOptions.__type\"},{\"id\":1596,\"kind\":1024,\"name\":\"accessKeyId\",\"url\":\"interfaces/AutoEncryptionOptions.html#__type-1.__type-2.accessKeyId\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"AutoEncryptionOptions.__type.__type\"},{\"id\":1597,\"kind\":1024,\"name\":\"secretAccessKey\",\"url\":\"interfaces/AutoEncryptionOptions.html#__type-1.__type-2.secretAccessKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"AutoEncryptionOptions.__type.__type\"},{\"id\":1598,\"kind\":1024,\"name\":\"sessionToken\",\"url\":\"interfaces/AutoEncryptionOptions.html#__type-1.__type-2.sessionToken\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"AutoEncryptionOptions.__type.__type\"},{\"id\":1599,\"kind\":1024,\"name\":\"local\",\"url\":\"interfaces/AutoEncryptionOptions.html#__type-1.local\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"AutoEncryptionOptions.__type\"},{\"id\":1600,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/AutoEncryptionOptions.html#__type-1.__type-6\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-literal\",\"parent\":\"AutoEncryptionOptions.__type\"},{\"id\":1601,\"kind\":1024,\"name\":\"key\",\"url\":\"interfaces/AutoEncryptionOptions.html#__type-1.__type-6.key\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"AutoEncryptionOptions.__type.__type\"},{\"id\":1602,\"kind\":1024,\"name\":\"azure\",\"url\":\"interfaces/AutoEncryptionOptions.html#__type-1.azure\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"AutoEncryptionOptions.__type\"},{\"id\":1603,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/AutoEncryptionOptions.html#__type-1.__type-3\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-literal\",\"parent\":\"AutoEncryptionOptions.__type\"},{\"id\":1604,\"kind\":1024,\"name\":\"tenantId\",\"url\":\"interfaces/AutoEncryptionOptions.html#__type-1.__type-3.tenantId\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"AutoEncryptionOptions.__type.__type\"},{\"id\":1605,\"kind\":1024,\"name\":\"clientId\",\"url\":\"interfaces/AutoEncryptionOptions.html#__type-1.__type-3.clientId\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"AutoEncryptionOptions.__type.__type\"},{\"id\":1606,\"kind\":1024,\"name\":\"clientSecret\",\"url\":\"interfaces/AutoEncryptionOptions.html#__type-1.__type-3.clientSecret\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"AutoEncryptionOptions.__type.__type\"},{\"id\":1607,\"kind\":1024,\"name\":\"identityPlatformEndpoint\",\"url\":\"interfaces/AutoEncryptionOptions.html#__type-1.__type-3.identityPlatformEndpoint\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"AutoEncryptionOptions.__type.__type\"},{\"id\":1608,\"kind\":1024,\"name\":\"gcp\",\"url\":\"interfaces/AutoEncryptionOptions.html#__type-1.gcp\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"AutoEncryptionOptions.__type\"},{\"id\":1609,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/AutoEncryptionOptions.html#__type-1.__type-4\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-literal\",\"parent\":\"AutoEncryptionOptions.__type\"},{\"id\":1610,\"kind\":1024,\"name\":\"email\",\"url\":\"interfaces/AutoEncryptionOptions.html#__type-1.__type-4.email\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"AutoEncryptionOptions.__type.__type\"},{\"id\":1611,\"kind\":1024,\"name\":\"privateKey\",\"url\":\"interfaces/AutoEncryptionOptions.html#__type-1.__type-4.privateKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"AutoEncryptionOptions.__type.__type\"},{\"id\":1612,\"kind\":1024,\"name\":\"endpoint\",\"url\":\"interfaces/AutoEncryptionOptions.html#__type-1.__type-4.endpoint\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"AutoEncryptionOptions.__type.__type\"},{\"id\":1613,\"kind\":1024,\"name\":\"kmip\",\"url\":\"interfaces/AutoEncryptionOptions.html#__type-1.kmip\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"AutoEncryptionOptions.__type\"},{\"id\":1614,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/AutoEncryptionOptions.html#__type-1.__type-5\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-literal\",\"parent\":\"AutoEncryptionOptions.__type\"},{\"id\":1615,\"kind\":1024,\"name\":\"endpoint\",\"url\":\"interfaces/AutoEncryptionOptions.html#__type-1.__type-5.endpoint-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"AutoEncryptionOptions.__type.__type\"},{\"id\":1616,\"kind\":1024,\"name\":\"schemaMap\",\"url\":\"interfaces/AutoEncryptionOptions.html#schemaMap\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AutoEncryptionOptions\"},{\"id\":1617,\"kind\":1024,\"name\":\"encryptedFieldsMap\",\"url\":\"interfaces/AutoEncryptionOptions.html#encryptedFieldsMap\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AutoEncryptionOptions\"},{\"id\":1618,\"kind\":1024,\"name\":\"bypassAutoEncryption\",\"url\":\"interfaces/AutoEncryptionOptions.html#bypassAutoEncryption\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AutoEncryptionOptions\"},{\"id\":1619,\"kind\":1024,\"name\":\"bypassQueryAnalysis\",\"url\":\"interfaces/AutoEncryptionOptions.html#bypassQueryAnalysis\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AutoEncryptionOptions\"},{\"id\":1620,\"kind\":1024,\"name\":\"options\",\"url\":\"interfaces/AutoEncryptionOptions.html#options\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AutoEncryptionOptions\"},{\"id\":1621,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/AutoEncryptionOptions.html#__type-7\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"AutoEncryptionOptions\"},{\"id\":1622,\"kind\":2048,\"name\":\"logger\",\"url\":\"interfaces/AutoEncryptionOptions.html#__type-7.logger\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"AutoEncryptionOptions.__type\"},{\"id\":1623,\"kind\":1024,\"name\":\"extraOptions\",\"url\":\"interfaces/AutoEncryptionOptions.html#extraOptions\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AutoEncryptionOptions\"},{\"id\":1624,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/AutoEncryptionOptions.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"AutoEncryptionOptions\"},{\"id\":1625,\"kind\":1024,\"name\":\"mongocryptdURI\",\"url\":\"interfaces/AutoEncryptionOptions.html#__type.mongocryptdURI\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"AutoEncryptionOptions.__type\"},{\"id\":1626,\"kind\":1024,\"name\":\"mongocryptdBypassSpawn\",\"url\":\"interfaces/AutoEncryptionOptions.html#__type.mongocryptdBypassSpawn\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"AutoEncryptionOptions.__type\"},{\"id\":1627,\"kind\":1024,\"name\":\"mongocryptdSpawnPath\",\"url\":\"interfaces/AutoEncryptionOptions.html#__type.mongocryptdSpawnPath\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"AutoEncryptionOptions.__type\"},{\"id\":1628,\"kind\":1024,\"name\":\"mongocryptdSpawnArgs\",\"url\":\"interfaces/AutoEncryptionOptions.html#__type.mongocryptdSpawnArgs\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"AutoEncryptionOptions.__type\"},{\"id\":1629,\"kind\":1024,\"name\":\"cryptSharedLibPath\",\"url\":\"interfaces/AutoEncryptionOptions.html#__type.cryptSharedLibPath\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"AutoEncryptionOptions.__type\"},{\"id\":1630,\"kind\":1024,\"name\":\"cryptSharedLibRequired\",\"url\":\"interfaces/AutoEncryptionOptions.html#__type.cryptSharedLibRequired\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"AutoEncryptionOptions.__type\"},{\"id\":1631,\"kind\":1024,\"name\":\"proxyOptions\",\"url\":\"interfaces/AutoEncryptionOptions.html#proxyOptions\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AutoEncryptionOptions\"},{\"id\":1632,\"kind\":1024,\"name\":\"tlsOptions\",\"url\":\"interfaces/AutoEncryptionOptions.html#tlsOptions\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AutoEncryptionOptions\"},{\"id\":1633,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/AutoEncryptionOptions.html#__type-8\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"AutoEncryptionOptions\"},{\"id\":1634,\"kind\":1024,\"name\":\"aws\",\"url\":\"interfaces/AutoEncryptionOptions.html#__type-8.aws-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"AutoEncryptionOptions.__type\"},{\"id\":1635,\"kind\":1024,\"name\":\"local\",\"url\":\"interfaces/AutoEncryptionOptions.html#__type-8.local-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"AutoEncryptionOptions.__type\"},{\"id\":1636,\"kind\":1024,\"name\":\"azure\",\"url\":\"interfaces/AutoEncryptionOptions.html#__type-8.azure-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"AutoEncryptionOptions.__type\"},{\"id\":1637,\"kind\":1024,\"name\":\"gcp\",\"url\":\"interfaces/AutoEncryptionOptions.html#__type-8.gcp-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"AutoEncryptionOptions.__type\"},{\"id\":1638,\"kind\":1024,\"name\":\"kmip\",\"url\":\"interfaces/AutoEncryptionOptions.html#__type-8.kmip-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"AutoEncryptionOptions.__type\"},{\"id\":1639,\"kind\":256,\"name\":\"AutoEncryptionTlsOptions\",\"url\":\"interfaces/AutoEncryptionTlsOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1640,\"kind\":1024,\"name\":\"tlsCertificateKeyFile\",\"url\":\"interfaces/AutoEncryptionTlsOptions.html#tlsCertificateKeyFile\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AutoEncryptionTlsOptions\"},{\"id\":1641,\"kind\":1024,\"name\":\"tlsCertificateKeyFilePassword\",\"url\":\"interfaces/AutoEncryptionTlsOptions.html#tlsCertificateKeyFilePassword\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AutoEncryptionTlsOptions\"},{\"id\":1642,\"kind\":1024,\"name\":\"tlsCAFile\",\"url\":\"interfaces/AutoEncryptionTlsOptions.html#tlsCAFile\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AutoEncryptionTlsOptions\"},{\"id\":1643,\"kind\":4194304,\"name\":\"AnyError\",\"url\":\"modules.html#AnyError\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":1644,\"kind\":256,\"name\":\"ErrorDescription\",\"url\":\"interfaces/ErrorDescription.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1645,\"kind\":1024,\"name\":\"message\",\"url\":\"interfaces/ErrorDescription.html#message\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ErrorDescription\"},{\"id\":1646,\"kind\":1024,\"name\":\"errmsg\",\"url\":\"interfaces/ErrorDescription.html#errmsg\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ErrorDescription\"},{\"id\":1647,\"kind\":1024,\"name\":\"$err\",\"url\":\"interfaces/ErrorDescription.html#_err\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ErrorDescription\"},{\"id\":1648,\"kind\":1024,\"name\":\"errorLabels\",\"url\":\"interfaces/ErrorDescription.html#errorLabels\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ErrorDescription\"},{\"id\":1649,\"kind\":1024,\"name\":\"errInfo\",\"url\":\"interfaces/ErrorDescription.html#errInfo\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ErrorDescription\"},{\"id\":1650,\"kind\":256,\"name\":\"MongoNetworkErrorOptions\",\"url\":\"interfaces/MongoNetworkErrorOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1651,\"kind\":1024,\"name\":\"beforeHandshake\",\"url\":\"interfaces/MongoNetworkErrorOptions.html#beforeHandshake\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoNetworkErrorOptions\"},{\"id\":1652,\"kind\":256,\"name\":\"ExplainOptions\",\"url\":\"interfaces/ExplainOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1653,\"kind\":1024,\"name\":\"explain\",\"url\":\"interfaces/ExplainOptions.html#explain\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ExplainOptions\"},{\"id\":1654,\"kind\":4194304,\"name\":\"ExplainVerbosityLike\",\"url\":\"modules.html#ExplainVerbosityLike\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":1655,\"kind\":128,\"name\":\"GridFSBucketReadStream\",\"url\":\"classes/GridFSBucketReadStream.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1656,\"kind\":8388608,\"name\":\"ERROR\",\"url\":\"classes/GridFSBucketReadStream.html#ERROR\",\"classes\":\"tsd-kind-event tsd-parent-kind-class tsd-is-static\",\"parent\":\"GridFSBucketReadStream\"},{\"id\":1657,\"kind\":8388608,\"name\":\"FILE\",\"url\":\"classes/GridFSBucketReadStream.html#FILE\",\"classes\":\"tsd-kind-event tsd-parent-kind-class tsd-is-static\",\"parent\":\"GridFSBucketReadStream\"},{\"id\":1658,\"kind\":8388608,\"name\":\"DATA\",\"url\":\"classes/GridFSBucketReadStream.html#DATA\",\"classes\":\"tsd-kind-event tsd-parent-kind-class tsd-is-static\",\"parent\":\"GridFSBucketReadStream\"},{\"id\":1659,\"kind\":8388608,\"name\":\"END\",\"url\":\"classes/GridFSBucketReadStream.html#END\",\"classes\":\"tsd-kind-event tsd-parent-kind-class tsd-is-static\",\"parent\":\"GridFSBucketReadStream\"},{\"id\":1660,\"kind\":8388608,\"name\":\"CLOSE\",\"url\":\"classes/GridFSBucketReadStream.html#CLOSE\",\"classes\":\"tsd-kind-event tsd-parent-kind-class tsd-is-static\",\"parent\":\"GridFSBucketReadStream\"},{\"id\":1661,\"kind\":2048,\"name\":\"start\",\"url\":\"classes/GridFSBucketReadStream.html#start\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"GridFSBucketReadStream\"},{\"id\":1662,\"kind\":2048,\"name\":\"end\",\"url\":\"classes/GridFSBucketReadStream.html#end\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"GridFSBucketReadStream\"},{\"id\":1663,\"kind\":2048,\"name\":\"abort\",\"url\":\"classes/GridFSBucketReadStream.html#abort\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"GridFSBucketReadStream\"},{\"id\":1664,\"kind\":256,\"name\":\"GridFSBucketReadStreamOptions\",\"url\":\"interfaces/GridFSBucketReadStreamOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1665,\"kind\":1024,\"name\":\"sort\",\"url\":\"interfaces/GridFSBucketReadStreamOptions.html#sort\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GridFSBucketReadStreamOptions\"},{\"id\":1666,\"kind\":1024,\"name\":\"skip\",\"url\":\"interfaces/GridFSBucketReadStreamOptions.html#skip\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GridFSBucketReadStreamOptions\"},{\"id\":1667,\"kind\":1024,\"name\":\"start\",\"url\":\"interfaces/GridFSBucketReadStreamOptions.html#start\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GridFSBucketReadStreamOptions\"},{\"id\":1668,\"kind\":1024,\"name\":\"end\",\"url\":\"interfaces/GridFSBucketReadStreamOptions.html#end\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GridFSBucketReadStreamOptions\"},{\"id\":1669,\"kind\":256,\"name\":\"GridFSBucketReadStreamOptionsWithRevision\",\"url\":\"interfaces/GridFSBucketReadStreamOptionsWithRevision.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1670,\"kind\":1024,\"name\":\"revision\",\"url\":\"interfaces/GridFSBucketReadStreamOptionsWithRevision.html#revision\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GridFSBucketReadStreamOptionsWithRevision\"},{\"id\":1671,\"kind\":1024,\"name\":\"sort\",\"url\":\"interfaces/GridFSBucketReadStreamOptionsWithRevision.html#sort\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"GridFSBucketReadStreamOptionsWithRevision\"},{\"id\":1672,\"kind\":1024,\"name\":\"skip\",\"url\":\"interfaces/GridFSBucketReadStreamOptionsWithRevision.html#skip\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"GridFSBucketReadStreamOptionsWithRevision\"},{\"id\":1673,\"kind\":1024,\"name\":\"start\",\"url\":\"interfaces/GridFSBucketReadStreamOptionsWithRevision.html#start\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"GridFSBucketReadStreamOptionsWithRevision\"},{\"id\":1674,\"kind\":1024,\"name\":\"end\",\"url\":\"interfaces/GridFSBucketReadStreamOptionsWithRevision.html#end\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"GridFSBucketReadStreamOptionsWithRevision\"},{\"id\":1675,\"kind\":256,\"name\":\"GridFSFile\",\"url\":\"interfaces/GridFSFile.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1676,\"kind\":1024,\"name\":\"_id\",\"url\":\"interfaces/GridFSFile.html#_id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GridFSFile\"},{\"id\":1677,\"kind\":1024,\"name\":\"length\",\"url\":\"interfaces/GridFSFile.html#length\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GridFSFile\"},{\"id\":1678,\"kind\":1024,\"name\":\"chunkSize\",\"url\":\"interfaces/GridFSFile.html#chunkSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GridFSFile\"},{\"id\":1679,\"kind\":1024,\"name\":\"filename\",\"url\":\"interfaces/GridFSFile.html#filename\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GridFSFile\"},{\"id\":1680,\"kind\":1024,\"name\":\"contentType\",\"url\":\"interfaces/GridFSFile.html#contentType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GridFSFile\"},{\"id\":1681,\"kind\":1024,\"name\":\"aliases\",\"url\":\"interfaces/GridFSFile.html#aliases\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GridFSFile\"},{\"id\":1682,\"kind\":1024,\"name\":\"metadata\",\"url\":\"interfaces/GridFSFile.html#metadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GridFSFile\"},{\"id\":1683,\"kind\":1024,\"name\":\"uploadDate\",\"url\":\"interfaces/GridFSFile.html#uploadDate\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GridFSFile\"},{\"id\":1684,\"kind\":4194304,\"name\":\"GridFSBucketEvents\",\"url\":\"modules.html#GridFSBucketEvents\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":1685,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules.html#GridFSBucketEvents.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"GridFSBucketEvents\"},{\"id\":1686,\"kind\":2048,\"name\":\"index\",\"url\":\"modules.html#GridFSBucketEvents.__type.index\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"GridFSBucketEvents.__type\"},{\"id\":1687,\"kind\":256,\"name\":\"GridFSBucketOptions\",\"url\":\"interfaces/GridFSBucketOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1688,\"kind\":1024,\"name\":\"bucketName\",\"url\":\"interfaces/GridFSBucketOptions.html#bucketName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GridFSBucketOptions\"},{\"id\":1689,\"kind\":1024,\"name\":\"chunkSizeBytes\",\"url\":\"interfaces/GridFSBucketOptions.html#chunkSizeBytes\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GridFSBucketOptions\"},{\"id\":1690,\"kind\":1024,\"name\":\"readPreference\",\"url\":\"interfaces/GridFSBucketOptions.html#readPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GridFSBucketOptions\"},{\"id\":1691,\"kind\":1024,\"name\":\"writeConcern\",\"url\":\"interfaces/GridFSBucketOptions.html#writeConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"GridFSBucketOptions\"},{\"id\":1692,\"kind\":128,\"name\":\"GridFSBucketWriteStream\",\"url\":\"classes/GridFSBucketWriteStream.html\",\"classes\":\"tsd-kind-class\"},{\"id\":1693,\"kind\":8388608,\"name\":\"CLOSE\",\"url\":\"classes/GridFSBucketWriteStream.html#CLOSE\",\"classes\":\"tsd-kind-event tsd-parent-kind-class tsd-is-static\",\"parent\":\"GridFSBucketWriteStream\"},{\"id\":1694,\"kind\":8388608,\"name\":\"ERROR\",\"url\":\"classes/GridFSBucketWriteStream.html#ERROR\",\"classes\":\"tsd-kind-event tsd-parent-kind-class tsd-is-static\",\"parent\":\"GridFSBucketWriteStream\"},{\"id\":1695,\"kind\":8388608,\"name\":\"FINISH\",\"url\":\"classes/GridFSBucketWriteStream.html#FINISH\",\"classes\":\"tsd-kind-event tsd-parent-kind-class tsd-is-static\",\"parent\":\"GridFSBucketWriteStream\"},{\"id\":1696,\"kind\":1024,\"name\":\"bucket\",\"url\":\"classes/GridFSBucketWriteStream.html#bucket\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"GridFSBucketWriteStream\"},{\"id\":1697,\"kind\":1024,\"name\":\"chunks\",\"url\":\"classes/GridFSBucketWriteStream.html#chunks\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"GridFSBucketWriteStream\"},{\"id\":1698,\"kind\":1024,\"name\":\"filename\",\"url\":\"classes/GridFSBucketWriteStream.html#filename\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"GridFSBucketWriteStream\"},{\"id\":1699,\"kind\":1024,\"name\":\"files\",\"url\":\"classes/GridFSBucketWriteStream.html#files\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"GridFSBucketWriteStream\"},{\"id\":1700,\"kind\":1024,\"name\":\"options\",\"url\":\"classes/GridFSBucketWriteStream.html#options\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"GridFSBucketWriteStream\"},{\"id\":1701,\"kind\":1024,\"name\":\"done\",\"url\":\"classes/GridFSBucketWriteStream.html#done\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"GridFSBucketWriteStream\"},{\"id\":1702,\"kind\":1024,\"name\":\"id\",\"url\":\"classes/GridFSBucketWriteStream.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"GridFSBucketWriteStream\"},{\"id\":1703,\"kind\":1024,\"name\":\"chunkSizeBytes\",\"url\":\"classes/GridFSBucketWriteStream.html#chunkSizeBytes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"GridFSBucketWriteStream\"},{\"id\":1704,\"kind\":1024,\"name\":\"bufToStore\",\"url\":\"classes/GridFSBucketWriteStream.html#bufToStore\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"GridFSBucketWriteStream\"},{\"id\":1705,\"kind\":1024,\"name\":\"length\",\"url\":\"classes/GridFSBucketWriteStream.html#length\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"GridFSBucketWriteStream\"},{\"id\":1706,\"kind\":1024,\"name\":\"n\",\"url\":\"classes/GridFSBucketWriteStream.html#n\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"GridFSBucketWriteStream\"},{\"id\":1707,\"kind\":1024,\"name\":\"pos\",\"url\":\"classes/GridFSBucketWriteStream.html#pos\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"GridFSBucketWriteStream\"},{\"id\":1708,\"kind\":1024,\"name\":\"state\",\"url\":\"classes/GridFSBucketWriteStream.html#state\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"GridFSBucketWriteStream\"},{\"id\":1709,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/GridFSBucketWriteStream.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"GridFSBucketWriteStream\"},{\"id\":1710,\"kind\":1024,\"name\":\"streamEnd\",\"url\":\"classes/GridFSBucketWriteStream.html#__type.streamEnd\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GridFSBucketWriteStream.__type\"},{\"id\":1711,\"kind\":1024,\"name\":\"outstandingRequests\",\"url\":\"classes/GridFSBucketWriteStream.html#__type.outstandingRequests\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GridFSBucketWriteStream.__type\"},{\"id\":1712,\"kind\":1024,\"name\":\"errored\",\"url\":\"classes/GridFSBucketWriteStream.html#__type.errored\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GridFSBucketWriteStream.__type\"},{\"id\":1713,\"kind\":1024,\"name\":\"aborted\",\"url\":\"classes/GridFSBucketWriteStream.html#__type.aborted\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GridFSBucketWriteStream.__type\"},{\"id\":1714,\"kind\":1024,\"name\":\"writeConcern\",\"url\":\"classes/GridFSBucketWriteStream.html#writeConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"GridFSBucketWriteStream\"},{\"id\":1715,\"kind\":2048,\"name\":\"write\",\"url\":\"classes/GridFSBucketWriteStream.html#write\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"GridFSBucketWriteStream\"},{\"id\":1716,\"kind\":2048,\"name\":\"abort\",\"url\":\"classes/GridFSBucketWriteStream.html#abort\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"GridFSBucketWriteStream\"},{\"id\":1717,\"kind\":2048,\"name\":\"end\",\"url\":\"classes/GridFSBucketWriteStream.html#end\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"GridFSBucketWriteStream\"},{\"id\":1718,\"kind\":256,\"name\":\"GridFSBucketWriteStreamOptions\",\"url\":\"interfaces/GridFSBucketWriteStreamOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1719,\"kind\":1024,\"name\":\"chunkSizeBytes\",\"url\":\"interfaces/GridFSBucketWriteStreamOptions.html#chunkSizeBytes\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GridFSBucketWriteStreamOptions\"},{\"id\":1720,\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/GridFSBucketWriteStreamOptions.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GridFSBucketWriteStreamOptions\"},{\"id\":1721,\"kind\":1024,\"name\":\"metadata\",\"url\":\"interfaces/GridFSBucketWriteStreamOptions.html#metadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GridFSBucketWriteStreamOptions\"},{\"id\":1722,\"kind\":1024,\"name\":\"contentType\",\"url\":\"interfaces/GridFSBucketWriteStreamOptions.html#contentType\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GridFSBucketWriteStreamOptions\"},{\"id\":1723,\"kind\":1024,\"name\":\"aliases\",\"url\":\"interfaces/GridFSBucketWriteStreamOptions.html#aliases\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GridFSBucketWriteStreamOptions\"},{\"id\":1724,\"kind\":1024,\"name\":\"writeConcern\",\"url\":\"interfaces/GridFSBucketWriteStreamOptions.html#writeConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"GridFSBucketWriteStreamOptions\"},{\"id\":1725,\"kind\":256,\"name\":\"GridFSChunk\",\"url\":\"interfaces/GridFSChunk.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1726,\"kind\":1024,\"name\":\"_id\",\"url\":\"interfaces/GridFSChunk.html#_id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GridFSChunk\"},{\"id\":1727,\"kind\":1024,\"name\":\"files_id\",\"url\":\"interfaces/GridFSChunk.html#files_id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GridFSChunk\"},{\"id\":1728,\"kind\":1024,\"name\":\"n\",\"url\":\"interfaces/GridFSChunk.html#n\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GridFSChunk\"},{\"id\":1729,\"kind\":1024,\"name\":\"data\",\"url\":\"interfaces/GridFSChunk.html#data\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GridFSChunk\"},{\"id\":1730,\"kind\":4194304,\"name\":\"LoggerFunction\",\"url\":\"modules.html#LoggerFunction\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":1731,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules.html#LoggerFunction.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"LoggerFunction\"},{\"id\":1732,\"kind\":256,\"name\":\"LoggerOptions\",\"url\":\"interfaces/LoggerOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1733,\"kind\":1024,\"name\":\"logger\",\"url\":\"interfaces/LoggerOptions.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"LoggerOptions\"},{\"id\":1734,\"kind\":1024,\"name\":\"loggerLevel\",\"url\":\"interfaces/LoggerOptions.html#loggerLevel\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"LoggerOptions\"},{\"id\":1735,\"kind\":256,\"name\":\"Auth\",\"url\":\"interfaces/Auth.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1736,\"kind\":1024,\"name\":\"username\",\"url\":\"interfaces/Auth.html#username\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Auth\"},{\"id\":1737,\"kind\":1024,\"name\":\"password\",\"url\":\"interfaces/Auth.html#password\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Auth\"},{\"id\":1738,\"kind\":256,\"name\":\"DriverInfo\",\"url\":\"interfaces/DriverInfo.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1739,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/DriverInfo.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DriverInfo\"},{\"id\":1740,\"kind\":1024,\"name\":\"version\",\"url\":\"interfaces/DriverInfo.html#version\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DriverInfo\"},{\"id\":1741,\"kind\":1024,\"name\":\"platform\",\"url\":\"interfaces/DriverInfo.html#platform\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DriverInfo\"},{\"id\":1742,\"kind\":4194304,\"name\":\"MongoClientEvents\",\"url\":\"modules.html#MongoClientEvents\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":1743,\"kind\":256,\"name\":\"MongoClientOptions\",\"url\":\"interfaces/MongoClientOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1744,\"kind\":1024,\"name\":\"replicaSet\",\"url\":\"interfaces/MongoClientOptions.html#replicaSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1745,\"kind\":1024,\"name\":\"tls\",\"url\":\"interfaces/MongoClientOptions.html#tls\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1746,\"kind\":1024,\"name\":\"ssl\",\"url\":\"interfaces/MongoClientOptions.html#ssl\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1747,\"kind\":1024,\"name\":\"tlsCertificateFile\",\"url\":\"interfaces/MongoClientOptions.html#tlsCertificateFile\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1748,\"kind\":1024,\"name\":\"tlsCertificateKeyFile\",\"url\":\"interfaces/MongoClientOptions.html#tlsCertificateKeyFile\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1749,\"kind\":1024,\"name\":\"tlsCertificateKeyFilePassword\",\"url\":\"interfaces/MongoClientOptions.html#tlsCertificateKeyFilePassword\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1750,\"kind\":1024,\"name\":\"tlsCAFile\",\"url\":\"interfaces/MongoClientOptions.html#tlsCAFile\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1751,\"kind\":1024,\"name\":\"tlsAllowInvalidCertificates\",\"url\":\"interfaces/MongoClientOptions.html#tlsAllowInvalidCertificates\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1752,\"kind\":1024,\"name\":\"tlsAllowInvalidHostnames\",\"url\":\"interfaces/MongoClientOptions.html#tlsAllowInvalidHostnames\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1753,\"kind\":1024,\"name\":\"tlsInsecure\",\"url\":\"interfaces/MongoClientOptions.html#tlsInsecure\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1754,\"kind\":1024,\"name\":\"connectTimeoutMS\",\"url\":\"interfaces/MongoClientOptions.html#connectTimeoutMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1755,\"kind\":1024,\"name\":\"socketTimeoutMS\",\"url\":\"interfaces/MongoClientOptions.html#socketTimeoutMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1756,\"kind\":1024,\"name\":\"compressors\",\"url\":\"interfaces/MongoClientOptions.html#compressors\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1757,\"kind\":1024,\"name\":\"zlibCompressionLevel\",\"url\":\"interfaces/MongoClientOptions.html#zlibCompressionLevel\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1758,\"kind\":1024,\"name\":\"srvMaxHosts\",\"url\":\"interfaces/MongoClientOptions.html#srvMaxHosts\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1759,\"kind\":1024,\"name\":\"srvServiceName\",\"url\":\"interfaces/MongoClientOptions.html#srvServiceName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1760,\"kind\":1024,\"name\":\"maxPoolSize\",\"url\":\"interfaces/MongoClientOptions.html#maxPoolSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1761,\"kind\":1024,\"name\":\"minPoolSize\",\"url\":\"interfaces/MongoClientOptions.html#minPoolSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1762,\"kind\":1024,\"name\":\"maxConnecting\",\"url\":\"interfaces/MongoClientOptions.html#maxConnecting\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1763,\"kind\":1024,\"name\":\"maxIdleTimeMS\",\"url\":\"interfaces/MongoClientOptions.html#maxIdleTimeMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1764,\"kind\":1024,\"name\":\"waitQueueTimeoutMS\",\"url\":\"interfaces/MongoClientOptions.html#waitQueueTimeoutMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1765,\"kind\":1024,\"name\":\"readConcern\",\"url\":\"interfaces/MongoClientOptions.html#readConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1766,\"kind\":1024,\"name\":\"readConcernLevel\",\"url\":\"interfaces/MongoClientOptions.html#readConcernLevel\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1767,\"kind\":1024,\"name\":\"readPreference\",\"url\":\"interfaces/MongoClientOptions.html#readPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1768,\"kind\":1024,\"name\":\"maxStalenessSeconds\",\"url\":\"interfaces/MongoClientOptions.html#maxStalenessSeconds\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1769,\"kind\":1024,\"name\":\"readPreferenceTags\",\"url\":\"interfaces/MongoClientOptions.html#readPreferenceTags\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1770,\"kind\":1024,\"name\":\"auth\",\"url\":\"interfaces/MongoClientOptions.html#auth\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1771,\"kind\":1024,\"name\":\"authSource\",\"url\":\"interfaces/MongoClientOptions.html#authSource\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1772,\"kind\":1024,\"name\":\"authMechanism\",\"url\":\"interfaces/MongoClientOptions.html#authMechanism\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1773,\"kind\":1024,\"name\":\"authMechanismProperties\",\"url\":\"interfaces/MongoClientOptions.html#authMechanismProperties\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1774,\"kind\":1024,\"name\":\"localThresholdMS\",\"url\":\"interfaces/MongoClientOptions.html#localThresholdMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1775,\"kind\":1024,\"name\":\"serverSelectionTimeoutMS\",\"url\":\"interfaces/MongoClientOptions.html#serverSelectionTimeoutMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1776,\"kind\":1024,\"name\":\"heartbeatFrequencyMS\",\"url\":\"interfaces/MongoClientOptions.html#heartbeatFrequencyMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1777,\"kind\":1024,\"name\":\"minHeartbeatFrequencyMS\",\"url\":\"interfaces/MongoClientOptions.html#minHeartbeatFrequencyMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1778,\"kind\":1024,\"name\":\"appName\",\"url\":\"interfaces/MongoClientOptions.html#appName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1779,\"kind\":1024,\"name\":\"retryReads\",\"url\":\"interfaces/MongoClientOptions.html#retryReads\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1780,\"kind\":1024,\"name\":\"retryWrites\",\"url\":\"interfaces/MongoClientOptions.html#retryWrites\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1781,\"kind\":1024,\"name\":\"directConnection\",\"url\":\"interfaces/MongoClientOptions.html#directConnection\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1782,\"kind\":1024,\"name\":\"loadBalanced\",\"url\":\"interfaces/MongoClientOptions.html#loadBalanced\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1783,\"kind\":1024,\"name\":\"w\",\"url\":\"interfaces/MongoClientOptions.html#w\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1784,\"kind\":1024,\"name\":\"wtimeoutMS\",\"url\":\"interfaces/MongoClientOptions.html#wtimeoutMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1785,\"kind\":1024,\"name\":\"journal\",\"url\":\"interfaces/MongoClientOptions.html#journal\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1786,\"kind\":1024,\"name\":\"writeConcern\",\"url\":\"interfaces/MongoClientOptions.html#writeConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1787,\"kind\":1024,\"name\":\"sslValidate\",\"url\":\"interfaces/MongoClientOptions.html#sslValidate\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1788,\"kind\":1024,\"name\":\"sslCA\",\"url\":\"interfaces/MongoClientOptions.html#sslCA\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1789,\"kind\":1024,\"name\":\"sslCert\",\"url\":\"interfaces/MongoClientOptions.html#sslCert\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1790,\"kind\":1024,\"name\":\"sslKey\",\"url\":\"interfaces/MongoClientOptions.html#sslKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1791,\"kind\":1024,\"name\":\"sslPass\",\"url\":\"interfaces/MongoClientOptions.html#sslPass\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1792,\"kind\":1024,\"name\":\"sslCRL\",\"url\":\"interfaces/MongoClientOptions.html#sslCRL\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1793,\"kind\":1024,\"name\":\"noDelay\",\"url\":\"interfaces/MongoClientOptions.html#noDelay\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1794,\"kind\":1024,\"name\":\"keepAlive\",\"url\":\"interfaces/MongoClientOptions.html#keepAlive\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1795,\"kind\":1024,\"name\":\"keepAliveInitialDelay\",\"url\":\"interfaces/MongoClientOptions.html#keepAliveInitialDelay\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1796,\"kind\":1024,\"name\":\"forceServerObjectId\",\"url\":\"interfaces/MongoClientOptions.html#forceServerObjectId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1797,\"kind\":1024,\"name\":\"raw\",\"url\":\"interfaces/MongoClientOptions.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"MongoClientOptions\"},{\"id\":1798,\"kind\":1024,\"name\":\"pkFactory\",\"url\":\"interfaces/MongoClientOptions.html#pkFactory\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1799,\"kind\":1024,\"name\":\"promiseLibrary\",\"url\":\"interfaces/MongoClientOptions.html#promiseLibrary\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1800,\"kind\":1024,\"name\":\"loggerLevel\",\"url\":\"interfaces/MongoClientOptions.html#loggerLevel\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1801,\"kind\":1024,\"name\":\"logger\",\"url\":\"interfaces/MongoClientOptions.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1802,\"kind\":1024,\"name\":\"monitorCommands\",\"url\":\"interfaces/MongoClientOptions.html#monitorCommands\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1803,\"kind\":1024,\"name\":\"serverApi\",\"url\":\"interfaces/MongoClientOptions.html#serverApi\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1804,\"kind\":1024,\"name\":\"autoEncryption\",\"url\":\"interfaces/MongoClientOptions.html#autoEncryption\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1805,\"kind\":1024,\"name\":\"driverInfo\",\"url\":\"interfaces/MongoClientOptions.html#driverInfo\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1806,\"kind\":1024,\"name\":\"proxyHost\",\"url\":\"interfaces/MongoClientOptions.html#proxyHost\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1807,\"kind\":1024,\"name\":\"proxyPort\",\"url\":\"interfaces/MongoClientOptions.html#proxyPort\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1808,\"kind\":1024,\"name\":\"proxyUsername\",\"url\":\"interfaces/MongoClientOptions.html#proxyUsername\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1809,\"kind\":1024,\"name\":\"proxyPassword\",\"url\":\"interfaces/MongoClientOptions.html#proxyPassword\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1810,\"kind\":1024,\"name\":\"enableUtf8Validation\",\"url\":\"interfaces/MongoClientOptions.html#enableUtf8Validation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MongoClientOptions\"},{\"id\":1811,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/MongoClientOptions.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"MongoClientOptions\"},{\"id\":1812,\"kind\":256,\"name\":\"MongoOptions\",\"url\":\"interfaces/MongoOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1813,\"kind\":1024,\"name\":\"hosts\",\"url\":\"interfaces/MongoOptions.html#hosts\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoOptions\"},{\"id\":1814,\"kind\":1024,\"name\":\"srvHost\",\"url\":\"interfaces/MongoOptions.html#srvHost\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoOptions\"},{\"id\":1815,\"kind\":1024,\"name\":\"credentials\",\"url\":\"interfaces/MongoOptions.html#credentials\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoOptions\"},{\"id\":1816,\"kind\":1024,\"name\":\"readPreference\",\"url\":\"interfaces/MongoOptions.html#readPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoOptions\"},{\"id\":1817,\"kind\":1024,\"name\":\"readConcern\",\"url\":\"interfaces/MongoOptions.html#readConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoOptions\"},{\"id\":1818,\"kind\":1024,\"name\":\"loadBalanced\",\"url\":\"interfaces/MongoOptions.html#loadBalanced\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoOptions\"},{\"id\":1819,\"kind\":1024,\"name\":\"serverApi\",\"url\":\"interfaces/MongoOptions.html#serverApi\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoOptions\"},{\"id\":1820,\"kind\":1024,\"name\":\"compressors\",\"url\":\"interfaces/MongoOptions.html#compressors\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoOptions\"},{\"id\":1821,\"kind\":1024,\"name\":\"writeConcern\",\"url\":\"interfaces/MongoOptions.html#writeConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoOptions\"},{\"id\":1822,\"kind\":1024,\"name\":\"dbName\",\"url\":\"interfaces/MongoOptions.html#dbName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoOptions\"},{\"id\":1823,\"kind\":1024,\"name\":\"metadata\",\"url\":\"interfaces/MongoOptions.html#metadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoOptions\"},{\"id\":1824,\"kind\":1024,\"name\":\"autoEncrypter\",\"url\":\"interfaces/MongoOptions.html#autoEncrypter\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoOptions\"},{\"id\":1825,\"kind\":1024,\"name\":\"proxyHost\",\"url\":\"interfaces/MongoOptions.html#proxyHost\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoOptions\"},{\"id\":1826,\"kind\":1024,\"name\":\"proxyPort\",\"url\":\"interfaces/MongoOptions.html#proxyPort\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoOptions\"},{\"id\":1827,\"kind\":1024,\"name\":\"proxyUsername\",\"url\":\"interfaces/MongoOptions.html#proxyUsername\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoOptions\"},{\"id\":1828,\"kind\":1024,\"name\":\"proxyPassword\",\"url\":\"interfaces/MongoOptions.html#proxyPassword\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoOptions\"},{\"id\":1829,\"kind\":1024,\"name\":\"tls\",\"url\":\"interfaces/MongoOptions.html#tls\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MongoOptions\"},{\"id\":1830,\"kind\":1024,\"name\":\"raw\",\"url\":\"interfaces/MongoOptions.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MongoOptions\"},{\"id\":1831,\"kind\":1024,\"name\":\"monitorCommands\",\"url\":\"interfaces/MongoOptions.html#monitorCommands\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MongoOptions\"},{\"id\":1832,\"kind\":1024,\"name\":\"connectTimeoutMS\",\"url\":\"interfaces/MongoOptions.html#connectTimeoutMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MongoOptions\"},{\"id\":1833,\"kind\":1024,\"name\":\"keepAlive\",\"url\":\"interfaces/MongoOptions.html#keepAlive\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MongoOptions\"},{\"id\":1834,\"kind\":1024,\"name\":\"keepAliveInitialDelay\",\"url\":\"interfaces/MongoOptions.html#keepAliveInitialDelay\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MongoOptions\"},{\"id\":1835,\"kind\":1024,\"name\":\"noDelay\",\"url\":\"interfaces/MongoOptions.html#noDelay\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MongoOptions\"},{\"id\":1836,\"kind\":1024,\"name\":\"socketTimeoutMS\",\"url\":\"interfaces/MongoOptions.html#socketTimeoutMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MongoOptions\"},{\"id\":1837,\"kind\":1024,\"name\":\"logger\",\"url\":\"interfaces/MongoOptions.html#logger\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MongoOptions\"},{\"id\":1838,\"kind\":1024,\"name\":\"maxPoolSize\",\"url\":\"interfaces/MongoOptions.html#maxPoolSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MongoOptions\"},{\"id\":1839,\"kind\":1024,\"name\":\"minPoolSize\",\"url\":\"interfaces/MongoOptions.html#minPoolSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MongoOptions\"},{\"id\":1840,\"kind\":1024,\"name\":\"maxConnecting\",\"url\":\"interfaces/MongoOptions.html#maxConnecting\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MongoOptions\"},{\"id\":1841,\"kind\":1024,\"name\":\"maxIdleTimeMS\",\"url\":\"interfaces/MongoOptions.html#maxIdleTimeMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MongoOptions\"},{\"id\":1842,\"kind\":1024,\"name\":\"waitQueueTimeoutMS\",\"url\":\"interfaces/MongoOptions.html#waitQueueTimeoutMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MongoOptions\"},{\"id\":1843,\"kind\":1024,\"name\":\"autoEncryption\",\"url\":\"interfaces/MongoOptions.html#autoEncryption\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MongoOptions\"},{\"id\":1844,\"kind\":1024,\"name\":\"replicaSet\",\"url\":\"interfaces/MongoOptions.html#replicaSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MongoOptions\"},{\"id\":1845,\"kind\":1024,\"name\":\"directConnection\",\"url\":\"interfaces/MongoOptions.html#directConnection\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MongoOptions\"},{\"id\":1846,\"kind\":1024,\"name\":\"driverInfo\",\"url\":\"interfaces/MongoOptions.html#driverInfo\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MongoOptions\"},{\"id\":1847,\"kind\":1024,\"name\":\"forceServerObjectId\",\"url\":\"interfaces/MongoOptions.html#forceServerObjectId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MongoOptions\"},{\"id\":1848,\"kind\":1024,\"name\":\"minHeartbeatFrequencyMS\",\"url\":\"interfaces/MongoOptions.html#minHeartbeatFrequencyMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MongoOptions\"},{\"id\":1849,\"kind\":1024,\"name\":\"heartbeatFrequencyMS\",\"url\":\"interfaces/MongoOptions.html#heartbeatFrequencyMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MongoOptions\"},{\"id\":1850,\"kind\":1024,\"name\":\"localThresholdMS\",\"url\":\"interfaces/MongoOptions.html#localThresholdMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MongoOptions\"},{\"id\":1851,\"kind\":1024,\"name\":\"pkFactory\",\"url\":\"interfaces/MongoOptions.html#pkFactory\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MongoOptions\"},{\"id\":1852,\"kind\":1024,\"name\":\"promiseLibrary\",\"url\":\"interfaces/MongoOptions.html#promiseLibrary\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MongoOptions\"},{\"id\":1853,\"kind\":1024,\"name\":\"retryReads\",\"url\":\"interfaces/MongoOptions.html#retryReads\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MongoOptions\"},{\"id\":1854,\"kind\":1024,\"name\":\"retryWrites\",\"url\":\"interfaces/MongoOptions.html#retryWrites\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MongoOptions\"},{\"id\":1855,\"kind\":1024,\"name\":\"serverSelectionTimeoutMS\",\"url\":\"interfaces/MongoOptions.html#serverSelectionTimeoutMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MongoOptions\"},{\"id\":1856,\"kind\":1024,\"name\":\"srvMaxHosts\",\"url\":\"interfaces/MongoOptions.html#srvMaxHosts\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MongoOptions\"},{\"id\":1857,\"kind\":1024,\"name\":\"srvServiceName\",\"url\":\"interfaces/MongoOptions.html#srvServiceName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MongoOptions\"},{\"id\":1858,\"kind\":1024,\"name\":\"tlsAllowInvalidCertificates\",\"url\":\"interfaces/MongoOptions.html#tlsAllowInvalidCertificates\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MongoOptions\"},{\"id\":1859,\"kind\":1024,\"name\":\"tlsAllowInvalidHostnames\",\"url\":\"interfaces/MongoOptions.html#tlsAllowInvalidHostnames\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MongoOptions\"},{\"id\":1860,\"kind\":1024,\"name\":\"tlsInsecure\",\"url\":\"interfaces/MongoOptions.html#tlsInsecure\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MongoOptions\"},{\"id\":1861,\"kind\":1024,\"name\":\"zlibCompressionLevel\",\"url\":\"interfaces/MongoOptions.html#zlibCompressionLevel\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MongoOptions\"},{\"id\":1862,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/MongoOptions.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"MongoOptions\"},{\"id\":1863,\"kind\":256,\"name\":\"PkFactory\",\"url\":\"interfaces/PkFactory.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1864,\"kind\":2048,\"name\":\"createPk\",\"url\":\"interfaces/PkFactory.html#createPk\",\"classes\":\"tsd-kind-method tsd-parent-kind-interface\",\"parent\":\"PkFactory\"},{\"id\":1865,\"kind\":256,\"name\":\"ServerApi\",\"url\":\"interfaces/ServerApi.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1866,\"kind\":1024,\"name\":\"version\",\"url\":\"interfaces/ServerApi.html#version\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ServerApi\"},{\"id\":1867,\"kind\":1024,\"name\":\"strict\",\"url\":\"interfaces/ServerApi.html#strict\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ServerApi\"},{\"id\":1868,\"kind\":1024,\"name\":\"deprecationErrors\",\"url\":\"interfaces/ServerApi.html#deprecationErrors\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ServerApi\"},{\"id\":1869,\"kind\":4194304,\"name\":\"SupportedNodeConnectionOptions\",\"url\":\"modules.html#SupportedNodeConnectionOptions\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":1870,\"kind\":4194304,\"name\":\"SupportedSocketOptions\",\"url\":\"modules.html#SupportedSocketOptions\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":1871,\"kind\":4194304,\"name\":\"SupportedTLSConnectionOptions\",\"url\":\"modules.html#SupportedTLSConnectionOptions\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":1872,\"kind\":4194304,\"name\":\"SupportedTLSSocketOptions\",\"url\":\"modules.html#SupportedTLSSocketOptions\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":1873,\"kind\":4194304,\"name\":\"WithSessionCallback\",\"url\":\"modules.html#WithSessionCallback\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":1874,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules.html#WithSessionCallback.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"WithSessionCallback\"},{\"id\":1875,\"kind\":4194304,\"name\":\"CommonEvents\",\"url\":\"modules.html#CommonEvents\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":1876,\"kind\":4194304,\"name\":\"EventsDescription\",\"url\":\"modules.html#EventsDescription\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":1877,\"kind\":4194304,\"name\":\"GenericListener\",\"url\":\"modules.html#GenericListener\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":1878,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules.html#GenericListener.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"GenericListener\"},{\"id\":1879,\"kind\":128,\"name\":\"TypedEventEmitter\",\"url\":\"classes/TypedEventEmitter.html\",\"classes\":\"tsd-kind-class tsd-has-type-parameter\"},{\"id\":1880,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/TypedEventEmitter.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"TypedEventEmitter\"},{\"id\":1881,\"kind\":2048,\"name\":\"addListener\",\"url\":\"classes/TypedEventEmitter.html#addListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite\",\"parent\":\"TypedEventEmitter\"},{\"id\":1882,\"kind\":2048,\"name\":\"on\",\"url\":\"classes/TypedEventEmitter.html#on\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite\",\"parent\":\"TypedEventEmitter\"},{\"id\":1883,\"kind\":2048,\"name\":\"once\",\"url\":\"classes/TypedEventEmitter.html#once\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite\",\"parent\":\"TypedEventEmitter\"},{\"id\":1884,\"kind\":2048,\"name\":\"removeListener\",\"url\":\"classes/TypedEventEmitter.html#removeListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite\",\"parent\":\"TypedEventEmitter\"},{\"id\":1885,\"kind\":2048,\"name\":\"off\",\"url\":\"classes/TypedEventEmitter.html#off\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite\",\"parent\":\"TypedEventEmitter\"},{\"id\":1886,\"kind\":2048,\"name\":\"removeAllListeners\",\"url\":\"classes/TypedEventEmitter.html#removeAllListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite\",\"parent\":\"TypedEventEmitter\"},{\"id\":1887,\"kind\":2048,\"name\":\"listeners\",\"url\":\"classes/TypedEventEmitter.html#listeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite\",\"parent\":\"TypedEventEmitter\"},{\"id\":1888,\"kind\":2048,\"name\":\"rawListeners\",\"url\":\"classes/TypedEventEmitter.html#rawListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite\",\"parent\":\"TypedEventEmitter\"},{\"id\":1889,\"kind\":2048,\"name\":\"emit\",\"url\":\"classes/TypedEventEmitter.html#emit\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite\",\"parent\":\"TypedEventEmitter\"},{\"id\":1890,\"kind\":2048,\"name\":\"listenerCount\",\"url\":\"classes/TypedEventEmitter.html#listenerCount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite\",\"parent\":\"TypedEventEmitter\"},{\"id\":1891,\"kind\":2048,\"name\":\"prependListener\",\"url\":\"classes/TypedEventEmitter.html#prependListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite\",\"parent\":\"TypedEventEmitter\"},{\"id\":1892,\"kind\":2048,\"name\":\"prependOnceListener\",\"url\":\"classes/TypedEventEmitter.html#prependOnceListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite\",\"parent\":\"TypedEventEmitter\"},{\"id\":1893,\"kind\":2048,\"name\":\"eventNames\",\"url\":\"classes/TypedEventEmitter.html#eventNames\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"TypedEventEmitter\"},{\"id\":1894,\"kind\":2048,\"name\":\"getMaxListeners\",\"url\":\"classes/TypedEventEmitter.html#getMaxListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"TypedEventEmitter\"},{\"id\":1895,\"kind\":2048,\"name\":\"setMaxListeners\",\"url\":\"classes/TypedEventEmitter.html#setMaxListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"TypedEventEmitter\"},{\"id\":1896,\"kind\":4194304,\"name\":\"AcceptedFields\",\"url\":\"modules.html#AcceptedFields\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":1897,\"kind\":4194304,\"name\":\"AddToSetOperators\",\"url\":\"modules.html#AddToSetOperators\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":1898,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules.html#AddToSetOperators.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"AddToSetOperators\"},{\"id\":1899,\"kind\":1024,\"name\":\"$each\",\"url\":\"modules.html#AddToSetOperators.__type._each\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"AddToSetOperators.__type\"},{\"id\":1900,\"kind\":4194304,\"name\":\"AlternativeType\",\"url\":\"modules.html#AlternativeType\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":1901,\"kind\":4194304,\"name\":\"ArrayElement\",\"url\":\"modules.html#ArrayElement\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":1902,\"kind\":4194304,\"name\":\"ArrayOperator\",\"url\":\"modules.html#ArrayOperator\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":1903,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules.html#ArrayOperator.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"ArrayOperator\"},{\"id\":1904,\"kind\":1024,\"name\":\"$each\",\"url\":\"modules.html#ArrayOperator.__type._each\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ArrayOperator.__type\"},{\"id\":1905,\"kind\":1024,\"name\":\"$slice\",\"url\":\"modules.html#ArrayOperator.__type._slice\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ArrayOperator.__type\"},{\"id\":1906,\"kind\":1024,\"name\":\"$position\",\"url\":\"modules.html#ArrayOperator.__type._position\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ArrayOperator.__type\"},{\"id\":1907,\"kind\":1024,\"name\":\"$sort\",\"url\":\"modules.html#ArrayOperator.__type._sort\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ArrayOperator.__type\"},{\"id\":1908,\"kind\":4194304,\"name\":\"BitwiseFilter\",\"url\":\"modules.html#BitwiseFilter\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":1909,\"kind\":4194304,\"name\":\"BSONTypeAlias\",\"url\":\"modules.html#BSONTypeAlias\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":1910,\"kind\":4194304,\"name\":\"Condition\",\"url\":\"modules.html#Condition\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":1911,\"kind\":4194304,\"name\":\"EnhancedOmit\",\"url\":\"modules.html#EnhancedOmit\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":1912,\"kind\":4194304,\"name\":\"Filter\",\"url\":\"modules.html#Filter\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":1913,\"kind\":4194304,\"name\":\"FilterOperations\",\"url\":\"modules.html#FilterOperations\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":1914,\"kind\":256,\"name\":\"FilterOperators\",\"url\":\"interfaces/FilterOperators.html\",\"classes\":\"tsd-kind-interface tsd-has-type-parameter\"},{\"id\":1915,\"kind\":1024,\"name\":\"$eq\",\"url\":\"interfaces/FilterOperators.html#_eq\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FilterOperators\"},{\"id\":1916,\"kind\":1024,\"name\":\"$gt\",\"url\":\"interfaces/FilterOperators.html#_gt\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FilterOperators\"},{\"id\":1917,\"kind\":1024,\"name\":\"$gte\",\"url\":\"interfaces/FilterOperators.html#_gte\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FilterOperators\"},{\"id\":1918,\"kind\":1024,\"name\":\"$in\",\"url\":\"interfaces/FilterOperators.html#_in\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FilterOperators\"},{\"id\":1919,\"kind\":1024,\"name\":\"$lt\",\"url\":\"interfaces/FilterOperators.html#_lt\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FilterOperators\"},{\"id\":1920,\"kind\":1024,\"name\":\"$lte\",\"url\":\"interfaces/FilterOperators.html#_lte\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FilterOperators\"},{\"id\":1921,\"kind\":1024,\"name\":\"$ne\",\"url\":\"interfaces/FilterOperators.html#_ne\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FilterOperators\"},{\"id\":1922,\"kind\":1024,\"name\":\"$nin\",\"url\":\"interfaces/FilterOperators.html#_nin\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FilterOperators\"},{\"id\":1923,\"kind\":1024,\"name\":\"$not\",\"url\":\"interfaces/FilterOperators.html#_not\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FilterOperators\"},{\"id\":1924,\"kind\":1024,\"name\":\"$exists\",\"url\":\"interfaces/FilterOperators.html#_exists\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FilterOperators\"},{\"id\":1925,\"kind\":1024,\"name\":\"$type\",\"url\":\"interfaces/FilterOperators.html#_type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FilterOperators\"},{\"id\":1926,\"kind\":1024,\"name\":\"$expr\",\"url\":\"interfaces/FilterOperators.html#_expr\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FilterOperators\"},{\"id\":1927,\"kind\":1024,\"name\":\"$jsonSchema\",\"url\":\"interfaces/FilterOperators.html#_jsonSchema\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FilterOperators\"},{\"id\":1928,\"kind\":1024,\"name\":\"$mod\",\"url\":\"interfaces/FilterOperators.html#_mod\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FilterOperators\"},{\"id\":1929,\"kind\":1024,\"name\":\"$regex\",\"url\":\"interfaces/FilterOperators.html#_regex\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FilterOperators\"},{\"id\":1930,\"kind\":1024,\"name\":\"$options\",\"url\":\"interfaces/FilterOperators.html#_options\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FilterOperators\"},{\"id\":1931,\"kind\":1024,\"name\":\"$geoIntersects\",\"url\":\"interfaces/FilterOperators.html#_geoIntersects\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FilterOperators\"},{\"id\":1932,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/FilterOperators.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"FilterOperators\"},{\"id\":1933,\"kind\":1024,\"name\":\"$geometry\",\"url\":\"interfaces/FilterOperators.html#__type._geometry\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"FilterOperators.__type\"},{\"id\":1934,\"kind\":1024,\"name\":\"$geoWithin\",\"url\":\"interfaces/FilterOperators.html#_geoWithin\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FilterOperators\"},{\"id\":1935,\"kind\":1024,\"name\":\"$near\",\"url\":\"interfaces/FilterOperators.html#_near\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FilterOperators\"},{\"id\":1936,\"kind\":1024,\"name\":\"$nearSphere\",\"url\":\"interfaces/FilterOperators.html#_nearSphere\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FilterOperators\"},{\"id\":1937,\"kind\":1024,\"name\":\"$maxDistance\",\"url\":\"interfaces/FilterOperators.html#_maxDistance\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FilterOperators\"},{\"id\":1938,\"kind\":1024,\"name\":\"$all\",\"url\":\"interfaces/FilterOperators.html#_all\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FilterOperators\"},{\"id\":1939,\"kind\":1024,\"name\":\"$elemMatch\",\"url\":\"interfaces/FilterOperators.html#_elemMatch\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FilterOperators\"},{\"id\":1940,\"kind\":1024,\"name\":\"$size\",\"url\":\"interfaces/FilterOperators.html#_size\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FilterOperators\"},{\"id\":1941,\"kind\":1024,\"name\":\"$bitsAllClear\",\"url\":\"interfaces/FilterOperators.html#_bitsAllClear\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FilterOperators\"},{\"id\":1942,\"kind\":1024,\"name\":\"$bitsAllSet\",\"url\":\"interfaces/FilterOperators.html#_bitsAllSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FilterOperators\"},{\"id\":1943,\"kind\":1024,\"name\":\"$bitsAnyClear\",\"url\":\"interfaces/FilterOperators.html#_bitsAnyClear\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FilterOperators\"},{\"id\":1944,\"kind\":1024,\"name\":\"$bitsAnySet\",\"url\":\"interfaces/FilterOperators.html#_bitsAnySet\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FilterOperators\"},{\"id\":1945,\"kind\":1024,\"name\":\"$rand\",\"url\":\"interfaces/FilterOperators.html#_rand\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FilterOperators\"},{\"id\":1946,\"kind\":4194304,\"name\":\"Flatten\",\"url\":\"modules.html#Flatten\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":1947,\"kind\":4194304,\"name\":\"InferIdType\",\"url\":\"modules.html#InferIdType\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":1948,\"kind\":4194304,\"name\":\"IntegerType\",\"url\":\"modules.html#IntegerType\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":1949,\"kind\":4194304,\"name\":\"IsAny\",\"url\":\"modules.html#IsAny\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":1950,\"kind\":4194304,\"name\":\"Join\",\"url\":\"modules.html#Join\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":1951,\"kind\":4194304,\"name\":\"KeysOfAType\",\"url\":\"modules.html#KeysOfAType\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":1952,\"kind\":4194304,\"name\":\"KeysOfOtherType\",\"url\":\"modules.html#KeysOfOtherType\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":1953,\"kind\":4194304,\"name\":\"MatchKeysAndValues\",\"url\":\"modules.html#MatchKeysAndValues\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":1954,\"kind\":4194304,\"name\":\"NestedPaths\",\"url\":\"modules.html#NestedPaths\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":1955,\"kind\":4194304,\"name\":\"NonObjectIdLikeDocument\",\"url\":\"modules.html#NonObjectIdLikeDocument\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":1956,\"kind\":4194304,\"name\":\"NotAcceptedFields\",\"url\":\"modules.html#NotAcceptedFields\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":1957,\"kind\":4194304,\"name\":\"NumericType\",\"url\":\"modules.html#NumericType\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":1958,\"kind\":4194304,\"name\":\"OneOrMore\",\"url\":\"modules.html#OneOrMore\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":1959,\"kind\":4194304,\"name\":\"OnlyFieldsOfType\",\"url\":\"modules.html#OnlyFieldsOfType\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":1960,\"kind\":4194304,\"name\":\"OptionalId\",\"url\":\"modules.html#OptionalId\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":1961,\"kind\":4194304,\"name\":\"OptionalUnlessRequiredId\",\"url\":\"modules.html#OptionalUnlessRequiredId\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":1962,\"kind\":4194304,\"name\":\"Projection\",\"url\":\"modules.html#Projection\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":1963,\"kind\":4194304,\"name\":\"ProjectionOperators\",\"url\":\"modules.html#ProjectionOperators\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":1964,\"kind\":4194304,\"name\":\"PropertyType\",\"url\":\"modules.html#PropertyType\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":1965,\"kind\":4194304,\"name\":\"PullAllOperator\",\"url\":\"modules.html#PullAllOperator\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":1966,\"kind\":4194304,\"name\":\"PullOperator\",\"url\":\"modules.html#PullOperator\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":1967,\"kind\":4194304,\"name\":\"PushOperator\",\"url\":\"modules.html#PushOperator\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":1968,\"kind\":4194304,\"name\":\"RegExpOrString\",\"url\":\"modules.html#RegExpOrString\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":1969,\"kind\":256,\"name\":\"RootFilterOperators\",\"url\":\"interfaces/RootFilterOperators.html\",\"classes\":\"tsd-kind-interface tsd-has-type-parameter\"},{\"id\":1970,\"kind\":1024,\"name\":\"$and\",\"url\":\"interfaces/RootFilterOperators.html#_and\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RootFilterOperators\"},{\"id\":1971,\"kind\":1024,\"name\":\"$nor\",\"url\":\"interfaces/RootFilterOperators.html#_nor\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RootFilterOperators\"},{\"id\":1972,\"kind\":1024,\"name\":\"$or\",\"url\":\"interfaces/RootFilterOperators.html#_or\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RootFilterOperators\"},{\"id\":1973,\"kind\":1024,\"name\":\"$text\",\"url\":\"interfaces/RootFilterOperators.html#_text\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RootFilterOperators\"},{\"id\":1974,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/RootFilterOperators.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"RootFilterOperators\"},{\"id\":1975,\"kind\":1024,\"name\":\"$search\",\"url\":\"interfaces/RootFilterOperators.html#__type._search\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"RootFilterOperators.__type\"},{\"id\":1976,\"kind\":1024,\"name\":\"$language\",\"url\":\"interfaces/RootFilterOperators.html#__type._language\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"RootFilterOperators.__type\"},{\"id\":1977,\"kind\":1024,\"name\":\"$caseSensitive\",\"url\":\"interfaces/RootFilterOperators.html#__type._caseSensitive\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"RootFilterOperators.__type\"},{\"id\":1978,\"kind\":1024,\"name\":\"$diacriticSensitive\",\"url\":\"interfaces/RootFilterOperators.html#__type._diacriticSensitive\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"RootFilterOperators.__type\"},{\"id\":1979,\"kind\":1024,\"name\":\"$where\",\"url\":\"interfaces/RootFilterOperators.html#_where\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RootFilterOperators\"},{\"id\":1980,\"kind\":1024,\"name\":\"$comment\",\"url\":\"interfaces/RootFilterOperators.html#_comment\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RootFilterOperators\"},{\"id\":1981,\"kind\":4194304,\"name\":\"SchemaMember\",\"url\":\"modules.html#SchemaMember\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":1982,\"kind\":4194304,\"name\":\"SetFields\",\"url\":\"modules.html#SetFields\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":1983,\"kind\":4194304,\"name\":\"UpdateFilter\",\"url\":\"modules.html#UpdateFilter\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":1984,\"kind\":4194304,\"name\":\"WithId\",\"url\":\"modules.html#WithId\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":1985,\"kind\":4194304,\"name\":\"WithoutId\",\"url\":\"modules.html#WithoutId\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":1986,\"kind\":256,\"name\":\"AddUserOptions\",\"url\":\"interfaces/AddUserOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":1987,\"kind\":1024,\"name\":\"digestPassword\",\"url\":\"interfaces/AddUserOptions.html#digestPassword\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AddUserOptions\"},{\"id\":1988,\"kind\":1024,\"name\":\"roles\",\"url\":\"interfaces/AddUserOptions.html#roles\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AddUserOptions\"},{\"id\":1989,\"kind\":1024,\"name\":\"customData\",\"url\":\"interfaces/AddUserOptions.html#customData\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AddUserOptions\"},{\"id\":1990,\"kind\":1024,\"name\":\"fullResponse\",\"url\":\"interfaces/AddUserOptions.html#fullResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AddUserOptions\"},{\"id\":1991,\"kind\":1024,\"name\":\"readConcern\",\"url\":\"interfaces/AddUserOptions.html#readConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AddUserOptions\"},{\"id\":1992,\"kind\":1024,\"name\":\"collation\",\"url\":\"interfaces/AddUserOptions.html#collation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AddUserOptions\"},{\"id\":1993,\"kind\":1024,\"name\":\"maxTimeMS\",\"url\":\"interfaces/AddUserOptions.html#maxTimeMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AddUserOptions\"},{\"id\":1994,\"kind\":1024,\"name\":\"comment\",\"url\":\"interfaces/AddUserOptions.html#comment\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AddUserOptions\"},{\"id\":1995,\"kind\":1024,\"name\":\"retryWrites\",\"url\":\"interfaces/AddUserOptions.html#retryWrites\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AddUserOptions\"},{\"id\":1996,\"kind\":1024,\"name\":\"dbName\",\"url\":\"interfaces/AddUserOptions.html#dbName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AddUserOptions\"},{\"id\":1997,\"kind\":1024,\"name\":\"authdb\",\"url\":\"interfaces/AddUserOptions.html#authdb\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AddUserOptions\"},{\"id\":1998,\"kind\":1024,\"name\":\"noResponse\",\"url\":\"interfaces/AddUserOptions.html#noResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AddUserOptions\"},{\"id\":1999,\"kind\":1024,\"name\":\"session\",\"url\":\"interfaces/AddUserOptions.html#session\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AddUserOptions\"},{\"id\":2000,\"kind\":1024,\"name\":\"willRetryWrite\",\"url\":\"interfaces/AddUserOptions.html#willRetryWrite\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AddUserOptions\"},{\"id\":2001,\"kind\":1024,\"name\":\"readPreference\",\"url\":\"interfaces/AddUserOptions.html#readPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AddUserOptions\"},{\"id\":2002,\"kind\":1024,\"name\":\"omitReadPreference\",\"url\":\"interfaces/AddUserOptions.html#omitReadPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AddUserOptions\"},{\"id\":2003,\"kind\":1024,\"name\":\"raw\",\"url\":\"interfaces/AddUserOptions.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AddUserOptions\"},{\"id\":2004,\"kind\":1024,\"name\":\"enableUtf8Validation\",\"url\":\"interfaces/AddUserOptions.html#enableUtf8Validation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AddUserOptions\"},{\"id\":2005,\"kind\":1024,\"name\":\"writeConcern\",\"url\":\"interfaces/AddUserOptions.html#writeConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AddUserOptions\"},{\"id\":2006,\"kind\":1024,\"name\":\"explain\",\"url\":\"interfaces/AddUserOptions.html#explain\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AddUserOptions\"},{\"id\":2007,\"kind\":256,\"name\":\"RoleSpecification\",\"url\":\"interfaces/RoleSpecification.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2008,\"kind\":1024,\"name\":\"role\",\"url\":\"interfaces/RoleSpecification.html#role\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RoleSpecification\"},{\"id\":2009,\"kind\":1024,\"name\":\"db\",\"url\":\"interfaces/RoleSpecification.html#db\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RoleSpecification\"},{\"id\":2010,\"kind\":256,\"name\":\"AggregateOptions\",\"url\":\"interfaces/AggregateOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2011,\"kind\":1024,\"name\":\"allowDiskUse\",\"url\":\"interfaces/AggregateOptions.html#allowDiskUse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AggregateOptions\"},{\"id\":2012,\"kind\":1024,\"name\":\"batchSize\",\"url\":\"interfaces/AggregateOptions.html#batchSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AggregateOptions\"},{\"id\":2013,\"kind\":1024,\"name\":\"bypassDocumentValidation\",\"url\":\"interfaces/AggregateOptions.html#bypassDocumentValidation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AggregateOptions\"},{\"id\":2014,\"kind\":1024,\"name\":\"cursor\",\"url\":\"interfaces/AggregateOptions.html#cursor\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AggregateOptions\"},{\"id\":2015,\"kind\":1024,\"name\":\"maxTimeMS\",\"url\":\"interfaces/AggregateOptions.html#maxTimeMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"AggregateOptions\"},{\"id\":2016,\"kind\":1024,\"name\":\"maxAwaitTimeMS\",\"url\":\"interfaces/AggregateOptions.html#maxAwaitTimeMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AggregateOptions\"},{\"id\":2017,\"kind\":1024,\"name\":\"collation\",\"url\":\"interfaces/AggregateOptions.html#collation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"AggregateOptions\"},{\"id\":2018,\"kind\":1024,\"name\":\"hint\",\"url\":\"interfaces/AggregateOptions.html#hint\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AggregateOptions\"},{\"id\":2019,\"kind\":1024,\"name\":\"let\",\"url\":\"interfaces/AggregateOptions.html#let\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AggregateOptions\"},{\"id\":2020,\"kind\":1024,\"name\":\"out\",\"url\":\"interfaces/AggregateOptions.html#out\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AggregateOptions\"},{\"id\":2021,\"kind\":1024,\"name\":\"fullResponse\",\"url\":\"interfaces/AggregateOptions.html#fullResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AggregateOptions\"},{\"id\":2022,\"kind\":1024,\"name\":\"readConcern\",\"url\":\"interfaces/AggregateOptions.html#readConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AggregateOptions\"},{\"id\":2023,\"kind\":1024,\"name\":\"comment\",\"url\":\"interfaces/AggregateOptions.html#comment\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AggregateOptions\"},{\"id\":2024,\"kind\":1024,\"name\":\"retryWrites\",\"url\":\"interfaces/AggregateOptions.html#retryWrites\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AggregateOptions\"},{\"id\":2025,\"kind\":1024,\"name\":\"dbName\",\"url\":\"interfaces/AggregateOptions.html#dbName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AggregateOptions\"},{\"id\":2026,\"kind\":1024,\"name\":\"authdb\",\"url\":\"interfaces/AggregateOptions.html#authdb\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AggregateOptions\"},{\"id\":2027,\"kind\":1024,\"name\":\"noResponse\",\"url\":\"interfaces/AggregateOptions.html#noResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AggregateOptions\"},{\"id\":2028,\"kind\":1024,\"name\":\"session\",\"url\":\"interfaces/AggregateOptions.html#session\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AggregateOptions\"},{\"id\":2029,\"kind\":1024,\"name\":\"willRetryWrite\",\"url\":\"interfaces/AggregateOptions.html#willRetryWrite\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AggregateOptions\"},{\"id\":2030,\"kind\":1024,\"name\":\"readPreference\",\"url\":\"interfaces/AggregateOptions.html#readPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AggregateOptions\"},{\"id\":2031,\"kind\":1024,\"name\":\"omitReadPreference\",\"url\":\"interfaces/AggregateOptions.html#omitReadPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AggregateOptions\"},{\"id\":2032,\"kind\":1024,\"name\":\"raw\",\"url\":\"interfaces/AggregateOptions.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AggregateOptions\"},{\"id\":2033,\"kind\":1024,\"name\":\"enableUtf8Validation\",\"url\":\"interfaces/AggregateOptions.html#enableUtf8Validation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AggregateOptions\"},{\"id\":2034,\"kind\":1024,\"name\":\"writeConcern\",\"url\":\"interfaces/AggregateOptions.html#writeConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AggregateOptions\"},{\"id\":2035,\"kind\":1024,\"name\":\"explain\",\"url\":\"interfaces/AggregateOptions.html#explain\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"AggregateOptions\"},{\"id\":2036,\"kind\":256,\"name\":\"CollationOptions\",\"url\":\"interfaces/CollationOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2037,\"kind\":1024,\"name\":\"locale\",\"url\":\"interfaces/CollationOptions.html#locale\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CollationOptions\"},{\"id\":2038,\"kind\":1024,\"name\":\"caseLevel\",\"url\":\"interfaces/CollationOptions.html#caseLevel\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CollationOptions\"},{\"id\":2039,\"kind\":1024,\"name\":\"caseFirst\",\"url\":\"interfaces/CollationOptions.html#caseFirst\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CollationOptions\"},{\"id\":2040,\"kind\":1024,\"name\":\"strength\",\"url\":\"interfaces/CollationOptions.html#strength\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CollationOptions\"},{\"id\":2041,\"kind\":1024,\"name\":\"numericOrdering\",\"url\":\"interfaces/CollationOptions.html#numericOrdering\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CollationOptions\"},{\"id\":2042,\"kind\":1024,\"name\":\"alternate\",\"url\":\"interfaces/CollationOptions.html#alternate\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CollationOptions\"},{\"id\":2043,\"kind\":1024,\"name\":\"maxVariable\",\"url\":\"interfaces/CollationOptions.html#maxVariable\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CollationOptions\"},{\"id\":2044,\"kind\":1024,\"name\":\"backwards\",\"url\":\"interfaces/CollationOptions.html#backwards\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CollationOptions\"},{\"id\":2045,\"kind\":1024,\"name\":\"normalization\",\"url\":\"interfaces/CollationOptions.html#normalization\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CollationOptions\"},{\"id\":2046,\"kind\":256,\"name\":\"CommandOperationOptions\",\"url\":\"interfaces/CommandOperationOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2047,\"kind\":1024,\"name\":\"fullResponse\",\"url\":\"interfaces/CommandOperationOptions.html#fullResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CommandOperationOptions\"},{\"id\":2048,\"kind\":1024,\"name\":\"readConcern\",\"url\":\"interfaces/CommandOperationOptions.html#readConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CommandOperationOptions\"},{\"id\":2049,\"kind\":1024,\"name\":\"collation\",\"url\":\"interfaces/CommandOperationOptions.html#collation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CommandOperationOptions\"},{\"id\":2050,\"kind\":1024,\"name\":\"maxTimeMS\",\"url\":\"interfaces/CommandOperationOptions.html#maxTimeMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CommandOperationOptions\"},{\"id\":2051,\"kind\":1024,\"name\":\"comment\",\"url\":\"interfaces/CommandOperationOptions.html#comment\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CommandOperationOptions\"},{\"id\":2052,\"kind\":1024,\"name\":\"retryWrites\",\"url\":\"interfaces/CommandOperationOptions.html#retryWrites\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CommandOperationOptions\"},{\"id\":2053,\"kind\":1024,\"name\":\"dbName\",\"url\":\"interfaces/CommandOperationOptions.html#dbName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CommandOperationOptions\"},{\"id\":2054,\"kind\":1024,\"name\":\"authdb\",\"url\":\"interfaces/CommandOperationOptions.html#authdb\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CommandOperationOptions\"},{\"id\":2055,\"kind\":1024,\"name\":\"noResponse\",\"url\":\"interfaces/CommandOperationOptions.html#noResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CommandOperationOptions\"},{\"id\":2056,\"kind\":1024,\"name\":\"session\",\"url\":\"interfaces/CommandOperationOptions.html#session\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CommandOperationOptions\"},{\"id\":2057,\"kind\":1024,\"name\":\"willRetryWrite\",\"url\":\"interfaces/CommandOperationOptions.html#willRetryWrite\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CommandOperationOptions\"},{\"id\":2058,\"kind\":1024,\"name\":\"readPreference\",\"url\":\"interfaces/CommandOperationOptions.html#readPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CommandOperationOptions\"},{\"id\":2059,\"kind\":1024,\"name\":\"omitReadPreference\",\"url\":\"interfaces/CommandOperationOptions.html#omitReadPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CommandOperationOptions\"},{\"id\":2060,\"kind\":1024,\"name\":\"raw\",\"url\":\"interfaces/CommandOperationOptions.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CommandOperationOptions\"},{\"id\":2061,\"kind\":1024,\"name\":\"enableUtf8Validation\",\"url\":\"interfaces/CommandOperationOptions.html#enableUtf8Validation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CommandOperationOptions\"},{\"id\":2062,\"kind\":1024,\"name\":\"writeConcern\",\"url\":\"interfaces/CommandOperationOptions.html#writeConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CommandOperationOptions\"},{\"id\":2063,\"kind\":1024,\"name\":\"explain\",\"url\":\"interfaces/CommandOperationOptions.html#explain\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CommandOperationOptions\"},{\"id\":2064,\"kind\":256,\"name\":\"IndexInformationOptions\",\"url\":\"interfaces/IndexInformationOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2065,\"kind\":1024,\"name\":\"full\",\"url\":\"interfaces/IndexInformationOptions.html#full\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IndexInformationOptions\"},{\"id\":2066,\"kind\":1024,\"name\":\"readPreference\",\"url\":\"interfaces/IndexInformationOptions.html#readPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IndexInformationOptions\"},{\"id\":2067,\"kind\":1024,\"name\":\"session\",\"url\":\"interfaces/IndexInformationOptions.html#session\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IndexInformationOptions\"},{\"id\":2068,\"kind\":256,\"name\":\"CountOptions\",\"url\":\"interfaces/CountOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2069,\"kind\":1024,\"name\":\"skip\",\"url\":\"interfaces/CountOptions.html#skip\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CountOptions\"},{\"id\":2070,\"kind\":1024,\"name\":\"limit\",\"url\":\"interfaces/CountOptions.html#limit\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CountOptions\"},{\"id\":2071,\"kind\":1024,\"name\":\"maxTimeMS\",\"url\":\"interfaces/CountOptions.html#maxTimeMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"CountOptions\"},{\"id\":2072,\"kind\":1024,\"name\":\"hint\",\"url\":\"interfaces/CountOptions.html#hint\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CountOptions\"},{\"id\":2073,\"kind\":1024,\"name\":\"fullResponse\",\"url\":\"interfaces/CountOptions.html#fullResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CountOptions\"},{\"id\":2074,\"kind\":1024,\"name\":\"readConcern\",\"url\":\"interfaces/CountOptions.html#readConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CountOptions\"},{\"id\":2075,\"kind\":1024,\"name\":\"collation\",\"url\":\"interfaces/CountOptions.html#collation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CountOptions\"},{\"id\":2076,\"kind\":1024,\"name\":\"comment\",\"url\":\"interfaces/CountOptions.html#comment\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CountOptions\"},{\"id\":2077,\"kind\":1024,\"name\":\"retryWrites\",\"url\":\"interfaces/CountOptions.html#retryWrites\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CountOptions\"},{\"id\":2078,\"kind\":1024,\"name\":\"dbName\",\"url\":\"interfaces/CountOptions.html#dbName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CountOptions\"},{\"id\":2079,\"kind\":1024,\"name\":\"authdb\",\"url\":\"interfaces/CountOptions.html#authdb\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CountOptions\"},{\"id\":2080,\"kind\":1024,\"name\":\"noResponse\",\"url\":\"interfaces/CountOptions.html#noResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CountOptions\"},{\"id\":2081,\"kind\":1024,\"name\":\"session\",\"url\":\"interfaces/CountOptions.html#session\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CountOptions\"},{\"id\":2082,\"kind\":1024,\"name\":\"willRetryWrite\",\"url\":\"interfaces/CountOptions.html#willRetryWrite\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CountOptions\"},{\"id\":2083,\"kind\":1024,\"name\":\"readPreference\",\"url\":\"interfaces/CountOptions.html#readPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CountOptions\"},{\"id\":2084,\"kind\":1024,\"name\":\"omitReadPreference\",\"url\":\"interfaces/CountOptions.html#omitReadPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CountOptions\"},{\"id\":2085,\"kind\":1024,\"name\":\"raw\",\"url\":\"interfaces/CountOptions.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CountOptions\"},{\"id\":2086,\"kind\":1024,\"name\":\"enableUtf8Validation\",\"url\":\"interfaces/CountOptions.html#enableUtf8Validation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CountOptions\"},{\"id\":2087,\"kind\":1024,\"name\":\"writeConcern\",\"url\":\"interfaces/CountOptions.html#writeConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CountOptions\"},{\"id\":2088,\"kind\":1024,\"name\":\"explain\",\"url\":\"interfaces/CountOptions.html#explain\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CountOptions\"},{\"id\":2089,\"kind\":256,\"name\":\"CountDocumentsOptions\",\"url\":\"interfaces/CountDocumentsOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2090,\"kind\":1024,\"name\":\"skip\",\"url\":\"interfaces/CountDocumentsOptions.html#skip\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CountDocumentsOptions\"},{\"id\":2091,\"kind\":1024,\"name\":\"limit\",\"url\":\"interfaces/CountDocumentsOptions.html#limit\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CountDocumentsOptions\"},{\"id\":2092,\"kind\":1024,\"name\":\"allowDiskUse\",\"url\":\"interfaces/CountDocumentsOptions.html#allowDiskUse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CountDocumentsOptions\"},{\"id\":2093,\"kind\":1024,\"name\":\"batchSize\",\"url\":\"interfaces/CountDocumentsOptions.html#batchSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CountDocumentsOptions\"},{\"id\":2094,\"kind\":1024,\"name\":\"bypassDocumentValidation\",\"url\":\"interfaces/CountDocumentsOptions.html#bypassDocumentValidation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CountDocumentsOptions\"},{\"id\":2095,\"kind\":1024,\"name\":\"cursor\",\"url\":\"interfaces/CountDocumentsOptions.html#cursor\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CountDocumentsOptions\"},{\"id\":2096,\"kind\":1024,\"name\":\"maxTimeMS\",\"url\":\"interfaces/CountDocumentsOptions.html#maxTimeMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CountDocumentsOptions\"},{\"id\":2097,\"kind\":1024,\"name\":\"maxAwaitTimeMS\",\"url\":\"interfaces/CountDocumentsOptions.html#maxAwaitTimeMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CountDocumentsOptions\"},{\"id\":2098,\"kind\":1024,\"name\":\"collation\",\"url\":\"interfaces/CountDocumentsOptions.html#collation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CountDocumentsOptions\"},{\"id\":2099,\"kind\":1024,\"name\":\"hint\",\"url\":\"interfaces/CountDocumentsOptions.html#hint\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CountDocumentsOptions\"},{\"id\":2100,\"kind\":1024,\"name\":\"let\",\"url\":\"interfaces/CountDocumentsOptions.html#let\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CountDocumentsOptions\"},{\"id\":2101,\"kind\":1024,\"name\":\"out\",\"url\":\"interfaces/CountDocumentsOptions.html#out\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CountDocumentsOptions\"},{\"id\":2102,\"kind\":1024,\"name\":\"fullResponse\",\"url\":\"interfaces/CountDocumentsOptions.html#fullResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CountDocumentsOptions\"},{\"id\":2103,\"kind\":1024,\"name\":\"readConcern\",\"url\":\"interfaces/CountDocumentsOptions.html#readConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CountDocumentsOptions\"},{\"id\":2104,\"kind\":1024,\"name\":\"comment\",\"url\":\"interfaces/CountDocumentsOptions.html#comment\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CountDocumentsOptions\"},{\"id\":2105,\"kind\":1024,\"name\":\"retryWrites\",\"url\":\"interfaces/CountDocumentsOptions.html#retryWrites\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CountDocumentsOptions\"},{\"id\":2106,\"kind\":1024,\"name\":\"dbName\",\"url\":\"interfaces/CountDocumentsOptions.html#dbName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CountDocumentsOptions\"},{\"id\":2107,\"kind\":1024,\"name\":\"authdb\",\"url\":\"interfaces/CountDocumentsOptions.html#authdb\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CountDocumentsOptions\"},{\"id\":2108,\"kind\":1024,\"name\":\"noResponse\",\"url\":\"interfaces/CountDocumentsOptions.html#noResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CountDocumentsOptions\"},{\"id\":2109,\"kind\":1024,\"name\":\"session\",\"url\":\"interfaces/CountDocumentsOptions.html#session\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CountDocumentsOptions\"},{\"id\":2110,\"kind\":1024,\"name\":\"willRetryWrite\",\"url\":\"interfaces/CountDocumentsOptions.html#willRetryWrite\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CountDocumentsOptions\"},{\"id\":2111,\"kind\":1024,\"name\":\"readPreference\",\"url\":\"interfaces/CountDocumentsOptions.html#readPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CountDocumentsOptions\"},{\"id\":2112,\"kind\":1024,\"name\":\"omitReadPreference\",\"url\":\"interfaces/CountDocumentsOptions.html#omitReadPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CountDocumentsOptions\"},{\"id\":2113,\"kind\":1024,\"name\":\"raw\",\"url\":\"interfaces/CountDocumentsOptions.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CountDocumentsOptions\"},{\"id\":2114,\"kind\":1024,\"name\":\"enableUtf8Validation\",\"url\":\"interfaces/CountDocumentsOptions.html#enableUtf8Validation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CountDocumentsOptions\"},{\"id\":2115,\"kind\":1024,\"name\":\"writeConcern\",\"url\":\"interfaces/CountDocumentsOptions.html#writeConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CountDocumentsOptions\"},{\"id\":2116,\"kind\":1024,\"name\":\"explain\",\"url\":\"interfaces/CountDocumentsOptions.html#explain\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CountDocumentsOptions\"},{\"id\":2117,\"kind\":256,\"name\":\"ClusteredCollectionOptions\",\"url\":\"interfaces/ClusteredCollectionOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2118,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/ClusteredCollectionOptions.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ClusteredCollectionOptions\"},{\"id\":2119,\"kind\":1024,\"name\":\"key\",\"url\":\"interfaces/ClusteredCollectionOptions.html#key\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ClusteredCollectionOptions\"},{\"id\":2120,\"kind\":1024,\"name\":\"unique\",\"url\":\"interfaces/ClusteredCollectionOptions.html#unique\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ClusteredCollectionOptions\"},{\"id\":2121,\"kind\":256,\"name\":\"CreateCollectionOptions\",\"url\":\"interfaces/CreateCollectionOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2122,\"kind\":1024,\"name\":\"strict\",\"url\":\"interfaces/CreateCollectionOptions.html#strict\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CreateCollectionOptions\"},{\"id\":2123,\"kind\":1024,\"name\":\"capped\",\"url\":\"interfaces/CreateCollectionOptions.html#capped\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CreateCollectionOptions\"},{\"id\":2124,\"kind\":1024,\"name\":\"autoIndexId\",\"url\":\"interfaces/CreateCollectionOptions.html#autoIndexId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CreateCollectionOptions\"},{\"id\":2125,\"kind\":1024,\"name\":\"size\",\"url\":\"interfaces/CreateCollectionOptions.html#size\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CreateCollectionOptions\"},{\"id\":2126,\"kind\":1024,\"name\":\"max\",\"url\":\"interfaces/CreateCollectionOptions.html#max\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CreateCollectionOptions\"},{\"id\":2127,\"kind\":1024,\"name\":\"flags\",\"url\":\"interfaces/CreateCollectionOptions.html#flags\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CreateCollectionOptions\"},{\"id\":2128,\"kind\":1024,\"name\":\"storageEngine\",\"url\":\"interfaces/CreateCollectionOptions.html#storageEngine\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CreateCollectionOptions\"},{\"id\":2129,\"kind\":1024,\"name\":\"validator\",\"url\":\"interfaces/CreateCollectionOptions.html#validator\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CreateCollectionOptions\"},{\"id\":2130,\"kind\":1024,\"name\":\"validationLevel\",\"url\":\"interfaces/CreateCollectionOptions.html#validationLevel\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CreateCollectionOptions\"},{\"id\":2131,\"kind\":1024,\"name\":\"validationAction\",\"url\":\"interfaces/CreateCollectionOptions.html#validationAction\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CreateCollectionOptions\"},{\"id\":2132,\"kind\":1024,\"name\":\"indexOptionDefaults\",\"url\":\"interfaces/CreateCollectionOptions.html#indexOptionDefaults\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CreateCollectionOptions\"},{\"id\":2133,\"kind\":1024,\"name\":\"viewOn\",\"url\":\"interfaces/CreateCollectionOptions.html#viewOn\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CreateCollectionOptions\"},{\"id\":2134,\"kind\":1024,\"name\":\"pipeline\",\"url\":\"interfaces/CreateCollectionOptions.html#pipeline\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CreateCollectionOptions\"},{\"id\":2135,\"kind\":1024,\"name\":\"pkFactory\",\"url\":\"interfaces/CreateCollectionOptions.html#pkFactory\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CreateCollectionOptions\"},{\"id\":2136,\"kind\":1024,\"name\":\"timeseries\",\"url\":\"interfaces/CreateCollectionOptions.html#timeseries\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CreateCollectionOptions\"},{\"id\":2137,\"kind\":1024,\"name\":\"clusteredIndex\",\"url\":\"interfaces/CreateCollectionOptions.html#clusteredIndex\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CreateCollectionOptions\"},{\"id\":2138,\"kind\":1024,\"name\":\"expireAfterSeconds\",\"url\":\"interfaces/CreateCollectionOptions.html#expireAfterSeconds\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CreateCollectionOptions\"},{\"id\":2139,\"kind\":1024,\"name\":\"encryptedFields\",\"url\":\"interfaces/CreateCollectionOptions.html#encryptedFields\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CreateCollectionOptions\"},{\"id\":2140,\"kind\":1024,\"name\":\"changeStreamPreAndPostImages\",\"url\":\"interfaces/CreateCollectionOptions.html#changeStreamPreAndPostImages\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CreateCollectionOptions\"},{\"id\":2141,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/CreateCollectionOptions.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"CreateCollectionOptions\"},{\"id\":2142,\"kind\":1024,\"name\":\"enabled\",\"url\":\"interfaces/CreateCollectionOptions.html#__type.enabled\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"CreateCollectionOptions.__type\"},{\"id\":2143,\"kind\":1024,\"name\":\"fullResponse\",\"url\":\"interfaces/CreateCollectionOptions.html#fullResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CreateCollectionOptions\"},{\"id\":2144,\"kind\":1024,\"name\":\"readConcern\",\"url\":\"interfaces/CreateCollectionOptions.html#readConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CreateCollectionOptions\"},{\"id\":2145,\"kind\":1024,\"name\":\"collation\",\"url\":\"interfaces/CreateCollectionOptions.html#collation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CreateCollectionOptions\"},{\"id\":2146,\"kind\":1024,\"name\":\"maxTimeMS\",\"url\":\"interfaces/CreateCollectionOptions.html#maxTimeMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CreateCollectionOptions\"},{\"id\":2147,\"kind\":1024,\"name\":\"comment\",\"url\":\"interfaces/CreateCollectionOptions.html#comment\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CreateCollectionOptions\"},{\"id\":2148,\"kind\":1024,\"name\":\"retryWrites\",\"url\":\"interfaces/CreateCollectionOptions.html#retryWrites\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CreateCollectionOptions\"},{\"id\":2149,\"kind\":1024,\"name\":\"dbName\",\"url\":\"interfaces/CreateCollectionOptions.html#dbName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CreateCollectionOptions\"},{\"id\":2150,\"kind\":1024,\"name\":\"authdb\",\"url\":\"interfaces/CreateCollectionOptions.html#authdb\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CreateCollectionOptions\"},{\"id\":2151,\"kind\":1024,\"name\":\"noResponse\",\"url\":\"interfaces/CreateCollectionOptions.html#noResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CreateCollectionOptions\"},{\"id\":2152,\"kind\":1024,\"name\":\"session\",\"url\":\"interfaces/CreateCollectionOptions.html#session\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CreateCollectionOptions\"},{\"id\":2153,\"kind\":1024,\"name\":\"willRetryWrite\",\"url\":\"interfaces/CreateCollectionOptions.html#willRetryWrite\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CreateCollectionOptions\"},{\"id\":2154,\"kind\":1024,\"name\":\"readPreference\",\"url\":\"interfaces/CreateCollectionOptions.html#readPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CreateCollectionOptions\"},{\"id\":2155,\"kind\":1024,\"name\":\"omitReadPreference\",\"url\":\"interfaces/CreateCollectionOptions.html#omitReadPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CreateCollectionOptions\"},{\"id\":2156,\"kind\":1024,\"name\":\"raw\",\"url\":\"interfaces/CreateCollectionOptions.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CreateCollectionOptions\"},{\"id\":2157,\"kind\":1024,\"name\":\"enableUtf8Validation\",\"url\":\"interfaces/CreateCollectionOptions.html#enableUtf8Validation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CreateCollectionOptions\"},{\"id\":2158,\"kind\":1024,\"name\":\"writeConcern\",\"url\":\"interfaces/CreateCollectionOptions.html#writeConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CreateCollectionOptions\"},{\"id\":2159,\"kind\":1024,\"name\":\"explain\",\"url\":\"interfaces/CreateCollectionOptions.html#explain\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CreateCollectionOptions\"},{\"id\":2160,\"kind\":256,\"name\":\"TimeSeriesCollectionOptions\",\"url\":\"interfaces/TimeSeriesCollectionOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2161,\"kind\":1024,\"name\":\"timeField\",\"url\":\"interfaces/TimeSeriesCollectionOptions.html#timeField\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TimeSeriesCollectionOptions\"},{\"id\":2162,\"kind\":1024,\"name\":\"metaField\",\"url\":\"interfaces/TimeSeriesCollectionOptions.html#metaField\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TimeSeriesCollectionOptions\"},{\"id\":2163,\"kind\":1024,\"name\":\"granularity\",\"url\":\"interfaces/TimeSeriesCollectionOptions.html#granularity\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TimeSeriesCollectionOptions\"},{\"id\":2164,\"kind\":256,\"name\":\"DeleteOptions\",\"url\":\"interfaces/DeleteOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2165,\"kind\":1024,\"name\":\"ordered\",\"url\":\"interfaces/DeleteOptions.html#ordered\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DeleteOptions\"},{\"id\":2166,\"kind\":1024,\"name\":\"collation\",\"url\":\"interfaces/DeleteOptions.html#collation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"DeleteOptions\"},{\"id\":2167,\"kind\":1024,\"name\":\"hint\",\"url\":\"interfaces/DeleteOptions.html#hint\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DeleteOptions\"},{\"id\":2168,\"kind\":1024,\"name\":\"let\",\"url\":\"interfaces/DeleteOptions.html#let\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DeleteOptions\"},{\"id\":2169,\"kind\":1024,\"name\":\"single\",\"url\":\"interfaces/DeleteOptions.html#single\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DeleteOptions\"},{\"id\":2170,\"kind\":1024,\"name\":\"fullResponse\",\"url\":\"interfaces/DeleteOptions.html#fullResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DeleteOptions\"},{\"id\":2171,\"kind\":1024,\"name\":\"readConcern\",\"url\":\"interfaces/DeleteOptions.html#readConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DeleteOptions\"},{\"id\":2172,\"kind\":1024,\"name\":\"maxTimeMS\",\"url\":\"interfaces/DeleteOptions.html#maxTimeMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DeleteOptions\"},{\"id\":2173,\"kind\":1024,\"name\":\"comment\",\"url\":\"interfaces/DeleteOptions.html#comment\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DeleteOptions\"},{\"id\":2174,\"kind\":1024,\"name\":\"retryWrites\",\"url\":\"interfaces/DeleteOptions.html#retryWrites\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DeleteOptions\"},{\"id\":2175,\"kind\":1024,\"name\":\"dbName\",\"url\":\"interfaces/DeleteOptions.html#dbName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DeleteOptions\"},{\"id\":2176,\"kind\":1024,\"name\":\"authdb\",\"url\":\"interfaces/DeleteOptions.html#authdb\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DeleteOptions\"},{\"id\":2177,\"kind\":1024,\"name\":\"noResponse\",\"url\":\"interfaces/DeleteOptions.html#noResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DeleteOptions\"},{\"id\":2178,\"kind\":1024,\"name\":\"session\",\"url\":\"interfaces/DeleteOptions.html#session\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DeleteOptions\"},{\"id\":2179,\"kind\":1024,\"name\":\"willRetryWrite\",\"url\":\"interfaces/DeleteOptions.html#willRetryWrite\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DeleteOptions\"},{\"id\":2180,\"kind\":1024,\"name\":\"readPreference\",\"url\":\"interfaces/DeleteOptions.html#readPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DeleteOptions\"},{\"id\":2181,\"kind\":1024,\"name\":\"omitReadPreference\",\"url\":\"interfaces/DeleteOptions.html#omitReadPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DeleteOptions\"},{\"id\":2182,\"kind\":1024,\"name\":\"raw\",\"url\":\"interfaces/DeleteOptions.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DeleteOptions\"},{\"id\":2183,\"kind\":1024,\"name\":\"enableUtf8Validation\",\"url\":\"interfaces/DeleteOptions.html#enableUtf8Validation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DeleteOptions\"},{\"id\":2184,\"kind\":1024,\"name\":\"writeConcern\",\"url\":\"interfaces/DeleteOptions.html#writeConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DeleteOptions\"},{\"id\":2185,\"kind\":1024,\"name\":\"explain\",\"url\":\"interfaces/DeleteOptions.html#explain\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DeleteOptions\"},{\"id\":2186,\"kind\":256,\"name\":\"DeleteResult\",\"url\":\"interfaces/DeleteResult.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2187,\"kind\":1024,\"name\":\"acknowledged\",\"url\":\"interfaces/DeleteResult.html#acknowledged\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DeleteResult\"},{\"id\":2188,\"kind\":1024,\"name\":\"deletedCount\",\"url\":\"interfaces/DeleteResult.html#deletedCount\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DeleteResult\"},{\"id\":2189,\"kind\":256,\"name\":\"DeleteStatement\",\"url\":\"interfaces/DeleteStatement.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2190,\"kind\":1024,\"name\":\"q\",\"url\":\"interfaces/DeleteStatement.html#q\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DeleteStatement\"},{\"id\":2191,\"kind\":1024,\"name\":\"limit\",\"url\":\"interfaces/DeleteStatement.html#limit\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DeleteStatement\"},{\"id\":2192,\"kind\":1024,\"name\":\"collation\",\"url\":\"interfaces/DeleteStatement.html#collation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DeleteStatement\"},{\"id\":2193,\"kind\":1024,\"name\":\"hint\",\"url\":\"interfaces/DeleteStatement.html#hint\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DeleteStatement\"},{\"id\":2194,\"kind\":4194304,\"name\":\"DistinctOptions\",\"url\":\"modules.html#DistinctOptions\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":2195,\"kind\":256,\"name\":\"DropCollectionOptions\",\"url\":\"interfaces/DropCollectionOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2196,\"kind\":1024,\"name\":\"encryptedFields\",\"url\":\"interfaces/DropCollectionOptions.html#encryptedFields\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DropCollectionOptions\"},{\"id\":2197,\"kind\":1024,\"name\":\"fullResponse\",\"url\":\"interfaces/DropCollectionOptions.html#fullResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DropCollectionOptions\"},{\"id\":2198,\"kind\":1024,\"name\":\"readConcern\",\"url\":\"interfaces/DropCollectionOptions.html#readConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DropCollectionOptions\"},{\"id\":2199,\"kind\":1024,\"name\":\"collation\",\"url\":\"interfaces/DropCollectionOptions.html#collation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DropCollectionOptions\"},{\"id\":2200,\"kind\":1024,\"name\":\"maxTimeMS\",\"url\":\"interfaces/DropCollectionOptions.html#maxTimeMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DropCollectionOptions\"},{\"id\":2201,\"kind\":1024,\"name\":\"comment\",\"url\":\"interfaces/DropCollectionOptions.html#comment\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DropCollectionOptions\"},{\"id\":2202,\"kind\":1024,\"name\":\"retryWrites\",\"url\":\"interfaces/DropCollectionOptions.html#retryWrites\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DropCollectionOptions\"},{\"id\":2203,\"kind\":1024,\"name\":\"dbName\",\"url\":\"interfaces/DropCollectionOptions.html#dbName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DropCollectionOptions\"},{\"id\":2204,\"kind\":1024,\"name\":\"authdb\",\"url\":\"interfaces/DropCollectionOptions.html#authdb\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DropCollectionOptions\"},{\"id\":2205,\"kind\":1024,\"name\":\"noResponse\",\"url\":\"interfaces/DropCollectionOptions.html#noResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DropCollectionOptions\"},{\"id\":2206,\"kind\":1024,\"name\":\"session\",\"url\":\"interfaces/DropCollectionOptions.html#session\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DropCollectionOptions\"},{\"id\":2207,\"kind\":1024,\"name\":\"willRetryWrite\",\"url\":\"interfaces/DropCollectionOptions.html#willRetryWrite\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DropCollectionOptions\"},{\"id\":2208,\"kind\":1024,\"name\":\"readPreference\",\"url\":\"interfaces/DropCollectionOptions.html#readPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DropCollectionOptions\"},{\"id\":2209,\"kind\":1024,\"name\":\"omitReadPreference\",\"url\":\"interfaces/DropCollectionOptions.html#omitReadPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DropCollectionOptions\"},{\"id\":2210,\"kind\":1024,\"name\":\"raw\",\"url\":\"interfaces/DropCollectionOptions.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DropCollectionOptions\"},{\"id\":2211,\"kind\":1024,\"name\":\"enableUtf8Validation\",\"url\":\"interfaces/DropCollectionOptions.html#enableUtf8Validation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DropCollectionOptions\"},{\"id\":2212,\"kind\":1024,\"name\":\"writeConcern\",\"url\":\"interfaces/DropCollectionOptions.html#writeConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DropCollectionOptions\"},{\"id\":2213,\"kind\":1024,\"name\":\"explain\",\"url\":\"interfaces/DropCollectionOptions.html#explain\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DropCollectionOptions\"},{\"id\":2214,\"kind\":4194304,\"name\":\"DropDatabaseOptions\",\"url\":\"modules.html#DropDatabaseOptions\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":2215,\"kind\":256,\"name\":\"EstimatedDocumentCountOptions\",\"url\":\"interfaces/EstimatedDocumentCountOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2216,\"kind\":1024,\"name\":\"maxTimeMS\",\"url\":\"interfaces/EstimatedDocumentCountOptions.html#maxTimeMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"EstimatedDocumentCountOptions\"},{\"id\":2217,\"kind\":1024,\"name\":\"fullResponse\",\"url\":\"interfaces/EstimatedDocumentCountOptions.html#fullResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"EstimatedDocumentCountOptions\"},{\"id\":2218,\"kind\":1024,\"name\":\"readConcern\",\"url\":\"interfaces/EstimatedDocumentCountOptions.html#readConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"EstimatedDocumentCountOptions\"},{\"id\":2219,\"kind\":1024,\"name\":\"collation\",\"url\":\"interfaces/EstimatedDocumentCountOptions.html#collation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"EstimatedDocumentCountOptions\"},{\"id\":2220,\"kind\":1024,\"name\":\"comment\",\"url\":\"interfaces/EstimatedDocumentCountOptions.html#comment\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"EstimatedDocumentCountOptions\"},{\"id\":2221,\"kind\":1024,\"name\":\"retryWrites\",\"url\":\"interfaces/EstimatedDocumentCountOptions.html#retryWrites\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"EstimatedDocumentCountOptions\"},{\"id\":2222,\"kind\":1024,\"name\":\"dbName\",\"url\":\"interfaces/EstimatedDocumentCountOptions.html#dbName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"EstimatedDocumentCountOptions\"},{\"id\":2223,\"kind\":1024,\"name\":\"authdb\",\"url\":\"interfaces/EstimatedDocumentCountOptions.html#authdb\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"EstimatedDocumentCountOptions\"},{\"id\":2224,\"kind\":1024,\"name\":\"noResponse\",\"url\":\"interfaces/EstimatedDocumentCountOptions.html#noResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"EstimatedDocumentCountOptions\"},{\"id\":2225,\"kind\":1024,\"name\":\"session\",\"url\":\"interfaces/EstimatedDocumentCountOptions.html#session\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"EstimatedDocumentCountOptions\"},{\"id\":2226,\"kind\":1024,\"name\":\"willRetryWrite\",\"url\":\"interfaces/EstimatedDocumentCountOptions.html#willRetryWrite\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"EstimatedDocumentCountOptions\"},{\"id\":2227,\"kind\":1024,\"name\":\"readPreference\",\"url\":\"interfaces/EstimatedDocumentCountOptions.html#readPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"EstimatedDocumentCountOptions\"},{\"id\":2228,\"kind\":1024,\"name\":\"omitReadPreference\",\"url\":\"interfaces/EstimatedDocumentCountOptions.html#omitReadPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"EstimatedDocumentCountOptions\"},{\"id\":2229,\"kind\":1024,\"name\":\"raw\",\"url\":\"interfaces/EstimatedDocumentCountOptions.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"EstimatedDocumentCountOptions\"},{\"id\":2230,\"kind\":1024,\"name\":\"enableUtf8Validation\",\"url\":\"interfaces/EstimatedDocumentCountOptions.html#enableUtf8Validation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"EstimatedDocumentCountOptions\"},{\"id\":2231,\"kind\":1024,\"name\":\"writeConcern\",\"url\":\"interfaces/EstimatedDocumentCountOptions.html#writeConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"EstimatedDocumentCountOptions\"},{\"id\":2232,\"kind\":1024,\"name\":\"explain\",\"url\":\"interfaces/EstimatedDocumentCountOptions.html#explain\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"EstimatedDocumentCountOptions\"},{\"id\":2233,\"kind\":256,\"name\":\"EvalOptions\",\"url\":\"interfaces/EvalOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2234,\"kind\":1024,\"name\":\"nolock\",\"url\":\"interfaces/EvalOptions.html#nolock\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EvalOptions\"},{\"id\":2235,\"kind\":1024,\"name\":\"fullResponse\",\"url\":\"interfaces/EvalOptions.html#fullResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"EvalOptions\"},{\"id\":2236,\"kind\":1024,\"name\":\"readConcern\",\"url\":\"interfaces/EvalOptions.html#readConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"EvalOptions\"},{\"id\":2237,\"kind\":1024,\"name\":\"collation\",\"url\":\"interfaces/EvalOptions.html#collation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"EvalOptions\"},{\"id\":2238,\"kind\":1024,\"name\":\"maxTimeMS\",\"url\":\"interfaces/EvalOptions.html#maxTimeMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"EvalOptions\"},{\"id\":2239,\"kind\":1024,\"name\":\"comment\",\"url\":\"interfaces/EvalOptions.html#comment\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"EvalOptions\"},{\"id\":2240,\"kind\":1024,\"name\":\"retryWrites\",\"url\":\"interfaces/EvalOptions.html#retryWrites\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"EvalOptions\"},{\"id\":2241,\"kind\":1024,\"name\":\"dbName\",\"url\":\"interfaces/EvalOptions.html#dbName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"EvalOptions\"},{\"id\":2242,\"kind\":1024,\"name\":\"authdb\",\"url\":\"interfaces/EvalOptions.html#authdb\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"EvalOptions\"},{\"id\":2243,\"kind\":1024,\"name\":\"noResponse\",\"url\":\"interfaces/EvalOptions.html#noResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"EvalOptions\"},{\"id\":2244,\"kind\":1024,\"name\":\"session\",\"url\":\"interfaces/EvalOptions.html#session\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"EvalOptions\"},{\"id\":2245,\"kind\":1024,\"name\":\"willRetryWrite\",\"url\":\"interfaces/EvalOptions.html#willRetryWrite\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"EvalOptions\"},{\"id\":2246,\"kind\":1024,\"name\":\"readPreference\",\"url\":\"interfaces/EvalOptions.html#readPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"EvalOptions\"},{\"id\":2247,\"kind\":1024,\"name\":\"omitReadPreference\",\"url\":\"interfaces/EvalOptions.html#omitReadPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"EvalOptions\"},{\"id\":2248,\"kind\":1024,\"name\":\"raw\",\"url\":\"interfaces/EvalOptions.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"EvalOptions\"},{\"id\":2249,\"kind\":1024,\"name\":\"enableUtf8Validation\",\"url\":\"interfaces/EvalOptions.html#enableUtf8Validation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"EvalOptions\"},{\"id\":2250,\"kind\":1024,\"name\":\"writeConcern\",\"url\":\"interfaces/EvalOptions.html#writeConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"EvalOptions\"},{\"id\":2251,\"kind\":1024,\"name\":\"explain\",\"url\":\"interfaces/EvalOptions.html#explain\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"EvalOptions\"},{\"id\":2252,\"kind\":256,\"name\":\"FindOptions\",\"url\":\"interfaces/FindOptions.html\",\"classes\":\"tsd-kind-interface tsd-has-type-parameter\"},{\"id\":2253,\"kind\":1024,\"name\":\"limit\",\"url\":\"interfaces/FindOptions.html#limit\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FindOptions\"},{\"id\":2254,\"kind\":1024,\"name\":\"sort\",\"url\":\"interfaces/FindOptions.html#sort\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FindOptions\"},{\"id\":2255,\"kind\":1024,\"name\":\"projection\",\"url\":\"interfaces/FindOptions.html#projection\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FindOptions\"},{\"id\":2256,\"kind\":1024,\"name\":\"skip\",\"url\":\"interfaces/FindOptions.html#skip\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FindOptions\"},{\"id\":2257,\"kind\":1024,\"name\":\"hint\",\"url\":\"interfaces/FindOptions.html#hint\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FindOptions\"},{\"id\":2258,\"kind\":1024,\"name\":\"timeout\",\"url\":\"interfaces/FindOptions.html#timeout\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FindOptions\"},{\"id\":2259,\"kind\":1024,\"name\":\"tailable\",\"url\":\"interfaces/FindOptions.html#tailable\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FindOptions\"},{\"id\":2260,\"kind\":1024,\"name\":\"awaitData\",\"url\":\"interfaces/FindOptions.html#awaitData\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FindOptions\"},{\"id\":2261,\"kind\":1024,\"name\":\"batchSize\",\"url\":\"interfaces/FindOptions.html#batchSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FindOptions\"},{\"id\":2262,\"kind\":1024,\"name\":\"returnKey\",\"url\":\"interfaces/FindOptions.html#returnKey\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FindOptions\"},{\"id\":2263,\"kind\":1024,\"name\":\"min\",\"url\":\"interfaces/FindOptions.html#min\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FindOptions\"},{\"id\":2264,\"kind\":1024,\"name\":\"max\",\"url\":\"interfaces/FindOptions.html#max\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FindOptions\"},{\"id\":2265,\"kind\":1024,\"name\":\"maxTimeMS\",\"url\":\"interfaces/FindOptions.html#maxTimeMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"FindOptions\"},{\"id\":2266,\"kind\":1024,\"name\":\"maxAwaitTimeMS\",\"url\":\"interfaces/FindOptions.html#maxAwaitTimeMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FindOptions\"},{\"id\":2267,\"kind\":1024,\"name\":\"noCursorTimeout\",\"url\":\"interfaces/FindOptions.html#noCursorTimeout\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FindOptions\"},{\"id\":2268,\"kind\":1024,\"name\":\"collation\",\"url\":\"interfaces/FindOptions.html#collation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"FindOptions\"},{\"id\":2269,\"kind\":1024,\"name\":\"allowDiskUse\",\"url\":\"interfaces/FindOptions.html#allowDiskUse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FindOptions\"},{\"id\":2270,\"kind\":1024,\"name\":\"singleBatch\",\"url\":\"interfaces/FindOptions.html#singleBatch\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FindOptions\"},{\"id\":2271,\"kind\":1024,\"name\":\"allowPartialResults\",\"url\":\"interfaces/FindOptions.html#allowPartialResults\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FindOptions\"},{\"id\":2272,\"kind\":1024,\"name\":\"showRecordId\",\"url\":\"interfaces/FindOptions.html#showRecordId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FindOptions\"},{\"id\":2273,\"kind\":1024,\"name\":\"let\",\"url\":\"interfaces/FindOptions.html#let\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FindOptions\"},{\"id\":2274,\"kind\":1024,\"name\":\"oplogReplay\",\"url\":\"interfaces/FindOptions.html#oplogReplay\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FindOptions\"},{\"id\":2275,\"kind\":1024,\"name\":\"fullResponse\",\"url\":\"interfaces/FindOptions.html#fullResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOptions\"},{\"id\":2276,\"kind\":1024,\"name\":\"readConcern\",\"url\":\"interfaces/FindOptions.html#readConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOptions\"},{\"id\":2277,\"kind\":1024,\"name\":\"comment\",\"url\":\"interfaces/FindOptions.html#comment\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOptions\"},{\"id\":2278,\"kind\":1024,\"name\":\"retryWrites\",\"url\":\"interfaces/FindOptions.html#retryWrites\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOptions\"},{\"id\":2279,\"kind\":1024,\"name\":\"dbName\",\"url\":\"interfaces/FindOptions.html#dbName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOptions\"},{\"id\":2280,\"kind\":1024,\"name\":\"authdb\",\"url\":\"interfaces/FindOptions.html#authdb\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOptions\"},{\"id\":2281,\"kind\":1024,\"name\":\"noResponse\",\"url\":\"interfaces/FindOptions.html#noResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOptions\"},{\"id\":2282,\"kind\":1024,\"name\":\"session\",\"url\":\"interfaces/FindOptions.html#session\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOptions\"},{\"id\":2283,\"kind\":1024,\"name\":\"willRetryWrite\",\"url\":\"interfaces/FindOptions.html#willRetryWrite\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOptions\"},{\"id\":2284,\"kind\":1024,\"name\":\"readPreference\",\"url\":\"interfaces/FindOptions.html#readPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOptions\"},{\"id\":2285,\"kind\":1024,\"name\":\"omitReadPreference\",\"url\":\"interfaces/FindOptions.html#omitReadPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOptions\"},{\"id\":2286,\"kind\":1024,\"name\":\"raw\",\"url\":\"interfaces/FindOptions.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOptions\"},{\"id\":2287,\"kind\":1024,\"name\":\"enableUtf8Validation\",\"url\":\"interfaces/FindOptions.html#enableUtf8Validation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOptions\"},{\"id\":2288,\"kind\":1024,\"name\":\"writeConcern\",\"url\":\"interfaces/FindOptions.html#writeConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOptions\"},{\"id\":2289,\"kind\":1024,\"name\":\"explain\",\"url\":\"interfaces/FindOptions.html#explain\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOptions\"},{\"id\":2290,\"kind\":256,\"name\":\"FindOneAndDeleteOptions\",\"url\":\"interfaces/FindOneAndDeleteOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2291,\"kind\":1024,\"name\":\"hint\",\"url\":\"interfaces/FindOneAndDeleteOptions.html#hint\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FindOneAndDeleteOptions\"},{\"id\":2292,\"kind\":1024,\"name\":\"projection\",\"url\":\"interfaces/FindOneAndDeleteOptions.html#projection\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FindOneAndDeleteOptions\"},{\"id\":2293,\"kind\":1024,\"name\":\"sort\",\"url\":\"interfaces/FindOneAndDeleteOptions.html#sort\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FindOneAndDeleteOptions\"},{\"id\":2294,\"kind\":1024,\"name\":\"let\",\"url\":\"interfaces/FindOneAndDeleteOptions.html#let\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FindOneAndDeleteOptions\"},{\"id\":2295,\"kind\":1024,\"name\":\"fullResponse\",\"url\":\"interfaces/FindOneAndDeleteOptions.html#fullResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndDeleteOptions\"},{\"id\":2296,\"kind\":1024,\"name\":\"readConcern\",\"url\":\"interfaces/FindOneAndDeleteOptions.html#readConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndDeleteOptions\"},{\"id\":2297,\"kind\":1024,\"name\":\"collation\",\"url\":\"interfaces/FindOneAndDeleteOptions.html#collation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndDeleteOptions\"},{\"id\":2298,\"kind\":1024,\"name\":\"maxTimeMS\",\"url\":\"interfaces/FindOneAndDeleteOptions.html#maxTimeMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndDeleteOptions\"},{\"id\":2299,\"kind\":1024,\"name\":\"comment\",\"url\":\"interfaces/FindOneAndDeleteOptions.html#comment\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndDeleteOptions\"},{\"id\":2300,\"kind\":1024,\"name\":\"retryWrites\",\"url\":\"interfaces/FindOneAndDeleteOptions.html#retryWrites\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndDeleteOptions\"},{\"id\":2301,\"kind\":1024,\"name\":\"dbName\",\"url\":\"interfaces/FindOneAndDeleteOptions.html#dbName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndDeleteOptions\"},{\"id\":2302,\"kind\":1024,\"name\":\"authdb\",\"url\":\"interfaces/FindOneAndDeleteOptions.html#authdb\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndDeleteOptions\"},{\"id\":2303,\"kind\":1024,\"name\":\"noResponse\",\"url\":\"interfaces/FindOneAndDeleteOptions.html#noResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndDeleteOptions\"},{\"id\":2304,\"kind\":1024,\"name\":\"session\",\"url\":\"interfaces/FindOneAndDeleteOptions.html#session\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndDeleteOptions\"},{\"id\":2305,\"kind\":1024,\"name\":\"willRetryWrite\",\"url\":\"interfaces/FindOneAndDeleteOptions.html#willRetryWrite\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndDeleteOptions\"},{\"id\":2306,\"kind\":1024,\"name\":\"readPreference\",\"url\":\"interfaces/FindOneAndDeleteOptions.html#readPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndDeleteOptions\"},{\"id\":2307,\"kind\":1024,\"name\":\"omitReadPreference\",\"url\":\"interfaces/FindOneAndDeleteOptions.html#omitReadPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndDeleteOptions\"},{\"id\":2308,\"kind\":1024,\"name\":\"raw\",\"url\":\"interfaces/FindOneAndDeleteOptions.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndDeleteOptions\"},{\"id\":2309,\"kind\":1024,\"name\":\"enableUtf8Validation\",\"url\":\"interfaces/FindOneAndDeleteOptions.html#enableUtf8Validation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndDeleteOptions\"},{\"id\":2310,\"kind\":1024,\"name\":\"writeConcern\",\"url\":\"interfaces/FindOneAndDeleteOptions.html#writeConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndDeleteOptions\"},{\"id\":2311,\"kind\":1024,\"name\":\"explain\",\"url\":\"interfaces/FindOneAndDeleteOptions.html#explain\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndDeleteOptions\"},{\"id\":2312,\"kind\":256,\"name\":\"FindOneAndReplaceOptions\",\"url\":\"interfaces/FindOneAndReplaceOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2313,\"kind\":1024,\"name\":\"bypassDocumentValidation\",\"url\":\"interfaces/FindOneAndReplaceOptions.html#bypassDocumentValidation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FindOneAndReplaceOptions\"},{\"id\":2314,\"kind\":1024,\"name\":\"hint\",\"url\":\"interfaces/FindOneAndReplaceOptions.html#hint\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FindOneAndReplaceOptions\"},{\"id\":2315,\"kind\":1024,\"name\":\"projection\",\"url\":\"interfaces/FindOneAndReplaceOptions.html#projection\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FindOneAndReplaceOptions\"},{\"id\":2316,\"kind\":1024,\"name\":\"returnDocument\",\"url\":\"interfaces/FindOneAndReplaceOptions.html#returnDocument\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FindOneAndReplaceOptions\"},{\"id\":2317,\"kind\":1024,\"name\":\"sort\",\"url\":\"interfaces/FindOneAndReplaceOptions.html#sort\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FindOneAndReplaceOptions\"},{\"id\":2318,\"kind\":1024,\"name\":\"upsert\",\"url\":\"interfaces/FindOneAndReplaceOptions.html#upsert\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FindOneAndReplaceOptions\"},{\"id\":2319,\"kind\":1024,\"name\":\"let\",\"url\":\"interfaces/FindOneAndReplaceOptions.html#let\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FindOneAndReplaceOptions\"},{\"id\":2320,\"kind\":1024,\"name\":\"fullResponse\",\"url\":\"interfaces/FindOneAndReplaceOptions.html#fullResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndReplaceOptions\"},{\"id\":2321,\"kind\":1024,\"name\":\"readConcern\",\"url\":\"interfaces/FindOneAndReplaceOptions.html#readConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndReplaceOptions\"},{\"id\":2322,\"kind\":1024,\"name\":\"collation\",\"url\":\"interfaces/FindOneAndReplaceOptions.html#collation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndReplaceOptions\"},{\"id\":2323,\"kind\":1024,\"name\":\"maxTimeMS\",\"url\":\"interfaces/FindOneAndReplaceOptions.html#maxTimeMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndReplaceOptions\"},{\"id\":2324,\"kind\":1024,\"name\":\"comment\",\"url\":\"interfaces/FindOneAndReplaceOptions.html#comment\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndReplaceOptions\"},{\"id\":2325,\"kind\":1024,\"name\":\"retryWrites\",\"url\":\"interfaces/FindOneAndReplaceOptions.html#retryWrites\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndReplaceOptions\"},{\"id\":2326,\"kind\":1024,\"name\":\"dbName\",\"url\":\"interfaces/FindOneAndReplaceOptions.html#dbName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndReplaceOptions\"},{\"id\":2327,\"kind\":1024,\"name\":\"authdb\",\"url\":\"interfaces/FindOneAndReplaceOptions.html#authdb\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndReplaceOptions\"},{\"id\":2328,\"kind\":1024,\"name\":\"noResponse\",\"url\":\"interfaces/FindOneAndReplaceOptions.html#noResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndReplaceOptions\"},{\"id\":2329,\"kind\":1024,\"name\":\"session\",\"url\":\"interfaces/FindOneAndReplaceOptions.html#session\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndReplaceOptions\"},{\"id\":2330,\"kind\":1024,\"name\":\"willRetryWrite\",\"url\":\"interfaces/FindOneAndReplaceOptions.html#willRetryWrite\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndReplaceOptions\"},{\"id\":2331,\"kind\":1024,\"name\":\"readPreference\",\"url\":\"interfaces/FindOneAndReplaceOptions.html#readPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndReplaceOptions\"},{\"id\":2332,\"kind\":1024,\"name\":\"omitReadPreference\",\"url\":\"interfaces/FindOneAndReplaceOptions.html#omitReadPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndReplaceOptions\"},{\"id\":2333,\"kind\":1024,\"name\":\"raw\",\"url\":\"interfaces/FindOneAndReplaceOptions.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndReplaceOptions\"},{\"id\":2334,\"kind\":1024,\"name\":\"enableUtf8Validation\",\"url\":\"interfaces/FindOneAndReplaceOptions.html#enableUtf8Validation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndReplaceOptions\"},{\"id\":2335,\"kind\":1024,\"name\":\"writeConcern\",\"url\":\"interfaces/FindOneAndReplaceOptions.html#writeConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndReplaceOptions\"},{\"id\":2336,\"kind\":1024,\"name\":\"explain\",\"url\":\"interfaces/FindOneAndReplaceOptions.html#explain\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndReplaceOptions\"},{\"id\":2337,\"kind\":256,\"name\":\"FindOneAndUpdateOptions\",\"url\":\"interfaces/FindOneAndUpdateOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2338,\"kind\":1024,\"name\":\"arrayFilters\",\"url\":\"interfaces/FindOneAndUpdateOptions.html#arrayFilters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FindOneAndUpdateOptions\"},{\"id\":2339,\"kind\":1024,\"name\":\"bypassDocumentValidation\",\"url\":\"interfaces/FindOneAndUpdateOptions.html#bypassDocumentValidation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FindOneAndUpdateOptions\"},{\"id\":2340,\"kind\":1024,\"name\":\"hint\",\"url\":\"interfaces/FindOneAndUpdateOptions.html#hint\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FindOneAndUpdateOptions\"},{\"id\":2341,\"kind\":1024,\"name\":\"projection\",\"url\":\"interfaces/FindOneAndUpdateOptions.html#projection\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FindOneAndUpdateOptions\"},{\"id\":2342,\"kind\":1024,\"name\":\"returnDocument\",\"url\":\"interfaces/FindOneAndUpdateOptions.html#returnDocument\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FindOneAndUpdateOptions\"},{\"id\":2343,\"kind\":1024,\"name\":\"sort\",\"url\":\"interfaces/FindOneAndUpdateOptions.html#sort\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FindOneAndUpdateOptions\"},{\"id\":2344,\"kind\":1024,\"name\":\"upsert\",\"url\":\"interfaces/FindOneAndUpdateOptions.html#upsert\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FindOneAndUpdateOptions\"},{\"id\":2345,\"kind\":1024,\"name\":\"let\",\"url\":\"interfaces/FindOneAndUpdateOptions.html#let\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"FindOneAndUpdateOptions\"},{\"id\":2346,\"kind\":1024,\"name\":\"fullResponse\",\"url\":\"interfaces/FindOneAndUpdateOptions.html#fullResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndUpdateOptions\"},{\"id\":2347,\"kind\":1024,\"name\":\"readConcern\",\"url\":\"interfaces/FindOneAndUpdateOptions.html#readConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndUpdateOptions\"},{\"id\":2348,\"kind\":1024,\"name\":\"collation\",\"url\":\"interfaces/FindOneAndUpdateOptions.html#collation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndUpdateOptions\"},{\"id\":2349,\"kind\":1024,\"name\":\"maxTimeMS\",\"url\":\"interfaces/FindOneAndUpdateOptions.html#maxTimeMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndUpdateOptions\"},{\"id\":2350,\"kind\":1024,\"name\":\"comment\",\"url\":\"interfaces/FindOneAndUpdateOptions.html#comment\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndUpdateOptions\"},{\"id\":2351,\"kind\":1024,\"name\":\"retryWrites\",\"url\":\"interfaces/FindOneAndUpdateOptions.html#retryWrites\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndUpdateOptions\"},{\"id\":2352,\"kind\":1024,\"name\":\"dbName\",\"url\":\"interfaces/FindOneAndUpdateOptions.html#dbName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndUpdateOptions\"},{\"id\":2353,\"kind\":1024,\"name\":\"authdb\",\"url\":\"interfaces/FindOneAndUpdateOptions.html#authdb\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndUpdateOptions\"},{\"id\":2354,\"kind\":1024,\"name\":\"noResponse\",\"url\":\"interfaces/FindOneAndUpdateOptions.html#noResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndUpdateOptions\"},{\"id\":2355,\"kind\":1024,\"name\":\"session\",\"url\":\"interfaces/FindOneAndUpdateOptions.html#session\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndUpdateOptions\"},{\"id\":2356,\"kind\":1024,\"name\":\"willRetryWrite\",\"url\":\"interfaces/FindOneAndUpdateOptions.html#willRetryWrite\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndUpdateOptions\"},{\"id\":2357,\"kind\":1024,\"name\":\"readPreference\",\"url\":\"interfaces/FindOneAndUpdateOptions.html#readPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndUpdateOptions\"},{\"id\":2358,\"kind\":1024,\"name\":\"omitReadPreference\",\"url\":\"interfaces/FindOneAndUpdateOptions.html#omitReadPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndUpdateOptions\"},{\"id\":2359,\"kind\":1024,\"name\":\"raw\",\"url\":\"interfaces/FindOneAndUpdateOptions.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndUpdateOptions\"},{\"id\":2360,\"kind\":1024,\"name\":\"enableUtf8Validation\",\"url\":\"interfaces/FindOneAndUpdateOptions.html#enableUtf8Validation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndUpdateOptions\"},{\"id\":2361,\"kind\":1024,\"name\":\"writeConcern\",\"url\":\"interfaces/FindOneAndUpdateOptions.html#writeConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndUpdateOptions\"},{\"id\":2362,\"kind\":1024,\"name\":\"explain\",\"url\":\"interfaces/FindOneAndUpdateOptions.html#explain\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"FindOneAndUpdateOptions\"},{\"id\":2363,\"kind\":256,\"name\":\"CreateIndexesOptions\",\"url\":\"interfaces/CreateIndexesOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2364,\"kind\":1024,\"name\":\"background\",\"url\":\"interfaces/CreateIndexesOptions.html#background\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CreateIndexesOptions\"},{\"id\":2365,\"kind\":1024,\"name\":\"unique\",\"url\":\"interfaces/CreateIndexesOptions.html#unique\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CreateIndexesOptions\"},{\"id\":2366,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/CreateIndexesOptions.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CreateIndexesOptions\"},{\"id\":2367,\"kind\":1024,\"name\":\"partialFilterExpression\",\"url\":\"interfaces/CreateIndexesOptions.html#partialFilterExpression\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CreateIndexesOptions\"},{\"id\":2368,\"kind\":1024,\"name\":\"sparse\",\"url\":\"interfaces/CreateIndexesOptions.html#sparse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CreateIndexesOptions\"},{\"id\":2369,\"kind\":1024,\"name\":\"expireAfterSeconds\",\"url\":\"interfaces/CreateIndexesOptions.html#expireAfterSeconds\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CreateIndexesOptions\"},{\"id\":2370,\"kind\":1024,\"name\":\"storageEngine\",\"url\":\"interfaces/CreateIndexesOptions.html#storageEngine\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CreateIndexesOptions\"},{\"id\":2371,\"kind\":1024,\"name\":\"commitQuorum\",\"url\":\"interfaces/CreateIndexesOptions.html#commitQuorum\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CreateIndexesOptions\"},{\"id\":2372,\"kind\":1024,\"name\":\"version\",\"url\":\"interfaces/CreateIndexesOptions.html#version\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CreateIndexesOptions\"},{\"id\":2373,\"kind\":1024,\"name\":\"weights\",\"url\":\"interfaces/CreateIndexesOptions.html#weights\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CreateIndexesOptions\"},{\"id\":2374,\"kind\":1024,\"name\":\"default_language\",\"url\":\"interfaces/CreateIndexesOptions.html#default_language\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CreateIndexesOptions\"},{\"id\":2375,\"kind\":1024,\"name\":\"language_override\",\"url\":\"interfaces/CreateIndexesOptions.html#language_override\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CreateIndexesOptions\"},{\"id\":2376,\"kind\":1024,\"name\":\"textIndexVersion\",\"url\":\"interfaces/CreateIndexesOptions.html#textIndexVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CreateIndexesOptions\"},{\"id\":2377,\"kind\":1024,\"name\":\"2dsphereIndexVersion\",\"url\":\"interfaces/CreateIndexesOptions.html#2dsphereIndexVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CreateIndexesOptions\"},{\"id\":2378,\"kind\":1024,\"name\":\"bits\",\"url\":\"interfaces/CreateIndexesOptions.html#bits\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CreateIndexesOptions\"},{\"id\":2379,\"kind\":1024,\"name\":\"min\",\"url\":\"interfaces/CreateIndexesOptions.html#min\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CreateIndexesOptions\"},{\"id\":2380,\"kind\":1024,\"name\":\"max\",\"url\":\"interfaces/CreateIndexesOptions.html#max\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CreateIndexesOptions\"},{\"id\":2381,\"kind\":1024,\"name\":\"bucketSize\",\"url\":\"interfaces/CreateIndexesOptions.html#bucketSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CreateIndexesOptions\"},{\"id\":2382,\"kind\":1024,\"name\":\"wildcardProjection\",\"url\":\"interfaces/CreateIndexesOptions.html#wildcardProjection\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CreateIndexesOptions\"},{\"id\":2383,\"kind\":1024,\"name\":\"hidden\",\"url\":\"interfaces/CreateIndexesOptions.html#hidden\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CreateIndexesOptions\"},{\"id\":2384,\"kind\":1024,\"name\":\"fullResponse\",\"url\":\"interfaces/CreateIndexesOptions.html#fullResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CreateIndexesOptions\"},{\"id\":2385,\"kind\":1024,\"name\":\"readConcern\",\"url\":\"interfaces/CreateIndexesOptions.html#readConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CreateIndexesOptions\"},{\"id\":2386,\"kind\":1024,\"name\":\"collation\",\"url\":\"interfaces/CreateIndexesOptions.html#collation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CreateIndexesOptions\"},{\"id\":2387,\"kind\":1024,\"name\":\"maxTimeMS\",\"url\":\"interfaces/CreateIndexesOptions.html#maxTimeMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CreateIndexesOptions\"},{\"id\":2388,\"kind\":1024,\"name\":\"comment\",\"url\":\"interfaces/CreateIndexesOptions.html#comment\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CreateIndexesOptions\"},{\"id\":2389,\"kind\":1024,\"name\":\"retryWrites\",\"url\":\"interfaces/CreateIndexesOptions.html#retryWrites\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CreateIndexesOptions\"},{\"id\":2390,\"kind\":1024,\"name\":\"dbName\",\"url\":\"interfaces/CreateIndexesOptions.html#dbName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CreateIndexesOptions\"},{\"id\":2391,\"kind\":1024,\"name\":\"authdb\",\"url\":\"interfaces/CreateIndexesOptions.html#authdb\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CreateIndexesOptions\"},{\"id\":2392,\"kind\":1024,\"name\":\"noResponse\",\"url\":\"interfaces/CreateIndexesOptions.html#noResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CreateIndexesOptions\"},{\"id\":2393,\"kind\":1024,\"name\":\"session\",\"url\":\"interfaces/CreateIndexesOptions.html#session\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CreateIndexesOptions\"},{\"id\":2394,\"kind\":1024,\"name\":\"willRetryWrite\",\"url\":\"interfaces/CreateIndexesOptions.html#willRetryWrite\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CreateIndexesOptions\"},{\"id\":2395,\"kind\":1024,\"name\":\"readPreference\",\"url\":\"interfaces/CreateIndexesOptions.html#readPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CreateIndexesOptions\"},{\"id\":2396,\"kind\":1024,\"name\":\"omitReadPreference\",\"url\":\"interfaces/CreateIndexesOptions.html#omitReadPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CreateIndexesOptions\"},{\"id\":2397,\"kind\":1024,\"name\":\"raw\",\"url\":\"interfaces/CreateIndexesOptions.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CreateIndexesOptions\"},{\"id\":2398,\"kind\":1024,\"name\":\"enableUtf8Validation\",\"url\":\"interfaces/CreateIndexesOptions.html#enableUtf8Validation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CreateIndexesOptions\"},{\"id\":2399,\"kind\":1024,\"name\":\"writeConcern\",\"url\":\"interfaces/CreateIndexesOptions.html#writeConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CreateIndexesOptions\"},{\"id\":2400,\"kind\":1024,\"name\":\"explain\",\"url\":\"interfaces/CreateIndexesOptions.html#explain\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CreateIndexesOptions\"},{\"id\":2401,\"kind\":4194304,\"name\":\"DropIndexesOptions\",\"url\":\"modules.html#DropIndexesOptions\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":2402,\"kind\":256,\"name\":\"IndexDescription\",\"url\":\"interfaces/IndexDescription.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2403,\"kind\":1024,\"name\":\"collation\",\"url\":\"interfaces/IndexDescription.html#collation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IndexDescription\"},{\"id\":2404,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/IndexDescription.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IndexDescription\"},{\"id\":2405,\"kind\":1024,\"name\":\"key\",\"url\":\"interfaces/IndexDescription.html#key\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IndexDescription\"},{\"id\":2406,\"kind\":1024,\"name\":\"version\",\"url\":\"interfaces/IndexDescription.html#version\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IndexDescription\"},{\"id\":2407,\"kind\":1024,\"name\":\"max\",\"url\":\"interfaces/IndexDescription.html#max\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IndexDescription\"},{\"id\":2408,\"kind\":1024,\"name\":\"min\",\"url\":\"interfaces/IndexDescription.html#min\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IndexDescription\"},{\"id\":2409,\"kind\":1024,\"name\":\"hidden\",\"url\":\"interfaces/IndexDescription.html#hidden\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IndexDescription\"},{\"id\":2410,\"kind\":1024,\"name\":\"background\",\"url\":\"interfaces/IndexDescription.html#background\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IndexDescription\"},{\"id\":2411,\"kind\":1024,\"name\":\"unique\",\"url\":\"interfaces/IndexDescription.html#unique\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IndexDescription\"},{\"id\":2412,\"kind\":1024,\"name\":\"partialFilterExpression\",\"url\":\"interfaces/IndexDescription.html#partialFilterExpression\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IndexDescription\"},{\"id\":2413,\"kind\":1024,\"name\":\"sparse\",\"url\":\"interfaces/IndexDescription.html#sparse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IndexDescription\"},{\"id\":2414,\"kind\":1024,\"name\":\"expireAfterSeconds\",\"url\":\"interfaces/IndexDescription.html#expireAfterSeconds\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IndexDescription\"},{\"id\":2415,\"kind\":1024,\"name\":\"storageEngine\",\"url\":\"interfaces/IndexDescription.html#storageEngine\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IndexDescription\"},{\"id\":2416,\"kind\":1024,\"name\":\"weights\",\"url\":\"interfaces/IndexDescription.html#weights\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IndexDescription\"},{\"id\":2417,\"kind\":1024,\"name\":\"default_language\",\"url\":\"interfaces/IndexDescription.html#default_language\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IndexDescription\"},{\"id\":2418,\"kind\":1024,\"name\":\"language_override\",\"url\":\"interfaces/IndexDescription.html#language_override\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IndexDescription\"},{\"id\":2419,\"kind\":1024,\"name\":\"textIndexVersion\",\"url\":\"interfaces/IndexDescription.html#textIndexVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IndexDescription\"},{\"id\":2420,\"kind\":1024,\"name\":\"2dsphereIndexVersion\",\"url\":\"interfaces/IndexDescription.html#2dsphereIndexVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IndexDescription\"},{\"id\":2421,\"kind\":1024,\"name\":\"bits\",\"url\":\"interfaces/IndexDescription.html#bits\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IndexDescription\"},{\"id\":2422,\"kind\":1024,\"name\":\"bucketSize\",\"url\":\"interfaces/IndexDescription.html#bucketSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IndexDescription\"},{\"id\":2423,\"kind\":1024,\"name\":\"wildcardProjection\",\"url\":\"interfaces/IndexDescription.html#wildcardProjection\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"IndexDescription\"},{\"id\":2424,\"kind\":4194304,\"name\":\"IndexDirection\",\"url\":\"modules.html#IndexDirection\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":2425,\"kind\":4194304,\"name\":\"IndexSpecification\",\"url\":\"modules.html#IndexSpecification\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":2426,\"kind\":256,\"name\":\"ListIndexesOptions\",\"url\":\"interfaces/ListIndexesOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2427,\"kind\":1024,\"name\":\"batchSize\",\"url\":\"interfaces/ListIndexesOptions.html#batchSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ListIndexesOptions\"},{\"id\":2428,\"kind\":1024,\"name\":\"fullResponse\",\"url\":\"interfaces/ListIndexesOptions.html#fullResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListIndexesOptions\"},{\"id\":2429,\"kind\":1024,\"name\":\"readConcern\",\"url\":\"interfaces/ListIndexesOptions.html#readConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListIndexesOptions\"},{\"id\":2430,\"kind\":1024,\"name\":\"collation\",\"url\":\"interfaces/ListIndexesOptions.html#collation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListIndexesOptions\"},{\"id\":2431,\"kind\":1024,\"name\":\"maxTimeMS\",\"url\":\"interfaces/ListIndexesOptions.html#maxTimeMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListIndexesOptions\"},{\"id\":2432,\"kind\":1024,\"name\":\"comment\",\"url\":\"interfaces/ListIndexesOptions.html#comment\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListIndexesOptions\"},{\"id\":2433,\"kind\":1024,\"name\":\"retryWrites\",\"url\":\"interfaces/ListIndexesOptions.html#retryWrites\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListIndexesOptions\"},{\"id\":2434,\"kind\":1024,\"name\":\"dbName\",\"url\":\"interfaces/ListIndexesOptions.html#dbName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListIndexesOptions\"},{\"id\":2435,\"kind\":1024,\"name\":\"authdb\",\"url\":\"interfaces/ListIndexesOptions.html#authdb\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListIndexesOptions\"},{\"id\":2436,\"kind\":1024,\"name\":\"noResponse\",\"url\":\"interfaces/ListIndexesOptions.html#noResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListIndexesOptions\"},{\"id\":2437,\"kind\":1024,\"name\":\"session\",\"url\":\"interfaces/ListIndexesOptions.html#session\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListIndexesOptions\"},{\"id\":2438,\"kind\":1024,\"name\":\"willRetryWrite\",\"url\":\"interfaces/ListIndexesOptions.html#willRetryWrite\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListIndexesOptions\"},{\"id\":2439,\"kind\":1024,\"name\":\"readPreference\",\"url\":\"interfaces/ListIndexesOptions.html#readPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListIndexesOptions\"},{\"id\":2440,\"kind\":1024,\"name\":\"omitReadPreference\",\"url\":\"interfaces/ListIndexesOptions.html#omitReadPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListIndexesOptions\"},{\"id\":2441,\"kind\":1024,\"name\":\"raw\",\"url\":\"interfaces/ListIndexesOptions.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListIndexesOptions\"},{\"id\":2442,\"kind\":1024,\"name\":\"enableUtf8Validation\",\"url\":\"interfaces/ListIndexesOptions.html#enableUtf8Validation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListIndexesOptions\"},{\"id\":2443,\"kind\":1024,\"name\":\"writeConcern\",\"url\":\"interfaces/ListIndexesOptions.html#writeConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListIndexesOptions\"},{\"id\":2444,\"kind\":1024,\"name\":\"explain\",\"url\":\"interfaces/ListIndexesOptions.html#explain\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListIndexesOptions\"},{\"id\":2445,\"kind\":256,\"name\":\"InsertManyResult\",\"url\":\"interfaces/InsertManyResult.html\",\"classes\":\"tsd-kind-interface tsd-has-type-parameter\"},{\"id\":2446,\"kind\":1024,\"name\":\"acknowledged\",\"url\":\"interfaces/InsertManyResult.html#acknowledged\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"InsertManyResult\"},{\"id\":2447,\"kind\":1024,\"name\":\"insertedCount\",\"url\":\"interfaces/InsertManyResult.html#insertedCount\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"InsertManyResult\"},{\"id\":2448,\"kind\":1024,\"name\":\"insertedIds\",\"url\":\"interfaces/InsertManyResult.html#insertedIds\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"InsertManyResult\"},{\"id\":2449,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/InsertManyResult.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"InsertManyResult\"},{\"id\":2450,\"kind\":256,\"name\":\"InsertOneOptions\",\"url\":\"interfaces/InsertOneOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2451,\"kind\":1024,\"name\":\"bypassDocumentValidation\",\"url\":\"interfaces/InsertOneOptions.html#bypassDocumentValidation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"InsertOneOptions\"},{\"id\":2452,\"kind\":1024,\"name\":\"forceServerObjectId\",\"url\":\"interfaces/InsertOneOptions.html#forceServerObjectId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"InsertOneOptions\"},{\"id\":2453,\"kind\":1024,\"name\":\"fullResponse\",\"url\":\"interfaces/InsertOneOptions.html#fullResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"InsertOneOptions\"},{\"id\":2454,\"kind\":1024,\"name\":\"readConcern\",\"url\":\"interfaces/InsertOneOptions.html#readConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"InsertOneOptions\"},{\"id\":2455,\"kind\":1024,\"name\":\"collation\",\"url\":\"interfaces/InsertOneOptions.html#collation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"InsertOneOptions\"},{\"id\":2456,\"kind\":1024,\"name\":\"maxTimeMS\",\"url\":\"interfaces/InsertOneOptions.html#maxTimeMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"InsertOneOptions\"},{\"id\":2457,\"kind\":1024,\"name\":\"comment\",\"url\":\"interfaces/InsertOneOptions.html#comment\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"InsertOneOptions\"},{\"id\":2458,\"kind\":1024,\"name\":\"retryWrites\",\"url\":\"interfaces/InsertOneOptions.html#retryWrites\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"InsertOneOptions\"},{\"id\":2459,\"kind\":1024,\"name\":\"dbName\",\"url\":\"interfaces/InsertOneOptions.html#dbName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"InsertOneOptions\"},{\"id\":2460,\"kind\":1024,\"name\":\"authdb\",\"url\":\"interfaces/InsertOneOptions.html#authdb\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"InsertOneOptions\"},{\"id\":2461,\"kind\":1024,\"name\":\"noResponse\",\"url\":\"interfaces/InsertOneOptions.html#noResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"InsertOneOptions\"},{\"id\":2462,\"kind\":1024,\"name\":\"session\",\"url\":\"interfaces/InsertOneOptions.html#session\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"InsertOneOptions\"},{\"id\":2463,\"kind\":1024,\"name\":\"willRetryWrite\",\"url\":\"interfaces/InsertOneOptions.html#willRetryWrite\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"InsertOneOptions\"},{\"id\":2464,\"kind\":1024,\"name\":\"readPreference\",\"url\":\"interfaces/InsertOneOptions.html#readPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"InsertOneOptions\"},{\"id\":2465,\"kind\":1024,\"name\":\"omitReadPreference\",\"url\":\"interfaces/InsertOneOptions.html#omitReadPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"InsertOneOptions\"},{\"id\":2466,\"kind\":1024,\"name\":\"raw\",\"url\":\"interfaces/InsertOneOptions.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"InsertOneOptions\"},{\"id\":2467,\"kind\":1024,\"name\":\"enableUtf8Validation\",\"url\":\"interfaces/InsertOneOptions.html#enableUtf8Validation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"InsertOneOptions\"},{\"id\":2468,\"kind\":1024,\"name\":\"writeConcern\",\"url\":\"interfaces/InsertOneOptions.html#writeConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"InsertOneOptions\"},{\"id\":2469,\"kind\":1024,\"name\":\"explain\",\"url\":\"interfaces/InsertOneOptions.html#explain\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"InsertOneOptions\"},{\"id\":2470,\"kind\":256,\"name\":\"InsertOneResult\",\"url\":\"interfaces/InsertOneResult.html\",\"classes\":\"tsd-kind-interface tsd-has-type-parameter\"},{\"id\":2471,\"kind\":1024,\"name\":\"acknowledged\",\"url\":\"interfaces/InsertOneResult.html#acknowledged\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"InsertOneResult\"},{\"id\":2472,\"kind\":1024,\"name\":\"insertedId\",\"url\":\"interfaces/InsertOneResult.html#insertedId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"InsertOneResult\"},{\"id\":2473,\"kind\":256,\"name\":\"CollectionInfo\",\"url\":\"interfaces/CollectionInfo.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2474,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/CollectionInfo.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CollectionInfo\"},{\"id\":2475,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/CollectionInfo.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CollectionInfo\"},{\"id\":2476,\"kind\":1024,\"name\":\"options\",\"url\":\"interfaces/CollectionInfo.html#options\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CollectionInfo\"},{\"id\":2477,\"kind\":1024,\"name\":\"info\",\"url\":\"interfaces/CollectionInfo.html#info\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CollectionInfo\"},{\"id\":2478,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/CollectionInfo.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"CollectionInfo\"},{\"id\":2479,\"kind\":1024,\"name\":\"readOnly\",\"url\":\"interfaces/CollectionInfo.html#__type.readOnly\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"CollectionInfo.__type\"},{\"id\":2480,\"kind\":1024,\"name\":\"uuid\",\"url\":\"interfaces/CollectionInfo.html#__type.uuid\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"CollectionInfo.__type\"},{\"id\":2481,\"kind\":1024,\"name\":\"idIndex\",\"url\":\"interfaces/CollectionInfo.html#idIndex\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CollectionInfo\"},{\"id\":2482,\"kind\":256,\"name\":\"ListCollectionsOptions\",\"url\":\"interfaces/ListCollectionsOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2483,\"kind\":1024,\"name\":\"nameOnly\",\"url\":\"interfaces/ListCollectionsOptions.html#nameOnly\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ListCollectionsOptions\"},{\"id\":2484,\"kind\":1024,\"name\":\"authorizedCollections\",\"url\":\"interfaces/ListCollectionsOptions.html#authorizedCollections\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ListCollectionsOptions\"},{\"id\":2485,\"kind\":1024,\"name\":\"batchSize\",\"url\":\"interfaces/ListCollectionsOptions.html#batchSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ListCollectionsOptions\"},{\"id\":2486,\"kind\":1024,\"name\":\"fullResponse\",\"url\":\"interfaces/ListCollectionsOptions.html#fullResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListCollectionsOptions\"},{\"id\":2487,\"kind\":1024,\"name\":\"readConcern\",\"url\":\"interfaces/ListCollectionsOptions.html#readConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListCollectionsOptions\"},{\"id\":2488,\"kind\":1024,\"name\":\"collation\",\"url\":\"interfaces/ListCollectionsOptions.html#collation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListCollectionsOptions\"},{\"id\":2489,\"kind\":1024,\"name\":\"maxTimeMS\",\"url\":\"interfaces/ListCollectionsOptions.html#maxTimeMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListCollectionsOptions\"},{\"id\":2490,\"kind\":1024,\"name\":\"comment\",\"url\":\"interfaces/ListCollectionsOptions.html#comment\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListCollectionsOptions\"},{\"id\":2491,\"kind\":1024,\"name\":\"retryWrites\",\"url\":\"interfaces/ListCollectionsOptions.html#retryWrites\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListCollectionsOptions\"},{\"id\":2492,\"kind\":1024,\"name\":\"dbName\",\"url\":\"interfaces/ListCollectionsOptions.html#dbName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListCollectionsOptions\"},{\"id\":2493,\"kind\":1024,\"name\":\"authdb\",\"url\":\"interfaces/ListCollectionsOptions.html#authdb\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListCollectionsOptions\"},{\"id\":2494,\"kind\":1024,\"name\":\"noResponse\",\"url\":\"interfaces/ListCollectionsOptions.html#noResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListCollectionsOptions\"},{\"id\":2495,\"kind\":1024,\"name\":\"session\",\"url\":\"interfaces/ListCollectionsOptions.html#session\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListCollectionsOptions\"},{\"id\":2496,\"kind\":1024,\"name\":\"willRetryWrite\",\"url\":\"interfaces/ListCollectionsOptions.html#willRetryWrite\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListCollectionsOptions\"},{\"id\":2497,\"kind\":1024,\"name\":\"readPreference\",\"url\":\"interfaces/ListCollectionsOptions.html#readPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListCollectionsOptions\"},{\"id\":2498,\"kind\":1024,\"name\":\"omitReadPreference\",\"url\":\"interfaces/ListCollectionsOptions.html#omitReadPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListCollectionsOptions\"},{\"id\":2499,\"kind\":1024,\"name\":\"raw\",\"url\":\"interfaces/ListCollectionsOptions.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListCollectionsOptions\"},{\"id\":2500,\"kind\":1024,\"name\":\"enableUtf8Validation\",\"url\":\"interfaces/ListCollectionsOptions.html#enableUtf8Validation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListCollectionsOptions\"},{\"id\":2501,\"kind\":1024,\"name\":\"writeConcern\",\"url\":\"interfaces/ListCollectionsOptions.html#writeConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListCollectionsOptions\"},{\"id\":2502,\"kind\":1024,\"name\":\"explain\",\"url\":\"interfaces/ListCollectionsOptions.html#explain\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListCollectionsOptions\"},{\"id\":2503,\"kind\":256,\"name\":\"ListDatabasesOptions\",\"url\":\"interfaces/ListDatabasesOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2504,\"kind\":1024,\"name\":\"filter\",\"url\":\"interfaces/ListDatabasesOptions.html#filter\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ListDatabasesOptions\"},{\"id\":2505,\"kind\":1024,\"name\":\"nameOnly\",\"url\":\"interfaces/ListDatabasesOptions.html#nameOnly\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ListDatabasesOptions\"},{\"id\":2506,\"kind\":1024,\"name\":\"authorizedDatabases\",\"url\":\"interfaces/ListDatabasesOptions.html#authorizedDatabases\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ListDatabasesOptions\"},{\"id\":2507,\"kind\":1024,\"name\":\"fullResponse\",\"url\":\"interfaces/ListDatabasesOptions.html#fullResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListDatabasesOptions\"},{\"id\":2508,\"kind\":1024,\"name\":\"readConcern\",\"url\":\"interfaces/ListDatabasesOptions.html#readConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListDatabasesOptions\"},{\"id\":2509,\"kind\":1024,\"name\":\"collation\",\"url\":\"interfaces/ListDatabasesOptions.html#collation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListDatabasesOptions\"},{\"id\":2510,\"kind\":1024,\"name\":\"maxTimeMS\",\"url\":\"interfaces/ListDatabasesOptions.html#maxTimeMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListDatabasesOptions\"},{\"id\":2511,\"kind\":1024,\"name\":\"comment\",\"url\":\"interfaces/ListDatabasesOptions.html#comment\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListDatabasesOptions\"},{\"id\":2512,\"kind\":1024,\"name\":\"retryWrites\",\"url\":\"interfaces/ListDatabasesOptions.html#retryWrites\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListDatabasesOptions\"},{\"id\":2513,\"kind\":1024,\"name\":\"dbName\",\"url\":\"interfaces/ListDatabasesOptions.html#dbName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListDatabasesOptions\"},{\"id\":2514,\"kind\":1024,\"name\":\"authdb\",\"url\":\"interfaces/ListDatabasesOptions.html#authdb\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListDatabasesOptions\"},{\"id\":2515,\"kind\":1024,\"name\":\"noResponse\",\"url\":\"interfaces/ListDatabasesOptions.html#noResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListDatabasesOptions\"},{\"id\":2516,\"kind\":1024,\"name\":\"session\",\"url\":\"interfaces/ListDatabasesOptions.html#session\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListDatabasesOptions\"},{\"id\":2517,\"kind\":1024,\"name\":\"willRetryWrite\",\"url\":\"interfaces/ListDatabasesOptions.html#willRetryWrite\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListDatabasesOptions\"},{\"id\":2518,\"kind\":1024,\"name\":\"readPreference\",\"url\":\"interfaces/ListDatabasesOptions.html#readPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListDatabasesOptions\"},{\"id\":2519,\"kind\":1024,\"name\":\"omitReadPreference\",\"url\":\"interfaces/ListDatabasesOptions.html#omitReadPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListDatabasesOptions\"},{\"id\":2520,\"kind\":1024,\"name\":\"raw\",\"url\":\"interfaces/ListDatabasesOptions.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListDatabasesOptions\"},{\"id\":2521,\"kind\":1024,\"name\":\"enableUtf8Validation\",\"url\":\"interfaces/ListDatabasesOptions.html#enableUtf8Validation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListDatabasesOptions\"},{\"id\":2522,\"kind\":1024,\"name\":\"writeConcern\",\"url\":\"interfaces/ListDatabasesOptions.html#writeConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListDatabasesOptions\"},{\"id\":2523,\"kind\":1024,\"name\":\"explain\",\"url\":\"interfaces/ListDatabasesOptions.html#explain\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ListDatabasesOptions\"},{\"id\":2524,\"kind\":256,\"name\":\"ListDatabasesResult\",\"url\":\"interfaces/ListDatabasesResult.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2525,\"kind\":1024,\"name\":\"databases\",\"url\":\"interfaces/ListDatabasesResult.html#databases\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ListDatabasesResult\"},{\"id\":2526,\"kind\":1024,\"name\":\"totalSize\",\"url\":\"interfaces/ListDatabasesResult.html#totalSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ListDatabasesResult\"},{\"id\":2527,\"kind\":1024,\"name\":\"totalSizeMb\",\"url\":\"interfaces/ListDatabasesResult.html#totalSizeMb\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ListDatabasesResult\"},{\"id\":2528,\"kind\":1024,\"name\":\"ok\",\"url\":\"interfaces/ListDatabasesResult.html#ok\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ListDatabasesResult\"},{\"id\":2529,\"kind\":4194304,\"name\":\"FinalizeFunction\",\"url\":\"modules.html#FinalizeFunction\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":2530,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules.html#FinalizeFunction.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"FinalizeFunction\"},{\"id\":2531,\"kind\":4194304,\"name\":\"MapFunction\",\"url\":\"modules.html#MapFunction\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":2532,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules.html#MapFunction.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"MapFunction\"},{\"id\":2533,\"kind\":256,\"name\":\"MapReduceOptions\",\"url\":\"interfaces/MapReduceOptions.html\",\"classes\":\"tsd-kind-interface tsd-has-type-parameter\"},{\"id\":2534,\"kind\":1024,\"name\":\"out\",\"url\":\"interfaces/MapReduceOptions.html#out\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MapReduceOptions\"},{\"id\":2535,\"kind\":1024,\"name\":\"query\",\"url\":\"interfaces/MapReduceOptions.html#query\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MapReduceOptions\"},{\"id\":2536,\"kind\":1024,\"name\":\"sort\",\"url\":\"interfaces/MapReduceOptions.html#sort\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MapReduceOptions\"},{\"id\":2537,\"kind\":1024,\"name\":\"limit\",\"url\":\"interfaces/MapReduceOptions.html#limit\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MapReduceOptions\"},{\"id\":2538,\"kind\":1024,\"name\":\"keeptemp\",\"url\":\"interfaces/MapReduceOptions.html#keeptemp\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MapReduceOptions\"},{\"id\":2539,\"kind\":1024,\"name\":\"finalize\",\"url\":\"interfaces/MapReduceOptions.html#finalize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MapReduceOptions\"},{\"id\":2540,\"kind\":1024,\"name\":\"scope\",\"url\":\"interfaces/MapReduceOptions.html#scope\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MapReduceOptions\"},{\"id\":2541,\"kind\":1024,\"name\":\"jsMode\",\"url\":\"interfaces/MapReduceOptions.html#jsMode\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MapReduceOptions\"},{\"id\":2542,\"kind\":1024,\"name\":\"verbose\",\"url\":\"interfaces/MapReduceOptions.html#verbose\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MapReduceOptions\"},{\"id\":2543,\"kind\":1024,\"name\":\"bypassDocumentValidation\",\"url\":\"interfaces/MapReduceOptions.html#bypassDocumentValidation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MapReduceOptions\"},{\"id\":2544,\"kind\":1024,\"name\":\"fullResponse\",\"url\":\"interfaces/MapReduceOptions.html#fullResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MapReduceOptions\"},{\"id\":2545,\"kind\":1024,\"name\":\"readConcern\",\"url\":\"interfaces/MapReduceOptions.html#readConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MapReduceOptions\"},{\"id\":2546,\"kind\":1024,\"name\":\"collation\",\"url\":\"interfaces/MapReduceOptions.html#collation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MapReduceOptions\"},{\"id\":2547,\"kind\":1024,\"name\":\"maxTimeMS\",\"url\":\"interfaces/MapReduceOptions.html#maxTimeMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MapReduceOptions\"},{\"id\":2548,\"kind\":1024,\"name\":\"comment\",\"url\":\"interfaces/MapReduceOptions.html#comment\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MapReduceOptions\"},{\"id\":2549,\"kind\":1024,\"name\":\"retryWrites\",\"url\":\"interfaces/MapReduceOptions.html#retryWrites\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MapReduceOptions\"},{\"id\":2550,\"kind\":1024,\"name\":\"dbName\",\"url\":\"interfaces/MapReduceOptions.html#dbName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MapReduceOptions\"},{\"id\":2551,\"kind\":1024,\"name\":\"authdb\",\"url\":\"interfaces/MapReduceOptions.html#authdb\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MapReduceOptions\"},{\"id\":2552,\"kind\":1024,\"name\":\"noResponse\",\"url\":\"interfaces/MapReduceOptions.html#noResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MapReduceOptions\"},{\"id\":2553,\"kind\":1024,\"name\":\"session\",\"url\":\"interfaces/MapReduceOptions.html#session\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MapReduceOptions\"},{\"id\":2554,\"kind\":1024,\"name\":\"willRetryWrite\",\"url\":\"interfaces/MapReduceOptions.html#willRetryWrite\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MapReduceOptions\"},{\"id\":2555,\"kind\":1024,\"name\":\"readPreference\",\"url\":\"interfaces/MapReduceOptions.html#readPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MapReduceOptions\"},{\"id\":2556,\"kind\":1024,\"name\":\"omitReadPreference\",\"url\":\"interfaces/MapReduceOptions.html#omitReadPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MapReduceOptions\"},{\"id\":2557,\"kind\":1024,\"name\":\"raw\",\"url\":\"interfaces/MapReduceOptions.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MapReduceOptions\"},{\"id\":2558,\"kind\":1024,\"name\":\"enableUtf8Validation\",\"url\":\"interfaces/MapReduceOptions.html#enableUtf8Validation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MapReduceOptions\"},{\"id\":2559,\"kind\":1024,\"name\":\"writeConcern\",\"url\":\"interfaces/MapReduceOptions.html#writeConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MapReduceOptions\"},{\"id\":2560,\"kind\":1024,\"name\":\"explain\",\"url\":\"interfaces/MapReduceOptions.html#explain\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MapReduceOptions\"},{\"id\":2561,\"kind\":4194304,\"name\":\"ReduceFunction\",\"url\":\"modules.html#ReduceFunction\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":2562,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules.html#ReduceFunction.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"ReduceFunction\"},{\"id\":2563,\"kind\":4194304,\"name\":\"Hint\",\"url\":\"modules.html#Hint\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":2564,\"kind\":256,\"name\":\"OperationOptions\",\"url\":\"interfaces/OperationOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2565,\"kind\":1024,\"name\":\"session\",\"url\":\"interfaces/OperationOptions.html#session\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OperationOptions\"},{\"id\":2566,\"kind\":1024,\"name\":\"willRetryWrite\",\"url\":\"interfaces/OperationOptions.html#willRetryWrite\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OperationOptions\"},{\"id\":2567,\"kind\":1024,\"name\":\"readPreference\",\"url\":\"interfaces/OperationOptions.html#readPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OperationOptions\"},{\"id\":2568,\"kind\":1024,\"name\":\"omitReadPreference\",\"url\":\"interfaces/OperationOptions.html#omitReadPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OperationOptions\"},{\"id\":2569,\"kind\":1024,\"name\":\"raw\",\"url\":\"interfaces/OperationOptions.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"OperationOptions\"},{\"id\":2570,\"kind\":1024,\"name\":\"enableUtf8Validation\",\"url\":\"interfaces/OperationOptions.html#enableUtf8Validation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"OperationOptions\"},{\"id\":2571,\"kind\":4194304,\"name\":\"ProfilingLevelOptions\",\"url\":\"modules.html#ProfilingLevelOptions\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":2572,\"kind\":4194304,\"name\":\"RemoveUserOptions\",\"url\":\"modules.html#RemoveUserOptions\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":2573,\"kind\":256,\"name\":\"RenameOptions\",\"url\":\"interfaces/RenameOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2574,\"kind\":1024,\"name\":\"dropTarget\",\"url\":\"interfaces/RenameOptions.html#dropTarget\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RenameOptions\"},{\"id\":2575,\"kind\":1024,\"name\":\"new_collection\",\"url\":\"interfaces/RenameOptions.html#new_collection\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RenameOptions\"},{\"id\":2576,\"kind\":1024,\"name\":\"fullResponse\",\"url\":\"interfaces/RenameOptions.html#fullResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"RenameOptions\"},{\"id\":2577,\"kind\":1024,\"name\":\"readConcern\",\"url\":\"interfaces/RenameOptions.html#readConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"RenameOptions\"},{\"id\":2578,\"kind\":1024,\"name\":\"collation\",\"url\":\"interfaces/RenameOptions.html#collation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"RenameOptions\"},{\"id\":2579,\"kind\":1024,\"name\":\"maxTimeMS\",\"url\":\"interfaces/RenameOptions.html#maxTimeMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"RenameOptions\"},{\"id\":2580,\"kind\":1024,\"name\":\"comment\",\"url\":\"interfaces/RenameOptions.html#comment\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"RenameOptions\"},{\"id\":2581,\"kind\":1024,\"name\":\"retryWrites\",\"url\":\"interfaces/RenameOptions.html#retryWrites\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"RenameOptions\"},{\"id\":2582,\"kind\":1024,\"name\":\"dbName\",\"url\":\"interfaces/RenameOptions.html#dbName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"RenameOptions\"},{\"id\":2583,\"kind\":1024,\"name\":\"authdb\",\"url\":\"interfaces/RenameOptions.html#authdb\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"RenameOptions\"},{\"id\":2584,\"kind\":1024,\"name\":\"noResponse\",\"url\":\"interfaces/RenameOptions.html#noResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"RenameOptions\"},{\"id\":2585,\"kind\":1024,\"name\":\"session\",\"url\":\"interfaces/RenameOptions.html#session\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"RenameOptions\"},{\"id\":2586,\"kind\":1024,\"name\":\"willRetryWrite\",\"url\":\"interfaces/RenameOptions.html#willRetryWrite\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"RenameOptions\"},{\"id\":2587,\"kind\":1024,\"name\":\"readPreference\",\"url\":\"interfaces/RenameOptions.html#readPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"RenameOptions\"},{\"id\":2588,\"kind\":1024,\"name\":\"omitReadPreference\",\"url\":\"interfaces/RenameOptions.html#omitReadPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"RenameOptions\"},{\"id\":2589,\"kind\":1024,\"name\":\"raw\",\"url\":\"interfaces/RenameOptions.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"RenameOptions\"},{\"id\":2590,\"kind\":1024,\"name\":\"enableUtf8Validation\",\"url\":\"interfaces/RenameOptions.html#enableUtf8Validation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"RenameOptions\"},{\"id\":2591,\"kind\":1024,\"name\":\"writeConcern\",\"url\":\"interfaces/RenameOptions.html#writeConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"RenameOptions\"},{\"id\":2592,\"kind\":1024,\"name\":\"explain\",\"url\":\"interfaces/RenameOptions.html#explain\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"RenameOptions\"},{\"id\":2593,\"kind\":4194304,\"name\":\"RunCommandOptions\",\"url\":\"modules.html#RunCommandOptions\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":2594,\"kind\":4194304,\"name\":\"SetProfilingLevelOptions\",\"url\":\"modules.html#SetProfilingLevelOptions\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":2595,\"kind\":256,\"name\":\"CollStats\",\"url\":\"interfaces/CollStats.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2596,\"kind\":1024,\"name\":\"ns\",\"url\":\"interfaces/CollStats.html#ns\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CollStats\"},{\"id\":2597,\"kind\":1024,\"name\":\"count\",\"url\":\"interfaces/CollStats.html#count\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CollStats\"},{\"id\":2598,\"kind\":1024,\"name\":\"size\",\"url\":\"interfaces/CollStats.html#size\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CollStats\"},{\"id\":2599,\"kind\":1024,\"name\":\"avgObjSize\",\"url\":\"interfaces/CollStats.html#avgObjSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CollStats\"},{\"id\":2600,\"kind\":1024,\"name\":\"storageSize\",\"url\":\"interfaces/CollStats.html#storageSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CollStats\"},{\"id\":2601,\"kind\":1024,\"name\":\"numExtents\",\"url\":\"interfaces/CollStats.html#numExtents\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CollStats\"},{\"id\":2602,\"kind\":1024,\"name\":\"nindexes\",\"url\":\"interfaces/CollStats.html#nindexes\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CollStats\"},{\"id\":2603,\"kind\":1024,\"name\":\"lastExtentSize\",\"url\":\"interfaces/CollStats.html#lastExtentSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CollStats\"},{\"id\":2604,\"kind\":1024,\"name\":\"paddingFactor\",\"url\":\"interfaces/CollStats.html#paddingFactor\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CollStats\"},{\"id\":2605,\"kind\":1024,\"name\":\"userFlags\",\"url\":\"interfaces/CollStats.html#userFlags\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CollStats\"},{\"id\":2606,\"kind\":1024,\"name\":\"totalIndexSize\",\"url\":\"interfaces/CollStats.html#totalIndexSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CollStats\"},{\"id\":2607,\"kind\":1024,\"name\":\"indexSizes\",\"url\":\"interfaces/CollStats.html#indexSizes\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CollStats\"},{\"id\":2608,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/CollStats.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"CollStats\"},{\"id\":2609,\"kind\":1024,\"name\":\"_id_\",\"url\":\"interfaces/CollStats.html#__type._id_\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"CollStats.__type\"},{\"id\":2610,\"kind\":1024,\"name\":\"capped\",\"url\":\"interfaces/CollStats.html#capped\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CollStats\"},{\"id\":2611,\"kind\":1024,\"name\":\"max\",\"url\":\"interfaces/CollStats.html#max\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CollStats\"},{\"id\":2612,\"kind\":1024,\"name\":\"maxSize\",\"url\":\"interfaces/CollStats.html#maxSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CollStats\"},{\"id\":2613,\"kind\":1024,\"name\":\"wiredTiger\",\"url\":\"interfaces/CollStats.html#wiredTiger\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CollStats\"},{\"id\":2614,\"kind\":1024,\"name\":\"indexDetails\",\"url\":\"interfaces/CollStats.html#indexDetails\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CollStats\"},{\"id\":2615,\"kind\":1024,\"name\":\"ok\",\"url\":\"interfaces/CollStats.html#ok\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CollStats\"},{\"id\":2616,\"kind\":1024,\"name\":\"freeStorageSize\",\"url\":\"interfaces/CollStats.html#freeStorageSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CollStats\"},{\"id\":2617,\"kind\":1024,\"name\":\"indexBuilds\",\"url\":\"interfaces/CollStats.html#indexBuilds\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CollStats\"},{\"id\":2618,\"kind\":1024,\"name\":\"totalSize\",\"url\":\"interfaces/CollStats.html#totalSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CollStats\"},{\"id\":2619,\"kind\":1024,\"name\":\"scaleFactor\",\"url\":\"interfaces/CollStats.html#scaleFactor\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CollStats\"},{\"id\":2620,\"kind\":256,\"name\":\"CollStatsOptions\",\"url\":\"interfaces/CollStatsOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2621,\"kind\":1024,\"name\":\"scale\",\"url\":\"interfaces/CollStatsOptions.html#scale\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CollStatsOptions\"},{\"id\":2622,\"kind\":1024,\"name\":\"fullResponse\",\"url\":\"interfaces/CollStatsOptions.html#fullResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CollStatsOptions\"},{\"id\":2623,\"kind\":1024,\"name\":\"readConcern\",\"url\":\"interfaces/CollStatsOptions.html#readConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CollStatsOptions\"},{\"id\":2624,\"kind\":1024,\"name\":\"collation\",\"url\":\"interfaces/CollStatsOptions.html#collation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CollStatsOptions\"},{\"id\":2625,\"kind\":1024,\"name\":\"maxTimeMS\",\"url\":\"interfaces/CollStatsOptions.html#maxTimeMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CollStatsOptions\"},{\"id\":2626,\"kind\":1024,\"name\":\"comment\",\"url\":\"interfaces/CollStatsOptions.html#comment\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CollStatsOptions\"},{\"id\":2627,\"kind\":1024,\"name\":\"retryWrites\",\"url\":\"interfaces/CollStatsOptions.html#retryWrites\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CollStatsOptions\"},{\"id\":2628,\"kind\":1024,\"name\":\"dbName\",\"url\":\"interfaces/CollStatsOptions.html#dbName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CollStatsOptions\"},{\"id\":2629,\"kind\":1024,\"name\":\"authdb\",\"url\":\"interfaces/CollStatsOptions.html#authdb\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CollStatsOptions\"},{\"id\":2630,\"kind\":1024,\"name\":\"noResponse\",\"url\":\"interfaces/CollStatsOptions.html#noResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CollStatsOptions\"},{\"id\":2631,\"kind\":1024,\"name\":\"session\",\"url\":\"interfaces/CollStatsOptions.html#session\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CollStatsOptions\"},{\"id\":2632,\"kind\":1024,\"name\":\"willRetryWrite\",\"url\":\"interfaces/CollStatsOptions.html#willRetryWrite\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CollStatsOptions\"},{\"id\":2633,\"kind\":1024,\"name\":\"readPreference\",\"url\":\"interfaces/CollStatsOptions.html#readPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CollStatsOptions\"},{\"id\":2634,\"kind\":1024,\"name\":\"omitReadPreference\",\"url\":\"interfaces/CollStatsOptions.html#omitReadPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CollStatsOptions\"},{\"id\":2635,\"kind\":1024,\"name\":\"raw\",\"url\":\"interfaces/CollStatsOptions.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CollStatsOptions\"},{\"id\":2636,\"kind\":1024,\"name\":\"enableUtf8Validation\",\"url\":\"interfaces/CollStatsOptions.html#enableUtf8Validation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CollStatsOptions\"},{\"id\":2637,\"kind\":1024,\"name\":\"writeConcern\",\"url\":\"interfaces/CollStatsOptions.html#writeConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CollStatsOptions\"},{\"id\":2638,\"kind\":1024,\"name\":\"explain\",\"url\":\"interfaces/CollStatsOptions.html#explain\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"CollStatsOptions\"},{\"id\":2639,\"kind\":256,\"name\":\"DbStatsOptions\",\"url\":\"interfaces/DbStatsOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2640,\"kind\":1024,\"name\":\"scale\",\"url\":\"interfaces/DbStatsOptions.html#scale\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DbStatsOptions\"},{\"id\":2641,\"kind\":1024,\"name\":\"fullResponse\",\"url\":\"interfaces/DbStatsOptions.html#fullResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DbStatsOptions\"},{\"id\":2642,\"kind\":1024,\"name\":\"readConcern\",\"url\":\"interfaces/DbStatsOptions.html#readConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DbStatsOptions\"},{\"id\":2643,\"kind\":1024,\"name\":\"collation\",\"url\":\"interfaces/DbStatsOptions.html#collation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DbStatsOptions\"},{\"id\":2644,\"kind\":1024,\"name\":\"maxTimeMS\",\"url\":\"interfaces/DbStatsOptions.html#maxTimeMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DbStatsOptions\"},{\"id\":2645,\"kind\":1024,\"name\":\"comment\",\"url\":\"interfaces/DbStatsOptions.html#comment\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DbStatsOptions\"},{\"id\":2646,\"kind\":1024,\"name\":\"retryWrites\",\"url\":\"interfaces/DbStatsOptions.html#retryWrites\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DbStatsOptions\"},{\"id\":2647,\"kind\":1024,\"name\":\"dbName\",\"url\":\"interfaces/DbStatsOptions.html#dbName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DbStatsOptions\"},{\"id\":2648,\"kind\":1024,\"name\":\"authdb\",\"url\":\"interfaces/DbStatsOptions.html#authdb\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DbStatsOptions\"},{\"id\":2649,\"kind\":1024,\"name\":\"noResponse\",\"url\":\"interfaces/DbStatsOptions.html#noResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DbStatsOptions\"},{\"id\":2650,\"kind\":1024,\"name\":\"session\",\"url\":\"interfaces/DbStatsOptions.html#session\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DbStatsOptions\"},{\"id\":2651,\"kind\":1024,\"name\":\"willRetryWrite\",\"url\":\"interfaces/DbStatsOptions.html#willRetryWrite\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DbStatsOptions\"},{\"id\":2652,\"kind\":1024,\"name\":\"readPreference\",\"url\":\"interfaces/DbStatsOptions.html#readPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DbStatsOptions\"},{\"id\":2653,\"kind\":1024,\"name\":\"omitReadPreference\",\"url\":\"interfaces/DbStatsOptions.html#omitReadPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DbStatsOptions\"},{\"id\":2654,\"kind\":1024,\"name\":\"raw\",\"url\":\"interfaces/DbStatsOptions.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DbStatsOptions\"},{\"id\":2655,\"kind\":1024,\"name\":\"enableUtf8Validation\",\"url\":\"interfaces/DbStatsOptions.html#enableUtf8Validation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DbStatsOptions\"},{\"id\":2656,\"kind\":1024,\"name\":\"writeConcern\",\"url\":\"interfaces/DbStatsOptions.html#writeConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DbStatsOptions\"},{\"id\":2657,\"kind\":1024,\"name\":\"explain\",\"url\":\"interfaces/DbStatsOptions.html#explain\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"DbStatsOptions\"},{\"id\":2658,\"kind\":256,\"name\":\"WiredTigerData\",\"url\":\"interfaces/WiredTigerData.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2659,\"kind\":1024,\"name\":\"LSM\",\"url\":\"interfaces/WiredTigerData.html#LSM\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"WiredTigerData\"},{\"id\":2660,\"kind\":1024,\"name\":\"block-manager\",\"url\":\"interfaces/WiredTigerData.html#block_manager\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"WiredTigerData\"},{\"id\":2661,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/WiredTigerData.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"WiredTigerData\"},{\"id\":2662,\"kind\":1024,\"name\":\"allocations requiring file extension\",\"url\":\"interfaces/WiredTigerData.html#__type.allocations_requiring_file_extension\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"WiredTigerData.__type\"},{\"id\":2663,\"kind\":1024,\"name\":\"blocks allocated\",\"url\":\"interfaces/WiredTigerData.html#__type.blocks_allocated\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"WiredTigerData.__type\"},{\"id\":2664,\"kind\":1024,\"name\":\"blocks freed\",\"url\":\"interfaces/WiredTigerData.html#__type.blocks_freed\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"WiredTigerData.__type\"},{\"id\":2665,\"kind\":1024,\"name\":\"checkpoint size\",\"url\":\"interfaces/WiredTigerData.html#__type.checkpoint_size\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"WiredTigerData.__type\"},{\"id\":2666,\"kind\":1024,\"name\":\"file allocation unit size\",\"url\":\"interfaces/WiredTigerData.html#__type.file_allocation_unit_size\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"WiredTigerData.__type\"},{\"id\":2667,\"kind\":1024,\"name\":\"file bytes available for reuse\",\"url\":\"interfaces/WiredTigerData.html#__type.file_bytes_available_for_reuse\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"WiredTigerData.__type\"},{\"id\":2668,\"kind\":1024,\"name\":\"file magic number\",\"url\":\"interfaces/WiredTigerData.html#__type.file_magic_number\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"WiredTigerData.__type\"},{\"id\":2669,\"kind\":1024,\"name\":\"file major version number\",\"url\":\"interfaces/WiredTigerData.html#__type.file_major_version_number\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"WiredTigerData.__type\"},{\"id\":2670,\"kind\":1024,\"name\":\"file size in bytes\",\"url\":\"interfaces/WiredTigerData.html#__type.file_size_in_bytes\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"WiredTigerData.__type\"},{\"id\":2671,\"kind\":1024,\"name\":\"minor version number\",\"url\":\"interfaces/WiredTigerData.html#__type.minor_version_number\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"WiredTigerData.__type\"},{\"id\":2672,\"kind\":1024,\"name\":\"btree\",\"url\":\"interfaces/WiredTigerData.html#btree\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"WiredTigerData\"},{\"id\":2673,\"kind\":1024,\"name\":\"cache\",\"url\":\"interfaces/WiredTigerData.html#cache\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"WiredTigerData\"},{\"id\":2674,\"kind\":1024,\"name\":\"cache_walk\",\"url\":\"interfaces/WiredTigerData.html#cache_walk\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"WiredTigerData\"},{\"id\":2675,\"kind\":1024,\"name\":\"compression\",\"url\":\"interfaces/WiredTigerData.html#compression\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"WiredTigerData\"},{\"id\":2676,\"kind\":1024,\"name\":\"cursor\",\"url\":\"interfaces/WiredTigerData.html#cursor\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"WiredTigerData\"},{\"id\":2677,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/WiredTigerData.html#__type-1\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"WiredTigerData\"},{\"id\":2678,\"kind\":1024,\"name\":\"bulk-loaded cursor-insert calls\",\"url\":\"interfaces/WiredTigerData.html#__type-1.bulk_loaded_cursor_insert_calls\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"WiredTigerData.__type\"},{\"id\":2679,\"kind\":1024,\"name\":\"create calls\",\"url\":\"interfaces/WiredTigerData.html#__type-1.create_calls\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"WiredTigerData.__type\"},{\"id\":2680,\"kind\":1024,\"name\":\"cursor-insert key and value bytes inserted\",\"url\":\"interfaces/WiredTigerData.html#__type-1.cursor_insert_key_and_value_bytes_inserted\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"WiredTigerData.__type\"},{\"id\":2681,\"kind\":1024,\"name\":\"cursor-remove key bytes removed\",\"url\":\"interfaces/WiredTigerData.html#__type-1.cursor_remove_key_bytes_removed\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"WiredTigerData.__type\"},{\"id\":2682,\"kind\":1024,\"name\":\"cursor-update value bytes updated\",\"url\":\"interfaces/WiredTigerData.html#__type-1.cursor_update_value_bytes_updated\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"WiredTigerData.__type\"},{\"id\":2683,\"kind\":1024,\"name\":\"insert calls\",\"url\":\"interfaces/WiredTigerData.html#__type-1.insert_calls\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"WiredTigerData.__type\"},{\"id\":2684,\"kind\":1024,\"name\":\"next calls\",\"url\":\"interfaces/WiredTigerData.html#__type-1.next_calls\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"WiredTigerData.__type\"},{\"id\":2685,\"kind\":1024,\"name\":\"prev calls\",\"url\":\"interfaces/WiredTigerData.html#__type-1.prev_calls\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"WiredTigerData.__type\"},{\"id\":2686,\"kind\":1024,\"name\":\"remove calls\",\"url\":\"interfaces/WiredTigerData.html#__type-1.remove_calls\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"WiredTigerData.__type\"},{\"id\":2687,\"kind\":1024,\"name\":\"reset calls\",\"url\":\"interfaces/WiredTigerData.html#__type-1.reset_calls\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"WiredTigerData.__type\"},{\"id\":2688,\"kind\":1024,\"name\":\"restarted searches\",\"url\":\"interfaces/WiredTigerData.html#__type-1.restarted_searches\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"WiredTigerData.__type\"},{\"id\":2689,\"kind\":1024,\"name\":\"search calls\",\"url\":\"interfaces/WiredTigerData.html#__type-1.search_calls\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"WiredTigerData.__type\"},{\"id\":2690,\"kind\":1024,\"name\":\"search near calls\",\"url\":\"interfaces/WiredTigerData.html#__type-1.search_near_calls\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"WiredTigerData.__type\"},{\"id\":2691,\"kind\":1024,\"name\":\"truncate calls\",\"url\":\"interfaces/WiredTigerData.html#__type-1.truncate_calls\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"WiredTigerData.__type\"},{\"id\":2692,\"kind\":1024,\"name\":\"update calls\",\"url\":\"interfaces/WiredTigerData.html#__type-1.update_calls\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"WiredTigerData.__type\"},{\"id\":2693,\"kind\":1024,\"name\":\"reconciliation\",\"url\":\"interfaces/WiredTigerData.html#reconciliation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"WiredTigerData\"},{\"id\":2694,\"kind\":256,\"name\":\"ReplaceOptions\",\"url\":\"interfaces/ReplaceOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2695,\"kind\":1024,\"name\":\"bypassDocumentValidation\",\"url\":\"interfaces/ReplaceOptions.html#bypassDocumentValidation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ReplaceOptions\"},{\"id\":2696,\"kind\":1024,\"name\":\"collation\",\"url\":\"interfaces/ReplaceOptions.html#collation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"ReplaceOptions\"},{\"id\":2697,\"kind\":1024,\"name\":\"hint\",\"url\":\"interfaces/ReplaceOptions.html#hint\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ReplaceOptions\"},{\"id\":2698,\"kind\":1024,\"name\":\"upsert\",\"url\":\"interfaces/ReplaceOptions.html#upsert\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ReplaceOptions\"},{\"id\":2699,\"kind\":1024,\"name\":\"let\",\"url\":\"interfaces/ReplaceOptions.html#let\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ReplaceOptions\"},{\"id\":2700,\"kind\":1024,\"name\":\"fullResponse\",\"url\":\"interfaces/ReplaceOptions.html#fullResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ReplaceOptions\"},{\"id\":2701,\"kind\":1024,\"name\":\"readConcern\",\"url\":\"interfaces/ReplaceOptions.html#readConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ReplaceOptions\"},{\"id\":2702,\"kind\":1024,\"name\":\"maxTimeMS\",\"url\":\"interfaces/ReplaceOptions.html#maxTimeMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ReplaceOptions\"},{\"id\":2703,\"kind\":1024,\"name\":\"comment\",\"url\":\"interfaces/ReplaceOptions.html#comment\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ReplaceOptions\"},{\"id\":2704,\"kind\":1024,\"name\":\"retryWrites\",\"url\":\"interfaces/ReplaceOptions.html#retryWrites\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ReplaceOptions\"},{\"id\":2705,\"kind\":1024,\"name\":\"dbName\",\"url\":\"interfaces/ReplaceOptions.html#dbName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ReplaceOptions\"},{\"id\":2706,\"kind\":1024,\"name\":\"authdb\",\"url\":\"interfaces/ReplaceOptions.html#authdb\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ReplaceOptions\"},{\"id\":2707,\"kind\":1024,\"name\":\"noResponse\",\"url\":\"interfaces/ReplaceOptions.html#noResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ReplaceOptions\"},{\"id\":2708,\"kind\":1024,\"name\":\"session\",\"url\":\"interfaces/ReplaceOptions.html#session\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ReplaceOptions\"},{\"id\":2709,\"kind\":1024,\"name\":\"willRetryWrite\",\"url\":\"interfaces/ReplaceOptions.html#willRetryWrite\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ReplaceOptions\"},{\"id\":2710,\"kind\":1024,\"name\":\"readPreference\",\"url\":\"interfaces/ReplaceOptions.html#readPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ReplaceOptions\"},{\"id\":2711,\"kind\":1024,\"name\":\"omitReadPreference\",\"url\":\"interfaces/ReplaceOptions.html#omitReadPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ReplaceOptions\"},{\"id\":2712,\"kind\":1024,\"name\":\"raw\",\"url\":\"interfaces/ReplaceOptions.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ReplaceOptions\"},{\"id\":2713,\"kind\":1024,\"name\":\"enableUtf8Validation\",\"url\":\"interfaces/ReplaceOptions.html#enableUtf8Validation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ReplaceOptions\"},{\"id\":2714,\"kind\":1024,\"name\":\"writeConcern\",\"url\":\"interfaces/ReplaceOptions.html#writeConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ReplaceOptions\"},{\"id\":2715,\"kind\":1024,\"name\":\"explain\",\"url\":\"interfaces/ReplaceOptions.html#explain\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ReplaceOptions\"},{\"id\":2716,\"kind\":256,\"name\":\"UpdateOptions\",\"url\":\"interfaces/UpdateOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2717,\"kind\":1024,\"name\":\"arrayFilters\",\"url\":\"interfaces/UpdateOptions.html#arrayFilters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"UpdateOptions\"},{\"id\":2718,\"kind\":1024,\"name\":\"bypassDocumentValidation\",\"url\":\"interfaces/UpdateOptions.html#bypassDocumentValidation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"UpdateOptions\"},{\"id\":2719,\"kind\":1024,\"name\":\"collation\",\"url\":\"interfaces/UpdateOptions.html#collation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"UpdateOptions\"},{\"id\":2720,\"kind\":1024,\"name\":\"hint\",\"url\":\"interfaces/UpdateOptions.html#hint\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"UpdateOptions\"},{\"id\":2721,\"kind\":1024,\"name\":\"upsert\",\"url\":\"interfaces/UpdateOptions.html#upsert\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"UpdateOptions\"},{\"id\":2722,\"kind\":1024,\"name\":\"let\",\"url\":\"interfaces/UpdateOptions.html#let\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"UpdateOptions\"},{\"id\":2723,\"kind\":1024,\"name\":\"fullResponse\",\"url\":\"interfaces/UpdateOptions.html#fullResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"UpdateOptions\"},{\"id\":2724,\"kind\":1024,\"name\":\"readConcern\",\"url\":\"interfaces/UpdateOptions.html#readConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"UpdateOptions\"},{\"id\":2725,\"kind\":1024,\"name\":\"maxTimeMS\",\"url\":\"interfaces/UpdateOptions.html#maxTimeMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"UpdateOptions\"},{\"id\":2726,\"kind\":1024,\"name\":\"comment\",\"url\":\"interfaces/UpdateOptions.html#comment\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"UpdateOptions\"},{\"id\":2727,\"kind\":1024,\"name\":\"retryWrites\",\"url\":\"interfaces/UpdateOptions.html#retryWrites\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"UpdateOptions\"},{\"id\":2728,\"kind\":1024,\"name\":\"dbName\",\"url\":\"interfaces/UpdateOptions.html#dbName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"UpdateOptions\"},{\"id\":2729,\"kind\":1024,\"name\":\"authdb\",\"url\":\"interfaces/UpdateOptions.html#authdb\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"UpdateOptions\"},{\"id\":2730,\"kind\":1024,\"name\":\"noResponse\",\"url\":\"interfaces/UpdateOptions.html#noResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"UpdateOptions\"},{\"id\":2731,\"kind\":1024,\"name\":\"session\",\"url\":\"interfaces/UpdateOptions.html#session\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"UpdateOptions\"},{\"id\":2732,\"kind\":1024,\"name\":\"willRetryWrite\",\"url\":\"interfaces/UpdateOptions.html#willRetryWrite\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"UpdateOptions\"},{\"id\":2733,\"kind\":1024,\"name\":\"readPreference\",\"url\":\"interfaces/UpdateOptions.html#readPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"UpdateOptions\"},{\"id\":2734,\"kind\":1024,\"name\":\"omitReadPreference\",\"url\":\"interfaces/UpdateOptions.html#omitReadPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"UpdateOptions\"},{\"id\":2735,\"kind\":1024,\"name\":\"raw\",\"url\":\"interfaces/UpdateOptions.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"UpdateOptions\"},{\"id\":2736,\"kind\":1024,\"name\":\"enableUtf8Validation\",\"url\":\"interfaces/UpdateOptions.html#enableUtf8Validation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"UpdateOptions\"},{\"id\":2737,\"kind\":1024,\"name\":\"writeConcern\",\"url\":\"interfaces/UpdateOptions.html#writeConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"UpdateOptions\"},{\"id\":2738,\"kind\":1024,\"name\":\"explain\",\"url\":\"interfaces/UpdateOptions.html#explain\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"UpdateOptions\"},{\"id\":2739,\"kind\":256,\"name\":\"UpdateResult\",\"url\":\"interfaces/UpdateResult.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2740,\"kind\":1024,\"name\":\"acknowledged\",\"url\":\"interfaces/UpdateResult.html#acknowledged\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"UpdateResult\"},{\"id\":2741,\"kind\":1024,\"name\":\"matchedCount\",\"url\":\"interfaces/UpdateResult.html#matchedCount\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"UpdateResult\"},{\"id\":2742,\"kind\":1024,\"name\":\"modifiedCount\",\"url\":\"interfaces/UpdateResult.html#modifiedCount\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"UpdateResult\"},{\"id\":2743,\"kind\":1024,\"name\":\"upsertedCount\",\"url\":\"interfaces/UpdateResult.html#upsertedCount\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"UpdateResult\"},{\"id\":2744,\"kind\":1024,\"name\":\"upsertedId\",\"url\":\"interfaces/UpdateResult.html#upsertedId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"UpdateResult\"},{\"id\":2745,\"kind\":256,\"name\":\"UpdateStatement\",\"url\":\"interfaces/UpdateStatement.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2746,\"kind\":1024,\"name\":\"q\",\"url\":\"interfaces/UpdateStatement.html#q\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"UpdateStatement\"},{\"id\":2747,\"kind\":1024,\"name\":\"u\",\"url\":\"interfaces/UpdateStatement.html#u\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"UpdateStatement\"},{\"id\":2748,\"kind\":1024,\"name\":\"upsert\",\"url\":\"interfaces/UpdateStatement.html#upsert\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"UpdateStatement\"},{\"id\":2749,\"kind\":1024,\"name\":\"multi\",\"url\":\"interfaces/UpdateStatement.html#multi\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"UpdateStatement\"},{\"id\":2750,\"kind\":1024,\"name\":\"collation\",\"url\":\"interfaces/UpdateStatement.html#collation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"UpdateStatement\"},{\"id\":2751,\"kind\":1024,\"name\":\"arrayFilters\",\"url\":\"interfaces/UpdateStatement.html#arrayFilters\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"UpdateStatement\"},{\"id\":2752,\"kind\":1024,\"name\":\"hint\",\"url\":\"interfaces/UpdateStatement.html#hint\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"UpdateStatement\"},{\"id\":2753,\"kind\":256,\"name\":\"ValidateCollectionOptions\",\"url\":\"interfaces/ValidateCollectionOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2754,\"kind\":1024,\"name\":\"background\",\"url\":\"interfaces/ValidateCollectionOptions.html#background\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ValidateCollectionOptions\"},{\"id\":2755,\"kind\":1024,\"name\":\"fullResponse\",\"url\":\"interfaces/ValidateCollectionOptions.html#fullResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ValidateCollectionOptions\"},{\"id\":2756,\"kind\":1024,\"name\":\"readConcern\",\"url\":\"interfaces/ValidateCollectionOptions.html#readConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ValidateCollectionOptions\"},{\"id\":2757,\"kind\":1024,\"name\":\"collation\",\"url\":\"interfaces/ValidateCollectionOptions.html#collation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ValidateCollectionOptions\"},{\"id\":2758,\"kind\":1024,\"name\":\"maxTimeMS\",\"url\":\"interfaces/ValidateCollectionOptions.html#maxTimeMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ValidateCollectionOptions\"},{\"id\":2759,\"kind\":1024,\"name\":\"comment\",\"url\":\"interfaces/ValidateCollectionOptions.html#comment\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ValidateCollectionOptions\"},{\"id\":2760,\"kind\":1024,\"name\":\"retryWrites\",\"url\":\"interfaces/ValidateCollectionOptions.html#retryWrites\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ValidateCollectionOptions\"},{\"id\":2761,\"kind\":1024,\"name\":\"dbName\",\"url\":\"interfaces/ValidateCollectionOptions.html#dbName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ValidateCollectionOptions\"},{\"id\":2762,\"kind\":1024,\"name\":\"authdb\",\"url\":\"interfaces/ValidateCollectionOptions.html#authdb\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ValidateCollectionOptions\"},{\"id\":2763,\"kind\":1024,\"name\":\"noResponse\",\"url\":\"interfaces/ValidateCollectionOptions.html#noResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ValidateCollectionOptions\"},{\"id\":2764,\"kind\":1024,\"name\":\"session\",\"url\":\"interfaces/ValidateCollectionOptions.html#session\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ValidateCollectionOptions\"},{\"id\":2765,\"kind\":1024,\"name\":\"willRetryWrite\",\"url\":\"interfaces/ValidateCollectionOptions.html#willRetryWrite\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ValidateCollectionOptions\"},{\"id\":2766,\"kind\":1024,\"name\":\"readPreference\",\"url\":\"interfaces/ValidateCollectionOptions.html#readPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ValidateCollectionOptions\"},{\"id\":2767,\"kind\":1024,\"name\":\"omitReadPreference\",\"url\":\"interfaces/ValidateCollectionOptions.html#omitReadPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ValidateCollectionOptions\"},{\"id\":2768,\"kind\":1024,\"name\":\"raw\",\"url\":\"interfaces/ValidateCollectionOptions.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ValidateCollectionOptions\"},{\"id\":2769,\"kind\":1024,\"name\":\"enableUtf8Validation\",\"url\":\"interfaces/ValidateCollectionOptions.html#enableUtf8Validation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ValidateCollectionOptions\"},{\"id\":2770,\"kind\":1024,\"name\":\"writeConcern\",\"url\":\"interfaces/ValidateCollectionOptions.html#writeConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ValidateCollectionOptions\"},{\"id\":2771,\"kind\":1024,\"name\":\"explain\",\"url\":\"interfaces/ValidateCollectionOptions.html#explain\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ValidateCollectionOptions\"},{\"id\":2772,\"kind\":4194304,\"name\":\"ReadConcernLike\",\"url\":\"modules.html#ReadConcernLike\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":2773,\"kind\":256,\"name\":\"HedgeOptions\",\"url\":\"interfaces/HedgeOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2774,\"kind\":1024,\"name\":\"enabled\",\"url\":\"interfaces/HedgeOptions.html#enabled\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"HedgeOptions\"},{\"id\":2775,\"kind\":256,\"name\":\"ReadPreferenceFromOptions\",\"url\":\"interfaces/ReadPreferenceFromOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2776,\"kind\":1024,\"name\":\"session\",\"url\":\"interfaces/ReadPreferenceFromOptions.html#session\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ReadPreferenceFromOptions\"},{\"id\":2777,\"kind\":1024,\"name\":\"readPreferenceTags\",\"url\":\"interfaces/ReadPreferenceFromOptions.html#readPreferenceTags\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ReadPreferenceFromOptions\"},{\"id\":2778,\"kind\":1024,\"name\":\"hedge\",\"url\":\"interfaces/ReadPreferenceFromOptions.html#hedge\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"ReadPreferenceFromOptions\"},{\"id\":2779,\"kind\":1024,\"name\":\"readPreference\",\"url\":\"interfaces/ReadPreferenceFromOptions.html#readPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ReadPreferenceFromOptions\"},{\"id\":2780,\"kind\":1024,\"name\":\"maxStalenessSeconds\",\"url\":\"interfaces/ReadPreferenceFromOptions.html#maxStalenessSeconds\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ReadPreferenceFromOptions\"},{\"id\":2781,\"kind\":4194304,\"name\":\"ReadPreferenceLike\",\"url\":\"modules.html#ReadPreferenceLike\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":2782,\"kind\":256,\"name\":\"ReadPreferenceLikeOptions\",\"url\":\"interfaces/ReadPreferenceLikeOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2783,\"kind\":1024,\"name\":\"readPreference\",\"url\":\"interfaces/ReadPreferenceLikeOptions.html#readPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ReadPreferenceLikeOptions\"},{\"id\":2784,\"kind\":1024,\"name\":\"maxStalenessSeconds\",\"url\":\"interfaces/ReadPreferenceLikeOptions.html#maxStalenessSeconds\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ReadPreferenceLikeOptions\"},{\"id\":2785,\"kind\":1024,\"name\":\"hedge\",\"url\":\"interfaces/ReadPreferenceLikeOptions.html#hedge\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"ReadPreferenceLikeOptions\"},{\"id\":2786,\"kind\":256,\"name\":\"ReadPreferenceOptions\",\"url\":\"interfaces/ReadPreferenceOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2787,\"kind\":1024,\"name\":\"maxStalenessSeconds\",\"url\":\"interfaces/ReadPreferenceOptions.html#maxStalenessSeconds\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ReadPreferenceOptions\"},{\"id\":2788,\"kind\":1024,\"name\":\"hedge\",\"url\":\"interfaces/ReadPreferenceOptions.html#hedge\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ReadPreferenceOptions\"},{\"id\":2789,\"kind\":256,\"name\":\"ClusterTime\",\"url\":\"interfaces/ClusterTime.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2790,\"kind\":1024,\"name\":\"clusterTime\",\"url\":\"interfaces/ClusterTime.html#clusterTime\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ClusterTime\"},{\"id\":2791,\"kind\":1024,\"name\":\"signature\",\"url\":\"interfaces/ClusterTime.html#signature\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ClusterTime\"},{\"id\":2792,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/ClusterTime.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"ClusterTime\"},{\"id\":2793,\"kind\":1024,\"name\":\"hash\",\"url\":\"interfaces/ClusterTime.html#__type.hash\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ClusterTime.__type\"},{\"id\":2794,\"kind\":1024,\"name\":\"keyId\",\"url\":\"interfaces/ClusterTime.html#__type.keyId\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ClusterTime.__type\"},{\"id\":2795,\"kind\":4194304,\"name\":\"MonitorEvents\",\"url\":\"modules.html#MonitorEvents\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":2796,\"kind\":256,\"name\":\"MonitorOptions\",\"url\":\"interfaces/MonitorOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2797,\"kind\":1024,\"name\":\"connectTimeoutMS\",\"url\":\"interfaces/MonitorOptions.html#connectTimeoutMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"MonitorOptions\"},{\"id\":2798,\"kind\":1024,\"name\":\"heartbeatFrequencyMS\",\"url\":\"interfaces/MonitorOptions.html#heartbeatFrequencyMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MonitorOptions\"},{\"id\":2799,\"kind\":1024,\"name\":\"minHeartbeatFrequencyMS\",\"url\":\"interfaces/MonitorOptions.html#minHeartbeatFrequencyMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"MonitorOptions\"},{\"id\":2800,\"kind\":1024,\"name\":\"credentials\",\"url\":\"interfaces/MonitorOptions.html#credentials\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MonitorOptions\"},{\"id\":2801,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/MonitorOptions.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"MonitorOptions\"},{\"id\":2802,\"kind\":1024,\"name\":\"loadBalanced\",\"url\":\"interfaces/MonitorOptions.html#loadBalanced\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MonitorOptions\"},{\"id\":2803,\"kind\":1024,\"name\":\"serverApi\",\"url\":\"interfaces/MonitorOptions.html#serverApi\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MonitorOptions\"},{\"id\":2804,\"kind\":1024,\"name\":\"autoEncrypter\",\"url\":\"interfaces/MonitorOptions.html#autoEncrypter\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MonitorOptions\"},{\"id\":2805,\"kind\":1024,\"name\":\"monitorCommands\",\"url\":\"interfaces/MonitorOptions.html#monitorCommands\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MonitorOptions\"},{\"id\":2806,\"kind\":1024,\"name\":\"tls\",\"url\":\"interfaces/MonitorOptions.html#tls\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MonitorOptions\"},{\"id\":2807,\"kind\":1024,\"name\":\"keepAlive\",\"url\":\"interfaces/MonitorOptions.html#keepAlive\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MonitorOptions\"},{\"id\":2808,\"kind\":1024,\"name\":\"keepAliveInitialDelay\",\"url\":\"interfaces/MonitorOptions.html#keepAliveInitialDelay\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MonitorOptions\"},{\"id\":2809,\"kind\":1024,\"name\":\"noDelay\",\"url\":\"interfaces/MonitorOptions.html#noDelay\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MonitorOptions\"},{\"id\":2810,\"kind\":1024,\"name\":\"socketTimeoutMS\",\"url\":\"interfaces/MonitorOptions.html#socketTimeoutMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MonitorOptions\"},{\"id\":2811,\"kind\":1024,\"name\":\"cancellationToken\",\"url\":\"interfaces/MonitorOptions.html#cancellationToken\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MonitorOptions\"},{\"id\":2812,\"kind\":1024,\"name\":\"metadata\",\"url\":\"interfaces/MonitorOptions.html#metadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MonitorOptions\"},{\"id\":2813,\"kind\":1024,\"name\":\"compressors\",\"url\":\"interfaces/MonitorOptions.html#compressors\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MonitorOptions\"},{\"id\":2814,\"kind\":1024,\"name\":\"logicalSessionTimeoutMinutes\",\"url\":\"interfaces/MonitorOptions.html#logicalSessionTimeoutMinutes\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MonitorOptions\"},{\"id\":2815,\"kind\":1024,\"name\":\"proxyHost\",\"url\":\"interfaces/MonitorOptions.html#proxyHost\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MonitorOptions\"},{\"id\":2816,\"kind\":1024,\"name\":\"proxyPort\",\"url\":\"interfaces/MonitorOptions.html#proxyPort\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MonitorOptions\"},{\"id\":2817,\"kind\":1024,\"name\":\"proxyUsername\",\"url\":\"interfaces/MonitorOptions.html#proxyUsername\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MonitorOptions\"},{\"id\":2818,\"kind\":1024,\"name\":\"proxyPassword\",\"url\":\"interfaces/MonitorOptions.html#proxyPassword\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"MonitorOptions\"},{\"id\":2819,\"kind\":4194304,\"name\":\"ServerEvents\",\"url\":\"modules.html#ServerEvents\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":2820,\"kind\":4194304,\"name\":\"ServerOptions\",\"url\":\"modules.html#ServerOptions\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":2821,\"kind\":128,\"name\":\"ServerDescription\",\"url\":\"classes/ServerDescription.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2822,\"kind\":1024,\"name\":\"address\",\"url\":\"classes/ServerDescription.html#address\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ServerDescription\"},{\"id\":2823,\"kind\":1024,\"name\":\"type\",\"url\":\"classes/ServerDescription.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ServerDescription\"},{\"id\":2824,\"kind\":1024,\"name\":\"hosts\",\"url\":\"classes/ServerDescription.html#hosts\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ServerDescription\"},{\"id\":2825,\"kind\":1024,\"name\":\"passives\",\"url\":\"classes/ServerDescription.html#passives\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ServerDescription\"},{\"id\":2826,\"kind\":1024,\"name\":\"arbiters\",\"url\":\"classes/ServerDescription.html#arbiters\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ServerDescription\"},{\"id\":2827,\"kind\":1024,\"name\":\"tags\",\"url\":\"classes/ServerDescription.html#tags\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ServerDescription\"},{\"id\":2828,\"kind\":1024,\"name\":\"error\",\"url\":\"classes/ServerDescription.html#error\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ServerDescription\"},{\"id\":2829,\"kind\":1024,\"name\":\"topologyVersion\",\"url\":\"classes/ServerDescription.html#topologyVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ServerDescription\"},{\"id\":2830,\"kind\":1024,\"name\":\"minWireVersion\",\"url\":\"classes/ServerDescription.html#minWireVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ServerDescription\"},{\"id\":2831,\"kind\":1024,\"name\":\"maxWireVersion\",\"url\":\"classes/ServerDescription.html#maxWireVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ServerDescription\"},{\"id\":2832,\"kind\":1024,\"name\":\"roundTripTime\",\"url\":\"classes/ServerDescription.html#roundTripTime\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ServerDescription\"},{\"id\":2833,\"kind\":1024,\"name\":\"lastUpdateTime\",\"url\":\"classes/ServerDescription.html#lastUpdateTime\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ServerDescription\"},{\"id\":2834,\"kind\":1024,\"name\":\"lastWriteDate\",\"url\":\"classes/ServerDescription.html#lastWriteDate\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ServerDescription\"},{\"id\":2835,\"kind\":1024,\"name\":\"me\",\"url\":\"classes/ServerDescription.html#me\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ServerDescription\"},{\"id\":2836,\"kind\":1024,\"name\":\"primary\",\"url\":\"classes/ServerDescription.html#primary\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ServerDescription\"},{\"id\":2837,\"kind\":1024,\"name\":\"setName\",\"url\":\"classes/ServerDescription.html#setName\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ServerDescription\"},{\"id\":2838,\"kind\":1024,\"name\":\"setVersion\",\"url\":\"classes/ServerDescription.html#setVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ServerDescription\"},{\"id\":2839,\"kind\":1024,\"name\":\"electionId\",\"url\":\"classes/ServerDescription.html#electionId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ServerDescription\"},{\"id\":2840,\"kind\":1024,\"name\":\"logicalSessionTimeoutMinutes\",\"url\":\"classes/ServerDescription.html#logicalSessionTimeoutMinutes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ServerDescription\"},{\"id\":2841,\"kind\":1024,\"name\":\"$clusterTime\",\"url\":\"classes/ServerDescription.html#_clusterTime\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ServerDescription\"},{\"id\":2842,\"kind\":262144,\"name\":\"hostAddress\",\"url\":\"classes/ServerDescription.html#hostAddress\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"ServerDescription\"},{\"id\":2843,\"kind\":262144,\"name\":\"allHosts\",\"url\":\"classes/ServerDescription.html#allHosts\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"ServerDescription\"},{\"id\":2844,\"kind\":262144,\"name\":\"isReadable\",\"url\":\"classes/ServerDescription.html#isReadable\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"ServerDescription\"},{\"id\":2845,\"kind\":262144,\"name\":\"isDataBearing\",\"url\":\"classes/ServerDescription.html#isDataBearing\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"ServerDescription\"},{\"id\":2846,\"kind\":262144,\"name\":\"isWritable\",\"url\":\"classes/ServerDescription.html#isWritable\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"ServerDescription\"},{\"id\":2847,\"kind\":262144,\"name\":\"host\",\"url\":\"classes/ServerDescription.html#host\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"ServerDescription\"},{\"id\":2848,\"kind\":262144,\"name\":\"port\",\"url\":\"classes/ServerDescription.html#port\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"ServerDescription\"},{\"id\":2849,\"kind\":2048,\"name\":\"equals\",\"url\":\"classes/ServerDescription.html#equals\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ServerDescription\"},{\"id\":2850,\"kind\":4194304,\"name\":\"TagSet\",\"url\":\"modules.html#TagSet\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":2851,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules.html#TagSet.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"TagSet\"},{\"id\":2852,\"kind\":256,\"name\":\"TopologyVersion\",\"url\":\"interfaces/TopologyVersion.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2853,\"kind\":1024,\"name\":\"processId\",\"url\":\"interfaces/TopologyVersion.html#processId\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TopologyVersion\"},{\"id\":2854,\"kind\":1024,\"name\":\"counter\",\"url\":\"interfaces/TopologyVersion.html#counter\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TopologyVersion\"},{\"id\":2855,\"kind\":4194304,\"name\":\"ServerSelector\",\"url\":\"modules.html#ServerSelector\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":2856,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules.html#ServerSelector.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"ServerSelector\"},{\"id\":2857,\"kind\":256,\"name\":\"ConnectOptions\",\"url\":\"interfaces/ConnectOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2858,\"kind\":1024,\"name\":\"readPreference\",\"url\":\"interfaces/ConnectOptions.html#readPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ConnectOptions\"},{\"id\":2859,\"kind\":256,\"name\":\"SelectServerOptions\",\"url\":\"interfaces/SelectServerOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2860,\"kind\":1024,\"name\":\"readPreference\",\"url\":\"interfaces/SelectServerOptions.html#readPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SelectServerOptions\"},{\"id\":2861,\"kind\":1024,\"name\":\"serverSelectionTimeoutMS\",\"url\":\"interfaces/SelectServerOptions.html#serverSelectionTimeoutMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SelectServerOptions\"},{\"id\":2862,\"kind\":1024,\"name\":\"session\",\"url\":\"interfaces/SelectServerOptions.html#session\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SelectServerOptions\"},{\"id\":2863,\"kind\":128,\"name\":\"ServerCapabilities\",\"url\":\"classes/ServerCapabilities.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2864,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ServerCapabilities.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"ServerCapabilities\"},{\"id\":2865,\"kind\":1024,\"name\":\"maxWireVersion\",\"url\":\"classes/ServerCapabilities.html#maxWireVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ServerCapabilities\"},{\"id\":2866,\"kind\":1024,\"name\":\"minWireVersion\",\"url\":\"classes/ServerCapabilities.html#minWireVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ServerCapabilities\"},{\"id\":2867,\"kind\":262144,\"name\":\"hasAggregationCursor\",\"url\":\"classes/ServerCapabilities.html#hasAggregationCursor\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"ServerCapabilities\"},{\"id\":2868,\"kind\":262144,\"name\":\"hasWriteCommands\",\"url\":\"classes/ServerCapabilities.html#hasWriteCommands\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"ServerCapabilities\"},{\"id\":2869,\"kind\":262144,\"name\":\"hasTextSearch\",\"url\":\"classes/ServerCapabilities.html#hasTextSearch\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"ServerCapabilities\"},{\"id\":2870,\"kind\":262144,\"name\":\"hasAuthCommands\",\"url\":\"classes/ServerCapabilities.html#hasAuthCommands\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"ServerCapabilities\"},{\"id\":2871,\"kind\":262144,\"name\":\"hasListCollectionsCommand\",\"url\":\"classes/ServerCapabilities.html#hasListCollectionsCommand\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"ServerCapabilities\"},{\"id\":2872,\"kind\":262144,\"name\":\"hasListIndexesCommand\",\"url\":\"classes/ServerCapabilities.html#hasListIndexesCommand\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"ServerCapabilities\"},{\"id\":2873,\"kind\":262144,\"name\":\"supportsSnapshotReads\",\"url\":\"classes/ServerCapabilities.html#supportsSnapshotReads\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"ServerCapabilities\"},{\"id\":2874,\"kind\":262144,\"name\":\"commandsTakeWriteConcern\",\"url\":\"classes/ServerCapabilities.html#commandsTakeWriteConcern\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"ServerCapabilities\"},{\"id\":2875,\"kind\":262144,\"name\":\"commandsTakeCollation\",\"url\":\"classes/ServerCapabilities.html#commandsTakeCollation\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"ServerCapabilities\"},{\"id\":2876,\"kind\":4194304,\"name\":\"TopologyEvents\",\"url\":\"modules.html#TopologyEvents\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":2877,\"kind\":256,\"name\":\"TopologyOptions\",\"url\":\"interfaces/TopologyOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2878,\"kind\":1024,\"name\":\"srvMaxHosts\",\"url\":\"interfaces/TopologyOptions.html#srvMaxHosts\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TopologyOptions\"},{\"id\":2879,\"kind\":1024,\"name\":\"srvServiceName\",\"url\":\"interfaces/TopologyOptions.html#srvServiceName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TopologyOptions\"},{\"id\":2880,\"kind\":1024,\"name\":\"hosts\",\"url\":\"interfaces/TopologyOptions.html#hosts\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TopologyOptions\"},{\"id\":2881,\"kind\":1024,\"name\":\"retryWrites\",\"url\":\"interfaces/TopologyOptions.html#retryWrites\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TopologyOptions\"},{\"id\":2882,\"kind\":1024,\"name\":\"retryReads\",\"url\":\"interfaces/TopologyOptions.html#retryReads\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TopologyOptions\"},{\"id\":2883,\"kind\":1024,\"name\":\"serverSelectionTimeoutMS\",\"url\":\"interfaces/TopologyOptions.html#serverSelectionTimeoutMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TopologyOptions\"},{\"id\":2884,\"kind\":1024,\"name\":\"replicaSet\",\"url\":\"interfaces/TopologyOptions.html#replicaSet\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TopologyOptions\"},{\"id\":2885,\"kind\":1024,\"name\":\"srvHost\",\"url\":\"interfaces/TopologyOptions.html#srvHost\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TopologyOptions\"},{\"id\":2886,\"kind\":1024,\"name\":\"directConnection\",\"url\":\"interfaces/TopologyOptions.html#directConnection\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TopologyOptions\"},{\"id\":2887,\"kind\":1024,\"name\":\"loadBalanced\",\"url\":\"interfaces/TopologyOptions.html#loadBalanced\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"TopologyOptions\"},{\"id\":2888,\"kind\":1024,\"name\":\"metadata\",\"url\":\"interfaces/TopologyOptions.html#metadata\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"TopologyOptions\"},{\"id\":2889,\"kind\":1024,\"name\":\"serverApi\",\"url\":\"interfaces/TopologyOptions.html#serverApi\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"TopologyOptions\"},{\"id\":2890,\"kind\":1024,\"name\":\"raw\",\"url\":\"interfaces/TopologyOptions.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TopologyOptions\"},{\"id\":2891,\"kind\":1024,\"name\":\"enableUtf8Validation\",\"url\":\"interfaces/TopologyOptions.html#enableUtf8Validation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TopologyOptions\"},{\"id\":2892,\"kind\":1024,\"name\":\"credentials\",\"url\":\"interfaces/TopologyOptions.html#credentials\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TopologyOptions\"},{\"id\":2893,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/TopologyOptions.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"TopologyOptions\"},{\"id\":2894,\"kind\":1024,\"name\":\"autoEncrypter\",\"url\":\"interfaces/TopologyOptions.html#autoEncrypter\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TopologyOptions\"},{\"id\":2895,\"kind\":1024,\"name\":\"monitorCommands\",\"url\":\"interfaces/TopologyOptions.html#monitorCommands\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TopologyOptions\"},{\"id\":2896,\"kind\":1024,\"name\":\"connectTimeoutMS\",\"url\":\"interfaces/TopologyOptions.html#connectTimeoutMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TopologyOptions\"},{\"id\":2897,\"kind\":1024,\"name\":\"tls\",\"url\":\"interfaces/TopologyOptions.html#tls\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TopologyOptions\"},{\"id\":2898,\"kind\":1024,\"name\":\"keepAlive\",\"url\":\"interfaces/TopologyOptions.html#keepAlive\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TopologyOptions\"},{\"id\":2899,\"kind\":1024,\"name\":\"keepAliveInitialDelay\",\"url\":\"interfaces/TopologyOptions.html#keepAliveInitialDelay\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TopologyOptions\"},{\"id\":2900,\"kind\":1024,\"name\":\"noDelay\",\"url\":\"interfaces/TopologyOptions.html#noDelay\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TopologyOptions\"},{\"id\":2901,\"kind\":1024,\"name\":\"socketTimeoutMS\",\"url\":\"interfaces/TopologyOptions.html#socketTimeoutMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TopologyOptions\"},{\"id\":2902,\"kind\":1024,\"name\":\"cancellationToken\",\"url\":\"interfaces/TopologyOptions.html#cancellationToken\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TopologyOptions\"},{\"id\":2903,\"kind\":1024,\"name\":\"compressors\",\"url\":\"interfaces/TopologyOptions.html#compressors\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TopologyOptions\"},{\"id\":2904,\"kind\":1024,\"name\":\"logicalSessionTimeoutMinutes\",\"url\":\"interfaces/TopologyOptions.html#logicalSessionTimeoutMinutes\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TopologyOptions\"},{\"id\":2905,\"kind\":1024,\"name\":\"proxyHost\",\"url\":\"interfaces/TopologyOptions.html#proxyHost\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TopologyOptions\"},{\"id\":2906,\"kind\":1024,\"name\":\"proxyPort\",\"url\":\"interfaces/TopologyOptions.html#proxyPort\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TopologyOptions\"},{\"id\":2907,\"kind\":1024,\"name\":\"proxyUsername\",\"url\":\"interfaces/TopologyOptions.html#proxyUsername\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TopologyOptions\"},{\"id\":2908,\"kind\":1024,\"name\":\"proxyPassword\",\"url\":\"interfaces/TopologyOptions.html#proxyPassword\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TopologyOptions\"},{\"id\":2909,\"kind\":1024,\"name\":\"maxPoolSize\",\"url\":\"interfaces/TopologyOptions.html#maxPoolSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TopologyOptions\"},{\"id\":2910,\"kind\":1024,\"name\":\"minPoolSize\",\"url\":\"interfaces/TopologyOptions.html#minPoolSize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TopologyOptions\"},{\"id\":2911,\"kind\":1024,\"name\":\"maxConnecting\",\"url\":\"interfaces/TopologyOptions.html#maxConnecting\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TopologyOptions\"},{\"id\":2912,\"kind\":1024,\"name\":\"maxIdleTimeMS\",\"url\":\"interfaces/TopologyOptions.html#maxIdleTimeMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TopologyOptions\"},{\"id\":2913,\"kind\":1024,\"name\":\"waitQueueTimeoutMS\",\"url\":\"interfaces/TopologyOptions.html#waitQueueTimeoutMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TopologyOptions\"},{\"id\":2914,\"kind\":1024,\"name\":\"heartbeatFrequencyMS\",\"url\":\"interfaces/TopologyOptions.html#heartbeatFrequencyMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TopologyOptions\"},{\"id\":2915,\"kind\":1024,\"name\":\"minHeartbeatFrequencyMS\",\"url\":\"interfaces/TopologyOptions.html#minHeartbeatFrequencyMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TopologyOptions\"},{\"id\":2916,\"kind\":128,\"name\":\"TopologyDescription\",\"url\":\"classes/TopologyDescription.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2917,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/TopologyDescription.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"TopologyDescription\"},{\"id\":2918,\"kind\":1024,\"name\":\"type\",\"url\":\"classes/TopologyDescription.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"TopologyDescription\"},{\"id\":2919,\"kind\":1024,\"name\":\"setName\",\"url\":\"classes/TopologyDescription.html#setName\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"TopologyDescription\"},{\"id\":2920,\"kind\":1024,\"name\":\"maxSetVersion\",\"url\":\"classes/TopologyDescription.html#maxSetVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"TopologyDescription\"},{\"id\":2921,\"kind\":1024,\"name\":\"maxElectionId\",\"url\":\"classes/TopologyDescription.html#maxElectionId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"TopologyDescription\"},{\"id\":2922,\"kind\":1024,\"name\":\"servers\",\"url\":\"classes/TopologyDescription.html#servers\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"TopologyDescription\"},{\"id\":2923,\"kind\":1024,\"name\":\"stale\",\"url\":\"classes/TopologyDescription.html#stale\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"TopologyDescription\"},{\"id\":2924,\"kind\":1024,\"name\":\"compatible\",\"url\":\"classes/TopologyDescription.html#compatible\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"TopologyDescription\"},{\"id\":2925,\"kind\":1024,\"name\":\"compatibilityError\",\"url\":\"classes/TopologyDescription.html#compatibilityError\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"TopologyDescription\"},{\"id\":2926,\"kind\":1024,\"name\":\"logicalSessionTimeoutMinutes\",\"url\":\"classes/TopologyDescription.html#logicalSessionTimeoutMinutes\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"TopologyDescription\"},{\"id\":2927,\"kind\":1024,\"name\":\"heartbeatFrequencyMS\",\"url\":\"classes/TopologyDescription.html#heartbeatFrequencyMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"TopologyDescription\"},{\"id\":2928,\"kind\":1024,\"name\":\"localThresholdMS\",\"url\":\"classes/TopologyDescription.html#localThresholdMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"TopologyDescription\"},{\"id\":2929,\"kind\":1024,\"name\":\"commonWireVersion\",\"url\":\"classes/TopologyDescription.html#commonWireVersion\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"TopologyDescription\"},{\"id\":2930,\"kind\":262144,\"name\":\"error\",\"url\":\"classes/TopologyDescription.html#error\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"TopologyDescription\"},{\"id\":2931,\"kind\":262144,\"name\":\"hasKnownServers\",\"url\":\"classes/TopologyDescription.html#hasKnownServers\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"TopologyDescription\"},{\"id\":2932,\"kind\":262144,\"name\":\"hasDataBearingServers\",\"url\":\"classes/TopologyDescription.html#hasDataBearingServers\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"TopologyDescription\"},{\"id\":2933,\"kind\":256,\"name\":\"TopologyDescriptionOptions\",\"url\":\"interfaces/TopologyDescriptionOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2934,\"kind\":1024,\"name\":\"heartbeatFrequencyMS\",\"url\":\"interfaces/TopologyDescriptionOptions.html#heartbeatFrequencyMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TopologyDescriptionOptions\"},{\"id\":2935,\"kind\":1024,\"name\":\"localThresholdMS\",\"url\":\"interfaces/TopologyDescriptionOptions.html#localThresholdMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TopologyDescriptionOptions\"},{\"id\":2936,\"kind\":128,\"name\":\"ClientSession\",\"url\":\"classes/ClientSession.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2937,\"kind\":1024,\"name\":\"hasEnded\",\"url\":\"classes/ClientSession.html#hasEnded\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ClientSession\"},{\"id\":2938,\"kind\":1024,\"name\":\"clientOptions\",\"url\":\"classes/ClientSession.html#clientOptions\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ClientSession\"},{\"id\":2939,\"kind\":1024,\"name\":\"supports\",\"url\":\"classes/ClientSession.html#supports\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ClientSession\"},{\"id\":2940,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/ClientSession.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"ClientSession\"},{\"id\":2941,\"kind\":1024,\"name\":\"causalConsistency\",\"url\":\"classes/ClientSession.html#__type.causalConsistency\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ClientSession.__type\"},{\"id\":2942,\"kind\":1024,\"name\":\"clusterTime\",\"url\":\"classes/ClientSession.html#clusterTime\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ClientSession\"},{\"id\":2943,\"kind\":1024,\"name\":\"operationTime\",\"url\":\"classes/ClientSession.html#operationTime\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ClientSession\"},{\"id\":2944,\"kind\":1024,\"name\":\"explicit\",\"url\":\"classes/ClientSession.html#explicit\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ClientSession\"},{\"id\":2945,\"kind\":1024,\"name\":\"defaultTransactionOptions\",\"url\":\"classes/ClientSession.html#defaultTransactionOptions\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ClientSession\"},{\"id\":2946,\"kind\":1024,\"name\":\"transaction\",\"url\":\"classes/ClientSession.html#transaction\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ClientSession\"},{\"id\":2947,\"kind\":262144,\"name\":\"id\",\"url\":\"classes/ClientSession.html#id\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"ClientSession\"},{\"id\":2948,\"kind\":262144,\"name\":\"serverSession\",\"url\":\"classes/ClientSession.html#serverSession\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"ClientSession\"},{\"id\":2949,\"kind\":262144,\"name\":\"snapshotEnabled\",\"url\":\"classes/ClientSession.html#snapshotEnabled\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"ClientSession\"},{\"id\":2950,\"kind\":262144,\"name\":\"loadBalanced\",\"url\":\"classes/ClientSession.html#loadBalanced\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"ClientSession\"},{\"id\":2951,\"kind\":262144,\"name\":\"isPinned\",\"url\":\"classes/ClientSession.html#isPinned\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"ClientSession\"},{\"id\":2952,\"kind\":2048,\"name\":\"endSession\",\"url\":\"classes/ClientSession.html#endSession\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ClientSession\"},{\"id\":2953,\"kind\":2048,\"name\":\"advanceOperationTime\",\"url\":\"classes/ClientSession.html#advanceOperationTime\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ClientSession\"},{\"id\":2954,\"kind\":2048,\"name\":\"advanceClusterTime\",\"url\":\"classes/ClientSession.html#advanceClusterTime\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ClientSession\"},{\"id\":2955,\"kind\":2048,\"name\":\"equals\",\"url\":\"classes/ClientSession.html#equals\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ClientSession\"},{\"id\":2956,\"kind\":2048,\"name\":\"incrementTransactionNumber\",\"url\":\"classes/ClientSession.html#incrementTransactionNumber\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ClientSession\"},{\"id\":2957,\"kind\":2048,\"name\":\"inTransaction\",\"url\":\"classes/ClientSession.html#inTransaction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ClientSession\"},{\"id\":2958,\"kind\":2048,\"name\":\"startTransaction\",\"url\":\"classes/ClientSession.html#startTransaction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ClientSession\"},{\"id\":2959,\"kind\":2048,\"name\":\"commitTransaction\",\"url\":\"classes/ClientSession.html#commitTransaction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ClientSession\"},{\"id\":2960,\"kind\":2048,\"name\":\"abortTransaction\",\"url\":\"classes/ClientSession.html#abortTransaction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ClientSession\"},{\"id\":2961,\"kind\":2048,\"name\":\"toBSON\",\"url\":\"classes/ClientSession.html#toBSON\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ClientSession\"},{\"id\":2962,\"kind\":2048,\"name\":\"withTransaction\",\"url\":\"classes/ClientSession.html#withTransaction\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"ClientSession\"},{\"id\":2963,\"kind\":2048,\"name\":\"addListener\",\"url\":\"classes/ClientSession.html#addListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ClientSession\"},{\"id\":2964,\"kind\":2048,\"name\":\"on\",\"url\":\"classes/ClientSession.html#on\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ClientSession\"},{\"id\":2965,\"kind\":2048,\"name\":\"once\",\"url\":\"classes/ClientSession.html#once\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ClientSession\"},{\"id\":2966,\"kind\":2048,\"name\":\"removeListener\",\"url\":\"classes/ClientSession.html#removeListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ClientSession\"},{\"id\":2967,\"kind\":2048,\"name\":\"off\",\"url\":\"classes/ClientSession.html#off\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ClientSession\"},{\"id\":2968,\"kind\":2048,\"name\":\"removeAllListeners\",\"url\":\"classes/ClientSession.html#removeAllListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ClientSession\"},{\"id\":2969,\"kind\":2048,\"name\":\"listeners\",\"url\":\"classes/ClientSession.html#listeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ClientSession\"},{\"id\":2970,\"kind\":2048,\"name\":\"rawListeners\",\"url\":\"classes/ClientSession.html#rawListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ClientSession\"},{\"id\":2971,\"kind\":2048,\"name\":\"emit\",\"url\":\"classes/ClientSession.html#emit\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ClientSession\"},{\"id\":2972,\"kind\":2048,\"name\":\"listenerCount\",\"url\":\"classes/ClientSession.html#listenerCount\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ClientSession\"},{\"id\":2973,\"kind\":2048,\"name\":\"prependListener\",\"url\":\"classes/ClientSession.html#prependListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ClientSession\"},{\"id\":2974,\"kind\":2048,\"name\":\"prependOnceListener\",\"url\":\"classes/ClientSession.html#prependOnceListener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited\",\"parent\":\"ClientSession\"},{\"id\":2975,\"kind\":2048,\"name\":\"eventNames\",\"url\":\"classes/ClientSession.html#eventNames\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClientSession\"},{\"id\":2976,\"kind\":2048,\"name\":\"getMaxListeners\",\"url\":\"classes/ClientSession.html#getMaxListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClientSession\"},{\"id\":2977,\"kind\":2048,\"name\":\"setMaxListeners\",\"url\":\"classes/ClientSession.html#setMaxListeners\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"ClientSession\"},{\"id\":2978,\"kind\":4194304,\"name\":\"ClientSessionEvents\",\"url\":\"modules.html#ClientSessionEvents\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":2979,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules.html#ClientSessionEvents.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"ClientSessionEvents\"},{\"id\":2980,\"kind\":2048,\"name\":\"ended\",\"url\":\"modules.html#ClientSessionEvents.__type.ended\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"ClientSessionEvents.__type\"},{\"id\":2981,\"kind\":256,\"name\":\"ClientSessionOptions\",\"url\":\"interfaces/ClientSessionOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2982,\"kind\":1024,\"name\":\"causalConsistency\",\"url\":\"interfaces/ClientSessionOptions.html#causalConsistency\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ClientSessionOptions\"},{\"id\":2983,\"kind\":1024,\"name\":\"snapshot\",\"url\":\"interfaces/ClientSessionOptions.html#snapshot\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ClientSessionOptions\"},{\"id\":2984,\"kind\":1024,\"name\":\"defaultTransactionOptions\",\"url\":\"interfaces/ClientSessionOptions.html#defaultTransactionOptions\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ClientSessionOptions\"},{\"id\":2985,\"kind\":256,\"name\":\"EndSessionOptions\",\"url\":\"interfaces/EndSessionOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":2986,\"kind\":1024,\"name\":\"force\",\"url\":\"interfaces/EndSessionOptions.html#force\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EndSessionOptions\"},{\"id\":2987,\"kind\":1024,\"name\":\"forceClear\",\"url\":\"interfaces/EndSessionOptions.html#forceClear\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"EndSessionOptions\"},{\"id\":2988,\"kind\":128,\"name\":\"ServerSession\",\"url\":\"classes/ServerSession.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2989,\"kind\":1024,\"name\":\"id\",\"url\":\"classes/ServerSession.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ServerSession\"},{\"id\":2990,\"kind\":1024,\"name\":\"lastUse\",\"url\":\"classes/ServerSession.html#lastUse\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ServerSession\"},{\"id\":2991,\"kind\":1024,\"name\":\"txnNumber\",\"url\":\"classes/ServerSession.html#txnNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ServerSession\"},{\"id\":2992,\"kind\":1024,\"name\":\"isDirty\",\"url\":\"classes/ServerSession.html#isDirty\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"ServerSession\"},{\"id\":2993,\"kind\":2048,\"name\":\"hasTimedOut\",\"url\":\"classes/ServerSession.html#hasTimedOut\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ServerSession\"},{\"id\":2994,\"kind\":4194304,\"name\":\"ServerSessionId\",\"url\":\"modules.html#ServerSessionId\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":2995,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules.html#ServerSessionId.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"ServerSessionId\"},{\"id\":2996,\"kind\":1024,\"name\":\"id\",\"url\":\"modules.html#ServerSessionId.__type.id\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ServerSessionId.__type\"},{\"id\":2997,\"kind\":4194304,\"name\":\"WithTransactionCallback\",\"url\":\"modules.html#WithTransactionCallback\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":2998,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules.html#WithTransactionCallback.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"WithTransactionCallback\"},{\"id\":2999,\"kind\":4194304,\"name\":\"Sort\",\"url\":\"modules.html#Sort\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":3000,\"kind\":4194304,\"name\":\"SortDirection\",\"url\":\"modules.html#SortDirection\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":3001,\"kind\":128,\"name\":\"Transaction\",\"url\":\"classes/Transaction.html\",\"classes\":\"tsd-kind-class\"},{\"id\":3002,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Transaction.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Transaction\"},{\"id\":3003,\"kind\":1024,\"name\":\"options\",\"url\":\"classes/Transaction.html#options\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Transaction\"},{\"id\":3004,\"kind\":262144,\"name\":\"recoveryToken\",\"url\":\"classes/Transaction.html#recoveryToken\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"Transaction\"},{\"id\":3005,\"kind\":262144,\"name\":\"isPinned\",\"url\":\"classes/Transaction.html#isPinned\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"Transaction\"},{\"id\":3006,\"kind\":262144,\"name\":\"isStarting\",\"url\":\"classes/Transaction.html#isStarting\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"Transaction\"},{\"id\":3007,\"kind\":262144,\"name\":\"isActive\",\"url\":\"classes/Transaction.html#isActive\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"Transaction\"},{\"id\":3008,\"kind\":262144,\"name\":\"isCommitted\",\"url\":\"classes/Transaction.html#isCommitted\",\"classes\":\"tsd-kind-get-signature tsd-parent-kind-class\",\"parent\":\"Transaction\"},{\"id\":3009,\"kind\":256,\"name\":\"TransactionOptions\",\"url\":\"interfaces/TransactionOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":3010,\"kind\":1024,\"name\":\"readConcern\",\"url\":\"interfaces/TransactionOptions.html#readConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"TransactionOptions\"},{\"id\":3011,\"kind\":1024,\"name\":\"writeConcern\",\"url\":\"interfaces/TransactionOptions.html#writeConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"TransactionOptions\"},{\"id\":3012,\"kind\":1024,\"name\":\"readPreference\",\"url\":\"interfaces/TransactionOptions.html#readPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite\",\"parent\":\"TransactionOptions\"},{\"id\":3013,\"kind\":1024,\"name\":\"maxCommitTimeMS\",\"url\":\"interfaces/TransactionOptions.html#maxCommitTimeMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"TransactionOptions\"},{\"id\":3014,\"kind\":1024,\"name\":\"fullResponse\",\"url\":\"interfaces/TransactionOptions.html#fullResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TransactionOptions\"},{\"id\":3015,\"kind\":1024,\"name\":\"collation\",\"url\":\"interfaces/TransactionOptions.html#collation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TransactionOptions\"},{\"id\":3016,\"kind\":1024,\"name\":\"maxTimeMS\",\"url\":\"interfaces/TransactionOptions.html#maxTimeMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TransactionOptions\"},{\"id\":3017,\"kind\":1024,\"name\":\"comment\",\"url\":\"interfaces/TransactionOptions.html#comment\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TransactionOptions\"},{\"id\":3018,\"kind\":1024,\"name\":\"retryWrites\",\"url\":\"interfaces/TransactionOptions.html#retryWrites\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TransactionOptions\"},{\"id\":3019,\"kind\":1024,\"name\":\"dbName\",\"url\":\"interfaces/TransactionOptions.html#dbName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TransactionOptions\"},{\"id\":3020,\"kind\":1024,\"name\":\"authdb\",\"url\":\"interfaces/TransactionOptions.html#authdb\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TransactionOptions\"},{\"id\":3021,\"kind\":1024,\"name\":\"noResponse\",\"url\":\"interfaces/TransactionOptions.html#noResponse\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TransactionOptions\"},{\"id\":3022,\"kind\":1024,\"name\":\"session\",\"url\":\"interfaces/TransactionOptions.html#session\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TransactionOptions\"},{\"id\":3023,\"kind\":1024,\"name\":\"willRetryWrite\",\"url\":\"interfaces/TransactionOptions.html#willRetryWrite\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TransactionOptions\"},{\"id\":3024,\"kind\":1024,\"name\":\"omitReadPreference\",\"url\":\"interfaces/TransactionOptions.html#omitReadPreference\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TransactionOptions\"},{\"id\":3025,\"kind\":1024,\"name\":\"raw\",\"url\":\"interfaces/TransactionOptions.html#raw\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TransactionOptions\"},{\"id\":3026,\"kind\":1024,\"name\":\"enableUtf8Validation\",\"url\":\"interfaces/TransactionOptions.html#enableUtf8Validation\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TransactionOptions\"},{\"id\":3027,\"kind\":1024,\"name\":\"explain\",\"url\":\"interfaces/TransactionOptions.html#explain\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"TransactionOptions\"},{\"id\":3028,\"kind\":4194304,\"name\":\"Callback\",\"url\":\"modules.html#Callback\",\"classes\":\"tsd-kind-type-alias tsd-has-type-parameter\"},{\"id\":3029,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules.html#Callback.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Callback\"},{\"id\":3030,\"kind\":256,\"name\":\"ClientMetadata\",\"url\":\"interfaces/ClientMetadata.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":3031,\"kind\":1024,\"name\":\"driver\",\"url\":\"interfaces/ClientMetadata.html#driver\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ClientMetadata\"},{\"id\":3032,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/ClientMetadata.html#__type-1\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"ClientMetadata\"},{\"id\":3033,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/ClientMetadata.html#__type-1.name-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ClientMetadata.__type\"},{\"id\":3034,\"kind\":1024,\"name\":\"version\",\"url\":\"interfaces/ClientMetadata.html#__type-1.version\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ClientMetadata.__type\"},{\"id\":3035,\"kind\":1024,\"name\":\"os\",\"url\":\"interfaces/ClientMetadata.html#os\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ClientMetadata\"},{\"id\":3036,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/ClientMetadata.html#__type-2\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"ClientMetadata\"},{\"id\":3037,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/ClientMetadata.html#__type-2.type\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ClientMetadata.__type\"},{\"id\":3038,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/ClientMetadata.html#__type-2.name-2\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ClientMetadata.__type\"},{\"id\":3039,\"kind\":1024,\"name\":\"architecture\",\"url\":\"interfaces/ClientMetadata.html#__type-2.architecture\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ClientMetadata.__type\"},{\"id\":3040,\"kind\":1024,\"name\":\"version\",\"url\":\"interfaces/ClientMetadata.html#__type-2.version-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ClientMetadata.__type\"},{\"id\":3041,\"kind\":1024,\"name\":\"platform\",\"url\":\"interfaces/ClientMetadata.html#platform\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ClientMetadata\"},{\"id\":3042,\"kind\":1024,\"name\":\"version\",\"url\":\"interfaces/ClientMetadata.html#version-2\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ClientMetadata\"},{\"id\":3043,\"kind\":1024,\"name\":\"application\",\"url\":\"interfaces/ClientMetadata.html#application\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ClientMetadata\"},{\"id\":3044,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/ClientMetadata.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"ClientMetadata\"},{\"id\":3045,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/ClientMetadata.html#__type.name\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ClientMetadata.__type\"},{\"id\":3046,\"kind\":256,\"name\":\"ClientMetadataOptions\",\"url\":\"interfaces/ClientMetadataOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":3047,\"kind\":1024,\"name\":\"driverInfo\",\"url\":\"interfaces/ClientMetadataOptions.html#driverInfo\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ClientMetadataOptions\"},{\"id\":3048,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/ClientMetadataOptions.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"ClientMetadataOptions\"},{\"id\":3049,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/ClientMetadataOptions.html#__type.name\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ClientMetadataOptions.__type\"},{\"id\":3050,\"kind\":1024,\"name\":\"version\",\"url\":\"interfaces/ClientMetadataOptions.html#__type.version\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ClientMetadataOptions.__type\"},{\"id\":3051,\"kind\":1024,\"name\":\"platform\",\"url\":\"interfaces/ClientMetadataOptions.html#__type.platform\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"ClientMetadataOptions.__type\"},{\"id\":3052,\"kind\":1024,\"name\":\"appName\",\"url\":\"interfaces/ClientMetadataOptions.html#appName\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ClientMetadataOptions\"},{\"id\":3053,\"kind\":4194304,\"name\":\"EventEmitterWithState\",\"url\":\"modules.html#EventEmitterWithState\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":3054,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules.html#EventEmitterWithState.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"EventEmitterWithState\"},{\"id\":3055,\"kind\":128,\"name\":\"HostAddress\",\"url\":\"classes/HostAddress.html\",\"classes\":\"tsd-kind-class\"},{\"id\":3056,\"kind\":2048,\"name\":\"fromString\",\"url\":\"classes/HostAddress.html#fromString\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"HostAddress\"},{\"id\":3057,\"kind\":2048,\"name\":\"fromHostPort\",\"url\":\"classes/HostAddress.html#fromHostPort\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"HostAddress\"},{\"id\":3058,\"kind\":2048,\"name\":\"fromSrvRecord\",\"url\":\"classes/HostAddress.html#fromSrvRecord\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"HostAddress\"},{\"id\":3059,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/HostAddress.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"HostAddress\"},{\"id\":3060,\"kind\":1024,\"name\":\"host\",\"url\":\"classes/HostAddress.html#host\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"HostAddress\"},{\"id\":3061,\"kind\":1024,\"name\":\"port\",\"url\":\"classes/HostAddress.html#port\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"HostAddress\"},{\"id\":3062,\"kind\":1024,\"name\":\"socketPath\",\"url\":\"classes/HostAddress.html#socketPath\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"HostAddress\"},{\"id\":3063,\"kind\":1024,\"name\":\"isIPv6\",\"url\":\"classes/HostAddress.html#isIPv6\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"HostAddress\"},{\"id\":3064,\"kind\":2048,\"name\":\"inspect\",\"url\":\"classes/HostAddress.html#inspect\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"HostAddress\"},{\"id\":3065,\"kind\":2048,\"name\":\"toString\",\"url\":\"classes/HostAddress.html#toString\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"HostAddress\"},{\"id\":3066,\"kind\":128,\"name\":\"MongoDBNamespace\",\"url\":\"classes/MongoDBNamespace.html\",\"classes\":\"tsd-kind-class\"},{\"id\":3067,\"kind\":2048,\"name\":\"fromString\",\"url\":\"classes/MongoDBNamespace.html#fromString\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"MongoDBNamespace\"},{\"id\":3068,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/MongoDBNamespace.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"MongoDBNamespace\"},{\"id\":3069,\"kind\":1024,\"name\":\"db\",\"url\":\"classes/MongoDBNamespace.html#db\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"MongoDBNamespace\"},{\"id\":3070,\"kind\":1024,\"name\":\"collection\",\"url\":\"classes/MongoDBNamespace.html#collection\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"MongoDBNamespace\"},{\"id\":3071,\"kind\":2048,\"name\":\"toString\",\"url\":\"classes/MongoDBNamespace.html#toString\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MongoDBNamespace\"},{\"id\":3072,\"kind\":2048,\"name\":\"withCollection\",\"url\":\"classes/MongoDBNamespace.html#withCollection\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"MongoDBNamespace\"},{\"id\":3073,\"kind\":4194304,\"name\":\"W\",\"url\":\"modules.html#W\",\"classes\":\"tsd-kind-type-alias\"},{\"id\":3074,\"kind\":256,\"name\":\"WriteConcernOptions\",\"url\":\"interfaces/WriteConcernOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":3075,\"kind\":1024,\"name\":\"writeConcern\",\"url\":\"interfaces/WriteConcernOptions.html#writeConcern\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"WriteConcernOptions\"},{\"id\":3076,\"kind\":256,\"name\":\"WriteConcernSettings\",\"url\":\"interfaces/WriteConcernSettings.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":3077,\"kind\":1024,\"name\":\"w\",\"url\":\"interfaces/WriteConcernSettings.html#w\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"WriteConcernSettings\"},{\"id\":3078,\"kind\":1024,\"name\":\"wtimeoutMS\",\"url\":\"interfaces/WriteConcernSettings.html#wtimeoutMS\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"WriteConcernSettings\"},{\"id\":3079,\"kind\":1024,\"name\":\"journal\",\"url\":\"interfaces/WriteConcernSettings.html#journal\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"WriteConcernSettings\"},{\"id\":3080,\"kind\":1024,\"name\":\"j\",\"url\":\"interfaces/WriteConcernSettings.html#j\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"WriteConcernSettings\"},{\"id\":3081,\"kind\":1024,\"name\":\"wtimeout\",\"url\":\"interfaces/WriteConcernSettings.html#wtimeout\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"WriteConcernSettings\"},{\"id\":3082,\"kind\":1024,\"name\":\"fsync\",\"url\":\"interfaces/WriteConcernSettings.html#fsync\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"WriteConcernSettings\"}],\"index\":{\"version\":\"2.3.9\",\"fields\":[\"name\",\"parent\"],\"fieldVectors\":[[\"name/0\",[0,76.826]],[\"parent/0\",[]],[\"name/1\",[1,76.826]],[\"parent/1\",[]],[\"name/2\",[2,49.116]],[\"parent/2\",[]],[\"name/3\",[3,56.313]],[\"parent/3\",[2,4.631]],[\"name/4\",[4,71.682]],[\"parent/4\",[2,4.631]],[\"name/5\",[5,76.826]],[\"parent/5\",[2,4.631]],[\"name/6\",[6,63.741]],[\"parent/6\",[2,4.631]],[\"name/7\",[7,55.473]],[\"parent/7\",[2,4.631]],[\"name/8\",[8,46.49]],[\"parent/8\",[2,4.631]],[\"name/9\",[9,41.021]],[\"parent/9\",[2,4.631]],[\"name/10\",[10,43.388]],[\"parent/10\",[2,4.631]],[\"name/11\",[11,44.681]],[\"parent/11\",[2,4.631]],[\"name/12\",[12,45.545]],[\"parent/12\",[2,4.631]],[\"name/13\",[13,45.249]],[\"parent/13\",[2,4.631]],[\"name/14\",[14,45.85]],[\"parent/14\",[2,4.631]],[\"name/15\",[15,46.49]],[\"parent/15\",[2,4.631]],[\"name/16\",[16,46.49]],[\"parent/16\",[2,4.631]],[\"name/17\",[17,44.961]],[\"parent/17\",[2,4.631]],[\"name/18\",[18,46.165]],[\"parent/18\",[2,4.631]],[\"name/19\",[19,36.969]],[\"parent/19\",[2,4.631]],[\"name/20\",[20,46.165]],[\"parent/20\",[2,4.631]],[\"name/21\",[21,43.388]],[\"parent/21\",[2,4.631]],[\"name/22\",[22,44.409]],[\"parent/22\",[2,4.631]],[\"name/23\",[23,41.214]],[\"parent/23\",[2,4.631]],[\"name/24\",[24,45.545]],[\"parent/24\",[2,4.631]],[\"name/25\",[25,48.696]],[\"parent/25\",[]],[\"name/26\",[26,35.876]],[\"parent/26\",[25,4.592]],[\"name/27\",[27,40.104]],[\"parent/27\",[25,4.592]],[\"name/28\",[28,68.293]],[\"parent/28\",[25,4.592]],[\"name/29\",[29,71.682]],[\"parent/29\",[25,4.592]],[\"name/30\",[30,65.762]],[\"parent/30\",[25,4.592]],[\"name/31\",[31,43.388]],[\"parent/31\",[25,4.592]],[\"name/32\",[32,68.293]],[\"parent/32\",[25,4.592]],[\"name/33\",[33,68.293]],[\"parent/33\",[25,4.592]],[\"name/34\",[34,68.293]],[\"parent/34\",[25,4.592]],[\"name/35\",[35,68.293]],[\"parent/35\",[25,4.592]],[\"name/36\",[36,68.293]],[\"parent/36\",[25,4.592]],[\"name/37\",[37,65.762]],[\"parent/37\",[25,4.592]],[\"name/38\",[38,71.682]],[\"parent/38\",[25,4.592]],[\"name/39\",[39,68.293]],[\"parent/39\",[25,4.592]],[\"name/40\",[40,56.313]],[\"parent/40\",[25,4.592]],[\"name/41\",[41,59.357]],[\"parent/41\",[25,4.592]],[\"name/42\",[42,59.357]],[\"parent/42\",[25,4.592]],[\"name/43\",[43,44.681]],[\"parent/43\",[25,4.592]],[\"name/44\",[44,44.681]],[\"parent/44\",[25,4.592]],[\"name/45\",[45,44.409]],[\"parent/45\",[25,4.592]],[\"name/46\",[46,45.85]],[\"parent/46\",[25,4.592]],[\"name/47\",[47,45.85]],[\"parent/47\",[25,4.592]],[\"name/48\",[48,45.545]],[\"parent/48\",[25,4.592]],[\"name/49\",[49,57.229]],[\"parent/49\",[]],[\"name/50\",[26,35.876]],[\"parent/50\",[49,5.396]],[\"name/51\",[27,40.104]],[\"parent/51\",[49,5.396]],[\"name/52\",[31,43.388]],[\"parent/52\",[49,5.396]],[\"name/53\",[43,44.681]],[\"parent/53\",[49,5.396]],[\"name/54\",[44,44.681]],[\"parent/54\",[49,5.396]],[\"name/55\",[45,44.409]],[\"parent/55\",[49,5.396]],[\"name/56\",[46,45.85]],[\"parent/56\",[49,5.396]],[\"name/57\",[47,45.85]],[\"parent/57\",[49,5.396]],[\"name/58\",[48,45.545]],[\"parent/58\",[49,5.396]],[\"name/59\",[50,57.229]],[\"parent/59\",[]],[\"name/60\",[26,35.876]],[\"parent/60\",[50,5.396]],[\"name/61\",[27,40.104]],[\"parent/61\",[50,5.396]],[\"name/62\",[31,43.388]],[\"parent/62\",[50,5.396]],[\"name/63\",[43,44.681]],[\"parent/63\",[50,5.396]],[\"name/64\",[44,44.681]],[\"parent/64\",[50,5.396]],[\"name/65\",[45,44.409]],[\"parent/65\",[50,5.396]],[\"name/66\",[46,45.85]],[\"parent/66\",[50,5.396]],[\"name/67\",[47,45.85]],[\"parent/67\",[50,5.396]],[\"name/68\",[48,45.545]],[\"parent/68\",[50,5.396]],[\"name/69\",[51,57.229]],[\"parent/69\",[]],[\"name/70\",[26,35.876]],[\"parent/70\",[51,5.396]],[\"name/71\",[27,40.104]],[\"parent/71\",[51,5.396]],[\"name/72\",[31,43.388]],[\"parent/72\",[51,5.396]],[\"name/73\",[43,44.681]],[\"parent/73\",[51,5.396]],[\"name/74\",[44,44.681]],[\"parent/74\",[51,5.396]],[\"name/75\",[45,44.409]],[\"parent/75\",[51,5.396]],[\"name/76\",[46,45.85]],[\"parent/76\",[51,5.396]],[\"name/77\",[47,45.85]],[\"parent/77\",[51,5.396]],[\"name/78\",[48,45.545]],[\"parent/78\",[51,5.396]],[\"name/79\",[52,57.229]],[\"parent/79\",[]],[\"name/80\",[26,35.876]],[\"parent/80\",[52,5.396]],[\"name/81\",[27,40.104]],[\"parent/81\",[52,5.396]],[\"name/82\",[31,43.388]],[\"parent/82\",[52,5.396]],[\"name/83\",[43,44.681]],[\"parent/83\",[52,5.396]],[\"name/84\",[44,44.681]],[\"parent/84\",[52,5.396]],[\"name/85\",[45,44.409]],[\"parent/85\",[52,5.396]],[\"name/86\",[46,45.85]],[\"parent/86\",[52,5.396]],[\"name/87\",[47,45.85]],[\"parent/87\",[52,5.396]],[\"name/88\",[48,45.545]],[\"parent/88\",[52,5.396]],[\"name/89\",[53,57.229]],[\"parent/89\",[]],[\"name/90\",[26,35.876]],[\"parent/90\",[53,5.396]],[\"name/91\",[27,40.104]],[\"parent/91\",[53,5.396]],[\"name/92\",[31,43.388]],[\"parent/92\",[53,5.396]],[\"name/93\",[43,44.681]],[\"parent/93\",[53,5.396]],[\"name/94\",[44,44.681]],[\"parent/94\",[53,5.396]],[\"name/95\",[45,44.409]],[\"parent/95\",[53,5.396]],[\"name/96\",[46,45.85]],[\"parent/96\",[53,5.396]],[\"name/97\",[47,45.85]],[\"parent/97\",[53,5.396]],[\"name/98\",[48,45.545]],[\"parent/98\",[53,5.396]],[\"name/99\",[54,57.229]],[\"parent/99\",[]],[\"name/100\",[26,35.876]],[\"parent/100\",[54,5.396]],[\"name/101\",[27,40.104]],[\"parent/101\",[54,5.396]],[\"name/102\",[31,43.388]],[\"parent/102\",[54,5.396]],[\"name/103\",[43,44.681]],[\"parent/103\",[54,5.396]],[\"name/104\",[44,44.681]],[\"parent/104\",[54,5.396]],[\"name/105\",[45,44.409]],[\"parent/105\",[54,5.396]],[\"name/106\",[46,45.85]],[\"parent/106\",[54,5.396]],[\"name/107\",[47,45.85]],[\"parent/107\",[54,5.396]],[\"name/108\",[48,45.545]],[\"parent/108\",[54,5.396]],[\"name/109\",[55,57.229]],[\"parent/109\",[]],[\"name/110\",[26,35.876]],[\"parent/110\",[55,5.396]],[\"name/111\",[27,40.104]],[\"parent/111\",[55,5.396]],[\"name/112\",[31,43.388]],[\"parent/112\",[55,5.396]],[\"name/113\",[43,44.681]],[\"parent/113\",[55,5.396]],[\"name/114\",[44,44.681]],[\"parent/114\",[55,5.396]],[\"name/115\",[45,44.409]],[\"parent/115\",[55,5.396]],[\"name/116\",[46,45.85]],[\"parent/116\",[55,5.396]],[\"name/117\",[47,45.85]],[\"parent/117\",[55,5.396]],[\"name/118\",[48,45.545]],[\"parent/118\",[55,5.396]],[\"name/119\",[56,57.229]],[\"parent/119\",[]],[\"name/120\",[26,35.876]],[\"parent/120\",[56,5.396]],[\"name/121\",[27,40.104]],[\"parent/121\",[56,5.396]],[\"name/122\",[31,43.388]],[\"parent/122\",[56,5.396]],[\"name/123\",[43,44.681]],[\"parent/123\",[56,5.396]],[\"name/124\",[44,44.681]],[\"parent/124\",[56,5.396]],[\"name/125\",[45,44.409]],[\"parent/125\",[56,5.396]],[\"name/126\",[46,45.85]],[\"parent/126\",[56,5.396]],[\"name/127\",[47,45.85]],[\"parent/127\",[56,5.396]],[\"name/128\",[48,45.545]],[\"parent/128\",[56,5.396]],[\"name/129\",[57,57.229]],[\"parent/129\",[]],[\"name/130\",[26,35.876]],[\"parent/130\",[57,5.396]],[\"name/131\",[27,40.104]],[\"parent/131\",[57,5.396]],[\"name/132\",[31,43.388]],[\"parent/132\",[57,5.396]],[\"name/133\",[43,44.681]],[\"parent/133\",[57,5.396]],[\"name/134\",[44,44.681]],[\"parent/134\",[57,5.396]],[\"name/135\",[45,44.409]],[\"parent/135\",[57,5.396]],[\"name/136\",[46,45.85]],[\"parent/136\",[57,5.396]],[\"name/137\",[47,45.85]],[\"parent/137\",[57,5.396]],[\"name/138\",[48,45.545]],[\"parent/138\",[57,5.396]],[\"name/139\",[58,57.229]],[\"parent/139\",[]],[\"name/140\",[26,35.876]],[\"parent/140\",[58,5.396]],[\"name/141\",[27,40.104]],[\"parent/141\",[58,5.396]],[\"name/142\",[43,44.681]],[\"parent/142\",[58,5.396]],[\"name/143\",[44,44.681]],[\"parent/143\",[58,5.396]],[\"name/144\",[31,43.388]],[\"parent/144\",[58,5.396]],[\"name/145\",[45,44.409]],[\"parent/145\",[58,5.396]],[\"name/146\",[46,45.85]],[\"parent/146\",[58,5.396]],[\"name/147\",[47,45.85]],[\"parent/147\",[58,5.396]],[\"name/148\",[48,45.545]],[\"parent/148\",[58,5.396]],[\"name/149\",[59,57.229]],[\"parent/149\",[]],[\"name/150\",[26,35.876]],[\"parent/150\",[59,5.396]],[\"name/151\",[27,40.104]],[\"parent/151\",[59,5.396]],[\"name/152\",[31,43.388]],[\"parent/152\",[59,5.396]],[\"name/153\",[43,44.681]],[\"parent/153\",[59,5.396]],[\"name/154\",[44,44.681]],[\"parent/154\",[59,5.396]],[\"name/155\",[45,44.409]],[\"parent/155\",[59,5.396]],[\"name/156\",[46,45.85]],[\"parent/156\",[59,5.396]],[\"name/157\",[47,45.85]],[\"parent/157\",[59,5.396]],[\"name/158\",[48,45.545]],[\"parent/158\",[59,5.396]],[\"name/159\",[60,57.229]],[\"parent/159\",[]],[\"name/160\",[26,35.876]],[\"parent/160\",[60,5.396]],[\"name/161\",[27,40.104]],[\"parent/161\",[60,5.396]],[\"name/162\",[31,43.388]],[\"parent/162\",[60,5.396]],[\"name/163\",[43,44.681]],[\"parent/163\",[60,5.396]],[\"name/164\",[44,44.681]],[\"parent/164\",[60,5.396]],[\"name/165\",[45,44.409]],[\"parent/165\",[60,5.396]],[\"name/166\",[46,45.85]],[\"parent/166\",[60,5.396]],[\"name/167\",[47,45.85]],[\"parent/167\",[60,5.396]],[\"name/168\",[48,45.545]],[\"parent/168\",[60,5.396]],[\"name/169\",[61,57.229]],[\"parent/169\",[]],[\"name/170\",[26,35.876]],[\"parent/170\",[61,5.396]],[\"name/171\",[27,40.104]],[\"parent/171\",[61,5.396]],[\"name/172\",[31,43.388]],[\"parent/172\",[61,5.396]],[\"name/173\",[43,44.681]],[\"parent/173\",[61,5.396]],[\"name/174\",[44,44.681]],[\"parent/174\",[61,5.396]],[\"name/175\",[45,44.409]],[\"parent/175\",[61,5.396]],[\"name/176\",[46,45.85]],[\"parent/176\",[61,5.396]],[\"name/177\",[47,45.85]],[\"parent/177\",[61,5.396]],[\"name/178\",[48,45.545]],[\"parent/178\",[61,5.396]],[\"name/179\",[62,57.229]],[\"parent/179\",[]],[\"name/180\",[26,35.876]],[\"parent/180\",[62,5.396]],[\"name/181\",[27,40.104]],[\"parent/181\",[62,5.396]],[\"name/182\",[31,43.388]],[\"parent/182\",[62,5.396]],[\"name/183\",[43,44.681]],[\"parent/183\",[62,5.396]],[\"name/184\",[44,44.681]],[\"parent/184\",[62,5.396]],[\"name/185\",[45,44.409]],[\"parent/185\",[62,5.396]],[\"name/186\",[46,45.85]],[\"parent/186\",[62,5.396]],[\"name/187\",[47,45.85]],[\"parent/187\",[62,5.396]],[\"name/188\",[48,45.545]],[\"parent/188\",[62,5.396]],[\"name/189\",[63,57.229]],[\"parent/189\",[]],[\"name/190\",[26,35.876]],[\"parent/190\",[63,5.396]],[\"name/191\",[27,40.104]],[\"parent/191\",[63,5.396]],[\"name/192\",[31,43.388]],[\"parent/192\",[63,5.396]],[\"name/193\",[43,44.681]],[\"parent/193\",[63,5.396]],[\"name/194\",[44,44.681]],[\"parent/194\",[63,5.396]],[\"name/195\",[45,44.409]],[\"parent/195\",[63,5.396]],[\"name/196\",[46,45.85]],[\"parent/196\",[63,5.396]],[\"name/197\",[47,45.85]],[\"parent/197\",[63,5.396]],[\"name/198\",[48,45.545]],[\"parent/198\",[63,5.396]],[\"name/199\",[64,57.229]],[\"parent/199\",[]],[\"name/200\",[26,35.876]],[\"parent/200\",[64,5.396]],[\"name/201\",[27,40.104]],[\"parent/201\",[64,5.396]],[\"name/202\",[31,43.388]],[\"parent/202\",[64,5.396]],[\"name/203\",[43,44.681]],[\"parent/203\",[64,5.396]],[\"name/204\",[44,44.681]],[\"parent/204\",[64,5.396]],[\"name/205\",[45,44.409]],[\"parent/205\",[64,5.396]],[\"name/206\",[46,45.85]],[\"parent/206\",[64,5.396]],[\"name/207\",[47,45.85]],[\"parent/207\",[64,5.396]],[\"name/208\",[48,45.545]],[\"parent/208\",[64,5.396]],[\"name/209\",[65,57.229]],[\"parent/209\",[]],[\"name/210\",[26,35.876]],[\"parent/210\",[65,5.396]],[\"name/211\",[27,40.104]],[\"parent/211\",[65,5.396]],[\"name/212\",[31,43.388]],[\"parent/212\",[65,5.396]],[\"name/213\",[43,44.681]],[\"parent/213\",[65,5.396]],[\"name/214\",[44,44.681]],[\"parent/214\",[65,5.396]],[\"name/215\",[45,44.409]],[\"parent/215\",[65,5.396]],[\"name/216\",[46,45.85]],[\"parent/216\",[65,5.396]],[\"name/217\",[47,45.85]],[\"parent/217\",[65,5.396]],[\"name/218\",[48,45.545]],[\"parent/218\",[65,5.396]],[\"name/219\",[66,57.229]],[\"parent/219\",[]],[\"name/220\",[26,35.876]],[\"parent/220\",[66,5.396]],[\"name/221\",[27,40.104]],[\"parent/221\",[66,5.396]],[\"name/222\",[31,43.388]],[\"parent/222\",[66,5.396]],[\"name/223\",[43,44.681]],[\"parent/223\",[66,5.396]],[\"name/224\",[44,44.681]],[\"parent/224\",[66,5.396]],[\"name/225\",[45,44.409]],[\"parent/225\",[66,5.396]],[\"name/226\",[46,45.85]],[\"parent/226\",[66,5.396]],[\"name/227\",[47,45.85]],[\"parent/227\",[66,5.396]],[\"name/228\",[48,45.545]],[\"parent/228\",[66,5.396]],[\"name/229\",[67,57.229]],[\"parent/229\",[]],[\"name/230\",[26,35.876]],[\"parent/230\",[67,5.396]],[\"name/231\",[27,40.104]],[\"parent/231\",[67,5.396]],[\"name/232\",[31,43.388]],[\"parent/232\",[67,5.396]],[\"name/233\",[43,44.681]],[\"parent/233\",[67,5.396]],[\"name/234\",[44,44.681]],[\"parent/234\",[67,5.396]],[\"name/235\",[45,44.409]],[\"parent/235\",[67,5.396]],[\"name/236\",[46,45.85]],[\"parent/236\",[67,5.396]],[\"name/237\",[47,45.85]],[\"parent/237\",[67,5.396]],[\"name/238\",[48,45.545]],[\"parent/238\",[67,5.396]],[\"name/239\",[68,57.229]],[\"parent/239\",[]],[\"name/240\",[26,35.876]],[\"parent/240\",[68,5.396]],[\"name/241\",[27,40.104]],[\"parent/241\",[68,5.396]],[\"name/242\",[31,43.388]],[\"parent/242\",[68,5.396]],[\"name/243\",[43,44.681]],[\"parent/243\",[68,5.396]],[\"name/244\",[44,44.681]],[\"parent/244\",[68,5.396]],[\"name/245\",[45,44.409]],[\"parent/245\",[68,5.396]],[\"name/246\",[46,45.85]],[\"parent/246\",[68,5.396]],[\"name/247\",[47,45.85]],[\"parent/247\",[68,5.396]],[\"name/248\",[48,45.545]],[\"parent/248\",[68,5.396]],[\"name/249\",[69,57.229]],[\"parent/249\",[]],[\"name/250\",[26,35.876]],[\"parent/250\",[69,5.396]],[\"name/251\",[27,40.104]],[\"parent/251\",[69,5.396]],[\"name/252\",[31,43.388]],[\"parent/252\",[69,5.396]],[\"name/253\",[43,44.681]],[\"parent/253\",[69,5.396]],[\"name/254\",[44,44.681]],[\"parent/254\",[69,5.396]],[\"name/255\",[45,44.409]],[\"parent/255\",[69,5.396]],[\"name/256\",[46,45.85]],[\"parent/256\",[69,5.396]],[\"name/257\",[47,45.85]],[\"parent/257\",[69,5.396]],[\"name/258\",[48,45.545]],[\"parent/258\",[69,5.396]],[\"name/259\",[70,57.229]],[\"parent/259\",[]],[\"name/260\",[26,35.876]],[\"parent/260\",[70,5.396]],[\"name/261\",[27,40.104]],[\"parent/261\",[70,5.396]],[\"name/262\",[31,43.388]],[\"parent/262\",[70,5.396]],[\"name/263\",[43,44.681]],[\"parent/263\",[70,5.396]],[\"name/264\",[44,44.681]],[\"parent/264\",[70,5.396]],[\"name/265\",[45,44.409]],[\"parent/265\",[70,5.396]],[\"name/266\",[46,45.85]],[\"parent/266\",[70,5.396]],[\"name/267\",[47,45.85]],[\"parent/267\",[70,5.396]],[\"name/268\",[48,45.545]],[\"parent/268\",[70,5.396]],[\"name/269\",[71,57.229]],[\"parent/269\",[]],[\"name/270\",[26,35.876]],[\"parent/270\",[71,5.396]],[\"name/271\",[27,40.104]],[\"parent/271\",[71,5.396]],[\"name/272\",[31,43.388]],[\"parent/272\",[71,5.396]],[\"name/273\",[43,44.681]],[\"parent/273\",[71,5.396]],[\"name/274\",[44,44.681]],[\"parent/274\",[71,5.396]],[\"name/275\",[45,44.409]],[\"parent/275\",[71,5.396]],[\"name/276\",[46,45.85]],[\"parent/276\",[71,5.396]],[\"name/277\",[47,45.85]],[\"parent/277\",[71,5.396]],[\"name/278\",[48,45.545]],[\"parent/278\",[71,5.396]],[\"name/279\",[72,53.978]],[\"parent/279\",[]],[\"name/280\",[26,35.876]],[\"parent/280\",[72,5.09]],[\"name/281\",[27,40.104]],[\"parent/281\",[72,5.09]],[\"name/282\",[39,68.293]],[\"parent/282\",[72,5.09]],[\"name/283\",[40,56.313]],[\"parent/283\",[72,5.09]],[\"name/284\",[41,59.357]],[\"parent/284\",[72,5.09]],[\"name/285\",[42,59.357]],[\"parent/285\",[72,5.09]],[\"name/286\",[31,43.388]],[\"parent/286\",[72,5.09]],[\"name/287\",[43,44.681]],[\"parent/287\",[72,5.09]],[\"name/288\",[44,44.681]],[\"parent/288\",[72,5.09]],[\"name/289\",[45,44.409]],[\"parent/289\",[72,5.09]],[\"name/290\",[46,45.85]],[\"parent/290\",[72,5.09]],[\"name/291\",[47,45.85]],[\"parent/291\",[72,5.09]],[\"name/292\",[48,45.545]],[\"parent/292\",[72,5.09]],[\"name/293\",[73,56.313]],[\"parent/293\",[]],[\"name/294\",[26,35.876]],[\"parent/294\",[73,5.31]],[\"name/295\",[27,40.104]],[\"parent/295\",[73,5.31]],[\"name/296\",[31,43.388]],[\"parent/296\",[73,5.31]],[\"name/297\",[74,65.762]],[\"parent/297\",[73,5.31]],[\"name/298\",[43,44.681]],[\"parent/298\",[73,5.31]],[\"name/299\",[44,44.681]],[\"parent/299\",[73,5.31]],[\"name/300\",[45,44.409]],[\"parent/300\",[73,5.31]],[\"name/301\",[46,45.85]],[\"parent/301\",[73,5.31]],[\"name/302\",[47,45.85]],[\"parent/302\",[73,5.31]],[\"name/303\",[48,45.545]],[\"parent/303\",[73,5.31]],[\"name/304\",[75,56.313]],[\"parent/304\",[]],[\"name/305\",[26,35.876]],[\"parent/305\",[75,5.31]],[\"name/306\",[27,40.104]],[\"parent/306\",[75,5.31]],[\"name/307\",[74,65.762]],[\"parent/307\",[75,5.31]],[\"name/308\",[31,43.388]],[\"parent/308\",[75,5.31]],[\"name/309\",[43,44.681]],[\"parent/309\",[75,5.31]],[\"name/310\",[44,44.681]],[\"parent/310\",[75,5.31]],[\"name/311\",[45,44.409]],[\"parent/311\",[75,5.31]],[\"name/312\",[46,45.85]],[\"parent/312\",[75,5.31]],[\"name/313\",[47,45.85]],[\"parent/313\",[75,5.31]],[\"name/314\",[48,45.545]],[\"parent/314\",[75,5.31]],[\"name/315\",[76,57.229]],[\"parent/315\",[]],[\"name/316\",[26,35.876]],[\"parent/316\",[76,5.396]],[\"name/317\",[27,40.104]],[\"parent/317\",[76,5.396]],[\"name/318\",[31,43.388]],[\"parent/318\",[76,5.396]],[\"name/319\",[43,44.681]],[\"parent/319\",[76,5.396]],[\"name/320\",[44,44.681]],[\"parent/320\",[76,5.396]],[\"name/321\",[45,44.409]],[\"parent/321\",[76,5.396]],[\"name/322\",[46,45.85]],[\"parent/322\",[76,5.396]],[\"name/323\",[47,45.85]],[\"parent/323\",[76,5.396]],[\"name/324\",[48,45.545]],[\"parent/324\",[76,5.396]],[\"name/325\",[77,57.229]],[\"parent/325\",[]],[\"name/326\",[26,35.876]],[\"parent/326\",[77,5.396]],[\"name/327\",[27,40.104]],[\"parent/327\",[77,5.396]],[\"name/328\",[31,43.388]],[\"parent/328\",[77,5.396]],[\"name/329\",[43,44.681]],[\"parent/329\",[77,5.396]],[\"name/330\",[44,44.681]],[\"parent/330\",[77,5.396]],[\"name/331\",[45,44.409]],[\"parent/331\",[77,5.396]],[\"name/332\",[46,45.85]],[\"parent/332\",[77,5.396]],[\"name/333\",[47,45.85]],[\"parent/333\",[77,5.396]],[\"name/334\",[48,45.545]],[\"parent/334\",[77,5.396]],[\"name/335\",[78,57.229]],[\"parent/335\",[]],[\"name/336\",[26,35.876]],[\"parent/336\",[78,5.396]],[\"name/337\",[27,40.104]],[\"parent/337\",[78,5.396]],[\"name/338\",[31,43.388]],[\"parent/338\",[78,5.396]],[\"name/339\",[43,44.681]],[\"parent/339\",[78,5.396]],[\"name/340\",[44,44.681]],[\"parent/340\",[78,5.396]],[\"name/341\",[45,44.409]],[\"parent/341\",[78,5.396]],[\"name/342\",[46,45.85]],[\"parent/342\",[78,5.396]],[\"name/343\",[47,45.85]],[\"parent/343\",[78,5.396]],[\"name/344\",[48,45.545]],[\"parent/344\",[78,5.396]],[\"name/345\",[79,57.229]],[\"parent/345\",[]],[\"name/346\",[26,35.876]],[\"parent/346\",[79,5.396]],[\"name/347\",[27,40.104]],[\"parent/347\",[79,5.396]],[\"name/348\",[31,43.388]],[\"parent/348\",[79,5.396]],[\"name/349\",[43,44.681]],[\"parent/349\",[79,5.396]],[\"name/350\",[44,44.681]],[\"parent/350\",[79,5.396]],[\"name/351\",[45,44.409]],[\"parent/351\",[79,5.396]],[\"name/352\",[46,45.85]],[\"parent/352\",[79,5.396]],[\"name/353\",[47,45.85]],[\"parent/353\",[79,5.396]],[\"name/354\",[48,45.545]],[\"parent/354\",[79,5.396]],[\"name/355\",[80,53.307]],[\"parent/355\",[]],[\"name/356\",[26,35.876]],[\"parent/356\",[80,5.026]],[\"name/357\",[27,40.104]],[\"parent/357\",[80,5.026]],[\"name/358\",[28,68.293]],[\"parent/358\",[80,5.026]],[\"name/359\",[31,43.388]],[\"parent/359\",[80,5.026]],[\"name/360\",[39,68.293]],[\"parent/360\",[80,5.026]],[\"name/361\",[40,56.313]],[\"parent/361\",[80,5.026]],[\"name/362\",[41,59.357]],[\"parent/362\",[80,5.026]],[\"name/363\",[42,59.357]],[\"parent/363\",[80,5.026]],[\"name/364\",[43,44.681]],[\"parent/364\",[80,5.026]],[\"name/365\",[44,44.681]],[\"parent/365\",[80,5.026]],[\"name/366\",[45,44.409]],[\"parent/366\",[80,5.026]],[\"name/367\",[46,45.85]],[\"parent/367\",[80,5.026]],[\"name/368\",[47,45.85]],[\"parent/368\",[80,5.026]],[\"name/369\",[48,45.545]],[\"parent/369\",[80,5.026]],[\"name/370\",[81,43.149]],[\"parent/370\",[]],[\"name/371\",[82,52.085]],[\"parent/371\",[81,4.069]],[\"name/372\",[83,56.313]],[\"parent/372\",[81,4.069]],[\"name/373\",[84,59.357]],[\"parent/373\",[81,4.069]],[\"name/374\",[19,36.969]],[\"parent/374\",[81,4.069]],[\"name/375\",[9,41.021]],[\"parent/375\",[81,4.069]],[\"name/376\",[85,62.059]],[\"parent/376\",[81,4.069]],[\"name/377\",[86,63.741]],[\"parent/377\",[81,4.069]],[\"name/378\",[87,53.978]],[\"parent/378\",[81,4.069]],[\"name/379\",[88,63.741]],[\"parent/379\",[81,4.069]],[\"name/380\",[89,63.741]],[\"parent/380\",[81,4.069]],[\"name/381\",[90,60.618]],[\"parent/381\",[81,4.069]],[\"name/382\",[91,62.059]],[\"parent/382\",[81,4.069]],[\"name/383\",[92,60.618]],[\"parent/383\",[81,4.069]],[\"name/384\",[93,62.059]],[\"parent/384\",[81,4.069]],[\"name/385\",[94,63.741]],[\"parent/385\",[81,4.069]],[\"name/386\",[82,52.085]],[\"parent/386\",[81,4.069]],[\"name/387\",[95,63.741]],[\"parent/387\",[81,4.069]],[\"name/388\",[96,63.741]],[\"parent/388\",[81,4.069]],[\"name/389\",[97,63.741]],[\"parent/389\",[81,4.069]],[\"name/390\",[98,63.741]],[\"parent/390\",[81,4.069]],[\"name/391\",[99,63.741]],[\"parent/391\",[81,4.069]],[\"name/392\",[11,44.681]],[\"parent/392\",[81,4.069]],[\"name/393\",[100,53.978]],[\"parent/393\",[81,4.069]],[\"name/394\",[101,63.741]],[\"parent/394\",[81,4.069]],[\"name/395\",[102,63.741]],[\"parent/395\",[81,4.069]],[\"name/396\",[103,63.741]],[\"parent/396\",[81,4.069]],[\"name/397\",[104,56.313]],[\"parent/397\",[81,4.069]],[\"name/398\",[105,56.313]],[\"parent/398\",[81,4.069]],[\"name/399\",[106,56.313]],[\"parent/399\",[81,4.069]],[\"name/400\",[107,56.313]],[\"parent/400\",[81,4.069]],[\"name/401\",[108,56.313]],[\"parent/401\",[81,4.069]],[\"name/402\",[109,56.313]],[\"parent/402\",[81,4.069]],[\"name/403\",[110,56.313]],[\"parent/403\",[81,4.069]],[\"name/404\",[111,56.313]],[\"parent/404\",[81,4.069]],[\"name/405\",[112,56.313]],[\"parent/405\",[81,4.069]],[\"name/406\",[113,56.313]],[\"parent/406\",[81,4.069]],[\"name/407\",[114,56.313]],[\"parent/407\",[81,4.069]],[\"name/408\",[115,56.313]],[\"parent/408\",[81,4.069]],[\"name/409\",[116,56.313]],[\"parent/409\",[81,4.069]],[\"name/410\",[117,56.313]],[\"parent/410\",[81,4.069]],[\"name/411\",[118,56.313]],[\"parent/411\",[81,4.069]],[\"name/412\",[119,55.473]],[\"parent/412\",[]],[\"name/413\",[120,68.293]],[\"parent/413\",[119,5.231]],[\"name/414\",[121,76.826]],[\"parent/414\",[119,5.231]],[\"name/415\",[122,76.826]],[\"parent/415\",[119,5.231]],[\"name/416\",[123,76.826]],[\"parent/416\",[119,5.231]],[\"name/417\",[124,76.826]],[\"parent/417\",[119,5.231]],[\"name/418\",[125,71.682]],[\"parent/418\",[119,5.231]],[\"name/419\",[126,71.682]],[\"parent/419\",[119,5.231]],[\"name/420\",[127,76.826]],[\"parent/420\",[119,5.231]],[\"name/421\",[128,76.826]],[\"parent/421\",[119,5.231]],[\"name/422\",[129,76.826]],[\"parent/422\",[119,5.231]],[\"name/423\",[130,40.461]],[\"parent/423\",[]],[\"name/424\",[82,52.085]],[\"parent/424\",[130,3.815]],[\"name/425\",[131,68.293]],[\"parent/425\",[130,3.815]],[\"name/426\",[102,63.741]],[\"parent/426\",[130,3.815]],[\"name/427\",[97,63.741]],[\"parent/427\",[130,3.815]],[\"name/428\",[24,45.545]],[\"parent/428\",[130,3.815]],[\"name/429\",[132,76.826]],[\"parent/429\",[130,3.815]],[\"name/430\",[133,60.618]],[\"parent/430\",[130,3.815]],[\"name/431\",[134,76.826]],[\"parent/431\",[130,3.815]],[\"name/432\",[135,62.059]],[\"parent/432\",[130,3.815]],[\"name/433\",[136,71.682]],[\"parent/433\",[130,3.815]],[\"name/434\",[137,76.826]],[\"parent/434\",[130,3.815]],[\"name/435\",[138,76.826]],[\"parent/435\",[130,3.815]],[\"name/436\",[139,60.618]],[\"parent/436\",[130,3.815]],[\"name/437\",[140,56.313]],[\"parent/437\",[130,3.815]],[\"name/438\",[141,76.826]],[\"parent/438\",[130,3.815]],[\"name/439\",[142,76.826]],[\"parent/439\",[130,3.815]],[\"name/440\",[83,56.313]],[\"parent/440\",[130,3.815]],[\"name/441\",[84,59.357]],[\"parent/441\",[130,3.815]],[\"name/442\",[19,36.969]],[\"parent/442\",[130,3.815]],[\"name/443\",[9,41.021]],[\"parent/443\",[130,3.815]],[\"name/444\",[85,62.059]],[\"parent/444\",[130,3.815]],[\"name/445\",[86,63.741]],[\"parent/445\",[130,3.815]],[\"name/446\",[87,53.978]],[\"parent/446\",[130,3.815]],[\"name/447\",[88,63.741]],[\"parent/447\",[130,3.815]],[\"name/448\",[89,63.741]],[\"parent/448\",[130,3.815]],[\"name/449\",[90,60.618]],[\"parent/449\",[130,3.815]],[\"name/450\",[91,62.059]],[\"parent/450\",[130,3.815]],[\"name/451\",[92,60.618]],[\"parent/451\",[130,3.815]],[\"name/452\",[93,62.059]],[\"parent/452\",[130,3.815]],[\"name/453\",[94,63.741]],[\"parent/453\",[130,3.815]],[\"name/454\",[82,52.085]],[\"parent/454\",[130,3.815]],[\"name/455\",[95,63.741]],[\"parent/455\",[130,3.815]],[\"name/456\",[96,63.741]],[\"parent/456\",[130,3.815]],[\"name/457\",[98,63.741]],[\"parent/457\",[130,3.815]],[\"name/458\",[99,63.741]],[\"parent/458\",[130,3.815]],[\"name/459\",[11,44.681]],[\"parent/459\",[130,3.815]],[\"name/460\",[100,53.978]],[\"parent/460\",[130,3.815]],[\"name/461\",[101,63.741]],[\"parent/461\",[130,3.815]],[\"name/462\",[103,63.741]],[\"parent/462\",[130,3.815]],[\"name/463\",[104,56.313]],[\"parent/463\",[130,3.815]],[\"name/464\",[105,56.313]],[\"parent/464\",[130,3.815]],[\"name/465\",[106,56.313]],[\"parent/465\",[130,3.815]],[\"name/466\",[107,56.313]],[\"parent/466\",[130,3.815]],[\"name/467\",[108,56.313]],[\"parent/467\",[130,3.815]],[\"name/468\",[109,56.313]],[\"parent/468\",[130,3.815]],[\"name/469\",[110,56.313]],[\"parent/469\",[130,3.815]],[\"name/470\",[111,56.313]],[\"parent/470\",[130,3.815]],[\"name/471\",[112,56.313]],[\"parent/471\",[130,3.815]],[\"name/472\",[113,56.313]],[\"parent/472\",[130,3.815]],[\"name/473\",[114,56.313]],[\"parent/473\",[130,3.815]],[\"name/474\",[115,56.313]],[\"parent/474\",[130,3.815]],[\"name/475\",[116,56.313]],[\"parent/475\",[130,3.815]],[\"name/476\",[117,56.313]],[\"parent/476\",[130,3.815]],[\"name/477\",[118,56.313]],[\"parent/477\",[130,3.815]],[\"name/478\",[143,50.011]],[\"parent/478\",[]],[\"name/479\",[27,40.104]],[\"parent/479\",[143,4.716]],[\"name/480\",[104,56.313]],[\"parent/480\",[143,4.716]],[\"name/481\",[105,56.313]],[\"parent/481\",[143,4.716]],[\"name/482\",[106,56.313]],[\"parent/482\",[143,4.716]],[\"name/483\",[107,56.313]],[\"parent/483\",[143,4.716]],[\"name/484\",[108,56.313]],[\"parent/484\",[143,4.716]],[\"name/485\",[109,56.313]],[\"parent/485\",[143,4.716]],[\"name/486\",[110,56.313]],[\"parent/486\",[143,4.716]],[\"name/487\",[111,56.313]],[\"parent/487\",[143,4.716]],[\"name/488\",[112,56.313]],[\"parent/488\",[143,4.716]],[\"name/489\",[113,56.313]],[\"parent/489\",[143,4.716]],[\"name/490\",[114,56.313]],[\"parent/490\",[143,4.716]],[\"name/491\",[115,56.313]],[\"parent/491\",[143,4.716]],[\"name/492\",[116,56.313]],[\"parent/492\",[143,4.716]],[\"name/493\",[117,56.313]],[\"parent/493\",[143,4.716]],[\"name/494\",[118,56.313]],[\"parent/494\",[143,4.716]],[\"name/495\",[144,44.409]],[\"parent/495\",[]],[\"name/496\",[145,76.826]],[\"parent/496\",[144,4.187]],[\"name/497\",[146,76.826]],[\"parent/497\",[144,4.187]],[\"name/498\",[147,71.682]],[\"parent/498\",[144,4.187]],[\"name/499\",[82,52.085]],[\"parent/499\",[144,4.187]],[\"name/500\",[148,76.826]],[\"parent/500\",[144,4.187]],[\"name/501\",[149,60.618]],[\"parent/501\",[144,4.187]],[\"name/502\",[150,62.059]],[\"parent/502\",[144,4.187]],[\"name/503\",[151,76.826]],[\"parent/503\",[144,4.187]],[\"name/504\",[131,68.293]],[\"parent/504\",[144,4.187]],[\"name/505\",[152,55.473]],[\"parent/505\",[144,4.187]],[\"name/506\",[153,68.293]],[\"parent/506\",[144,4.187]],[\"name/507\",[84,59.357]],[\"parent/507\",[144,4.187]],[\"name/508\",[154,60.618]],[\"parent/508\",[144,4.187]],[\"name/509\",[155,76.826]],[\"parent/509\",[144,4.187]],[\"name/510\",[156,71.682]],[\"parent/510\",[144,4.187]],[\"name/511\",[91,62.059]],[\"parent/511\",[144,4.187]],[\"name/512\",[92,60.618]],[\"parent/512\",[144,4.187]],[\"name/513\",[93,62.059]],[\"parent/513\",[144,4.187]],[\"name/514\",[85,62.059]],[\"parent/514\",[144,4.187]],[\"name/515\",[82,52.085]],[\"parent/515\",[144,4.187]],[\"name/516\",[90,60.618]],[\"parent/516\",[144,4.187]],[\"name/517\",[104,56.313]],[\"parent/517\",[144,4.187]],[\"name/518\",[105,56.313]],[\"parent/518\",[144,4.187]],[\"name/519\",[106,56.313]],[\"parent/519\",[144,4.187]],[\"name/520\",[107,56.313]],[\"parent/520\",[144,4.187]],[\"name/521\",[108,56.313]],[\"parent/521\",[144,4.187]],[\"name/522\",[109,56.313]],[\"parent/522\",[144,4.187]],[\"name/523\",[110,56.313]],[\"parent/523\",[144,4.187]],[\"name/524\",[111,56.313]],[\"parent/524\",[144,4.187]],[\"name/525\",[112,56.313]],[\"parent/525\",[144,4.187]],[\"name/526\",[113,56.313]],[\"parent/526\",[144,4.187]],[\"name/527\",[114,56.313]],[\"parent/527\",[144,4.187]],[\"name/528\",[115,56.313]],[\"parent/528\",[144,4.187]],[\"name/529\",[116,56.313]],[\"parent/529\",[144,4.187]],[\"name/530\",[117,56.313]],[\"parent/530\",[144,4.187]],[\"name/531\",[118,56.313]],[\"parent/531\",[144,4.187]],[\"name/532\",[157,41.214]],[\"parent/532\",[]],[\"name/533\",[14,45.85]],[\"parent/533\",[157,3.886]],[\"name/534\",[158,76.826]],[\"parent/534\",[157,3.886]],[\"name/535\",[84,59.357]],[\"parent/535\",[157,3.886]],[\"name/536\",[9,41.021]],[\"parent/536\",[157,3.886]],[\"name/537\",[19,36.969]],[\"parent/537\",[157,3.886]],[\"name/538\",[159,62.059]],[\"parent/538\",[157,3.886]],[\"name/539\",[23,41.214]],[\"parent/539\",[157,3.886]],[\"name/540\",[160,49.554]],[\"parent/540\",[157,3.886]],[\"name/541\",[161,76.826]],[\"parent/541\",[157,3.886]],[\"name/542\",[162,76.826]],[\"parent/542\",[157,3.886]],[\"name/543\",[163,76.826]],[\"parent/543\",[157,3.886]],[\"name/544\",[164,71.682]],[\"parent/544\",[157,3.886]],[\"name/545\",[165,71.682]],[\"parent/545\",[157,3.886]],[\"name/546\",[166,76.826]],[\"parent/546\",[157,3.886]],[\"name/547\",[167,71.682]],[\"parent/547\",[157,3.886]],[\"name/548\",[168,76.826]],[\"parent/548\",[157,3.886]],[\"name/549\",[169,71.682]],[\"parent/549\",[157,3.886]],[\"name/550\",[170,71.682]],[\"parent/550\",[157,3.886]],[\"name/551\",[171,76.826]],[\"parent/551\",[157,3.886]],[\"name/552\",[172,63.741]],[\"parent/552\",[157,3.886]],[\"name/553\",[152,55.473]],[\"parent/553\",[157,3.886]],[\"name/554\",[173,76.826]],[\"parent/554\",[157,3.886]],[\"name/555\",[174,71.682]],[\"parent/555\",[157,3.886]],[\"name/556\",[175,76.826]],[\"parent/556\",[157,3.886]],[\"name/557\",[176,76.826]],[\"parent/557\",[157,3.886]],[\"name/558\",[177,76.826]],[\"parent/558\",[157,3.886]],[\"name/559\",[178,76.826]],[\"parent/559\",[157,3.886]],[\"name/560\",[179,76.826]],[\"parent/560\",[157,3.886]],[\"name/561\",[180,71.682]],[\"parent/561\",[157,3.886]],[\"name/562\",[181,76.826]],[\"parent/562\",[157,3.886]],[\"name/563\",[182,76.826]],[\"parent/563\",[157,3.886]],[\"name/564\",[183,76.826]],[\"parent/564\",[157,3.886]],[\"name/565\",[184,76.826]],[\"parent/565\",[157,3.886]],[\"name/566\",[185,71.682]],[\"parent/566\",[157,3.886]],[\"name/567\",[186,76.826]],[\"parent/567\",[157,3.886]],[\"name/568\",[187,76.826]],[\"parent/568\",[157,3.886]],[\"name/569\",[188,76.826]],[\"parent/569\",[157,3.886]],[\"name/570\",[189,71.682]],[\"parent/570\",[157,3.886]],[\"name/571\",[190,68.293]],[\"parent/571\",[157,3.886]],[\"name/572\",[191,76.826]],[\"parent/572\",[157,3.886]],[\"name/573\",[192,76.826]],[\"parent/573\",[157,3.886]],[\"name/574\",[193,76.826]],[\"parent/574\",[157,3.886]],[\"name/575\",[194,65.762]],[\"parent/575\",[157,3.886]],[\"name/576\",[195,48.293]],[\"parent/576\",[157,3.886]],[\"name/577\",[196,60.618]],[\"parent/577\",[157,3.886]],[\"name/578\",[197,62.059]],[\"parent/578\",[157,3.886]],[\"name/579\",[198,68.293]],[\"parent/579\",[157,3.886]],[\"name/580\",[199,68.293]],[\"parent/580\",[157,3.886]],[\"name/581\",[200,42.462]],[\"parent/581\",[]],[\"name/582\",[201,76.826]],[\"parent/582\",[200,4.004]],[\"name/583\",[202,76.826]],[\"parent/583\",[200,4.004]],[\"name/584\",[203,76.826]],[\"parent/584\",[200,4.004]],[\"name/585\",[204,76.826]],[\"parent/585\",[200,4.004]],[\"name/586\",[205,76.826]],[\"parent/586\",[200,4.004]],[\"name/587\",[206,76.826]],[\"parent/587\",[200,4.004]],[\"name/588\",[27,40.104]],[\"parent/588\",[200,4.004]],[\"name/589\",[207,71.682]],[\"parent/589\",[200,4.004]],[\"name/590\",[152,55.473]],[\"parent/590\",[200,4.004]],[\"name/591\",[208,68.293]],[\"parent/591\",[200,4.004]],[\"name/592\",[209,71.682]],[\"parent/592\",[200,4.004]],[\"name/593\",[9,41.021]],[\"parent/593\",[200,4.004]],[\"name/594\",[19,36.969]],[\"parent/594\",[200,4.004]],[\"name/595\",[159,62.059]],[\"parent/595\",[200,4.004]],[\"name/596\",[23,41.214]],[\"parent/596\",[200,4.004]],[\"name/597\",[84,59.357]],[\"parent/597\",[200,4.004]],[\"name/598\",[210,76.826]],[\"parent/598\",[200,4.004]],[\"name/599\",[120,68.293]],[\"parent/599\",[200,4.004]],[\"name/600\",[189,71.682]],[\"parent/600\",[200,4.004]],[\"name/601\",[119,55.473]],[\"parent/601\",[200,4.004]],[\"name/602\",[157,41.214]],[\"parent/602\",[200,4.004]],[\"name/603\",[185,71.682]],[\"parent/603\",[200,4.004]],[\"name/604\",[211,76.826]],[\"parent/604\",[200,4.004]],[\"name/605\",[212,76.826]],[\"parent/605\",[200,4.004]],[\"name/606\",[213,76.826]],[\"parent/606\",[200,4.004]],[\"name/607\",[214,76.826]],[\"parent/607\",[200,4.004]],[\"name/608\",[215,76.826]],[\"parent/608\",[200,4.004]],[\"name/609\",[174,71.682]],[\"parent/609\",[200,4.004]],[\"name/610\",[125,71.682]],[\"parent/610\",[200,4.004]],[\"name/611\",[126,71.682]],[\"parent/611\",[200,4.004]],[\"name/612\",[216,76.826]],[\"parent/612\",[200,4.004]],[\"name/613\",[217,68.293]],[\"parent/613\",[200,4.004]],[\"name/614\",[180,71.682]],[\"parent/614\",[200,4.004]],[\"name/615\",[218,76.826]],[\"parent/615\",[200,4.004]],[\"name/616\",[190,68.293]],[\"parent/616\",[200,4.004]],[\"name/617\",[194,65.762]],[\"parent/617\",[200,4.004]],[\"name/618\",[195,48.293]],[\"parent/618\",[200,4.004]],[\"name/619\",[219,39.76]],[\"parent/619\",[]],[\"name/620\",[82,52.085]],[\"parent/620\",[219,3.749]],[\"name/621\",[102,63.741]],[\"parent/621\",[219,3.749]],[\"name/622\",[97,63.741]],[\"parent/622\",[219,3.749]],[\"name/623\",[199,68.293]],[\"parent/623\",[219,3.749]],[\"name/624\",[24,45.545]],[\"parent/624\",[219,3.749]],[\"name/625\",[220,57.229]],[\"parent/625\",[219,3.749]],[\"name/626\",[160,49.554]],[\"parent/626\",[219,3.749]],[\"name/627\",[221,65.762]],[\"parent/627\",[219,3.749]],[\"name/628\",[222,62.059]],[\"parent/628\",[219,3.749]],[\"name/629\",[223,71.682]],[\"parent/629\",[219,3.749]],[\"name/630\",[224,71.682]],[\"parent/630\",[219,3.749]],[\"name/631\",[225,76.826]],[\"parent/631\",[219,3.749]],[\"name/632\",[12,45.545]],[\"parent/632\",[219,3.749]],[\"name/633\",[226,59.357]],[\"parent/633\",[219,3.749]],[\"name/634\",[11,44.681]],[\"parent/634\",[219,3.749]],[\"name/635\",[136,71.682]],[\"parent/635\",[219,3.749]],[\"name/636\",[140,56.313]],[\"parent/636\",[219,3.749]],[\"name/637\",[227,62.059]],[\"parent/637\",[219,3.749]],[\"name/638\",[10,43.388]],[\"parent/638\",[219,3.749]],[\"name/639\",[133,60.618]],[\"parent/639\",[219,3.749]],[\"name/640\",[139,60.618]],[\"parent/640\",[219,3.749]],[\"name/641\",[83,56.313]],[\"parent/641\",[219,3.749]],[\"name/642\",[84,59.357]],[\"parent/642\",[219,3.749]],[\"name/643\",[19,36.969]],[\"parent/643\",[219,3.749]],[\"name/644\",[9,41.021]],[\"parent/644\",[219,3.749]],[\"name/645\",[85,62.059]],[\"parent/645\",[219,3.749]],[\"name/646\",[86,63.741]],[\"parent/646\",[219,3.749]],[\"name/647\",[87,53.978]],[\"parent/647\",[219,3.749]],[\"name/648\",[88,63.741]],[\"parent/648\",[219,3.749]],[\"name/649\",[89,63.741]],[\"parent/649\",[219,3.749]],[\"name/650\",[90,60.618]],[\"parent/650\",[219,3.749]],[\"name/651\",[91,62.059]],[\"parent/651\",[219,3.749]],[\"name/652\",[92,60.618]],[\"parent/652\",[219,3.749]],[\"name/653\",[93,62.059]],[\"parent/653\",[219,3.749]],[\"name/654\",[94,63.741]],[\"parent/654\",[219,3.749]],[\"name/655\",[82,52.085]],[\"parent/655\",[219,3.749]],[\"name/656\",[95,63.741]],[\"parent/656\",[219,3.749]],[\"name/657\",[96,63.741]],[\"parent/657\",[219,3.749]],[\"name/658\",[98,63.741]],[\"parent/658\",[219,3.749]],[\"name/659\",[99,63.741]],[\"parent/659\",[219,3.749]],[\"name/660\",[100,53.978]],[\"parent/660\",[219,3.749]],[\"name/661\",[101,63.741]],[\"parent/661\",[219,3.749]],[\"name/662\",[103,63.741]],[\"parent/662\",[219,3.749]],[\"name/663\",[104,56.313]],[\"parent/663\",[219,3.749]],[\"name/664\",[105,56.313]],[\"parent/664\",[219,3.749]],[\"name/665\",[106,56.313]],[\"parent/665\",[219,3.749]],[\"name/666\",[107,56.313]],[\"parent/666\",[219,3.749]],[\"name/667\",[108,56.313]],[\"parent/667\",[219,3.749]],[\"name/668\",[109,56.313]],[\"parent/668\",[219,3.749]],[\"name/669\",[110,56.313]],[\"parent/669\",[219,3.749]],[\"name/670\",[111,56.313]],[\"parent/670\",[219,3.749]],[\"name/671\",[112,56.313]],[\"parent/671\",[219,3.749]],[\"name/672\",[113,56.313]],[\"parent/672\",[219,3.749]],[\"name/673\",[114,56.313]],[\"parent/673\",[219,3.749]],[\"name/674\",[115,56.313]],[\"parent/674\",[219,3.749]],[\"name/675\",[116,56.313]],[\"parent/675\",[219,3.749]],[\"name/676\",[117,56.313]],[\"parent/676\",[219,3.749]],[\"name/677\",[118,56.313]],[\"parent/677\",[219,3.749]],[\"name/678\",[228,47.533]],[\"parent/678\",[]],[\"name/679\",[229,65.762]],[\"parent/679\",[228,4.482]],[\"name/680\",[27,40.104]],[\"parent/680\",[228,4.482]],[\"name/681\",[230,76.826]],[\"parent/681\",[228,4.482]],[\"name/682\",[231,76.826]],[\"parent/682\",[228,4.482]],[\"name/683\",[232,76.826]],[\"parent/683\",[228,4.482]],[\"name/684\",[233,71.682]],[\"parent/684\",[228,4.482]],[\"name/685\",[172,63.741]],[\"parent/685\",[228,4.482]],[\"name/686\",[234,76.826]],[\"parent/686\",[228,4.482]],[\"name/687\",[169,71.682]],[\"parent/687\",[228,4.482]],[\"name/688\",[170,71.682]],[\"parent/688\",[228,4.482]],[\"name/689\",[194,65.762]],[\"parent/689\",[228,4.482]],[\"name/690\",[104,56.313]],[\"parent/690\",[228,4.482]],[\"name/691\",[105,56.313]],[\"parent/691\",[228,4.482]],[\"name/692\",[106,56.313]],[\"parent/692\",[228,4.482]],[\"name/693\",[107,56.313]],[\"parent/693\",[228,4.482]],[\"name/694\",[108,56.313]],[\"parent/694\",[228,4.482]],[\"name/695\",[109,56.313]],[\"parent/695\",[228,4.482]],[\"name/696\",[110,56.313]],[\"parent/696\",[228,4.482]],[\"name/697\",[111,56.313]],[\"parent/697\",[228,4.482]],[\"name/698\",[112,56.313]],[\"parent/698\",[228,4.482]],[\"name/699\",[113,56.313]],[\"parent/699\",[228,4.482]],[\"name/700\",[114,56.313]],[\"parent/700\",[228,4.482]],[\"name/701\",[115,56.313]],[\"parent/701\",[228,4.482]],[\"name/702\",[116,56.313]],[\"parent/702\",[228,4.482]],[\"name/703\",[117,56.313]],[\"parent/703\",[228,4.482]],[\"name/704\",[118,56.313]],[\"parent/704\",[228,4.482]],[\"name/705\",[235,42.243]],[\"parent/705\",[]],[\"name/706\",[82,52.085]],[\"parent/706\",[235,3.983]],[\"name/707\",[27,40.104]],[\"parent/707\",[235,3.983]],[\"name/708\",[153,68.293]],[\"parent/708\",[235,3.983]],[\"name/709\",[220,57.229]],[\"parent/709\",[235,3.983]],[\"name/710\",[152,55.473]],[\"parent/710\",[235,3.983]],[\"name/711\",[102,63.741]],[\"parent/711\",[235,3.983]],[\"name/712\",[83,56.313]],[\"parent/712\",[235,3.983]],[\"name/713\",[84,59.357]],[\"parent/713\",[235,3.983]],[\"name/714\",[19,36.969]],[\"parent/714\",[235,3.983]],[\"name/715\",[9,41.021]],[\"parent/715\",[235,3.983]],[\"name/716\",[85,62.059]],[\"parent/716\",[235,3.983]],[\"name/717\",[86,63.741]],[\"parent/717\",[235,3.983]],[\"name/718\",[87,53.978]],[\"parent/718\",[235,3.983]],[\"name/719\",[88,63.741]],[\"parent/719\",[235,3.983]],[\"name/720\",[89,63.741]],[\"parent/720\",[235,3.983]],[\"name/721\",[90,60.618]],[\"parent/721\",[235,3.983]],[\"name/722\",[91,62.059]],[\"parent/722\",[235,3.983]],[\"name/723\",[92,60.618]],[\"parent/723\",[235,3.983]],[\"name/724\",[93,62.059]],[\"parent/724\",[235,3.983]],[\"name/725\",[94,63.741]],[\"parent/725\",[235,3.983]],[\"name/726\",[82,52.085]],[\"parent/726\",[235,3.983]],[\"name/727\",[95,63.741]],[\"parent/727\",[235,3.983]],[\"name/728\",[96,63.741]],[\"parent/728\",[235,3.983]],[\"name/729\",[97,63.741]],[\"parent/729\",[235,3.983]],[\"name/730\",[98,63.741]],[\"parent/730\",[235,3.983]],[\"name/731\",[99,63.741]],[\"parent/731\",[235,3.983]],[\"name/732\",[11,44.681]],[\"parent/732\",[235,3.983]],[\"name/733\",[100,53.978]],[\"parent/733\",[235,3.983]],[\"name/734\",[101,63.741]],[\"parent/734\",[235,3.983]],[\"name/735\",[103,63.741]],[\"parent/735\",[235,3.983]],[\"name/736\",[104,56.313]],[\"parent/736\",[235,3.983]],[\"name/737\",[105,56.313]],[\"parent/737\",[235,3.983]],[\"name/738\",[106,56.313]],[\"parent/738\",[235,3.983]],[\"name/739\",[107,56.313]],[\"parent/739\",[235,3.983]],[\"name/740\",[108,56.313]],[\"parent/740\",[235,3.983]],[\"name/741\",[109,56.313]],[\"parent/741\",[235,3.983]],[\"name/742\",[110,56.313]],[\"parent/742\",[235,3.983]],[\"name/743\",[111,56.313]],[\"parent/743\",[235,3.983]],[\"name/744\",[112,56.313]],[\"parent/744\",[235,3.983]],[\"name/745\",[113,56.313]],[\"parent/745\",[235,3.983]],[\"name/746\",[114,56.313]],[\"parent/746\",[235,3.983]],[\"name/747\",[115,56.313]],[\"parent/747\",[235,3.983]],[\"name/748\",[116,56.313]],[\"parent/748\",[235,3.983]],[\"name/749\",[117,56.313]],[\"parent/749\",[235,3.983]],[\"name/750\",[118,56.313]],[\"parent/750\",[235,3.983]],[\"name/751\",[236,42.462]],[\"parent/751\",[]],[\"name/752\",[82,52.085]],[\"parent/752\",[236,4.004]],[\"name/753\",[27,40.104]],[\"parent/753\",[236,4.004]],[\"name/754\",[153,68.293]],[\"parent/754\",[236,4.004]],[\"name/755\",[152,55.473]],[\"parent/755\",[236,4.004]],[\"name/756\",[102,63.741]],[\"parent/756\",[236,4.004]],[\"name/757\",[83,56.313]],[\"parent/757\",[236,4.004]],[\"name/758\",[84,59.357]],[\"parent/758\",[236,4.004]],[\"name/759\",[19,36.969]],[\"parent/759\",[236,4.004]],[\"name/760\",[9,41.021]],[\"parent/760\",[236,4.004]],[\"name/761\",[85,62.059]],[\"parent/761\",[236,4.004]],[\"name/762\",[86,63.741]],[\"parent/762\",[236,4.004]],[\"name/763\",[87,53.978]],[\"parent/763\",[236,4.004]],[\"name/764\",[88,63.741]],[\"parent/764\",[236,4.004]],[\"name/765\",[89,63.741]],[\"parent/765\",[236,4.004]],[\"name/766\",[90,60.618]],[\"parent/766\",[236,4.004]],[\"name/767\",[91,62.059]],[\"parent/767\",[236,4.004]],[\"name/768\",[92,60.618]],[\"parent/768\",[236,4.004]],[\"name/769\",[93,62.059]],[\"parent/769\",[236,4.004]],[\"name/770\",[94,63.741]],[\"parent/770\",[236,4.004]],[\"name/771\",[82,52.085]],[\"parent/771\",[236,4.004]],[\"name/772\",[95,63.741]],[\"parent/772\",[236,4.004]],[\"name/773\",[96,63.741]],[\"parent/773\",[236,4.004]],[\"name/774\",[97,63.741]],[\"parent/774\",[236,4.004]],[\"name/775\",[98,63.741]],[\"parent/775\",[236,4.004]],[\"name/776\",[99,63.741]],[\"parent/776\",[236,4.004]],[\"name/777\",[11,44.681]],[\"parent/777\",[236,4.004]],[\"name/778\",[100,53.978]],[\"parent/778\",[236,4.004]],[\"name/779\",[101,63.741]],[\"parent/779\",[236,4.004]],[\"name/780\",[103,63.741]],[\"parent/780\",[236,4.004]],[\"name/781\",[104,56.313]],[\"parent/781\",[236,4.004]],[\"name/782\",[105,56.313]],[\"parent/782\",[236,4.004]],[\"name/783\",[106,56.313]],[\"parent/783\",[236,4.004]],[\"name/784\",[107,56.313]],[\"parent/784\",[236,4.004]],[\"name/785\",[108,56.313]],[\"parent/785\",[236,4.004]],[\"name/786\",[109,56.313]],[\"parent/786\",[236,4.004]],[\"name/787\",[110,56.313]],[\"parent/787\",[236,4.004]],[\"name/788\",[111,56.313]],[\"parent/788\",[236,4.004]],[\"name/789\",[112,56.313]],[\"parent/789\",[236,4.004]],[\"name/790\",[113,56.313]],[\"parent/790\",[236,4.004]],[\"name/791\",[114,56.313]],[\"parent/791\",[236,4.004]],[\"name/792\",[115,56.313]],[\"parent/792\",[236,4.004]],[\"name/793\",[116,56.313]],[\"parent/793\",[236,4.004]],[\"name/794\",[117,56.313]],[\"parent/794\",[236,4.004]],[\"name/795\",[118,56.313]],[\"parent/795\",[236,4.004]],[\"name/796\",[195,48.293]],[\"parent/796\",[]],[\"name/797\",[237,71.682]],[\"parent/797\",[195,4.554]],[\"name/798\",[238,76.826]],[\"parent/798\",[195,4.554]],[\"name/799\",[239,76.826]],[\"parent/799\",[195,4.554]],[\"name/800\",[220,57.229]],[\"parent/800\",[195,4.554]],[\"name/801\",[240,76.826]],[\"parent/801\",[195,4.554]],[\"name/802\",[27,40.104]],[\"parent/802\",[195,4.554]],[\"name/803\",[241,76.826]],[\"parent/803\",[195,4.554]],[\"name/804\",[242,76.826]],[\"parent/804\",[195,4.554]],[\"name/805\",[243,76.826]],[\"parent/805\",[195,4.554]],[\"name/806\",[244,71.682]],[\"parent/806\",[195,4.554]],[\"name/807\",[150,62.059]],[\"parent/807\",[195,4.554]],[\"name/808\",[245,76.826]],[\"parent/808\",[195,4.554]],[\"name/809\",[246,76.826]],[\"parent/809\",[195,4.554]],[\"name/810\",[247,76.826]],[\"parent/810\",[195,4.554]],[\"name/811\",[248,76.826]],[\"parent/811\",[195,4.554]],[\"name/812\",[249,45.545]],[\"parent/812\",[]],[\"name/813\",[250,71.682]],[\"parent/813\",[249,4.295]],[\"name/814\",[27,40.104]],[\"parent/814\",[249,4.295]],[\"name/815\",[152,55.473]],[\"parent/815\",[249,4.295]],[\"name/816\",[251,56.313]],[\"parent/816\",[249,4.295]],[\"name/817\",[252,54.698]],[\"parent/817\",[249,4.295]],[\"name/818\",[9,41.021]],[\"parent/818\",[249,4.295]],[\"name/819\",[23,41.214]],[\"parent/819\",[249,4.295]],[\"name/820\",[19,36.969]],[\"parent/820\",[249,4.295]],[\"name/821\",[159,62.059]],[\"parent/821\",[249,4.295]],[\"name/822\",[195,48.293]],[\"parent/822\",[249,4.295]],[\"name/823\",[250,71.682]],[\"parent/823\",[249,4.295]],[\"name/824\",[82,52.085]],[\"parent/824\",[249,4.295]],[\"name/825\",[200,42.462]],[\"parent/825\",[249,4.295]],[\"name/826\",[253,76.826]],[\"parent/826\",[249,4.295]],[\"name/827\",[254,76.826]],[\"parent/827\",[249,4.295]],[\"name/828\",[190,68.293]],[\"parent/828\",[249,4.295]],[\"name/829\",[194,65.762]],[\"parent/829\",[249,4.295]],[\"name/830\",[104,56.313]],[\"parent/830\",[249,4.295]],[\"name/831\",[105,56.313]],[\"parent/831\",[249,4.295]],[\"name/832\",[106,56.313]],[\"parent/832\",[249,4.295]],[\"name/833\",[107,56.313]],[\"parent/833\",[249,4.295]],[\"name/834\",[108,56.313]],[\"parent/834\",[249,4.295]],[\"name/835\",[109,56.313]],[\"parent/835\",[249,4.295]],[\"name/836\",[110,56.313]],[\"parent/836\",[249,4.295]],[\"name/837\",[111,56.313]],[\"parent/837\",[249,4.295]],[\"name/838\",[112,56.313]],[\"parent/838\",[249,4.295]],[\"name/839\",[113,56.313]],[\"parent/839\",[249,4.295]],[\"name/840\",[114,56.313]],[\"parent/840\",[249,4.295]],[\"name/841\",[115,56.313]],[\"parent/841\",[249,4.295]],[\"name/842\",[116,56.313]],[\"parent/842\",[249,4.295]],[\"name/843\",[117,56.313]],[\"parent/843\",[249,4.295]],[\"name/844\",[118,56.313]],[\"parent/844\",[249,4.295]],[\"name/845\",[255,63.741]],[\"parent/845\",[]],[\"name/846\",[256,71.682]],[\"parent/846\",[255,6.01]],[\"name/847\",[257,76.826]],[\"parent/847\",[255,6.01]],[\"name/848\",[258,76.826]],[\"parent/848\",[255,6.01]],[\"name/849\",[27,40.104]],[\"parent/849\",[255,6.01]],[\"name/850\",[259,68.293]],[\"parent/850\",[]],[\"name/851\",[259,68.293]],[\"parent/851\",[]],[\"name/852\",[260,71.682]],[\"parent/852\",[]],[\"name/853\",[260,71.682]],[\"parent/853\",[]],[\"name/854\",[261,68.293]],[\"parent/854\",[]],[\"name/855\",[261,68.293]],[\"parent/855\",[]],[\"name/856\",[262,68.293]],[\"parent/856\",[]],[\"name/857\",[262,68.293]],[\"parent/857\",[]],[\"name/858\",[263,76.826]],[\"parent/858\",[]],[\"name/859\",[264,71.682]],[\"parent/859\",[]],[\"name/860\",[264,71.682]],[\"parent/860\",[]],[\"name/861\",[265,71.682]],[\"parent/861\",[]],[\"name/862\",[265,71.682]],[\"parent/862\",[]],[\"name/863\",[266,71.682]],[\"parent/863\",[]],[\"name/864\",[266,71.682]],[\"parent/864\",[]],[\"name/865\",[267,62.059]],[\"parent/865\",[]],[\"name/866\",[267,62.059]],[\"parent/866\",[]],[\"name/867\",[268,71.682]],[\"parent/867\",[]],[\"name/868\",[268,71.682]],[\"parent/868\",[]],[\"name/869\",[269,71.682]],[\"parent/869\",[]],[\"name/870\",[269,71.682]],[\"parent/870\",[]],[\"name/871\",[270,65.762]],[\"parent/871\",[]],[\"name/872\",[270,65.762]],[\"parent/872\",[]],[\"name/873\",[217,68.293]],[\"parent/873\",[]],[\"name/874\",[217,68.293]],[\"parent/874\",[]],[\"name/875\",[271,68.293]],[\"parent/875\",[]],[\"name/876\",[271,68.293]],[\"parent/876\",[]],[\"name/877\",[272,71.682]],[\"parent/877\",[]],[\"name/878\",[272,71.682]],[\"parent/878\",[]],[\"name/879\",[273,71.682]],[\"parent/879\",[]],[\"name/880\",[273,71.682]],[\"parent/880\",[]],[\"name/881\",[274,71.682]],[\"parent/881\",[]],[\"name/882\",[274,71.682]],[\"parent/882\",[]],[\"name/883\",[9,41.021]],[\"parent/883\",[]],[\"name/884\",[275,68.293]],[\"parent/884\",[9,3.868]],[\"name/885\",[276,76.826]],[\"parent/885\",[9,3.868]],[\"name/886\",[277,71.682]],[\"parent/886\",[9,3.868]],[\"name/887\",[278,76.826]],[\"parent/887\",[9,3.868]],[\"name/888\",[279,71.682]],[\"parent/888\",[9,3.868]],[\"name/889\",[27,40.104]],[\"parent/889\",[9,3.868]],[\"name/890\",[280,76.826]],[\"parent/890\",[9,3.868]],[\"name/891\",[281,63.741]],[\"parent/891\",[9,3.868]],[\"name/892\",[19,36.969]],[\"parent/892\",[]],[\"name/893\",[282,68.293]],[\"parent/893\",[19,3.486]],[\"name/894\",[283,76.826]],[\"parent/894\",[19,3.486]],[\"name/895\",[284,71.682]],[\"parent/895\",[19,3.486]],[\"name/896\",[285,76.826]],[\"parent/896\",[19,3.486]],[\"name/897\",[286,71.682]],[\"parent/897\",[19,3.486]],[\"name/898\",[282,68.293]],[\"parent/898\",[19,3.486]],[\"name/899\",[287,76.826]],[\"parent/899\",[19,3.486]],[\"name/900\",[284,71.682]],[\"parent/900\",[19,3.486]],[\"name/901\",[288,76.826]],[\"parent/901\",[19,3.486]],[\"name/902\",[286,71.682]],[\"parent/902\",[19,3.486]],[\"name/903\",[289,68.293]],[\"parent/903\",[19,3.486]],[\"name/904\",[275,68.293]],[\"parent/904\",[19,3.486]],[\"name/905\",[290,76.826]],[\"parent/905\",[19,3.486]],[\"name/906\",[291,71.682]],[\"parent/906\",[19,3.486]],[\"name/907\",[27,40.104]],[\"parent/907\",[19,3.486]],[\"name/908\",[292,76.826]],[\"parent/908\",[19,3.486]],[\"name/909\",[293,71.682]],[\"parent/909\",[19,3.486]],[\"name/910\",[294,65.762]],[\"parent/910\",[19,3.486]],[\"name/911\",[295,63.741]],[\"parent/911\",[19,3.486]],[\"name/912\",[296,65.762]],[\"parent/912\",[19,3.486]],[\"name/913\",[297,76.826]],[\"parent/913\",[19,3.486]],[\"name/914\",[291,71.682]],[\"parent/914\",[19,3.486]],[\"name/915\",[208,68.293]],[\"parent/915\",[19,3.486]],[\"name/916\",[209,71.682]],[\"parent/916\",[19,3.486]],[\"name/917\",[298,65.762]],[\"parent/917\",[19,3.486]],[\"name/918\",[281,63.741]],[\"parent/918\",[19,3.486]],[\"name/919\",[23,41.214]],[\"parent/919\",[]],[\"name/920\",[275,68.293]],[\"parent/920\",[23,3.886]],[\"name/921\",[27,40.104]],[\"parent/921\",[23,3.886]],[\"name/922\",[299,65.762]],[\"parent/922\",[23,3.886]],[\"name/923\",[300,71.682]],[\"parent/923\",[23,3.886]],[\"name/924\",[301,71.682]],[\"parent/924\",[23,3.886]],[\"name/925\",[302,71.682]],[\"parent/925\",[23,3.886]],[\"name/926\",[303,58.237]],[\"parent/926\",[]],[\"name/927\",[304,50.995]],[\"parent/927\",[303,5.491]],[\"name/928\",[305,56.313]],[\"parent/928\",[303,5.491]],[\"name/929\",[306,68.293]],[\"parent/929\",[303,5.491]],[\"name/930\",[307,65.762]],[\"parent/930\",[303,5.491]],[\"name/931\",[308,68.293]],[\"parent/931\",[303,5.491]],[\"name/932\",[309,71.682]],[\"parent/932\",[303,5.491]],[\"name/933\",[310,65.762]],[\"parent/933\",[303,5.491]],[\"name/934\",[311,68.293]],[\"parent/934\",[303,5.491]],[\"name/935\",[312,57.229]],[\"parent/935\",[]],[\"name/936\",[313,76.826]],[\"parent/936\",[312,5.396]],[\"name/937\",[306,68.293]],[\"parent/937\",[312,5.396]],[\"name/938\",[207,71.682]],[\"parent/938\",[312,5.396]],[\"name/939\",[308,68.293]],[\"parent/939\",[312,5.396]],[\"name/940\",[120,68.293]],[\"parent/940\",[312,5.396]],[\"name/941\",[304,50.995]],[\"parent/941\",[312,5.396]],[\"name/942\",[305,56.313]],[\"parent/942\",[312,5.396]],[\"name/943\",[310,65.762]],[\"parent/943\",[312,5.396]],[\"name/944\",[311,68.293]],[\"parent/944\",[312,5.396]],[\"name/945\",[314,58.237]],[\"parent/945\",[]],[\"name/946\",[304,50.995]],[\"parent/946\",[314,5.491]],[\"name/947\",[305,56.313]],[\"parent/947\",[314,5.491]],[\"name/948\",[306,68.293]],[\"parent/948\",[314,5.491]],[\"name/949\",[307,65.762]],[\"parent/949\",[314,5.491]],[\"name/950\",[308,68.293]],[\"parent/950\",[314,5.491]],[\"name/951\",[315,71.682]],[\"parent/951\",[314,5.491]],[\"name/952\",[310,65.762]],[\"parent/952\",[314,5.491]],[\"name/953\",[311,68.293]],[\"parent/953\",[314,5.491]],[\"name/954\",[316,65.762]],[\"parent/954\",[]],[\"name/955\",[305,56.313]],[\"parent/955\",[316,6.201]],[\"name/956\",[317,56.313]],[\"parent/956\",[316,6.201]],[\"name/957\",[304,50.995]],[\"parent/957\",[316,6.201]],[\"name/958\",[318,65.762]],[\"parent/958\",[]],[\"name/959\",[305,56.313]],[\"parent/959\",[318,6.201]],[\"name/960\",[317,56.313]],[\"parent/960\",[318,6.201]],[\"name/961\",[304,50.995]],[\"parent/961\",[318,6.201]],[\"name/962\",[319,65.762]],[\"parent/962\",[]],[\"name/963\",[74,65.762]],[\"parent/963\",[319,6.201]],[\"name/964\",[317,56.313]],[\"parent/964\",[319,6.201]],[\"name/965\",[304,50.995]],[\"parent/965\",[319,6.201]],[\"name/966\",[320,68.293]],[\"parent/966\",[]],[\"name/967\",[317,56.313]],[\"parent/967\",[320,6.439]],[\"name/968\",[304,50.995]],[\"parent/968\",[320,6.439]],[\"name/969\",[321,62.059]],[\"parent/969\",[]],[\"name/970\",[305,56.313]],[\"parent/970\",[321,5.852]],[\"name/971\",[74,65.762]],[\"parent/971\",[321,5.852]],[\"name/972\",[310,65.762]],[\"parent/972\",[321,5.852]],[\"name/973\",[317,56.313]],[\"parent/973\",[321,5.852]],[\"name/974\",[304,50.995]],[\"parent/974\",[321,5.852]],[\"name/975\",[322,65.762]],[\"parent/975\",[]],[\"name/976\",[305,56.313]],[\"parent/976\",[322,6.201]],[\"name/977\",[317,56.313]],[\"parent/977\",[322,6.201]],[\"name/978\",[304,50.995]],[\"parent/978\",[322,6.201]],[\"name/979\",[323,68.293]],[\"parent/979\",[]],[\"name/980\",[317,56.313]],[\"parent/980\",[323,6.439]],[\"name/981\",[304,50.995]],[\"parent/981\",[323,6.439]],[\"name/982\",[324,68.293]],[\"parent/982\",[]],[\"name/983\",[317,56.313]],[\"parent/983\",[324,6.439]],[\"name/984\",[304,50.995]],[\"parent/984\",[324,6.439]],[\"name/985\",[325,65.762]],[\"parent/985\",[]],[\"name/986\",[152,55.473]],[\"parent/986\",[325,6.201]],[\"name/987\",[317,56.313]],[\"parent/987\",[325,6.201]],[\"name/988\",[304,50.995]],[\"parent/988\",[325,6.201]],[\"name/989\",[326,68.293]],[\"parent/989\",[]],[\"name/990\",[317,56.313]],[\"parent/990\",[326,6.439]],[\"name/991\",[304,50.995]],[\"parent/991\",[326,6.439]],[\"name/992\",[327,65.762]],[\"parent/992\",[]],[\"name/993\",[305,56.313]],[\"parent/993\",[327,6.201]],[\"name/994\",[317,56.313]],[\"parent/994\",[327,6.201]],[\"name/995\",[304,50.995]],[\"parent/995\",[327,6.201]],[\"name/996\",[328,68.293]],[\"parent/996\",[]],[\"name/997\",[329,62.059]],[\"parent/997\",[328,6.439]],[\"name/998\",[304,50.995]],[\"parent/998\",[328,6.439]],[\"name/999\",[330,63.741]],[\"parent/999\",[]],[\"name/1000\",[329,62.059]],[\"parent/1000\",[330,6.01]],[\"name/1001\",[304,50.995]],[\"parent/1001\",[330,6.01]],[\"name/1002\",[331,71.682]],[\"parent/1002\",[330,6.01]],[\"name/1003\",[332,71.682]],[\"parent/1003\",[330,6.01]],[\"name/1004\",[333,65.762]],[\"parent/1004\",[]],[\"name/1005\",[305,56.313]],[\"parent/1005\",[333,6.201]],[\"name/1006\",[307,65.762]],[\"parent/1006\",[333,6.201]],[\"name/1007\",[309,71.682]],[\"parent/1007\",[333,6.201]],[\"name/1008\",[334,71.682]],[\"parent/1008\",[]],[\"name/1009\",[305,56.313]],[\"parent/1009\",[334,6.759]],[\"name/1010\",[335,65.762]],[\"parent/1010\",[]],[\"name/1011\",[305,56.313]],[\"parent/1011\",[335,6.201]],[\"name/1012\",[307,65.762]],[\"parent/1012\",[335,6.201]],[\"name/1013\",[315,71.682]],[\"parent/1013\",[335,6.201]],[\"name/1014\",[336,68.293]],[\"parent/1014\",[]],[\"name/1015\",[329,62.059]],[\"parent/1015\",[336,6.439]],[\"name/1016\",[304,50.995]],[\"parent/1016\",[336,6.439]],[\"name/1017\",[337,71.682]],[\"parent/1017\",[]],[\"name/1018\",[329,62.059]],[\"parent/1018\",[337,6.759]],[\"name/1019\",[338,65.762]],[\"parent/1019\",[]],[\"name/1020\",[329,62.059]],[\"parent/1020\",[338,6.201]],[\"name/1021\",[331,71.682]],[\"parent/1021\",[338,6.201]],[\"name/1022\",[332,71.682]],[\"parent/1022\",[338,6.201]],[\"name/1023\",[339,71.682]],[\"parent/1023\",[]],[\"name/1024\",[329,62.059]],[\"parent/1024\",[339,6.759]],[\"name/1025\",[340,68.293]],[\"parent/1025\",[]],[\"name/1026\",[21,43.388]],[\"parent/1026\",[340,6.439]],[\"name/1027\",[22,44.409]],[\"parent/1027\",[340,6.439]],[\"name/1028\",[341,55.473]],[\"parent/1028\",[]],[\"name/1029\",[42,59.357]],[\"parent/1029\",[341,5.231]],[\"name/1030\",[29,71.682]],[\"parent/1030\",[341,5.231]],[\"name/1031\",[342,76.826]],[\"parent/1031\",[341,5.231]],[\"name/1032\",[37,65.762]],[\"parent/1032\",[341,5.231]],[\"name/1033\",[343,71.682]],[\"parent/1033\",[341,5.231]],[\"name/1034\",[344,71.682]],[\"parent/1034\",[341,5.231]],[\"name/1035\",[345,71.682]],[\"parent/1035\",[341,5.231]],[\"name/1036\",[346,71.682]],[\"parent/1036\",[341,5.231]],[\"name/1037\",[347,71.682]],[\"parent/1037\",[341,5.231]],[\"name/1038\",[348,76.826]],[\"parent/1038\",[341,5.231]],[\"name/1039\",[349,76.826]],[\"parent/1039\",[341,5.231]],[\"name/1040\",[350,62.059]],[\"parent/1040\",[]],[\"name/1041\",[229,65.762]],[\"parent/1041\",[350,5.852]],[\"name/1042\",[43,44.681]],[\"parent/1042\",[350,5.852]],[\"name/1043\",[45,44.409]],[\"parent/1043\",[350,5.852]],[\"name/1044\",[41,59.357]],[\"parent/1044\",[350,5.852]],[\"name/1045\",[351,76.826]],[\"parent/1045\",[350,5.852]],[\"name/1046\",[352,47.173]],[\"parent/1046\",[]],[\"name/1047\",[28,68.293]],[\"parent/1047\",[352,4.448]],[\"name/1048\",[32,68.293]],[\"parent/1048\",[352,4.448]],[\"name/1049\",[33,68.293]],[\"parent/1049\",[352,4.448]],[\"name/1050\",[34,68.293]],[\"parent/1050\",[352,4.448]],[\"name/1051\",[35,68.293]],[\"parent/1051\",[352,4.448]],[\"name/1052\",[36,68.293]],[\"parent/1052\",[352,4.448]],[\"name/1053\",[38,71.682]],[\"parent/1053\",[352,4.448]],[\"name/1054\",[37,65.762]],[\"parent/1054\",[352,4.448]],[\"name/1055\",[42,59.357]],[\"parent/1055\",[352,4.448]],[\"name/1056\",[343,71.682]],[\"parent/1056\",[352,4.448]],[\"name/1057\",[344,71.682]],[\"parent/1057\",[352,4.448]],[\"name/1058\",[345,71.682]],[\"parent/1058\",[352,4.448]],[\"name/1059\",[346,71.682]],[\"parent/1059\",[352,4.448]],[\"name/1060\",[347,71.682]],[\"parent/1060\",[352,4.448]],[\"name/1061\",[353,76.826]],[\"parent/1061\",[352,4.448]],[\"name/1062\",[354,76.826]],[\"parent/1062\",[352,4.448]],[\"name/1063\",[355,76.826]],[\"parent/1063\",[352,4.448]],[\"name/1064\",[356,76.826]],[\"parent/1064\",[352,4.448]],[\"name/1065\",[357,76.826]],[\"parent/1065\",[352,4.448]],[\"name/1066\",[358,76.826]],[\"parent/1066\",[352,4.448]],[\"name/1067\",[359,76.826]],[\"parent/1067\",[352,4.448]],[\"name/1068\",[360,76.826]],[\"parent/1068\",[352,4.448]],[\"name/1069\",[361,76.826]],[\"parent/1069\",[352,4.448]],[\"name/1070\",[362,76.826]],[\"parent/1070\",[352,4.448]],[\"name/1071\",[281,63.741]],[\"parent/1071\",[352,4.448]],[\"name/1072\",[363,63.741]],[\"parent/1072\",[352,4.448]],[\"name/1073\",[364,76.826]],[\"parent/1073\",[352,4.448]],[\"name/1074\",[365,65.762]],[\"parent/1074\",[]],[\"name/1075\",[220,57.229]],[\"parent/1075\",[365,6.201]],[\"name/1076\",[10,43.388]],[\"parent/1076\",[365,6.201]],[\"name/1077\",[160,49.554]],[\"parent/1077\",[365,6.201]],[\"name/1078\",[366,65.762]],[\"parent/1078\",[]],[\"name/1079\",[220,57.229]],[\"parent/1079\",[366,6.201]],[\"name/1080\",[10,43.388]],[\"parent/1080\",[366,6.201]],[\"name/1081\",[160,49.554]],[\"parent/1081\",[366,6.201]],[\"name/1082\",[367,71.682]],[\"parent/1082\",[]],[\"name/1083\",[368,76.826]],[\"parent/1083\",[367,6.759]],[\"name/1084\",[369,62.059]],[\"parent/1084\",[]],[\"name/1085\",[220,57.229]],[\"parent/1085\",[369,5.852]],[\"name/1086\",[370,76.826]],[\"parent/1086\",[369,5.852]],[\"name/1087\",[10,43.388]],[\"parent/1087\",[369,5.852]],[\"name/1088\",[160,49.554]],[\"parent/1088\",[369,5.852]],[\"name/1089\",[371,58.237]],[\"parent/1089\",[369,5.852]],[\"name/1090\",[372,60.618]],[\"parent/1090\",[]],[\"name/1091\",[220,57.229]],[\"parent/1091\",[372,5.716]],[\"name/1092\",[197,62.059]],[\"parent/1092\",[372,5.716]],[\"name/1093\",[373,62.059]],[\"parent/1093\",[372,5.716]],[\"name/1094\",[10,43.388]],[\"parent/1094\",[372,5.716]],[\"name/1095\",[160,49.554]],[\"parent/1095\",[372,5.716]],[\"name/1096\",[371,58.237]],[\"parent/1096\",[372,5.716]],[\"name/1097\",[374,60.618]],[\"parent/1097\",[]],[\"name/1098\",[220,57.229]],[\"parent/1098\",[374,5.716]],[\"name/1099\",[197,62.059]],[\"parent/1099\",[374,5.716]],[\"name/1100\",[373,62.059]],[\"parent/1100\",[374,5.716]],[\"name/1101\",[10,43.388]],[\"parent/1101\",[374,5.716]],[\"name/1102\",[160,49.554]],[\"parent/1102\",[374,5.716]],[\"name/1103\",[371,58.237]],[\"parent/1103\",[374,5.716]],[\"name/1104\",[40,56.313]],[\"parent/1104\",[]],[\"name/1105\",[27,40.104]],[\"parent/1105\",[40,5.31]],[\"name/1106\",[43,44.681]],[\"parent/1106\",[40,5.31]],[\"name/1107\",[45,44.409]],[\"parent/1107\",[40,5.31]],[\"name/1108\",[41,59.357]],[\"parent/1108\",[40,5.31]],[\"name/1109\",[30,65.762]],[\"parent/1109\",[40,5.31]],[\"name/1110\",[281,63.741]],[\"parent/1110\",[40,5.31]],[\"name/1111\",[363,63.741]],[\"parent/1111\",[40,5.31]],[\"name/1112\",[375,57.229]],[\"parent/1112\",[]],[\"name/1113\",[27,40.104]],[\"parent/1113\",[375,5.396]],[\"name/1114\",[30,65.762]],[\"parent/1114\",[375,5.396]],[\"name/1115\",[43,44.681]],[\"parent/1115\",[375,5.396]],[\"name/1116\",[229,65.762]],[\"parent/1116\",[375,5.396]],[\"name/1117\",[45,44.409]],[\"parent/1117\",[375,5.396]],[\"name/1118\",[41,59.357]],[\"parent/1118\",[375,5.396]],[\"name/1119\",[376,76.826]],[\"parent/1119\",[375,5.396]],[\"name/1120\",[281,63.741]],[\"parent/1120\",[375,5.396]],[\"name/1121\",[363,63.741]],[\"parent/1121\",[375,5.396]],[\"name/1122\",[377,58.237]],[\"parent/1122\",[]],[\"name/1123\",[27,40.104]],[\"parent/1123\",[377,5.491]],[\"name/1124\",[378,76.826]],[\"parent/1124\",[377,5.491]],[\"name/1125\",[379,76.826]],[\"parent/1125\",[377,5.491]],[\"name/1126\",[380,76.826]],[\"parent/1126\",[377,5.491]],[\"name/1127\",[259,68.293]],[\"parent/1127\",[377,5.491]],[\"name/1128\",[381,76.826]],[\"parent/1128\",[377,5.491]],[\"name/1129\",[382,60.618]],[\"parent/1129\",[377,5.491]],[\"name/1130\",[383,76.826]],[\"parent/1130\",[377,5.491]],[\"name/1131\",[384,56.313]],[\"parent/1131\",[]],[\"name/1132\",[385,68.293]],[\"parent/1132\",[384,5.31]],[\"name/1133\",[386,68.293]],[\"parent/1133\",[384,5.31]],[\"name/1134\",[196,60.618]],[\"parent/1134\",[384,5.31]],[\"name/1135\",[172,63.741]],[\"parent/1135\",[384,5.31]],[\"name/1136\",[21,43.388]],[\"parent/1136\",[384,5.31]],[\"name/1137\",[159,62.059]],[\"parent/1137\",[384,5.31]],[\"name/1138\",[23,41.214]],[\"parent/1138\",[384,5.31]],[\"name/1139\",[387,68.293]],[\"parent/1139\",[384,5.31]],[\"name/1140\",[388,68.293]],[\"parent/1140\",[384,5.31]],[\"name/1141\",[389,68.293]],[\"parent/1141\",[384,5.31]],[\"name/1142\",[390,57.229]],[\"parent/1142\",[]],[\"name/1143\",[391,76.826]],[\"parent/1143\",[390,5.396]],[\"name/1144\",[197,62.059]],[\"parent/1144\",[390,5.396]],[\"name/1145\",[164,71.682]],[\"parent/1145\",[390,5.396]],[\"name/1146\",[165,71.682]],[\"parent/1146\",[390,5.396]],[\"name/1147\",[167,71.682]],[\"parent/1147\",[390,5.396]],[\"name/1148\",[233,71.682]],[\"parent/1148\",[390,5.396]],[\"name/1149\",[371,58.237]],[\"parent/1149\",[390,5.396]],[\"name/1150\",[10,43.388]],[\"parent/1150\",[390,5.396]],[\"name/1151\",[373,62.059]],[\"parent/1151\",[390,5.396]],[\"name/1152\",[392,65.762]],[\"parent/1152\",[]],[\"name/1153\",[43,44.681]],[\"parent/1153\",[392,6.201]],[\"name/1154\",[45,44.409]],[\"parent/1154\",[392,6.201]],[\"name/1155\",[41,59.357]],[\"parent/1155\",[392,6.201]],[\"name/1156\",[393,55.473]],[\"parent/1156\",[]],[\"name/1157\",[27,40.104]],[\"parent/1157\",[393,5.231]],[\"name/1158\",[389,68.293]],[\"parent/1158\",[393,5.231]],[\"name/1159\",[385,68.293]],[\"parent/1159\",[393,5.231]],[\"name/1160\",[386,68.293]],[\"parent/1160\",[393,5.231]],[\"name/1161\",[196,60.618]],[\"parent/1161\",[393,5.231]],[\"name/1162\",[172,63.741]],[\"parent/1162\",[393,5.231]],[\"name/1163\",[21,43.388]],[\"parent/1163\",[393,5.231]],[\"name/1164\",[159,62.059]],[\"parent/1164\",[393,5.231]],[\"name/1165\",[23,41.214]],[\"parent/1165\",[393,5.231]],[\"name/1166\",[387,68.293]],[\"parent/1166\",[393,5.231]],[\"name/1167\",[388,68.293]],[\"parent/1167\",[393,5.231]],[\"name/1168\",[394,54.698]],[\"parent/1168\",[]],[\"name/1169\",[27,40.104]],[\"parent/1169\",[394,5.158]],[\"name/1170\",[395,76.826]],[\"parent/1170\",[394,5.158]],[\"name/1171\",[389,68.293]],[\"parent/1171\",[394,5.158]],[\"name/1172\",[385,68.293]],[\"parent/1172\",[394,5.158]],[\"name/1173\",[386,68.293]],[\"parent/1173\",[394,5.158]],[\"name/1174\",[196,60.618]],[\"parent/1174\",[394,5.158]],[\"name/1175\",[172,63.741]],[\"parent/1175\",[394,5.158]],[\"name/1176\",[21,43.388]],[\"parent/1176\",[394,5.158]],[\"name/1177\",[159,62.059]],[\"parent/1177\",[394,5.158]],[\"name/1178\",[23,41.214]],[\"parent/1178\",[394,5.158]],[\"name/1179\",[387,68.293]],[\"parent/1179\",[394,5.158]],[\"name/1180\",[388,68.293]],[\"parent/1180\",[394,5.158]],[\"name/1181\",[396,60.618]],[\"parent/1181\",[]],[\"name/1182\",[397,53.307]],[\"parent/1182\",[396,5.716]],[\"name/1183\",[398,49.116]],[\"parent/1183\",[396,5.716]],[\"name/1184\",[399,49.116]],[\"parent/1184\",[396,5.716]],[\"name/1185\",[400,52.085]],[\"parent/1185\",[396,5.716]],[\"name/1186\",[401,52.677]],[\"parent/1186\",[396,5.716]],[\"name/1187\",[402,54.698]],[\"parent/1187\",[396,5.716]],[\"name/1188\",[403,60.618]],[\"parent/1188\",[]],[\"name/1189\",[397,53.307]],[\"parent/1189\",[403,5.716]],[\"name/1190\",[398,49.116]],[\"parent/1190\",[403,5.716]],[\"name/1191\",[399,49.116]],[\"parent/1191\",[403,5.716]],[\"name/1192\",[400,52.085]],[\"parent/1192\",[403,5.716]],[\"name/1193\",[401,52.677]],[\"parent/1193\",[403,5.716]],[\"name/1194\",[402,54.698]],[\"parent/1194\",[403,5.716]],[\"name/1195\",[404,59.357]],[\"parent/1195\",[]],[\"name/1196\",[397,53.307]],[\"parent/1196\",[404,5.597]],[\"name/1197\",[398,49.116]],[\"parent/1197\",[404,5.597]],[\"name/1198\",[399,49.116]],[\"parent/1198\",[404,5.597]],[\"name/1199\",[400,52.085]],[\"parent/1199\",[404,5.597]],[\"name/1200\",[401,52.677]],[\"parent/1200\",[404,5.597]],[\"name/1201\",[402,54.698]],[\"parent/1201\",[404,5.597]],[\"name/1202\",[405,62.059]],[\"parent/1202\",[404,5.597]],[\"name/1203\",[406,56.313]],[\"parent/1203\",[]],[\"name/1204\",[397,53.307]],[\"parent/1204\",[406,5.31]],[\"name/1205\",[407,59.357]],[\"parent/1205\",[406,5.31]],[\"name/1206\",[408,65.762]],[\"parent/1206\",[406,5.31]],[\"name/1207\",[398,49.116]],[\"parent/1207\",[406,5.31]],[\"name/1208\",[399,49.116]],[\"parent/1208\",[406,5.31]],[\"name/1209\",[400,52.085]],[\"parent/1209\",[406,5.31]],[\"name/1210\",[401,52.677]],[\"parent/1210\",[406,5.31]],[\"name/1211\",[409,63.741]],[\"parent/1211\",[406,5.31]],[\"name/1212\",[26,35.876]],[\"parent/1212\",[406,5.31]],[\"name/1213\",[398,49.116]],[\"parent/1213\",[410,7.244]],[\"name/1214\",[402,54.698]],[\"parent/1214\",[406,5.31]],[\"name/1215\",[411,76.826]],[\"parent/1215\",[]],[\"name/1216\",[412,71.682]],[\"parent/1216\",[]],[\"name/1217\",[402,54.698]],[\"parent/1217\",[412,6.759]],[\"name/1218\",[413,63.741]],[\"parent/1218\",[]],[\"name/1219\",[398,49.116]],[\"parent/1219\",[413,6.01]],[\"name/1220\",[399,49.116]],[\"parent/1220\",[413,6.01]],[\"name/1221\",[400,52.085]],[\"parent/1221\",[413,6.01]],[\"name/1222\",[401,52.677]],[\"parent/1222\",[413,6.01]],[\"name/1223\",[414,68.293]],[\"parent/1223\",[]],[\"name/1224\",[409,63.741]],[\"parent/1224\",[414,6.439]],[\"name/1225\",[26,35.876]],[\"parent/1225\",[414,6.439]],[\"name/1226\",[398,49.116]],[\"parent/1226\",[415,7.244]],[\"name/1227\",[416,71.682]],[\"parent/1227\",[]],[\"name/1228\",[405,62.059]],[\"parent/1228\",[416,6.759]],[\"name/1229\",[417,59.357]],[\"parent/1229\",[]],[\"name/1230\",[397,53.307]],[\"parent/1230\",[417,5.597]],[\"name/1231\",[407,59.357]],[\"parent/1231\",[417,5.597]],[\"name/1232\",[26,35.876]],[\"parent/1232\",[417,5.597]],[\"name/1233\",[200,42.462]],[\"parent/1233\",[418,7.244]],[\"name/1234\",[398,49.116]],[\"parent/1234\",[417,5.597]],[\"name/1235\",[399,49.116]],[\"parent/1235\",[417,5.597]],[\"name/1236\",[400,52.085]],[\"parent/1236\",[417,5.597]],[\"name/1237\",[401,52.677]],[\"parent/1237\",[417,5.597]],[\"name/1238\",[419,59.357]],[\"parent/1238\",[]],[\"name/1239\",[397,53.307]],[\"parent/1239\",[419,5.597]],[\"name/1240\",[407,59.357]],[\"parent/1240\",[419,5.597]],[\"name/1241\",[398,49.116]],[\"parent/1241\",[419,5.597]],[\"name/1242\",[399,49.116]],[\"parent/1242\",[419,5.597]],[\"name/1243\",[400,52.085]],[\"parent/1243\",[419,5.597]],[\"name/1244\",[401,52.677]],[\"parent/1244\",[419,5.597]],[\"name/1245\",[402,54.698]],[\"parent/1245\",[419,5.597]],[\"name/1246\",[420,59.357]],[\"parent/1246\",[]],[\"name/1247\",[397,53.307]],[\"parent/1247\",[420,5.597]],[\"name/1248\",[398,49.116]],[\"parent/1248\",[420,5.597]],[\"name/1249\",[399,49.116]],[\"parent/1249\",[420,5.597]],[\"name/1250\",[400,52.085]],[\"parent/1250\",[420,5.597]],[\"name/1251\",[401,52.677]],[\"parent/1251\",[420,5.597]],[\"name/1252\",[402,54.698]],[\"parent/1252\",[420,5.597]],[\"name/1253\",[405,62.059]],[\"parent/1253\",[420,5.597]],[\"name/1254\",[421,76.826]],[\"parent/1254\",[]],[\"name/1255\",[422,56.313]],[\"parent/1255\",[]],[\"name/1256\",[397,53.307]],[\"parent/1256\",[422,5.31]],[\"name/1257\",[423,63.741]],[\"parent/1257\",[422,5.31]],[\"name/1258\",[407,59.357]],[\"parent/1258\",[422,5.31]],[\"name/1259\",[398,49.116]],[\"parent/1259\",[422,5.31]],[\"name/1260\",[399,49.116]],[\"parent/1260\",[422,5.31]],[\"name/1261\",[400,52.085]],[\"parent/1261\",[422,5.31]],[\"name/1262\",[401,52.677]],[\"parent/1262\",[422,5.31]],[\"name/1263\",[409,63.741]],[\"parent/1263\",[422,5.31]],[\"name/1264\",[26,35.876]],[\"parent/1264\",[422,5.31]],[\"name/1265\",[398,49.116]],[\"parent/1265\",[424,7.244]],[\"name/1266\",[402,54.698]],[\"parent/1266\",[422,5.31]],[\"name/1267\",[425,62.059]],[\"parent/1267\",[]],[\"name/1268\",[397,53.307]],[\"parent/1268\",[425,5.852]],[\"name/1269\",[398,49.116]],[\"parent/1269\",[425,5.852]],[\"name/1270\",[399,49.116]],[\"parent/1270\",[425,5.852]],[\"name/1271\",[400,52.085]],[\"parent/1271\",[425,5.852]],[\"name/1272\",[401,52.677]],[\"parent/1272\",[425,5.852]],[\"name/1273\",[426,68.293]],[\"parent/1273\",[]],[\"name/1274\",[200,42.462]],[\"parent/1274\",[426,6.439]],[\"name/1275\",[427,71.682]],[\"parent/1275\",[426,6.439]],[\"name/1276\",[428,45.85]],[\"parent/1276\",[]],[\"name/1277\",[423,63.741]],[\"parent/1277\",[428,4.323]],[\"name/1278\",[408,65.762]],[\"parent/1278\",[428,4.323]],[\"name/1279\",[226,59.357]],[\"parent/1279\",[428,4.323]],[\"name/1280\",[429,71.682]],[\"parent/1280\",[428,4.323]],[\"name/1281\",[430,71.682]],[\"parent/1281\",[428,4.323]],[\"name/1282\",[431,71.682]],[\"parent/1282\",[428,4.323]],[\"name/1283\",[100,53.978]],[\"parent/1283\",[428,4.323]],[\"name/1284\",[432,76.826]],[\"parent/1284\",[428,4.323]],[\"name/1285\",[227,62.059]],[\"parent/1285\",[428,4.323]],[\"name/1286\",[3,56.313]],[\"parent/1286\",[428,4.323]],[\"name/1287\",[433,58.237]],[\"parent/1287\",[428,4.323]],[\"name/1288\",[11,44.681]],[\"parent/1288\",[428,4.323]],[\"name/1289\",[10,43.388]],[\"parent/1289\",[428,4.323]],[\"name/1290\",[160,49.554]],[\"parent/1290\",[428,4.323]],[\"name/1291\",[7,55.473]],[\"parent/1291\",[428,4.323]],[\"name/1292\",[135,62.059]],[\"parent/1292\",[428,4.323]],[\"name/1293\",[8,46.49]],[\"parent/1293\",[428,4.323]],[\"name/1294\",[9,41.021]],[\"parent/1294\",[428,4.323]],[\"name/1295\",[12,45.545]],[\"parent/1295\",[428,4.323]],[\"name/1296\",[13,45.249]],[\"parent/1296\",[428,4.323]],[\"name/1297\",[14,45.85]],[\"parent/1297\",[428,4.323]],[\"name/1298\",[15,46.49]],[\"parent/1298\",[428,4.323]],[\"name/1299\",[16,46.49]],[\"parent/1299\",[428,4.323]],[\"name/1300\",[17,44.961]],[\"parent/1300\",[428,4.323]],[\"name/1301\",[18,46.165]],[\"parent/1301\",[428,4.323]],[\"name/1302\",[19,36.969]],[\"parent/1302\",[428,4.323]],[\"name/1303\",[20,46.165]],[\"parent/1303\",[428,4.323]],[\"name/1304\",[21,43.388]],[\"parent/1304\",[428,4.323]],[\"name/1305\",[22,44.409]],[\"parent/1305\",[428,4.323]],[\"name/1306\",[23,41.214]],[\"parent/1306\",[428,4.323]],[\"name/1307\",[24,45.545]],[\"parent/1307\",[428,4.323]],[\"name/1308\",[434,59.357]],[\"parent/1308\",[]],[\"name/1309\",[397,53.307]],[\"parent/1309\",[434,5.597]],[\"name/1310\",[398,49.116]],[\"parent/1310\",[434,5.597]],[\"name/1311\",[399,49.116]],[\"parent/1311\",[434,5.597]],[\"name/1312\",[400,52.085]],[\"parent/1312\",[434,5.597]],[\"name/1313\",[401,52.677]],[\"parent/1313\",[434,5.597]],[\"name/1314\",[402,54.698]],[\"parent/1314\",[434,5.597]],[\"name/1315\",[405,62.059]],[\"parent/1315\",[434,5.597]],[\"name/1316\",[435,57.229]],[\"parent/1316\",[]],[\"name/1317\",[397,53.307]],[\"parent/1317\",[435,5.396]],[\"name/1318\",[436,76.826]],[\"parent/1318\",[435,5.396]],[\"name/1319\",[26,35.876]],[\"parent/1319\",[435,5.396]],[\"name/1320\",[200,42.462]],[\"parent/1320\",[437,6.759]],[\"name/1321\",[427,71.682]],[\"parent/1321\",[437,6.759]],[\"name/1322\",[407,59.357]],[\"parent/1322\",[435,5.396]],[\"name/1323\",[398,49.116]],[\"parent/1323\",[435,5.396]],[\"name/1324\",[399,49.116]],[\"parent/1324\",[435,5.396]],[\"name/1325\",[400,52.085]],[\"parent/1325\",[435,5.396]],[\"name/1326\",[401,52.677]],[\"parent/1326\",[435,5.396]],[\"name/1327\",[402,54.698]],[\"parent/1327\",[435,5.396]],[\"name/1328\",[438,56.313]],[\"parent/1328\",[]],[\"name/1329\",[397,53.307]],[\"parent/1329\",[438,5.31]],[\"name/1330\",[423,63.741]],[\"parent/1330\",[438,5.31]],[\"name/1331\",[407,59.357]],[\"parent/1331\",[438,5.31]],[\"name/1332\",[408,65.762]],[\"parent/1332\",[438,5.31]],[\"name/1333\",[398,49.116]],[\"parent/1333\",[438,5.31]],[\"name/1334\",[399,49.116]],[\"parent/1334\",[438,5.31]],[\"name/1335\",[400,52.085]],[\"parent/1335\",[438,5.31]],[\"name/1336\",[401,52.677]],[\"parent/1336\",[438,5.31]],[\"name/1337\",[409,63.741]],[\"parent/1337\",[438,5.31]],[\"name/1338\",[26,35.876]],[\"parent/1338\",[438,5.31]],[\"name/1339\",[398,49.116]],[\"parent/1339\",[439,7.244]],[\"name/1340\",[440,59.357]],[\"parent/1340\",[]],[\"name/1341\",[397,53.307]],[\"parent/1341\",[440,5.597]],[\"name/1342\",[398,49.116]],[\"parent/1342\",[440,5.597]],[\"name/1343\",[399,49.116]],[\"parent/1343\",[440,5.597]],[\"name/1344\",[400,52.085]],[\"parent/1344\",[440,5.597]],[\"name/1345\",[401,52.677]],[\"parent/1345\",[440,5.597]],[\"name/1346\",[402,54.698]],[\"parent/1346\",[440,5.597]],[\"name/1347\",[405,62.059]],[\"parent/1347\",[440,5.597]],[\"name/1348\",[441,59.357]],[\"parent/1348\",[]],[\"name/1349\",[397,53.307]],[\"parent/1349\",[441,5.597]],[\"name/1350\",[398,49.116]],[\"parent/1350\",[441,5.597]],[\"name/1351\",[399,49.116]],[\"parent/1351\",[441,5.597]],[\"name/1352\",[400,52.085]],[\"parent/1352\",[441,5.597]],[\"name/1353\",[401,52.677]],[\"parent/1353\",[441,5.597]],[\"name/1354\",[402,54.698]],[\"parent/1354\",[441,5.597]],[\"name/1355\",[405,62.059]],[\"parent/1355\",[441,5.597]],[\"name/1356\",[442,54.698]],[\"parent/1356\",[]],[\"name/1357\",[397,53.307]],[\"parent/1357\",[442,5.158]],[\"name/1358\",[423,63.741]],[\"parent/1358\",[442,5.158]],[\"name/1359\",[443,63.741]],[\"parent/1359\",[442,5.158]],[\"name/1360\",[407,59.357]],[\"parent/1360\",[442,5.158]],[\"name/1361\",[408,65.762]],[\"parent/1361\",[442,5.158]],[\"name/1362\",[398,49.116]],[\"parent/1362\",[442,5.158]],[\"name/1363\",[399,49.116]],[\"parent/1363\",[442,5.158]],[\"name/1364\",[400,52.085]],[\"parent/1364\",[442,5.158]],[\"name/1365\",[401,52.677]],[\"parent/1365\",[442,5.158]],[\"name/1366\",[409,63.741]],[\"parent/1366\",[442,5.158]],[\"name/1367\",[26,35.876]],[\"parent/1367\",[442,5.158]],[\"name/1368\",[398,49.116]],[\"parent/1368\",[444,7.244]],[\"name/1369\",[402,54.698]],[\"parent/1369\",[442,5.158]],[\"name/1370\",[445,71.682]],[\"parent/1370\",[]],[\"name/1371\",[446,71.682]],[\"parent/1371\",[]],[\"name/1372\",[149,60.618]],[\"parent/1372\",[446,6.759]],[\"name/1373\",[447,58.237]],[\"parent/1373\",[]],[\"name/1374\",[431,71.682]],[\"parent/1374\",[447,5.491]],[\"name/1375\",[100,53.978]],[\"parent/1375\",[447,5.491]],[\"name/1376\",[226,59.357]],[\"parent/1376\",[447,5.491]],[\"name/1377\",[10,43.388]],[\"parent/1377\",[447,5.491]],[\"name/1378\",[19,36.969]],[\"parent/1378\",[447,5.491]],[\"name/1379\",[429,71.682]],[\"parent/1379\",[447,5.491]],[\"name/1380\",[430,71.682]],[\"parent/1380\",[447,5.491]],[\"name/1381\",[423,63.741]],[\"parent/1381\",[447,5.491]],[\"name/1382\",[156,71.682]],[\"parent/1382\",[]],[\"name/1383\",[443,63.741]],[\"parent/1383\",[]],[\"name/1384\",[448,76.826]],[\"parent/1384\",[443,6.01]],[\"name/1385\",[449,76.826]],[\"parent/1385\",[443,6.01]],[\"name/1386\",[450,76.826]],[\"parent/1386\",[443,6.01]],[\"name/1387\",[451,60.618]],[\"parent/1387\",[]],[\"name/1388\",[452,76.826]],[\"parent/1388\",[451,5.716]],[\"name/1389\",[453,76.826]],[\"parent/1389\",[451,5.716]],[\"name/1390\",[454,76.826]],[\"parent/1390\",[451,5.716]],[\"name/1391\",[455,76.826]],[\"parent/1391\",[451,5.716]],[\"name/1392\",[456,76.826]],[\"parent/1392\",[451,5.716]],[\"name/1393\",[457,56.313]],[\"parent/1393\",[]],[\"name/1394\",[458,76.826]],[\"parent/1394\",[457,5.31]],[\"name/1395\",[27,40.104]],[\"parent/1395\",[457,5.31]],[\"name/1396\",[459,68.293]],[\"parent/1396\",[457,5.31]],[\"name/1397\",[460,68.293]],[\"parent/1397\",[457,5.31]],[\"name/1398\",[461,71.682]],[\"parent/1398\",[457,5.31]],[\"name/1399\",[462,71.682]],[\"parent/1399\",[457,5.31]],[\"name/1400\",[463,71.682]],[\"parent/1400\",[457,5.31]],[\"name/1401\",[298,65.762]],[\"parent/1401\",[457,5.31]],[\"name/1402\",[464,76.826]],[\"parent/1402\",[457,5.31]],[\"name/1403\",[256,71.682]],[\"parent/1403\",[457,5.31]],[\"name/1404\",[465,60.618]],[\"parent/1404\",[]],[\"name/1405\",[459,68.293]],[\"parent/1405\",[465,5.716]],[\"name/1406\",[460,68.293]],[\"parent/1406\",[465,5.716]],[\"name/1407\",[461,71.682]],[\"parent/1407\",[465,5.716]],[\"name/1408\",[200,42.462]],[\"parent/1408\",[465,5.716]],[\"name/1409\",[462,71.682]],[\"parent/1409\",[465,5.716]],[\"name/1410\",[463,71.682]],[\"parent/1410\",[465,5.716]],[\"name/1411\",[466,76.826]],[\"parent/1411\",[]],[\"name/1412\",[467,76.826]],[\"parent/1412\",[]],[\"name/1413\",[90,60.618]],[\"parent/1413\",[]],[\"name/1414\",[468,71.682]],[\"parent/1414\",[]],[\"name/1415\",[26,35.876]],[\"parent/1415\",[468,6.759]],[\"name/1416\",[469,76.826]],[\"parent/1416\",[470,5.597]],[\"name/1417\",[471,76.826]],[\"parent/1417\",[470,5.597]],[\"name/1418\",[472,76.826]],[\"parent/1418\",[470,5.597]],[\"name/1419\",[473,76.826]],[\"parent/1419\",[470,5.597]],[\"name/1420\",[82,52.085]],[\"parent/1420\",[470,5.597]],[\"name/1421\",[474,71.682]],[\"parent/1421\",[470,5.597]],[\"name/1422\",[475,76.826]],[\"parent/1422\",[470,5.597]],[\"name/1423\",[476,76.826]],[\"parent/1423\",[470,5.597]],[\"name/1424\",[477,48.696]],[\"parent/1424\",[]],[\"name/1425\",[83,56.313]],[\"parent/1425\",[477,4.592]],[\"name/1426\",[478,76.826]],[\"parent/1426\",[477,4.592]],[\"name/1427\",[479,53.978]],[\"parent/1427\",[477,4.592]],[\"name/1428\",[252,54.698]],[\"parent/1428\",[477,4.592]],[\"name/1429\",[251,56.313]],[\"parent/1429\",[477,4.592]],[\"name/1430\",[480,62.059]],[\"parent/1430\",[477,4.592]],[\"name/1431\",[481,63.741]],[\"parent/1431\",[477,4.592]],[\"name/1432\",[482,62.059]],[\"parent/1432\",[477,4.592]],[\"name/1433\",[483,62.059]],[\"parent/1433\",[477,4.592]],[\"name/1434\",[484,62.059]],[\"parent/1434\",[477,4.592]],[\"name/1435\",[485,62.059]],[\"parent/1435\",[477,4.592]],[\"name/1436\",[486,62.059]],[\"parent/1436\",[477,4.592]],[\"name/1437\",[487,62.059]],[\"parent/1437\",[477,4.592]],[\"name/1438\",[143,50.011]],[\"parent/1438\",[477,4.592]],[\"name/1439\",[488,60.618]],[\"parent/1439\",[477,4.592]],[\"name/1440\",[26,35.876]],[\"parent/1440\",[477,4.592]],[\"name/1441\",[489,59.357]],[\"parent/1441\",[477,4.592]],[\"name/1442\",[490,59.357]],[\"parent/1442\",[477,4.592]],[\"name/1443\",[87,53.978]],[\"parent/1443\",[477,4.592]],[\"name/1444\",[491,60.618]],[\"parent/1444\",[477,4.592]],[\"name/1445\",[492,60.618]],[\"parent/1445\",[477,4.592]],[\"name/1446\",[493,60.618]],[\"parent/1446\",[477,4.592]],[\"name/1447\",[494,60.618]],[\"parent/1447\",[477,4.592]],[\"name/1448\",[495,71.682]],[\"parent/1448\",[]],[\"name/1449\",[496,68.293]],[\"parent/1449\",[495,6.759]],[\"name/1450\",[497,62.059]],[\"parent/1450\",[]],[\"name/1451\",[491,60.618]],[\"parent/1451\",[497,5.852]],[\"name/1452\",[492,60.618]],[\"parent/1452\",[497,5.852]],[\"name/1453\",[493,60.618]],[\"parent/1453\",[497,5.852]],[\"name/1454\",[494,60.618]],[\"parent/1454\",[497,5.852]],[\"name/1455\",[498,71.682]],[\"parent/1455\",[]],[\"name/1456\",[496,68.293]],[\"parent/1456\",[498,6.759]],[\"name/1457\",[499,76.826]],[\"parent/1457\",[]],[\"name/1458\",[500,47.533]],[\"parent/1458\",[]],[\"name/1459\",[501,65.762]],[\"parent/1459\",[500,4.482]],[\"name/1460\",[502,65.762]],[\"parent/1460\",[500,4.482]],[\"name/1461\",[503,65.762]],[\"parent/1461\",[500,4.482]],[\"name/1462\",[504,65.762]],[\"parent/1462\",[500,4.482]],[\"name/1463\",[505,65.762]],[\"parent/1463\",[500,4.482]],[\"name/1464\",[87,53.978]],[\"parent/1464\",[500,4.482]],[\"name/1465\",[481,63.741]],[\"parent/1465\",[500,4.482]],[\"name/1466\",[26,35.876]],[\"parent/1466\",[500,4.482]],[\"name/1467\",[251,56.313]],[\"parent/1467\",[500,4.482]],[\"name/1468\",[479,53.978]],[\"parent/1468\",[500,4.482]],[\"name/1469\",[252,54.698]],[\"parent/1469\",[500,4.482]],[\"name/1470\",[480,62.059]],[\"parent/1470\",[500,4.482]],[\"name/1471\",[482,62.059]],[\"parent/1471\",[500,4.482]],[\"name/1472\",[483,62.059]],[\"parent/1472\",[500,4.482]],[\"name/1473\",[484,62.059]],[\"parent/1473\",[500,4.482]],[\"name/1474\",[485,62.059]],[\"parent/1474\",[500,4.482]],[\"name/1475\",[486,62.059]],[\"parent/1475\",[500,4.482]],[\"name/1476\",[487,62.059]],[\"parent/1476\",[500,4.482]],[\"name/1477\",[143,50.011]],[\"parent/1477\",[500,4.482]],[\"name/1478\",[488,60.618]],[\"parent/1478\",[500,4.482]],[\"name/1479\",[489,59.357]],[\"parent/1479\",[500,4.482]],[\"name/1480\",[490,59.357]],[\"parent/1480\",[500,4.482]],[\"name/1481\",[491,60.618]],[\"parent/1481\",[500,4.482]],[\"name/1482\",[492,60.618]],[\"parent/1482\",[500,4.482]],[\"name/1483\",[493,60.618]],[\"parent/1483\",[500,4.482]],[\"name/1484\",[494,60.618]],[\"parent/1484\",[500,4.482]],[\"name/1485\",[506,52.677]],[\"parent/1485\",[]],[\"name/1486\",[27,40.104]],[\"parent/1486\",[506,4.967]],[\"name/1487\",[304,50.995]],[\"parent/1487\",[506,4.967]],[\"name/1488\",[154,60.618]],[\"parent/1488\",[506,4.967]],[\"name/1489\",[296,65.762]],[\"parent/1489\",[506,4.967]],[\"name/1490\",[507,68.293]],[\"parent/1490\",[506,4.967]],[\"name/1491\",[508,76.826]],[\"parent/1491\",[506,4.967]],[\"name/1492\",[509,76.826]],[\"parent/1492\",[506,4.967]],[\"name/1493\",[510,76.826]],[\"parent/1493\",[506,4.967]],[\"name/1494\",[489,59.357]],[\"parent/1494\",[506,4.967]],[\"name/1495\",[262,68.293]],[\"parent/1495\",[506,4.967]],[\"name/1496\",[490,59.357]],[\"parent/1496\",[506,4.967]],[\"name/1497\",[87,53.978]],[\"parent/1497\",[506,4.967]],[\"name/1498\",[511,76.826]],[\"parent/1498\",[506,4.967]],[\"name/1499\",[512,68.293]],[\"parent/1499\",[506,4.967]],[\"name/1500\",[513,76.826]],[\"parent/1500\",[506,4.967]],[\"name/1501\",[514,65.762]],[\"parent/1501\",[]],[\"name/1502\",[489,59.357]],[\"parent/1502\",[514,6.201]],[\"name/1503\",[490,59.357]],[\"parent/1503\",[514,6.201]],[\"name/1504\",[87,53.978]],[\"parent/1504\",[514,6.201]],[\"name/1505\",[515,76.826]],[\"parent/1505\",[]],[\"name/1506\",[516,58.237]],[\"parent/1506\",[]],[\"name/1507\",[208,68.293]],[\"parent/1507\",[516,5.491]],[\"name/1508\",[9,41.021]],[\"parent/1508\",[516,5.491]],[\"name/1509\",[19,36.969]],[\"parent/1509\",[516,5.491]],[\"name/1510\",[21,43.388]],[\"parent/1510\",[516,5.491]],[\"name/1511\",[22,44.409]],[\"parent/1511\",[516,5.491]],[\"name/1512\",[23,41.214]],[\"parent/1512\",[516,5.491]],[\"name/1513\",[195,48.293]],[\"parent/1513\",[516,5.491]],[\"name/1514\",[267,62.059]],[\"parent/1514\",[516,5.491]],[\"name/1515\",[517,65.762]],[\"parent/1515\",[]],[\"name/1516\",[518,68.293]],[\"parent/1516\",[517,6.201]],[\"name/1517\",[519,76.826]],[\"parent/1517\",[517,6.201]],[\"name/1518\",[42,59.357]],[\"parent/1518\",[517,6.201]],[\"name/1519\",[520,76.826]],[\"parent/1519\",[]],[\"name/1520\",[521,71.682]],[\"parent/1520\",[]],[\"name/1521\",[26,35.876]],[\"parent/1521\",[521,6.759]],[\"name/1522\",[82,52.085]],[\"parent/1522\",[522,7.244]],[\"name/1523\",[523,54.698]],[\"parent/1523\",[]],[\"name/1524\",[17,44.961]],[\"parent/1524\",[523,5.158]],[\"name/1525\",[19,36.969]],[\"parent/1525\",[523,5.158]],[\"name/1526\",[9,41.021]],[\"parent/1526\",[523,5.158]],[\"name/1527\",[100,53.978]],[\"parent/1527\",[523,5.158]],[\"name/1528\",[11,44.681]],[\"parent/1528\",[523,5.158]],[\"name/1529\",[226,59.357]],[\"parent/1529\",[523,5.158]],[\"name/1530\",[12,45.545]],[\"parent/1530\",[523,5.158]],[\"name/1531\",[524,68.293]],[\"parent/1531\",[523,5.158]],[\"name/1532\",[525,68.293]],[\"parent/1532\",[523,5.158]],[\"name/1533\",[526,68.293]],[\"parent/1533\",[523,5.158]],[\"name/1534\",[21,43.388]],[\"parent/1534\",[523,5.158]],[\"name/1535\",[22,44.409]],[\"parent/1535\",[523,5.158]],[\"name/1536\",[527,71.682]],[\"parent/1536\",[]],[\"name/1537\",[528,76.826]],[\"parent/1537\",[527,6.759]],[\"name/1538\",[529,76.826]],[\"parent/1538\",[]],[\"name/1539\",[530,71.682]],[\"parent/1539\",[]],[\"name/1540\",[531,76.826]],[\"parent/1540\",[530,6.759]],[\"name/1541\",[532,46.826]],[\"parent/1541\",[]],[\"name/1542\",[17,44.961]],[\"parent/1542\",[532,4.415]],[\"name/1543\",[19,36.969]],[\"parent/1543\",[532,4.415]],[\"name/1544\",[9,41.021]],[\"parent/1544\",[532,4.415]],[\"name/1545\",[100,53.978]],[\"parent/1545\",[532,4.415]],[\"name/1546\",[11,44.681]],[\"parent/1546\",[532,4.415]],[\"name/1547\",[226,59.357]],[\"parent/1547\",[532,4.415]],[\"name/1548\",[12,45.545]],[\"parent/1548\",[532,4.415]],[\"name/1549\",[524,68.293]],[\"parent/1549\",[532,4.415]],[\"name/1550\",[525,68.293]],[\"parent/1550\",[532,4.415]],[\"name/1551\",[526,68.293]],[\"parent/1551\",[532,4.415]],[\"name/1552\",[21,43.388]],[\"parent/1552\",[532,4.415]],[\"name/1553\",[22,44.409]],[\"parent/1553\",[532,4.415]],[\"name/1554\",[227,62.059]],[\"parent/1554\",[532,4.415]],[\"name/1555\",[3,56.313]],[\"parent/1555\",[532,4.415]],[\"name/1556\",[433,58.237]],[\"parent/1556\",[532,4.415]],[\"name/1557\",[10,43.388]],[\"parent/1557\",[532,4.415]],[\"name/1558\",[160,49.554]],[\"parent/1558\",[532,4.415]],[\"name/1559\",[7,55.473]],[\"parent/1559\",[532,4.415]],[\"name/1560\",[135,62.059]],[\"parent/1560\",[532,4.415]],[\"name/1561\",[8,46.49]],[\"parent/1561\",[532,4.415]],[\"name/1562\",[13,45.249]],[\"parent/1562\",[532,4.415]],[\"name/1563\",[14,45.85]],[\"parent/1563\",[532,4.415]],[\"name/1564\",[15,46.49]],[\"parent/1564\",[532,4.415]],[\"name/1565\",[16,46.49]],[\"parent/1565\",[532,4.415]],[\"name/1566\",[18,46.165]],[\"parent/1566\",[532,4.415]],[\"name/1567\",[20,46.165]],[\"parent/1567\",[532,4.415]],[\"name/1568\",[23,41.214]],[\"parent/1568\",[532,4.415]],[\"name/1569\",[24,45.545]],[\"parent/1569\",[532,4.415]],[\"name/1570\",[533,55.473]],[\"parent/1570\",[]],[\"name/1571\",[534,71.682]],[\"parent/1571\",[533,5.231]],[\"name/1572\",[6,63.741]],[\"parent/1572\",[533,5.231]],[\"name/1573\",[19,36.969]],[\"parent/1573\",[533,5.231]],[\"name/1574\",[535,62.059]],[\"parent/1574\",[533,5.231]],[\"name/1575\",[9,41.021]],[\"parent/1575\",[533,5.231]],[\"name/1576\",[13,45.249]],[\"parent/1576\",[533,5.231]],[\"name/1577\",[21,43.388]],[\"parent/1577\",[533,5.231]],[\"name/1578\",[22,44.409]],[\"parent/1578\",[533,5.231]],[\"name/1579\",[23,41.214]],[\"parent/1579\",[533,5.231]],[\"name/1580\",[195,48.293]],[\"parent/1580\",[533,5.231]],[\"name/1581\",[267,62.059]],[\"parent/1581\",[533,5.231]],[\"name/1582\",[252,54.698]],[\"parent/1582\",[]],[\"name/1583\",[147,71.682]],[\"parent/1583\",[252,5.158]],[\"name/1584\",[536,76.826]],[\"parent/1584\",[252,5.158]],[\"name/1585\",[537,76.826]],[\"parent/1585\",[252,5.158]],[\"name/1586\",[538,76.826]],[\"parent/1586\",[252,5.158]],[\"name/1587\",[539,76.826]],[\"parent/1587\",[252,5.158]],[\"name/1588\",[27,40.104]],[\"parent/1588\",[252,5.158]],[\"name/1589\",[540,52.677]],[\"parent/1589\",[]],[\"name/1590\",[541,76.826]],[\"parent/1590\",[540,4.967]],[\"name/1591\",[542,76.826]],[\"parent/1591\",[540,4.967]],[\"name/1592\",[543,76.826]],[\"parent/1592\",[540,4.967]],[\"name/1593\",[26,35.876]],[\"parent/1593\",[540,4.967]],[\"name/1594\",[544,71.682]],[\"parent/1594\",[545,4.673]],[\"name/1595\",[26,35.876]],[\"parent/1595\",[545,4.673]],[\"name/1596\",[546,76.826]],[\"parent/1596\",[547,5.231]],[\"name/1597\",[548,76.826]],[\"parent/1597\",[547,5.231]],[\"name/1598\",[549,76.826]],[\"parent/1598\",[547,5.231]],[\"name/1599\",[550,71.682]],[\"parent/1599\",[545,4.673]],[\"name/1600\",[26,35.876]],[\"parent/1600\",[545,4.673]],[\"name/1601\",[551,63.741]],[\"parent/1601\",[547,5.231]],[\"name/1602\",[552,71.682]],[\"parent/1602\",[545,4.673]],[\"name/1603\",[26,35.876]],[\"parent/1603\",[545,4.673]],[\"name/1604\",[553,76.826]],[\"parent/1604\",[547,5.231]],[\"name/1605\",[554,76.826]],[\"parent/1605\",[547,5.231]],[\"name/1606\",[555,76.826]],[\"parent/1606\",[547,5.231]],[\"name/1607\",[556,76.826]],[\"parent/1607\",[547,5.231]],[\"name/1608\",[557,71.682]],[\"parent/1608\",[545,4.673]],[\"name/1609\",[26,35.876]],[\"parent/1609\",[545,4.673]],[\"name/1610\",[558,76.826]],[\"parent/1610\",[547,5.231]],[\"name/1611\",[559,76.826]],[\"parent/1611\",[547,5.231]],[\"name/1612\",[560,71.682]],[\"parent/1612\",[547,5.231]],[\"name/1613\",[561,71.682]],[\"parent/1613\",[545,4.673]],[\"name/1614\",[26,35.876]],[\"parent/1614\",[545,4.673]],[\"name/1615\",[560,71.682]],[\"parent/1615\",[547,5.231]],[\"name/1616\",[562,76.826]],[\"parent/1616\",[540,4.967]],[\"name/1617\",[563,76.826]],[\"parent/1617\",[540,4.967]],[\"name/1618\",[564,76.826]],[\"parent/1618\",[540,4.967]],[\"name/1619\",[565,76.826]],[\"parent/1619\",[540,4.967]],[\"name/1620\",[152,55.473]],[\"parent/1620\",[540,4.967]],[\"name/1621\",[26,35.876]],[\"parent/1621\",[540,4.967]],[\"name/1622\",[195,48.293]],[\"parent/1622\",[545,4.673]],[\"name/1623\",[566,76.826]],[\"parent/1623\",[540,4.967]],[\"name/1624\",[26,35.876]],[\"parent/1624\",[540,4.967]],[\"name/1625\",[567,76.826]],[\"parent/1625\",[545,4.673]],[\"name/1626\",[568,76.826]],[\"parent/1626\",[545,4.673]],[\"name/1627\",[569,76.826]],[\"parent/1627\",[545,4.673]],[\"name/1628\",[570,76.826]],[\"parent/1628\",[545,4.673]],[\"name/1629\",[571,76.826]],[\"parent/1629\",[545,4.673]],[\"name/1630\",[572,76.826]],[\"parent/1630\",[545,4.673]],[\"name/1631\",[497,62.059]],[\"parent/1631\",[540,4.967]],[\"name/1632\",[573,76.826]],[\"parent/1632\",[540,4.967]],[\"name/1633\",[26,35.876]],[\"parent/1633\",[540,4.967]],[\"name/1634\",[544,71.682]],[\"parent/1634\",[545,4.673]],[\"name/1635\",[550,71.682]],[\"parent/1635\",[545,4.673]],[\"name/1636\",[552,71.682]],[\"parent/1636\",[545,4.673]],[\"name/1637\",[557,71.682]],[\"parent/1637\",[545,4.673]],[\"name/1638\",[561,71.682]],[\"parent/1638\",[545,4.673]],[\"name/1639\",[574,65.762]],[\"parent/1639\",[]],[\"name/1640\",[575,71.682]],[\"parent/1640\",[574,6.201]],[\"name/1641\",[576,71.682]],[\"parent/1641\",[574,6.201]],[\"name/1642\",[577,71.682]],[\"parent/1642\",[574,6.201]],[\"name/1643\",[578,76.826]],[\"parent/1643\",[]],[\"name/1644\",[579,62.059]],[\"parent/1644\",[]],[\"name/1645\",[474,71.682]],[\"parent/1645\",[579,5.852]],[\"name/1646\",[45,44.409]],[\"parent/1646\",[579,5.852]],[\"name/1647\",[30,65.762]],[\"parent/1647\",[579,5.852]],[\"name/1648\",[48,45.545]],[\"parent/1648\",[579,5.852]],[\"name/1649\",[41,59.357]],[\"parent/1649\",[579,5.852]],[\"name/1650\",[580,71.682]],[\"parent/1650\",[]],[\"name/1651\",[581,76.826]],[\"parent/1651\",[580,6.759]],[\"name/1652\",[582,71.682]],[\"parent/1652\",[]],[\"name/1653\",[24,45.545]],[\"parent/1653\",[582,6.759]],[\"name/1654\",[583,76.826]],[\"parent/1654\",[]],[\"name/1655\",[584,58.237]],[\"parent/1655\",[]],[\"name/1656\",[150,62.059]],[\"parent/1656\",[584,5.491]],[\"name/1657\",[585,60.618]],[\"parent/1657\",[584,5.491]],[\"name/1658\",[586,71.682]],[\"parent/1658\",[584,5.491]],[\"name/1659\",[149,60.618]],[\"parent/1659\",[584,5.491]],[\"name/1660\",[82,52.085]],[\"parent/1660\",[584,5.491]],[\"name/1661\",[587,68.293]],[\"parent/1661\",[584,5.491]],[\"name/1662\",[149,60.618]],[\"parent/1662\",[584,5.491]],[\"name/1663\",[588,71.682]],[\"parent/1663\",[584,5.491]],[\"name/1664\",[589,63.741]],[\"parent/1664\",[]],[\"name/1665\",[140,56.313]],[\"parent/1665\",[589,6.01]],[\"name/1666\",[139,60.618]],[\"parent/1666\",[589,6.01]],[\"name/1667\",[587,68.293]],[\"parent/1667\",[589,6.01]],[\"name/1668\",[149,60.618]],[\"parent/1668\",[589,6.01]],[\"name/1669\",[590,62.059]],[\"parent/1669\",[]],[\"name/1670\",[591,76.826]],[\"parent/1670\",[590,5.852]],[\"name/1671\",[140,56.313]],[\"parent/1671\",[590,5.852]],[\"name/1672\",[139,60.618]],[\"parent/1672\",[590,5.852]],[\"name/1673\",[587,68.293]],[\"parent/1673\",[590,5.852]],[\"name/1674\",[149,60.618]],[\"parent/1674\",[590,5.852]],[\"name/1675\",[592,58.237]],[\"parent/1675\",[]],[\"name/1676\",[398,49.116]],[\"parent/1676\",[592,5.491]],[\"name/1677\",[593,71.682]],[\"parent/1677\",[592,5.491]],[\"name/1678\",[594,76.826]],[\"parent/1678\",[592,5.491]],[\"name/1679\",[595,71.682]],[\"parent/1679\",[592,5.491]],[\"name/1680\",[596,71.682]],[\"parent/1680\",[592,5.491]],[\"name/1681\",[597,71.682]],[\"parent/1681\",[592,5.491]],[\"name/1682\",[488,60.618]],[\"parent/1682\",[592,5.491]],[\"name/1683\",[598,76.826]],[\"parent/1683\",[592,5.491]],[\"name/1684\",[599,71.682]],[\"parent/1684\",[]],[\"name/1685\",[26,35.876]],[\"parent/1685\",[599,6.759]],[\"name/1686\",[229,65.762]],[\"parent/1686\",[600,7.244]],[\"name/1687\",[601,63.741]],[\"parent/1687\",[]],[\"name/1688\",[602,76.826]],[\"parent/1688\",[601,6.01]],[\"name/1689\",[603,68.293]],[\"parent/1689\",[601,6.01]],[\"name/1690\",[19,36.969]],[\"parent/1690\",[601,6.01]],[\"name/1691\",[23,41.214]],[\"parent/1691\",[601,6.01]],[\"name/1692\",[604,49.554]],[\"parent/1692\",[]],[\"name/1693\",[82,52.085]],[\"parent/1693\",[604,4.673]],[\"name/1694\",[150,62.059]],[\"parent/1694\",[604,4.673]],[\"name/1695\",[605,76.826]],[\"parent/1695\",[604,4.673]],[\"name/1696\",[606,76.826]],[\"parent/1696\",[604,4.673]],[\"name/1697\",[607,76.826]],[\"parent/1697\",[604,4.673]],[\"name/1698\",[595,71.682]],[\"parent/1698\",[604,4.673]],[\"name/1699\",[608,76.826]],[\"parent/1699\",[604,4.673]],[\"name/1700\",[152,55.473]],[\"parent/1700\",[604,4.673]],[\"name/1701\",[609,76.826]],[\"parent/1701\",[604,4.673]],[\"name/1702\",[83,56.313]],[\"parent/1702\",[604,4.673]],[\"name/1703\",[603,68.293]],[\"parent/1703\",[604,4.673]],[\"name/1704\",[610,76.826]],[\"parent/1704\",[604,4.673]],[\"name/1705\",[593,71.682]],[\"parent/1705\",[604,4.673]],[\"name/1706\",[611,71.682]],[\"parent/1706\",[604,4.673]],[\"name/1707\",[612,76.826]],[\"parent/1707\",[604,4.673]],[\"name/1708\",[613,76.826]],[\"parent/1708\",[604,4.673]],[\"name/1709\",[26,35.876]],[\"parent/1709\",[604,4.673]],[\"name/1710\",[614,76.826]],[\"parent/1710\",[615,6.201]],[\"name/1711\",[616,76.826]],[\"parent/1711\",[615,6.201]],[\"name/1712\",[617,76.826]],[\"parent/1712\",[615,6.201]],[\"name/1713\",[618,76.826]],[\"parent/1713\",[615,6.201]],[\"name/1714\",[23,41.214]],[\"parent/1714\",[604,4.673]],[\"name/1715\",[619,76.826]],[\"parent/1715\",[604,4.673]],[\"name/1716\",[588,71.682]],[\"parent/1716\",[604,4.673]],[\"name/1717\",[149,60.618]],[\"parent/1717\",[604,4.673]],[\"name/1718\",[620,60.618]],[\"parent/1718\",[]],[\"name/1719\",[603,68.293]],[\"parent/1719\",[620,5.716]],[\"name/1720\",[83,56.313]],[\"parent/1720\",[620,5.716]],[\"name/1721\",[488,60.618]],[\"parent/1721\",[620,5.716]],[\"name/1722\",[596,71.682]],[\"parent/1722\",[620,5.716]],[\"name/1723\",[597,71.682]],[\"parent/1723\",[620,5.716]],[\"name/1724\",[23,41.214]],[\"parent/1724\",[620,5.716]],[\"name/1725\",[621,63.741]],[\"parent/1725\",[]],[\"name/1726\",[398,49.116]],[\"parent/1726\",[621,6.01]],[\"name/1727\",[622,76.826]],[\"parent/1727\",[621,6.01]],[\"name/1728\",[611,71.682]],[\"parent/1728\",[621,6.01]],[\"name/1729\",[586,71.682]],[\"parent/1729\",[621,6.01]],[\"name/1730\",[623,71.682]],[\"parent/1730\",[]],[\"name/1731\",[26,35.876]],[\"parent/1731\",[623,6.759]],[\"name/1732\",[624,68.293]],[\"parent/1732\",[]],[\"name/1733\",[195,48.293]],[\"parent/1733\",[624,6.439]],[\"name/1734\",[267,62.059]],[\"parent/1734\",[624,6.439]],[\"name/1735\",[625,65.762]],[\"parent/1735\",[]],[\"name/1736\",[459,68.293]],[\"parent/1736\",[625,6.201]],[\"name/1737\",[460,68.293]],[\"parent/1737\",[625,6.201]],[\"name/1738\",[626,60.618]],[\"parent/1738\",[]],[\"name/1739\",[31,43.388]],[\"parent/1739\",[626,5.716]],[\"name/1740\",[627,57.229]],[\"parent/1740\",[626,5.716]],[\"name/1741\",[628,68.293]],[\"parent/1741\",[626,5.716]],[\"name/1742\",[629,76.826]],[\"parent/1742\",[]],[\"name/1743\",[630,38.196]],[\"parent/1743\",[]],[\"name/1744\",[631,68.293]],[\"parent/1744\",[630,3.602]],[\"name/1745\",[483,62.059]],[\"parent/1745\",[630,3.602]],[\"name/1746\",[632,76.826]],[\"parent/1746\",[630,3.602]],[\"name/1747\",[633,76.826]],[\"parent/1747\",[630,3.602]],[\"name/1748\",[575,71.682]],[\"parent/1748\",[630,3.602]],[\"name/1749\",[576,71.682]],[\"parent/1749\",[630,3.602]],[\"name/1750\",[577,71.682]],[\"parent/1750\",[630,3.602]],[\"name/1751\",[634,71.682]],[\"parent/1751\",[630,3.602]],[\"name/1752\",[635,71.682]],[\"parent/1752\",[630,3.602]],[\"name/1753\",[636,71.682]],[\"parent/1753\",[630,3.602]],[\"name/1754\",[482,62.059]],[\"parent/1754\",[630,3.602]],[\"name/1755\",[487,62.059]],[\"parent/1755\",[630,3.602]],[\"name/1756\",[489,59.357]],[\"parent/1756\",[630,3.602]],[\"name/1757\",[512,68.293]],[\"parent/1757\",[630,3.602]],[\"name/1758\",[637,68.293]],[\"parent/1758\",[630,3.602]],[\"name/1759\",[638,68.293]],[\"parent/1759\",[630,3.602]],[\"name/1760\",[501,65.762]],[\"parent/1760\",[630,3.602]],[\"name/1761\",[502,65.762]],[\"parent/1761\",[630,3.602]],[\"name/1762\",[503,65.762]],[\"parent/1762\",[630,3.602]],[\"name/1763\",[504,65.762]],[\"parent/1763\",[630,3.602]],[\"name/1764\",[505,65.762]],[\"parent/1764\",[630,3.602]],[\"name/1765\",[9,41.021]],[\"parent/1765\",[630,3.602]],[\"name/1766\",[271,68.293]],[\"parent/1766\",[630,3.602]],[\"name/1767\",[19,36.969]],[\"parent/1767\",[630,3.602]],[\"name/1768\",[295,63.741]],[\"parent/1768\",[630,3.602]],[\"name/1769\",[639,71.682]],[\"parent/1769\",[630,3.602]],[\"name/1770\",[625,65.762]],[\"parent/1770\",[630,3.602]],[\"name/1771\",[534,71.682]],[\"parent/1771\",[630,3.602]],[\"name/1772\",[261,68.293]],[\"parent/1772\",[630,3.602]],[\"name/1773\",[451,60.618]],[\"parent/1773\",[630,3.602]],[\"name/1774\",[640,65.762]],[\"parent/1774\",[630,3.602]],[\"name/1775\",[641,65.762]],[\"parent/1775\",[630,3.602]],[\"name/1776\",[642,62.059]],[\"parent/1776\",[630,3.602]],[\"name/1777\",[643,65.762]],[\"parent/1777\",[630,3.602]],[\"name/1778\",[644,71.682]],[\"parent/1778\",[630,3.602]],[\"name/1779\",[645,68.293]],[\"parent/1779\",[630,3.602]],[\"name/1780\",[13,45.249]],[\"parent/1780\",[630,3.602]],[\"name/1781\",[646,68.293]],[\"parent/1781\",[630,3.602]],[\"name/1782\",[87,53.978]],[\"parent/1782\",[630,3.602]],[\"name/1783\",[299,65.762]],[\"parent/1783\",[630,3.602]],[\"name/1784\",[647,71.682]],[\"parent/1784\",[630,3.602]],[\"name/1785\",[648,71.682]],[\"parent/1785\",[630,3.602]],[\"name/1786\",[23,41.214]],[\"parent/1786\",[630,3.602]],[\"name/1787\",[649,76.826]],[\"parent/1787\",[630,3.602]],[\"name/1788\",[650,76.826]],[\"parent/1788\",[630,3.602]],[\"name/1789\",[651,76.826]],[\"parent/1789\",[630,3.602]],[\"name/1790\",[652,76.826]],[\"parent/1790\",[630,3.602]],[\"name/1791\",[653,76.826]],[\"parent/1791\",[630,3.602]],[\"name/1792\",[654,76.826]],[\"parent/1792\",[630,3.602]],[\"name/1793\",[486,62.059]],[\"parent/1793\",[630,3.602]],[\"name/1794\",[484,62.059]],[\"parent/1794\",[630,3.602]],[\"name/1795\",[485,62.059]],[\"parent/1795\",[630,3.602]],[\"name/1796\",[6,63.741]],[\"parent/1796\",[630,3.602]],[\"name/1797\",[21,43.388]],[\"parent/1797\",[630,3.602]],[\"name/1798\",[535,62.059]],[\"parent/1798\",[630,3.602]],[\"name/1799\",[655,71.682]],[\"parent/1799\",[630,3.602]],[\"name/1800\",[267,62.059]],[\"parent/1800\",[630,3.602]],[\"name/1801\",[195,48.293]],[\"parent/1801\",[630,3.602]],[\"name/1802\",[480,62.059]],[\"parent/1802\",[630,3.602]],[\"name/1803\",[251,56.313]],[\"parent/1803\",[630,3.602]],[\"name/1804\",[656,71.682]],[\"parent/1804\",[630,3.602]],[\"name/1805\",[626,60.618]],[\"parent/1805\",[630,3.602]],[\"name/1806\",[491,60.618]],[\"parent/1806\",[630,3.602]],[\"name/1807\",[492,60.618]],[\"parent/1807\",[630,3.602]],[\"name/1808\",[493,60.618]],[\"parent/1808\",[630,3.602]],[\"name/1809\",[494,60.618]],[\"parent/1809\",[630,3.602]],[\"name/1810\",[22,44.409]],[\"parent/1810\",[630,3.602]],[\"name/1811\",[26,35.876]],[\"parent/1811\",[630,3.602]],[\"name/1812\",[657,41.214]],[\"parent/1812\",[]],[\"name/1813\",[658,68.293]],[\"parent/1813\",[657,3.886]],[\"name/1814\",[659,71.682]],[\"parent/1814\",[657,3.886]],[\"name/1815\",[481,63.741]],[\"parent/1815\",[657,3.886]],[\"name/1816\",[19,36.969]],[\"parent/1816\",[657,3.886]],[\"name/1817\",[9,41.021]],[\"parent/1817\",[657,3.886]],[\"name/1818\",[87,53.978]],[\"parent/1818\",[657,3.886]],[\"name/1819\",[251,56.313]],[\"parent/1819\",[657,3.886]],[\"name/1820\",[489,59.357]],[\"parent/1820\",[657,3.886]],[\"name/1821\",[23,41.214]],[\"parent/1821\",[657,3.886]],[\"name/1822\",[14,45.85]],[\"parent/1822\",[657,3.886]],[\"name/1823\",[488,60.618]],[\"parent/1823\",[657,3.886]],[\"name/1824\",[252,54.698]],[\"parent/1824\",[657,3.886]],[\"name/1825\",[491,60.618]],[\"parent/1825\",[657,3.886]],[\"name/1826\",[492,60.618]],[\"parent/1826\",[657,3.886]],[\"name/1827\",[493,60.618]],[\"parent/1827\",[657,3.886]],[\"name/1828\",[494,60.618]],[\"parent/1828\",[657,3.886]],[\"name/1829\",[483,62.059]],[\"parent/1829\",[657,3.886]],[\"name/1830\",[21,43.388]],[\"parent/1830\",[657,3.886]],[\"name/1831\",[480,62.059]],[\"parent/1831\",[657,3.886]],[\"name/1832\",[482,62.059]],[\"parent/1832\",[657,3.886]],[\"name/1833\",[484,62.059]],[\"parent/1833\",[657,3.886]],[\"name/1834\",[485,62.059]],[\"parent/1834\",[657,3.886]],[\"name/1835\",[486,62.059]],[\"parent/1835\",[657,3.886]],[\"name/1836\",[487,62.059]],[\"parent/1836\",[657,3.886]],[\"name/1837\",[195,48.293]],[\"parent/1837\",[657,3.886]],[\"name/1838\",[501,65.762]],[\"parent/1838\",[657,3.886]],[\"name/1839\",[502,65.762]],[\"parent/1839\",[657,3.886]],[\"name/1840\",[503,65.762]],[\"parent/1840\",[657,3.886]],[\"name/1841\",[504,65.762]],[\"parent/1841\",[657,3.886]],[\"name/1842\",[505,65.762]],[\"parent/1842\",[657,3.886]],[\"name/1843\",[656,71.682]],[\"parent/1843\",[657,3.886]],[\"name/1844\",[631,68.293]],[\"parent/1844\",[657,3.886]],[\"name/1845\",[646,68.293]],[\"parent/1845\",[657,3.886]],[\"name/1846\",[626,60.618]],[\"parent/1846\",[657,3.886]],[\"name/1847\",[6,63.741]],[\"parent/1847\",[657,3.886]],[\"name/1848\",[643,65.762]],[\"parent/1848\",[657,3.886]],[\"name/1849\",[642,62.059]],[\"parent/1849\",[657,3.886]],[\"name/1850\",[640,65.762]],[\"parent/1850\",[657,3.886]],[\"name/1851\",[535,62.059]],[\"parent/1851\",[657,3.886]],[\"name/1852\",[655,71.682]],[\"parent/1852\",[657,3.886]],[\"name/1853\",[645,68.293]],[\"parent/1853\",[657,3.886]],[\"name/1854\",[13,45.249]],[\"parent/1854\",[657,3.886]],[\"name/1855\",[641,65.762]],[\"parent/1855\",[657,3.886]],[\"name/1856\",[637,68.293]],[\"parent/1856\",[657,3.886]],[\"name/1857\",[638,68.293]],[\"parent/1857\",[657,3.886]],[\"name/1858\",[634,71.682]],[\"parent/1858\",[657,3.886]],[\"name/1859\",[635,71.682]],[\"parent/1859\",[657,3.886]],[\"name/1860\",[636,71.682]],[\"parent/1860\",[657,3.886]],[\"name/1861\",[512,68.293]],[\"parent/1861\",[657,3.886]],[\"name/1862\",[26,35.876]],[\"parent/1862\",[657,3.886]],[\"name/1863\",[535,62.059]],[\"parent/1863\",[]],[\"name/1864\",[660,76.826]],[\"parent/1864\",[535,5.852]],[\"name/1865\",[251,56.313]],[\"parent/1865\",[]],[\"name/1866\",[627,57.229]],[\"parent/1866\",[251,5.31]],[\"name/1867\",[661,71.682]],[\"parent/1867\",[251,5.31]],[\"name/1868\",[662,76.826]],[\"parent/1868\",[251,5.31]],[\"name/1869\",[663,76.826]],[\"parent/1869\",[]],[\"name/1870\",[664,76.826]],[\"parent/1870\",[]],[\"name/1871\",[665,76.826]],[\"parent/1871\",[]],[\"name/1872\",[666,76.826]],[\"parent/1872\",[]],[\"name/1873\",[667,71.682]],[\"parent/1873\",[]],[\"name/1874\",[26,35.876]],[\"parent/1874\",[667,6.759]],[\"name/1875\",[668,76.826]],[\"parent/1875\",[]],[\"name/1876\",[669,76.826]],[\"parent/1876\",[]],[\"name/1877\",[670,71.682]],[\"parent/1877\",[]],[\"name/1878\",[26,35.876]],[\"parent/1878\",[670,6.759]],[\"name/1879\",[671,52.085]],[\"parent/1879\",[]],[\"name/1880\",[27,40.104]],[\"parent/1880\",[671,4.911]],[\"name/1881\",[104,56.313]],[\"parent/1881\",[671,4.911]],[\"name/1882\",[105,56.313]],[\"parent/1882\",[671,4.911]],[\"name/1883\",[106,56.313]],[\"parent/1883\",[671,4.911]],[\"name/1884\",[107,56.313]],[\"parent/1884\",[671,4.911]],[\"name/1885\",[108,56.313]],[\"parent/1885\",[671,4.911]],[\"name/1886\",[109,56.313]],[\"parent/1886\",[671,4.911]],[\"name/1887\",[110,56.313]],[\"parent/1887\",[671,4.911]],[\"name/1888\",[111,56.313]],[\"parent/1888\",[671,4.911]],[\"name/1889\",[112,56.313]],[\"parent/1889\",[671,4.911]],[\"name/1890\",[113,56.313]],[\"parent/1890\",[671,4.911]],[\"name/1891\",[114,56.313]],[\"parent/1891\",[671,4.911]],[\"name/1892\",[115,56.313]],[\"parent/1892\",[671,4.911]],[\"name/1893\",[116,56.313]],[\"parent/1893\",[671,4.911]],[\"name/1894\",[117,56.313]],[\"parent/1894\",[671,4.911]],[\"name/1895\",[118,56.313]],[\"parent/1895\",[671,4.911]],[\"name/1896\",[672,76.826]],[\"parent/1896\",[]],[\"name/1897\",[673,71.682]],[\"parent/1897\",[]],[\"name/1898\",[26,35.876]],[\"parent/1898\",[673,6.759]],[\"name/1899\",[674,71.682]],[\"parent/1899\",[675,7.244]],[\"name/1900\",[676,76.826]],[\"parent/1900\",[]],[\"name/1901\",[677,76.826]],[\"parent/1901\",[]],[\"name/1902\",[678,71.682]],[\"parent/1902\",[]],[\"name/1903\",[26,35.876]],[\"parent/1903\",[678,6.759]],[\"name/1904\",[674,71.682]],[\"parent/1904\",[679,6.201]],[\"name/1905\",[680,76.826]],[\"parent/1905\",[679,6.201]],[\"name/1906\",[681,76.826]],[\"parent/1906\",[679,6.201]],[\"name/1907\",[140,56.313]],[\"parent/1907\",[679,6.201]],[\"name/1908\",[682,76.826]],[\"parent/1908\",[]],[\"name/1909\",[683,76.826]],[\"parent/1909\",[]],[\"name/1910\",[684,76.826]],[\"parent/1910\",[]],[\"name/1911\",[685,76.826]],[\"parent/1911\",[]],[\"name/1912\",[220,57.229]],[\"parent/1912\",[]],[\"name/1913\",[686,76.826]],[\"parent/1913\",[]],[\"name/1914\",[687,46.165]],[\"parent/1914\",[]],[\"name/1915\",[688,76.826]],[\"parent/1915\",[687,4.353]],[\"name/1916\",[689,76.826]],[\"parent/1916\",[687,4.353]],[\"name/1917\",[690,76.826]],[\"parent/1917\",[687,4.353]],[\"name/1918\",[691,71.682]],[\"parent/1918\",[687,4.353]],[\"name/1919\",[692,76.826]],[\"parent/1919\",[687,4.353]],[\"name/1920\",[693,76.826]],[\"parent/1920\",[687,4.353]],[\"name/1921\",[694,76.826]],[\"parent/1921\",[687,4.353]],[\"name/1922\",[695,76.826]],[\"parent/1922\",[687,4.353]],[\"name/1923\",[696,76.826]],[\"parent/1923\",[687,4.353]],[\"name/1924\",[697,76.826]],[\"parent/1924\",[687,4.353]],[\"name/1925\",[154,60.618]],[\"parent/1925\",[687,4.353]],[\"name/1926\",[698,76.826]],[\"parent/1926\",[687,4.353]],[\"name/1927\",[699,76.826]],[\"parent/1927\",[687,4.353]],[\"name/1928\",[700,76.826]],[\"parent/1928\",[687,4.353]],[\"name/1929\",[701,76.826]],[\"parent/1929\",[687,4.353]],[\"name/1930\",[152,55.473]],[\"parent/1930\",[687,4.353]],[\"name/1931\",[702,76.826]],[\"parent/1931\",[687,4.353]],[\"name/1932\",[26,35.876]],[\"parent/1932\",[687,4.353]],[\"name/1933\",[703,76.826]],[\"parent/1933\",[704,7.244]],[\"name/1934\",[705,76.826]],[\"parent/1934\",[687,4.353]],[\"name/1935\",[706,71.682]],[\"parent/1935\",[687,4.353]],[\"name/1936\",[707,76.826]],[\"parent/1936\",[687,4.353]],[\"name/1937\",[708,76.826]],[\"parent/1937\",[687,4.353]],[\"name/1938\",[709,76.826]],[\"parent/1938\",[687,4.353]],[\"name/1939\",[710,76.826]],[\"parent/1939\",[687,4.353]],[\"name/1940\",[382,60.618]],[\"parent/1940\",[687,4.353]],[\"name/1941\",[711,76.826]],[\"parent/1941\",[687,4.353]],[\"name/1942\",[712,76.826]],[\"parent/1942\",[687,4.353]],[\"name/1943\",[713,76.826]],[\"parent/1943\",[687,4.353]],[\"name/1944\",[714,76.826]],[\"parent/1944\",[687,4.353]],[\"name/1945\",[715,76.826]],[\"parent/1945\",[687,4.353]],[\"name/1946\",[716,76.826]],[\"parent/1946\",[]],[\"name/1947\",[717,76.826]],[\"parent/1947\",[]],[\"name/1948\",[718,76.826]],[\"parent/1948\",[]],[\"name/1949\",[719,76.826]],[\"parent/1949\",[]],[\"name/1950\",[720,76.826]],[\"parent/1950\",[]],[\"name/1951\",[721,76.826]],[\"parent/1951\",[]],[\"name/1952\",[722,76.826]],[\"parent/1952\",[]],[\"name/1953\",[723,76.826]],[\"parent/1953\",[]],[\"name/1954\",[724,76.826]],[\"parent/1954\",[]],[\"name/1955\",[725,76.826]],[\"parent/1955\",[]],[\"name/1956\",[726,76.826]],[\"parent/1956\",[]],[\"name/1957\",[727,76.826]],[\"parent/1957\",[]],[\"name/1958\",[728,76.826]],[\"parent/1958\",[]],[\"name/1959\",[729,76.826]],[\"parent/1959\",[]],[\"name/1960\",[730,76.826]],[\"parent/1960\",[]],[\"name/1961\",[731,76.826]],[\"parent/1961\",[]],[\"name/1962\",[732,63.741]],[\"parent/1962\",[]],[\"name/1963\",[733,76.826]],[\"parent/1963\",[]],[\"name/1964\",[734,76.826]],[\"parent/1964\",[]],[\"name/1965\",[735,76.826]],[\"parent/1965\",[]],[\"name/1966\",[736,76.826]],[\"parent/1966\",[]],[\"name/1967\",[737,76.826]],[\"parent/1967\",[]],[\"name/1968\",[738,76.826]],[\"parent/1968\",[]],[\"name/1969\",[739,59.357]],[\"parent/1969\",[]],[\"name/1970\",[740,71.682]],[\"parent/1970\",[739,5.597]],[\"name/1971\",[741,76.826]],[\"parent/1971\",[739,5.597]],[\"name/1972\",[742,76.826]],[\"parent/1972\",[739,5.597]],[\"name/1973\",[743,76.826]],[\"parent/1973\",[739,5.597]],[\"name/1974\",[26,35.876]],[\"parent/1974\",[739,5.597]],[\"name/1975\",[744,68.293]],[\"parent/1975\",[745,6.201]],[\"name/1976\",[746,76.826]],[\"parent/1976\",[745,6.201]],[\"name/1977\",[747,76.826]],[\"parent/1977\",[745,6.201]],[\"name/1978\",[748,76.826]],[\"parent/1978\",[745,6.201]],[\"name/1979\",[749,76.826]],[\"parent/1979\",[739,5.597]],[\"name/1980\",[12,45.545]],[\"parent/1980\",[739,5.597]],[\"name/1981\",[750,76.826]],[\"parent/1981\",[]],[\"name/1982\",[751,76.826]],[\"parent/1982\",[]],[\"name/1983\",[752,76.826]],[\"parent/1983\",[]],[\"name/1984\",[753,76.826]],[\"parent/1984\",[]],[\"name/1985\",[754,76.826]],[\"parent/1985\",[]],[\"name/1986\",[755,50.011]],[\"parent/1986\",[]],[\"name/1987\",[756,76.826]],[\"parent/1987\",[755,4.716]],[\"name/1988\",[757,76.826]],[\"parent/1988\",[755,4.716]],[\"name/1989\",[758,76.826]],[\"parent/1989\",[755,4.716]],[\"name/1990\",[8,46.49]],[\"parent/1990\",[755,4.716]],[\"name/1991\",[9,41.021]],[\"parent/1991\",[755,4.716]],[\"name/1992\",[10,43.388]],[\"parent/1992\",[755,4.716]],[\"name/1993\",[11,44.681]],[\"parent/1993\",[755,4.716]],[\"name/1994\",[12,45.545]],[\"parent/1994\",[755,4.716]],[\"name/1995\",[13,45.249]],[\"parent/1995\",[755,4.716]],[\"name/1996\",[14,45.85]],[\"parent/1996\",[755,4.716]],[\"name/1997\",[15,46.49]],[\"parent/1997\",[755,4.716]],[\"name/1998\",[16,46.49]],[\"parent/1998\",[755,4.716]],[\"name/1999\",[17,44.961]],[\"parent/1999\",[755,4.716]],[\"name/2000\",[18,46.165]],[\"parent/2000\",[755,4.716]],[\"name/2001\",[19,36.969]],[\"parent/2001\",[755,4.716]],[\"name/2002\",[20,46.165]],[\"parent/2002\",[755,4.716]],[\"name/2003\",[21,43.388]],[\"parent/2003\",[755,4.716]],[\"name/2004\",[22,44.409]],[\"parent/2004\",[755,4.716]],[\"name/2005\",[23,41.214]],[\"parent/2005\",[755,4.716]],[\"name/2006\",[24,45.545]],[\"parent/2006\",[755,4.716]],[\"name/2007\",[759,68.293]],[\"parent/2007\",[]],[\"name/2008\",[760,76.826]],[\"parent/2008\",[759,6.439]],[\"name/2009\",[200,42.462]],[\"parent/2009\",[759,6.439]],[\"name/2010\",[761,47.906]],[\"parent/2010\",[]],[\"name/2011\",[227,62.059]],[\"parent/2011\",[761,4.517]],[\"name/2012\",[100,53.978]],[\"parent/2012\",[761,4.517]],[\"name/2013\",[3,56.313]],[\"parent/2013\",[761,4.517]],[\"name/2014\",[433,58.237]],[\"parent/2014\",[761,4.517]],[\"name/2015\",[11,44.681]],[\"parent/2015\",[761,4.517]],[\"name/2016\",[226,59.357]],[\"parent/2016\",[761,4.517]],[\"name/2017\",[10,43.388]],[\"parent/2017\",[761,4.517]],[\"name/2018\",[160,49.554]],[\"parent/2018\",[761,4.517]],[\"name/2019\",[7,55.473]],[\"parent/2019\",[761,4.517]],[\"name/2020\",[135,62.059]],[\"parent/2020\",[761,4.517]],[\"name/2021\",[8,46.49]],[\"parent/2021\",[761,4.517]],[\"name/2022\",[9,41.021]],[\"parent/2022\",[761,4.517]],[\"name/2023\",[12,45.545]],[\"parent/2023\",[761,4.517]],[\"name/2024\",[13,45.249]],[\"parent/2024\",[761,4.517]],[\"name/2025\",[14,45.85]],[\"parent/2025\",[761,4.517]],[\"name/2026\",[15,46.49]],[\"parent/2026\",[761,4.517]],[\"name/2027\",[16,46.49]],[\"parent/2027\",[761,4.517]],[\"name/2028\",[17,44.961]],[\"parent/2028\",[761,4.517]],[\"name/2029\",[18,46.165]],[\"parent/2029\",[761,4.517]],[\"name/2030\",[19,36.969]],[\"parent/2030\",[761,4.517]],[\"name/2031\",[20,46.165]],[\"parent/2031\",[761,4.517]],[\"name/2032\",[21,43.388]],[\"parent/2032\",[761,4.517]],[\"name/2033\",[22,44.409]],[\"parent/2033\",[761,4.517]],[\"name/2034\",[23,41.214]],[\"parent/2034\",[761,4.517]],[\"name/2035\",[24,45.545]],[\"parent/2035\",[761,4.517]],[\"name/2036\",[762,57.229]],[\"parent/2036\",[]],[\"name/2037\",[763,76.826]],[\"parent/2037\",[762,5.396]],[\"name/2038\",[764,76.826]],[\"parent/2038\",[762,5.396]],[\"name/2039\",[765,76.826]],[\"parent/2039\",[762,5.396]],[\"name/2040\",[766,76.826]],[\"parent/2040\",[762,5.396]],[\"name/2041\",[767,76.826]],[\"parent/2041\",[762,5.396]],[\"name/2042\",[768,76.826]],[\"parent/2042\",[762,5.396]],[\"name/2043\",[769,76.826]],[\"parent/2043\",[762,5.396]],[\"name/2044\",[770,76.826]],[\"parent/2044\",[762,5.396]],[\"name/2045\",[771,76.826]],[\"parent/2045\",[762,5.396]],[\"name/2046\",[772,51.525]],[\"parent/2046\",[]],[\"name/2047\",[8,46.49]],[\"parent/2047\",[772,4.858]],[\"name/2048\",[9,41.021]],[\"parent/2048\",[772,4.858]],[\"name/2049\",[10,43.388]],[\"parent/2049\",[772,4.858]],[\"name/2050\",[11,44.681]],[\"parent/2050\",[772,4.858]],[\"name/2051\",[12,45.545]],[\"parent/2051\",[772,4.858]],[\"name/2052\",[13,45.249]],[\"parent/2052\",[772,4.858]],[\"name/2053\",[14,45.85]],[\"parent/2053\",[772,4.858]],[\"name/2054\",[15,46.49]],[\"parent/2054\",[772,4.858]],[\"name/2055\",[16,46.49]],[\"parent/2055\",[772,4.858]],[\"name/2056\",[17,44.961]],[\"parent/2056\",[772,4.858]],[\"name/2057\",[18,46.165]],[\"parent/2057\",[772,4.858]],[\"name/2058\",[19,36.969]],[\"parent/2058\",[772,4.858]],[\"name/2059\",[20,46.165]],[\"parent/2059\",[772,4.858]],[\"name/2060\",[21,43.388]],[\"parent/2060\",[772,4.858]],[\"name/2061\",[22,44.409]],[\"parent/2061\",[772,4.858]],[\"name/2062\",[23,41.214]],[\"parent/2062\",[772,4.858]],[\"name/2063\",[24,45.545]],[\"parent/2063\",[772,4.858]],[\"name/2064\",[773,65.762]],[\"parent/2064\",[]],[\"name/2065\",[774,76.826]],[\"parent/2065\",[773,6.201]],[\"name/2066\",[19,36.969]],[\"parent/2066\",[773,6.201]],[\"name/2067\",[17,44.961]],[\"parent/2067\",[773,6.201]],[\"name/2068\",[775,50.011]],[\"parent/2068\",[]],[\"name/2069\",[139,60.618]],[\"parent/2069\",[775,4.716]],[\"name/2070\",[133,60.618]],[\"parent/2070\",[775,4.716]],[\"name/2071\",[11,44.681]],[\"parent/2071\",[775,4.716]],[\"name/2072\",[160,49.554]],[\"parent/2072\",[775,4.716]],[\"name/2073\",[8,46.49]],[\"parent/2073\",[775,4.716]],[\"name/2074\",[9,41.021]],[\"parent/2074\",[775,4.716]],[\"name/2075\",[10,43.388]],[\"parent/2075\",[775,4.716]],[\"name/2076\",[12,45.545]],[\"parent/2076\",[775,4.716]],[\"name/2077\",[13,45.249]],[\"parent/2077\",[775,4.716]],[\"name/2078\",[14,45.85]],[\"parent/2078\",[775,4.716]],[\"name/2079\",[15,46.49]],[\"parent/2079\",[775,4.716]],[\"name/2080\",[16,46.49]],[\"parent/2080\",[775,4.716]],[\"name/2081\",[17,44.961]],[\"parent/2081\",[775,4.716]],[\"name/2082\",[18,46.165]],[\"parent/2082\",[775,4.716]],[\"name/2083\",[19,36.969]],[\"parent/2083\",[775,4.716]],[\"name/2084\",[20,46.165]],[\"parent/2084\",[775,4.716]],[\"name/2085\",[21,43.388]],[\"parent/2085\",[775,4.716]],[\"name/2086\",[22,44.409]],[\"parent/2086\",[775,4.716]],[\"name/2087\",[23,41.214]],[\"parent/2087\",[775,4.716]],[\"name/2088\",[24,45.545]],[\"parent/2088\",[775,4.716]],[\"name/2089\",[776,47.173]],[\"parent/2089\",[]],[\"name/2090\",[139,60.618]],[\"parent/2090\",[776,4.448]],[\"name/2091\",[133,60.618]],[\"parent/2091\",[776,4.448]],[\"name/2092\",[227,62.059]],[\"parent/2092\",[776,4.448]],[\"name/2093\",[100,53.978]],[\"parent/2093\",[776,4.448]],[\"name/2094\",[3,56.313]],[\"parent/2094\",[776,4.448]],[\"name/2095\",[433,58.237]],[\"parent/2095\",[776,4.448]],[\"name/2096\",[11,44.681]],[\"parent/2096\",[776,4.448]],[\"name/2097\",[226,59.357]],[\"parent/2097\",[776,4.448]],[\"name/2098\",[10,43.388]],[\"parent/2098\",[776,4.448]],[\"name/2099\",[160,49.554]],[\"parent/2099\",[776,4.448]],[\"name/2100\",[7,55.473]],[\"parent/2100\",[776,4.448]],[\"name/2101\",[135,62.059]],[\"parent/2101\",[776,4.448]],[\"name/2102\",[8,46.49]],[\"parent/2102\",[776,4.448]],[\"name/2103\",[9,41.021]],[\"parent/2103\",[776,4.448]],[\"name/2104\",[12,45.545]],[\"parent/2104\",[776,4.448]],[\"name/2105\",[13,45.249]],[\"parent/2105\",[776,4.448]],[\"name/2106\",[14,45.85]],[\"parent/2106\",[776,4.448]],[\"name/2107\",[15,46.49]],[\"parent/2107\",[776,4.448]],[\"name/2108\",[16,46.49]],[\"parent/2108\",[776,4.448]],[\"name/2109\",[17,44.961]],[\"parent/2109\",[776,4.448]],[\"name/2110\",[18,46.165]],[\"parent/2110\",[776,4.448]],[\"name/2111\",[19,36.969]],[\"parent/2111\",[776,4.448]],[\"name/2112\",[20,46.165]],[\"parent/2112\",[776,4.448]],[\"name/2113\",[21,43.388]],[\"parent/2113\",[776,4.448]],[\"name/2114\",[22,44.409]],[\"parent/2114\",[776,4.448]],[\"name/2115\",[23,41.214]],[\"parent/2115\",[776,4.448]],[\"name/2116\",[24,45.545]],[\"parent/2116\",[776,4.448]],[\"name/2117\",[777,65.762]],[\"parent/2117\",[]],[\"name/2118\",[31,43.388]],[\"parent/2118\",[777,6.201]],[\"name/2119\",[551,63.741]],[\"parent/2119\",[777,6.201]],[\"name/2120\",[778,68.293]],[\"parent/2120\",[777,6.201]],[\"name/2121\",[779,44.144]],[\"parent/2121\",[]],[\"name/2122\",[661,71.682]],[\"parent/2122\",[779,4.162]],[\"name/2123\",[780,71.682]],[\"parent/2123\",[779,4.162]],[\"name/2124\",[781,76.826]],[\"parent/2124\",[779,4.162]],[\"name/2125\",[382,60.618]],[\"parent/2125\",[779,4.162]],[\"name/2126\",[222,62.059]],[\"parent/2126\",[779,4.162]],[\"name/2127\",[782,76.826]],[\"parent/2127\",[779,4.162]],[\"name/2128\",[783,68.293]],[\"parent/2128\",[779,4.162]],[\"name/2129\",[784,76.826]],[\"parent/2129\",[779,4.162]],[\"name/2130\",[785,76.826]],[\"parent/2130\",[779,4.162]],[\"name/2131\",[786,76.826]],[\"parent/2131\",[779,4.162]],[\"name/2132\",[787,76.826]],[\"parent/2132\",[779,4.162]],[\"name/2133\",[788,76.826]],[\"parent/2133\",[779,4.162]],[\"name/2134\",[131,68.293]],[\"parent/2134\",[779,4.162]],[\"name/2135\",[535,62.059]],[\"parent/2135\",[779,4.162]],[\"name/2136\",[789,76.826]],[\"parent/2136\",[779,4.162]],[\"name/2137\",[790,76.826]],[\"parent/2137\",[779,4.162]],[\"name/2138\",[791,68.293]],[\"parent/2138\",[779,4.162]],[\"name/2139\",[792,71.682]],[\"parent/2139\",[779,4.162]],[\"name/2140\",[793,76.826]],[\"parent/2140\",[779,4.162]],[\"name/2141\",[26,35.876]],[\"parent/2141\",[779,4.162]],[\"name/2142\",[794,71.682]],[\"parent/2142\",[795,7.244]],[\"name/2143\",[8,46.49]],[\"parent/2143\",[779,4.162]],[\"name/2144\",[9,41.021]],[\"parent/2144\",[779,4.162]],[\"name/2145\",[10,43.388]],[\"parent/2145\",[779,4.162]],[\"name/2146\",[11,44.681]],[\"parent/2146\",[779,4.162]],[\"name/2147\",[12,45.545]],[\"parent/2147\",[779,4.162]],[\"name/2148\",[13,45.249]],[\"parent/2148\",[779,4.162]],[\"name/2149\",[14,45.85]],[\"parent/2149\",[779,4.162]],[\"name/2150\",[15,46.49]],[\"parent/2150\",[779,4.162]],[\"name/2151\",[16,46.49]],[\"parent/2151\",[779,4.162]],[\"name/2152\",[17,44.961]],[\"parent/2152\",[779,4.162]],[\"name/2153\",[18,46.165]],[\"parent/2153\",[779,4.162]],[\"name/2154\",[19,36.969]],[\"parent/2154\",[779,4.162]],[\"name/2155\",[20,46.165]],[\"parent/2155\",[779,4.162]],[\"name/2156\",[21,43.388]],[\"parent/2156\",[779,4.162]],[\"name/2157\",[22,44.409]],[\"parent/2157\",[779,4.162]],[\"name/2158\",[23,41.214]],[\"parent/2158\",[779,4.162]],[\"name/2159\",[24,45.545]],[\"parent/2159\",[779,4.162]],[\"name/2160\",[796,65.762]],[\"parent/2160\",[]],[\"name/2161\",[797,76.826]],[\"parent/2161\",[796,6.201]],[\"name/2162\",[798,76.826]],[\"parent/2162\",[796,6.201]],[\"name/2163\",[799,76.826]],[\"parent/2163\",[796,6.201]],[\"name/2164\",[800,49.554]],[\"parent/2164\",[]],[\"name/2165\",[4,71.682]],[\"parent/2165\",[800,4.673]],[\"name/2166\",[10,43.388]],[\"parent/2166\",[800,4.673]],[\"name/2167\",[160,49.554]],[\"parent/2167\",[800,4.673]],[\"name/2168\",[7,55.473]],[\"parent/2168\",[800,4.673]],[\"name/2169\",[801,76.826]],[\"parent/2169\",[800,4.673]],[\"name/2170\",[8,46.49]],[\"parent/2170\",[800,4.673]],[\"name/2171\",[9,41.021]],[\"parent/2171\",[800,4.673]],[\"name/2172\",[11,44.681]],[\"parent/2172\",[800,4.673]],[\"name/2173\",[12,45.545]],[\"parent/2173\",[800,4.673]],[\"name/2174\",[13,45.249]],[\"parent/2174\",[800,4.673]],[\"name/2175\",[14,45.85]],[\"parent/2175\",[800,4.673]],[\"name/2176\",[15,46.49]],[\"parent/2176\",[800,4.673]],[\"name/2177\",[16,46.49]],[\"parent/2177\",[800,4.673]],[\"name/2178\",[17,44.961]],[\"parent/2178\",[800,4.673]],[\"name/2179\",[18,46.165]],[\"parent/2179\",[800,4.673]],[\"name/2180\",[19,36.969]],[\"parent/2180\",[800,4.673]],[\"name/2181\",[20,46.165]],[\"parent/2181\",[800,4.673]],[\"name/2182\",[21,43.388]],[\"parent/2182\",[800,4.673]],[\"name/2183\",[22,44.409]],[\"parent/2183\",[800,4.673]],[\"name/2184\",[23,41.214]],[\"parent/2184\",[800,4.673]],[\"name/2185\",[24,45.545]],[\"parent/2185\",[800,4.673]],[\"name/2186\",[802,68.293]],[\"parent/2186\",[]],[\"name/2187\",[803,65.762]],[\"parent/2187\",[802,6.439]],[\"name/2188\",[35,68.293]],[\"parent/2188\",[802,6.439]],[\"name/2189\",[804,63.741]],[\"parent/2189\",[]],[\"name/2190\",[805,71.682]],[\"parent/2190\",[804,6.01]],[\"name/2191\",[133,60.618]],[\"parent/2191\",[804,6.01]],[\"name/2192\",[10,43.388]],[\"parent/2192\",[804,6.01]],[\"name/2193\",[160,49.554]],[\"parent/2193\",[804,6.01]],[\"name/2194\",[806,76.826]],[\"parent/2194\",[]],[\"name/2195\",[807,50.995]],[\"parent/2195\",[]],[\"name/2196\",[792,71.682]],[\"parent/2196\",[807,4.808]],[\"name/2197\",[8,46.49]],[\"parent/2197\",[807,4.808]],[\"name/2198\",[9,41.021]],[\"parent/2198\",[807,4.808]],[\"name/2199\",[10,43.388]],[\"parent/2199\",[807,4.808]],[\"name/2200\",[11,44.681]],[\"parent/2200\",[807,4.808]],[\"name/2201\",[12,45.545]],[\"parent/2201\",[807,4.808]],[\"name/2202\",[13,45.249]],[\"parent/2202\",[807,4.808]],[\"name/2203\",[14,45.85]],[\"parent/2203\",[807,4.808]],[\"name/2204\",[15,46.49]],[\"parent/2204\",[807,4.808]],[\"name/2205\",[16,46.49]],[\"parent/2205\",[807,4.808]],[\"name/2206\",[17,44.961]],[\"parent/2206\",[807,4.808]],[\"name/2207\",[18,46.165]],[\"parent/2207\",[807,4.808]],[\"name/2208\",[19,36.969]],[\"parent/2208\",[807,4.808]],[\"name/2209\",[20,46.165]],[\"parent/2209\",[807,4.808]],[\"name/2210\",[21,43.388]],[\"parent/2210\",[807,4.808]],[\"name/2211\",[22,44.409]],[\"parent/2211\",[807,4.808]],[\"name/2212\",[23,41.214]],[\"parent/2212\",[807,4.808]],[\"name/2213\",[24,45.545]],[\"parent/2213\",[807,4.808]],[\"name/2214\",[808,76.826]],[\"parent/2214\",[]],[\"name/2215\",[809,51.525]],[\"parent/2215\",[]],[\"name/2216\",[11,44.681]],[\"parent/2216\",[809,4.858]],[\"name/2217\",[8,46.49]],[\"parent/2217\",[809,4.858]],[\"name/2218\",[9,41.021]],[\"parent/2218\",[809,4.858]],[\"name/2219\",[10,43.388]],[\"parent/2219\",[809,4.858]],[\"name/2220\",[12,45.545]],[\"parent/2220\",[809,4.858]],[\"name/2221\",[13,45.249]],[\"parent/2221\",[809,4.858]],[\"name/2222\",[14,45.85]],[\"parent/2222\",[809,4.858]],[\"name/2223\",[15,46.49]],[\"parent/2223\",[809,4.858]],[\"name/2224\",[16,46.49]],[\"parent/2224\",[809,4.858]],[\"name/2225\",[17,44.961]],[\"parent/2225\",[809,4.858]],[\"name/2226\",[18,46.165]],[\"parent/2226\",[809,4.858]],[\"name/2227\",[19,36.969]],[\"parent/2227\",[809,4.858]],[\"name/2228\",[20,46.165]],[\"parent/2228\",[809,4.858]],[\"name/2229\",[21,43.388]],[\"parent/2229\",[809,4.858]],[\"name/2230\",[22,44.409]],[\"parent/2230\",[809,4.858]],[\"name/2231\",[23,41.214]],[\"parent/2231\",[809,4.858]],[\"name/2232\",[24,45.545]],[\"parent/2232\",[809,4.858]],[\"name/2233\",[810,50.995]],[\"parent/2233\",[]],[\"name/2234\",[811,76.826]],[\"parent/2234\",[810,4.808]],[\"name/2235\",[8,46.49]],[\"parent/2235\",[810,4.808]],[\"name/2236\",[9,41.021]],[\"parent/2236\",[810,4.808]],[\"name/2237\",[10,43.388]],[\"parent/2237\",[810,4.808]],[\"name/2238\",[11,44.681]],[\"parent/2238\",[810,4.808]],[\"name/2239\",[12,45.545]],[\"parent/2239\",[810,4.808]],[\"name/2240\",[13,45.249]],[\"parent/2240\",[810,4.808]],[\"name/2241\",[14,45.85]],[\"parent/2241\",[810,4.808]],[\"name/2242\",[15,46.49]],[\"parent/2242\",[810,4.808]],[\"name/2243\",[16,46.49]],[\"parent/2243\",[810,4.808]],[\"name/2244\",[17,44.961]],[\"parent/2244\",[810,4.808]],[\"name/2245\",[18,46.165]],[\"parent/2245\",[810,4.808]],[\"name/2246\",[19,36.969]],[\"parent/2246\",[810,4.808]],[\"name/2247\",[20,46.165]],[\"parent/2247\",[810,4.808]],[\"name/2248\",[21,43.388]],[\"parent/2248\",[810,4.808]],[\"name/2249\",[22,44.409]],[\"parent/2249\",[810,4.808]],[\"name/2250\",[23,41.214]],[\"parent/2250\",[810,4.808]],[\"name/2251\",[24,45.545]],[\"parent/2251\",[810,4.808]],[\"name/2252\",[812,44.144]],[\"parent/2252\",[]],[\"name/2253\",[133,60.618]],[\"parent/2253\",[812,4.162]],[\"name/2254\",[140,56.313]],[\"parent/2254\",[812,4.162]],[\"name/2255\",[732,63.741]],[\"parent/2255\",[812,4.162]],[\"name/2256\",[139,60.618]],[\"parent/2256\",[812,4.162]],[\"name/2257\",[160,49.554]],[\"parent/2257\",[812,4.162]],[\"name/2258\",[813,76.826]],[\"parent/2258\",[812,4.162]],[\"name/2259\",[524,68.293]],[\"parent/2259\",[812,4.162]],[\"name/2260\",[525,68.293]],[\"parent/2260\",[812,4.162]],[\"name/2261\",[100,53.978]],[\"parent/2261\",[812,4.162]],[\"name/2262\",[223,71.682]],[\"parent/2262\",[812,4.162]],[\"name/2263\",[221,65.762]],[\"parent/2263\",[812,4.162]],[\"name/2264\",[222,62.059]],[\"parent/2264\",[812,4.162]],[\"name/2265\",[11,44.681]],[\"parent/2265\",[812,4.162]],[\"name/2266\",[226,59.357]],[\"parent/2266\",[812,4.162]],[\"name/2267\",[526,68.293]],[\"parent/2267\",[812,4.162]],[\"name/2268\",[10,43.388]],[\"parent/2268\",[812,4.162]],[\"name/2269\",[227,62.059]],[\"parent/2269\",[812,4.162]],[\"name/2270\",[814,76.826]],[\"parent/2270\",[812,4.162]],[\"name/2271\",[815,76.826]],[\"parent/2271\",[812,4.162]],[\"name/2272\",[224,71.682]],[\"parent/2272\",[812,4.162]],[\"name/2273\",[7,55.473]],[\"parent/2273\",[812,4.162]],[\"name/2274\",[816,76.826]],[\"parent/2274\",[812,4.162]],[\"name/2275\",[8,46.49]],[\"parent/2275\",[812,4.162]],[\"name/2276\",[9,41.021]],[\"parent/2276\",[812,4.162]],[\"name/2277\",[12,45.545]],[\"parent/2277\",[812,4.162]],[\"name/2278\",[13,45.249]],[\"parent/2278\",[812,4.162]],[\"name/2279\",[14,45.85]],[\"parent/2279\",[812,4.162]],[\"name/2280\",[15,46.49]],[\"parent/2280\",[812,4.162]],[\"name/2281\",[16,46.49]],[\"parent/2281\",[812,4.162]],[\"name/2282\",[17,44.961]],[\"parent/2282\",[812,4.162]],[\"name/2283\",[18,46.165]],[\"parent/2283\",[812,4.162]],[\"name/2284\",[19,36.969]],[\"parent/2284\",[812,4.162]],[\"name/2285\",[20,46.165]],[\"parent/2285\",[812,4.162]],[\"name/2286\",[21,43.388]],[\"parent/2286\",[812,4.162]],[\"name/2287\",[22,44.409]],[\"parent/2287\",[812,4.162]],[\"name/2288\",[23,41.214]],[\"parent/2288\",[812,4.162]],[\"name/2289\",[24,45.545]],[\"parent/2289\",[812,4.162]],[\"name/2290\",[817,49.554]],[\"parent/2290\",[]],[\"name/2291\",[160,49.554]],[\"parent/2291\",[817,4.673]],[\"name/2292\",[732,63.741]],[\"parent/2292\",[817,4.673]],[\"name/2293\",[140,56.313]],[\"parent/2293\",[817,4.673]],[\"name/2294\",[7,55.473]],[\"parent/2294\",[817,4.673]],[\"name/2295\",[8,46.49]],[\"parent/2295\",[817,4.673]],[\"name/2296\",[9,41.021]],[\"parent/2296\",[817,4.673]],[\"name/2297\",[10,43.388]],[\"parent/2297\",[817,4.673]],[\"name/2298\",[11,44.681]],[\"parent/2298\",[817,4.673]],[\"name/2299\",[12,45.545]],[\"parent/2299\",[817,4.673]],[\"name/2300\",[13,45.249]],[\"parent/2300\",[817,4.673]],[\"name/2301\",[14,45.85]],[\"parent/2301\",[817,4.673]],[\"name/2302\",[15,46.49]],[\"parent/2302\",[817,4.673]],[\"name/2303\",[16,46.49]],[\"parent/2303\",[817,4.673]],[\"name/2304\",[17,44.961]],[\"parent/2304\",[817,4.673]],[\"name/2305\",[18,46.165]],[\"parent/2305\",[817,4.673]],[\"name/2306\",[19,36.969]],[\"parent/2306\",[817,4.673]],[\"name/2307\",[20,46.165]],[\"parent/2307\",[817,4.673]],[\"name/2308\",[21,43.388]],[\"parent/2308\",[817,4.673]],[\"name/2309\",[22,44.409]],[\"parent/2309\",[817,4.673]],[\"name/2310\",[23,41.214]],[\"parent/2310\",[817,4.673]],[\"name/2311\",[24,45.545]],[\"parent/2311\",[817,4.673]],[\"name/2312\",[818,48.293]],[\"parent/2312\",[]],[\"name/2313\",[3,56.313]],[\"parent/2313\",[818,4.554]],[\"name/2314\",[160,49.554]],[\"parent/2314\",[818,4.554]],[\"name/2315\",[732,63.741]],[\"parent/2315\",[818,4.554]],[\"name/2316\",[270,65.762]],[\"parent/2316\",[818,4.554]],[\"name/2317\",[140,56.313]],[\"parent/2317\",[818,4.554]],[\"name/2318\",[371,58.237]],[\"parent/2318\",[818,4.554]],[\"name/2319\",[7,55.473]],[\"parent/2319\",[818,4.554]],[\"name/2320\",[8,46.49]],[\"parent/2320\",[818,4.554]],[\"name/2321\",[9,41.021]],[\"parent/2321\",[818,4.554]],[\"name/2322\",[10,43.388]],[\"parent/2322\",[818,4.554]],[\"name/2323\",[11,44.681]],[\"parent/2323\",[818,4.554]],[\"name/2324\",[12,45.545]],[\"parent/2324\",[818,4.554]],[\"name/2325\",[13,45.249]],[\"parent/2325\",[818,4.554]],[\"name/2326\",[14,45.85]],[\"parent/2326\",[818,4.554]],[\"name/2327\",[15,46.49]],[\"parent/2327\",[818,4.554]],[\"name/2328\",[16,46.49]],[\"parent/2328\",[818,4.554]],[\"name/2329\",[17,44.961]],[\"parent/2329\",[818,4.554]],[\"name/2330\",[18,46.165]],[\"parent/2330\",[818,4.554]],[\"name/2331\",[19,36.969]],[\"parent/2331\",[818,4.554]],[\"name/2332\",[20,46.165]],[\"parent/2332\",[818,4.554]],[\"name/2333\",[21,43.388]],[\"parent/2333\",[818,4.554]],[\"name/2334\",[22,44.409]],[\"parent/2334\",[818,4.554]],[\"name/2335\",[23,41.214]],[\"parent/2335\",[818,4.554]],[\"name/2336\",[24,45.545]],[\"parent/2336\",[818,4.554]],[\"name/2337\",[819,47.906]],[\"parent/2337\",[]],[\"name/2338\",[373,62.059]],[\"parent/2338\",[819,4.517]],[\"name/2339\",[3,56.313]],[\"parent/2339\",[819,4.517]],[\"name/2340\",[160,49.554]],[\"parent/2340\",[819,4.517]],[\"name/2341\",[732,63.741]],[\"parent/2341\",[819,4.517]],[\"name/2342\",[270,65.762]],[\"parent/2342\",[819,4.517]],[\"name/2343\",[140,56.313]],[\"parent/2343\",[819,4.517]],[\"name/2344\",[371,58.237]],[\"parent/2344\",[819,4.517]],[\"name/2345\",[7,55.473]],[\"parent/2345\",[819,4.517]],[\"name/2346\",[8,46.49]],[\"parent/2346\",[819,4.517]],[\"name/2347\",[9,41.021]],[\"parent/2347\",[819,4.517]],[\"name/2348\",[10,43.388]],[\"parent/2348\",[819,4.517]],[\"name/2349\",[11,44.681]],[\"parent/2349\",[819,4.517]],[\"name/2350\",[12,45.545]],[\"parent/2350\",[819,4.517]],[\"name/2351\",[13,45.249]],[\"parent/2351\",[819,4.517]],[\"name/2352\",[14,45.85]],[\"parent/2352\",[819,4.517]],[\"name/2353\",[15,46.49]],[\"parent/2353\",[819,4.517]],[\"name/2354\",[16,46.49]],[\"parent/2354\",[819,4.517]],[\"name/2355\",[17,44.961]],[\"parent/2355\",[819,4.517]],[\"name/2356\",[18,46.165]],[\"parent/2356\",[819,4.517]],[\"name/2357\",[19,36.969]],[\"parent/2357\",[819,4.517]],[\"name/2358\",[20,46.165]],[\"parent/2358\",[819,4.517]],[\"name/2359\",[21,43.388]],[\"parent/2359\",[819,4.517]],[\"name/2360\",[22,44.409]],[\"parent/2360\",[819,4.517]],[\"name/2361\",[23,41.214]],[\"parent/2361\",[819,4.517]],[\"name/2362\",[24,45.545]],[\"parent/2362\",[819,4.517]],[\"name/2363\",[820,44.144]],[\"parent/2363\",[]],[\"name/2364\",[821,68.293]],[\"parent/2364\",[820,4.162]],[\"name/2365\",[778,68.293]],[\"parent/2365\",[820,4.162]],[\"name/2366\",[31,43.388]],[\"parent/2366\",[820,4.162]],[\"name/2367\",[822,71.682]],[\"parent/2367\",[820,4.162]],[\"name/2368\",[823,71.682]],[\"parent/2368\",[820,4.162]],[\"name/2369\",[791,68.293]],[\"parent/2369\",[820,4.162]],[\"name/2370\",[783,68.293]],[\"parent/2370\",[820,4.162]],[\"name/2371\",[824,76.826]],[\"parent/2371\",[820,4.162]],[\"name/2372\",[627,57.229]],[\"parent/2372\",[820,4.162]],[\"name/2373\",[825,71.682]],[\"parent/2373\",[820,4.162]],[\"name/2374\",[826,71.682]],[\"parent/2374\",[820,4.162]],[\"name/2375\",[827,71.682]],[\"parent/2375\",[820,4.162]],[\"name/2376\",[828,71.682]],[\"parent/2376\",[820,4.162]],[\"name/2377\",[829,71.682]],[\"parent/2377\",[820,4.162]],[\"name/2378\",[830,71.682]],[\"parent/2378\",[820,4.162]],[\"name/2379\",[221,65.762]],[\"parent/2379\",[820,4.162]],[\"name/2380\",[222,62.059]],[\"parent/2380\",[820,4.162]],[\"name/2381\",[831,71.682]],[\"parent/2381\",[820,4.162]],[\"name/2382\",[832,71.682]],[\"parent/2382\",[820,4.162]],[\"name/2383\",[833,71.682]],[\"parent/2383\",[820,4.162]],[\"name/2384\",[8,46.49]],[\"parent/2384\",[820,4.162]],[\"name/2385\",[9,41.021]],[\"parent/2385\",[820,4.162]],[\"name/2386\",[10,43.388]],[\"parent/2386\",[820,4.162]],[\"name/2387\",[11,44.681]],[\"parent/2387\",[820,4.162]],[\"name/2388\",[12,45.545]],[\"parent/2388\",[820,4.162]],[\"name/2389\",[13,45.249]],[\"parent/2389\",[820,4.162]],[\"name/2390\",[14,45.85]],[\"parent/2390\",[820,4.162]],[\"name/2391\",[15,46.49]],[\"parent/2391\",[820,4.162]],[\"name/2392\",[16,46.49]],[\"parent/2392\",[820,4.162]],[\"name/2393\",[17,44.961]],[\"parent/2393\",[820,4.162]],[\"name/2394\",[18,46.165]],[\"parent/2394\",[820,4.162]],[\"name/2395\",[19,36.969]],[\"parent/2395\",[820,4.162]],[\"name/2396\",[20,46.165]],[\"parent/2396\",[820,4.162]],[\"name/2397\",[21,43.388]],[\"parent/2397\",[820,4.162]],[\"name/2398\",[22,44.409]],[\"parent/2398\",[820,4.162]],[\"name/2399\",[23,41.214]],[\"parent/2399\",[820,4.162]],[\"name/2400\",[24,45.545]],[\"parent/2400\",[820,4.162]],[\"name/2401\",[834,76.826]],[\"parent/2401\",[]],[\"name/2402\",[835,49.554]],[\"parent/2402\",[]],[\"name/2403\",[10,43.388]],[\"parent/2403\",[835,4.673]],[\"name/2404\",[31,43.388]],[\"parent/2404\",[835,4.673]],[\"name/2405\",[551,63.741]],[\"parent/2405\",[835,4.673]],[\"name/2406\",[627,57.229]],[\"parent/2406\",[835,4.673]],[\"name/2407\",[222,62.059]],[\"parent/2407\",[835,4.673]],[\"name/2408\",[221,65.762]],[\"parent/2408\",[835,4.673]],[\"name/2409\",[833,71.682]],[\"parent/2409\",[835,4.673]],[\"name/2410\",[821,68.293]],[\"parent/2410\",[835,4.673]],[\"name/2411\",[778,68.293]],[\"parent/2411\",[835,4.673]],[\"name/2412\",[822,71.682]],[\"parent/2412\",[835,4.673]],[\"name/2413\",[823,71.682]],[\"parent/2413\",[835,4.673]],[\"name/2414\",[791,68.293]],[\"parent/2414\",[835,4.673]],[\"name/2415\",[783,68.293]],[\"parent/2415\",[835,4.673]],[\"name/2416\",[825,71.682]],[\"parent/2416\",[835,4.673]],[\"name/2417\",[826,71.682]],[\"parent/2417\",[835,4.673]],[\"name/2418\",[827,71.682]],[\"parent/2418\",[835,4.673]],[\"name/2419\",[828,71.682]],[\"parent/2419\",[835,4.673]],[\"name/2420\",[829,71.682]],[\"parent/2420\",[835,4.673]],[\"name/2421\",[830,71.682]],[\"parent/2421\",[835,4.673]],[\"name/2422\",[831,71.682]],[\"parent/2422\",[835,4.673]],[\"name/2423\",[832,71.682]],[\"parent/2423\",[835,4.673]],[\"name/2424\",[836,76.826]],[\"parent/2424\",[]],[\"name/2425\",[837,76.826]],[\"parent/2425\",[]],[\"name/2426\",[838,50.995]],[\"parent/2426\",[]],[\"name/2427\",[100,53.978]],[\"parent/2427\",[838,4.808]],[\"name/2428\",[8,46.49]],[\"parent/2428\",[838,4.808]],[\"name/2429\",[9,41.021]],[\"parent/2429\",[838,4.808]],[\"name/2430\",[10,43.388]],[\"parent/2430\",[838,4.808]],[\"name/2431\",[11,44.681]],[\"parent/2431\",[838,4.808]],[\"name/2432\",[12,45.545]],[\"parent/2432\",[838,4.808]],[\"name/2433\",[13,45.249]],[\"parent/2433\",[838,4.808]],[\"name/2434\",[14,45.85]],[\"parent/2434\",[838,4.808]],[\"name/2435\",[15,46.49]],[\"parent/2435\",[838,4.808]],[\"name/2436\",[16,46.49]],[\"parent/2436\",[838,4.808]],[\"name/2437\",[17,44.961]],[\"parent/2437\",[838,4.808]],[\"name/2438\",[18,46.165]],[\"parent/2438\",[838,4.808]],[\"name/2439\",[19,36.969]],[\"parent/2439\",[838,4.808]],[\"name/2440\",[20,46.165]],[\"parent/2440\",[838,4.808]],[\"name/2441\",[21,43.388]],[\"parent/2441\",[838,4.808]],[\"name/2442\",[22,44.409]],[\"parent/2442\",[838,4.808]],[\"name/2443\",[23,41.214]],[\"parent/2443\",[838,4.808]],[\"name/2444\",[24,45.545]],[\"parent/2444\",[838,4.808]],[\"name/2445\",[839,63.741]],[\"parent/2445\",[]],[\"name/2446\",[803,65.762]],[\"parent/2446\",[839,6.01]],[\"name/2447\",[32,68.293]],[\"parent/2447\",[839,6.01]],[\"name/2448\",[37,65.762]],[\"parent/2448\",[839,6.01]],[\"name/2449\",[26,35.876]],[\"parent/2449\",[839,6.01]],[\"name/2450\",[840,50.491]],[\"parent/2450\",[]],[\"name/2451\",[3,56.313]],[\"parent/2451\",[840,4.761]],[\"name/2452\",[6,63.741]],[\"parent/2452\",[840,4.761]],[\"name/2453\",[8,46.49]],[\"parent/2453\",[840,4.761]],[\"name/2454\",[9,41.021]],[\"parent/2454\",[840,4.761]],[\"name/2455\",[10,43.388]],[\"parent/2455\",[840,4.761]],[\"name/2456\",[11,44.681]],[\"parent/2456\",[840,4.761]],[\"name/2457\",[12,45.545]],[\"parent/2457\",[840,4.761]],[\"name/2458\",[13,45.249]],[\"parent/2458\",[840,4.761]],[\"name/2459\",[14,45.85]],[\"parent/2459\",[840,4.761]],[\"name/2460\",[15,46.49]],[\"parent/2460\",[840,4.761]],[\"name/2461\",[16,46.49]],[\"parent/2461\",[840,4.761]],[\"name/2462\",[17,44.961]],[\"parent/2462\",[840,4.761]],[\"name/2463\",[18,46.165]],[\"parent/2463\",[840,4.761]],[\"name/2464\",[19,36.969]],[\"parent/2464\",[840,4.761]],[\"name/2465\",[20,46.165]],[\"parent/2465\",[840,4.761]],[\"name/2466\",[21,43.388]],[\"parent/2466\",[840,4.761]],[\"name/2467\",[22,44.409]],[\"parent/2467\",[840,4.761]],[\"name/2468\",[23,41.214]],[\"parent/2468\",[840,4.761]],[\"name/2469\",[24,45.545]],[\"parent/2469\",[840,4.761]],[\"name/2470\",[841,68.293]],[\"parent/2470\",[]],[\"name/2471\",[803,65.762]],[\"parent/2471\",[841,6.439]],[\"name/2472\",[842,76.826]],[\"parent/2472\",[841,6.439]],[\"name/2473\",[843,60.618]],[\"parent/2473\",[]],[\"name/2474\",[31,43.388]],[\"parent/2474\",[843,5.716]],[\"name/2475\",[154,60.618]],[\"parent/2475\",[843,5.716]],[\"name/2476\",[152,55.473]],[\"parent/2476\",[843,5.716]],[\"name/2477\",[244,71.682]],[\"parent/2477\",[843,5.716]],[\"name/2478\",[26,35.876]],[\"parent/2478\",[843,5.716]],[\"name/2479\",[844,76.826]],[\"parent/2479\",[845,6.759]],[\"name/2480\",[846,76.826]],[\"parent/2480\",[845,6.759]],[\"name/2481\",[847,76.826]],[\"parent/2481\",[843,5.716]],[\"name/2482\",[848,50.011]],[\"parent/2482\",[]],[\"name/2483\",[849,71.682]],[\"parent/2483\",[848,4.716]],[\"name/2484\",[850,76.826]],[\"parent/2484\",[848,4.716]],[\"name/2485\",[100,53.978]],[\"parent/2485\",[848,4.716]],[\"name/2486\",[8,46.49]],[\"parent/2486\",[848,4.716]],[\"name/2487\",[9,41.021]],[\"parent/2487\",[848,4.716]],[\"name/2488\",[10,43.388]],[\"parent/2488\",[848,4.716]],[\"name/2489\",[11,44.681]],[\"parent/2489\",[848,4.716]],[\"name/2490\",[12,45.545]],[\"parent/2490\",[848,4.716]],[\"name/2491\",[13,45.249]],[\"parent/2491\",[848,4.716]],[\"name/2492\",[14,45.85]],[\"parent/2492\",[848,4.716]],[\"name/2493\",[15,46.49]],[\"parent/2493\",[848,4.716]],[\"name/2494\",[16,46.49]],[\"parent/2494\",[848,4.716]],[\"name/2495\",[17,44.961]],[\"parent/2495\",[848,4.716]],[\"name/2496\",[18,46.165]],[\"parent/2496\",[848,4.716]],[\"name/2497\",[19,36.969]],[\"parent/2497\",[848,4.716]],[\"name/2498\",[20,46.165]],[\"parent/2498\",[848,4.716]],[\"name/2499\",[21,43.388]],[\"parent/2499\",[848,4.716]],[\"name/2500\",[22,44.409]],[\"parent/2500\",[848,4.716]],[\"name/2501\",[23,41.214]],[\"parent/2501\",[848,4.716]],[\"name/2502\",[24,45.545]],[\"parent/2502\",[848,4.716]],[\"name/2503\",[851,50.011]],[\"parent/2503\",[]],[\"name/2504\",[220,57.229]],[\"parent/2504\",[851,4.716]],[\"name/2505\",[849,71.682]],[\"parent/2505\",[851,4.716]],[\"name/2506\",[852,76.826]],[\"parent/2506\",[851,4.716]],[\"name/2507\",[8,46.49]],[\"parent/2507\",[851,4.716]],[\"name/2508\",[9,41.021]],[\"parent/2508\",[851,4.716]],[\"name/2509\",[10,43.388]],[\"parent/2509\",[851,4.716]],[\"name/2510\",[11,44.681]],[\"parent/2510\",[851,4.716]],[\"name/2511\",[12,45.545]],[\"parent/2511\",[851,4.716]],[\"name/2512\",[13,45.249]],[\"parent/2512\",[851,4.716]],[\"name/2513\",[14,45.85]],[\"parent/2513\",[851,4.716]],[\"name/2514\",[15,46.49]],[\"parent/2514\",[851,4.716]],[\"name/2515\",[16,46.49]],[\"parent/2515\",[851,4.716]],[\"name/2516\",[17,44.961]],[\"parent/2516\",[851,4.716]],[\"name/2517\",[18,46.165]],[\"parent/2517\",[851,4.716]],[\"name/2518\",[19,36.969]],[\"parent/2518\",[851,4.716]],[\"name/2519\",[20,46.165]],[\"parent/2519\",[851,4.716]],[\"name/2520\",[21,43.388]],[\"parent/2520\",[851,4.716]],[\"name/2521\",[22,44.409]],[\"parent/2521\",[851,4.716]],[\"name/2522\",[23,41.214]],[\"parent/2522\",[851,4.716]],[\"name/2523\",[24,45.545]],[\"parent/2523\",[851,4.716]],[\"name/2524\",[853,63.741]],[\"parent/2524\",[]],[\"name/2525\",[854,76.826]],[\"parent/2525\",[853,6.01]],[\"name/2526\",[855,71.682]],[\"parent/2526\",[853,6.01]],[\"name/2527\",[856,76.826]],[\"parent/2527\",[853,6.01]],[\"name/2528\",[42,59.357]],[\"parent/2528\",[853,6.01]],[\"name/2529\",[857,71.682]],[\"parent/2529\",[]],[\"name/2530\",[26,35.876]],[\"parent/2530\",[857,6.759]],[\"name/2531\",[858,71.682]],[\"parent/2531\",[]],[\"name/2532\",[26,35.876]],[\"parent/2532\",[858,6.759]],[\"name/2533\",[859,47.173]],[\"parent/2533\",[]],[\"name/2534\",[135,62.059]],[\"parent/2534\",[859,4.448]],[\"name/2535\",[860,76.826]],[\"parent/2535\",[859,4.448]],[\"name/2536\",[140,56.313]],[\"parent/2536\",[859,4.448]],[\"name/2537\",[133,60.618]],[\"parent/2537\",[859,4.448]],[\"name/2538\",[861,76.826]],[\"parent/2538\",[859,4.448]],[\"name/2539\",[862,76.826]],[\"parent/2539\",[859,4.448]],[\"name/2540\",[863,76.826]],[\"parent/2540\",[859,4.448]],[\"name/2541\",[864,76.826]],[\"parent/2541\",[859,4.448]],[\"name/2542\",[865,76.826]],[\"parent/2542\",[859,4.448]],[\"name/2543\",[3,56.313]],[\"parent/2543\",[859,4.448]],[\"name/2544\",[8,46.49]],[\"parent/2544\",[859,4.448]],[\"name/2545\",[9,41.021]],[\"parent/2545\",[859,4.448]],[\"name/2546\",[10,43.388]],[\"parent/2546\",[859,4.448]],[\"name/2547\",[11,44.681]],[\"parent/2547\",[859,4.448]],[\"name/2548\",[12,45.545]],[\"parent/2548\",[859,4.448]],[\"name/2549\",[13,45.249]],[\"parent/2549\",[859,4.448]],[\"name/2550\",[14,45.85]],[\"parent/2550\",[859,4.448]],[\"name/2551\",[15,46.49]],[\"parent/2551\",[859,4.448]],[\"name/2552\",[16,46.49]],[\"parent/2552\",[859,4.448]],[\"name/2553\",[17,44.961]],[\"parent/2553\",[859,4.448]],[\"name/2554\",[18,46.165]],[\"parent/2554\",[859,4.448]],[\"name/2555\",[19,36.969]],[\"parent/2555\",[859,4.448]],[\"name/2556\",[20,46.165]],[\"parent/2556\",[859,4.448]],[\"name/2557\",[21,43.388]],[\"parent/2557\",[859,4.448]],[\"name/2558\",[22,44.409]],[\"parent/2558\",[859,4.448]],[\"name/2559\",[23,41.214]],[\"parent/2559\",[859,4.448]],[\"name/2560\",[24,45.545]],[\"parent/2560\",[859,4.448]],[\"name/2561\",[866,71.682]],[\"parent/2561\",[]],[\"name/2562\",[26,35.876]],[\"parent/2562\",[866,6.759]],[\"name/2563\",[160,49.554]],[\"parent/2563\",[]],[\"name/2564\",[867,60.618]],[\"parent/2564\",[]],[\"name/2565\",[17,44.961]],[\"parent/2565\",[867,5.716]],[\"name/2566\",[18,46.165]],[\"parent/2566\",[867,5.716]],[\"name/2567\",[19,36.969]],[\"parent/2567\",[867,5.716]],[\"name/2568\",[20,46.165]],[\"parent/2568\",[867,5.716]],[\"name/2569\",[21,43.388]],[\"parent/2569\",[867,5.716]],[\"name/2570\",[22,44.409]],[\"parent/2570\",[867,5.716]],[\"name/2571\",[868,76.826]],[\"parent/2571\",[]],[\"name/2572\",[869,76.826]],[\"parent/2572\",[]],[\"name/2573\",[870,50.491]],[\"parent/2573\",[]],[\"name/2574\",[871,76.826]],[\"parent/2574\",[870,4.761]],[\"name/2575\",[872,76.826]],[\"parent/2575\",[870,4.761]],[\"name/2576\",[8,46.49]],[\"parent/2576\",[870,4.761]],[\"name/2577\",[9,41.021]],[\"parent/2577\",[870,4.761]],[\"name/2578\",[10,43.388]],[\"parent/2578\",[870,4.761]],[\"name/2579\",[11,44.681]],[\"parent/2579\",[870,4.761]],[\"name/2580\",[12,45.545]],[\"parent/2580\",[870,4.761]],[\"name/2581\",[13,45.249]],[\"parent/2581\",[870,4.761]],[\"name/2582\",[14,45.85]],[\"parent/2582\",[870,4.761]],[\"name/2583\",[15,46.49]],[\"parent/2583\",[870,4.761]],[\"name/2584\",[16,46.49]],[\"parent/2584\",[870,4.761]],[\"name/2585\",[17,44.961]],[\"parent/2585\",[870,4.761]],[\"name/2586\",[18,46.165]],[\"parent/2586\",[870,4.761]],[\"name/2587\",[19,36.969]],[\"parent/2587\",[870,4.761]],[\"name/2588\",[20,46.165]],[\"parent/2588\",[870,4.761]],[\"name/2589\",[21,43.388]],[\"parent/2589\",[870,4.761]],[\"name/2590\",[22,44.409]],[\"parent/2590\",[870,4.761]],[\"name/2591\",[23,41.214]],[\"parent/2591\",[870,4.761]],[\"name/2592\",[24,45.545]],[\"parent/2592\",[870,4.761]],[\"name/2593\",[873,76.826]],[\"parent/2593\",[]],[\"name/2594\",[874,76.826]],[\"parent/2594\",[]],[\"name/2595\",[875,48.696]],[\"parent/2595\",[]],[\"name/2596\",[407,59.357]],[\"parent/2596\",[875,4.592]],[\"name/2597\",[199,68.293]],[\"parent/2597\",[875,4.592]],[\"name/2598\",[382,60.618]],[\"parent/2598\",[875,4.592]],[\"name/2599\",[876,76.826]],[\"parent/2599\",[875,4.592]],[\"name/2600\",[877,76.826]],[\"parent/2600\",[875,4.592]],[\"name/2601\",[878,76.826]],[\"parent/2601\",[875,4.592]],[\"name/2602\",[879,76.826]],[\"parent/2602\",[875,4.592]],[\"name/2603\",[880,76.826]],[\"parent/2603\",[875,4.592]],[\"name/2604\",[881,76.826]],[\"parent/2604\",[875,4.592]],[\"name/2605\",[882,76.826]],[\"parent/2605\",[875,4.592]],[\"name/2606\",[883,76.826]],[\"parent/2606\",[875,4.592]],[\"name/2607\",[884,76.826]],[\"parent/2607\",[875,4.592]],[\"name/2608\",[26,35.876]],[\"parent/2608\",[875,4.592]],[\"name/2609\",[885,76.826]],[\"parent/2609\",[886,7.244]],[\"name/2610\",[780,71.682]],[\"parent/2610\",[875,4.592]],[\"name/2611\",[222,62.059]],[\"parent/2611\",[875,4.592]],[\"name/2612\",[887,76.826]],[\"parent/2612\",[875,4.592]],[\"name/2613\",[888,76.826]],[\"parent/2613\",[875,4.592]],[\"name/2614\",[889,76.826]],[\"parent/2614\",[875,4.592]],[\"name/2615\",[42,59.357]],[\"parent/2615\",[875,4.592]],[\"name/2616\",[890,76.826]],[\"parent/2616\",[875,4.592]],[\"name/2617\",[891,76.826]],[\"parent/2617\",[875,4.592]],[\"name/2618\",[855,71.682]],[\"parent/2618\",[875,4.592]],[\"name/2619\",[892,76.826]],[\"parent/2619\",[875,4.592]],[\"name/2620\",[893,50.995]],[\"parent/2620\",[]],[\"name/2621\",[894,71.682]],[\"parent/2621\",[893,4.808]],[\"name/2622\",[8,46.49]],[\"parent/2622\",[893,4.808]],[\"name/2623\",[9,41.021]],[\"parent/2623\",[893,4.808]],[\"name/2624\",[10,43.388]],[\"parent/2624\",[893,4.808]],[\"name/2625\",[11,44.681]],[\"parent/2625\",[893,4.808]],[\"name/2626\",[12,45.545]],[\"parent/2626\",[893,4.808]],[\"name/2627\",[13,45.249]],[\"parent/2627\",[893,4.808]],[\"name/2628\",[14,45.85]],[\"parent/2628\",[893,4.808]],[\"name/2629\",[15,46.49]],[\"parent/2629\",[893,4.808]],[\"name/2630\",[16,46.49]],[\"parent/2630\",[893,4.808]],[\"name/2631\",[17,44.961]],[\"parent/2631\",[893,4.808]],[\"name/2632\",[18,46.165]],[\"parent/2632\",[893,4.808]],[\"name/2633\",[19,36.969]],[\"parent/2633\",[893,4.808]],[\"name/2634\",[20,46.165]],[\"parent/2634\",[893,4.808]],[\"name/2635\",[21,43.388]],[\"parent/2635\",[893,4.808]],[\"name/2636\",[22,44.409]],[\"parent/2636\",[893,4.808]],[\"name/2637\",[23,41.214]],[\"parent/2637\",[893,4.808]],[\"name/2638\",[24,45.545]],[\"parent/2638\",[893,4.808]],[\"name/2639\",[895,50.995]],[\"parent/2639\",[]],[\"name/2640\",[894,71.682]],[\"parent/2640\",[895,4.808]],[\"name/2641\",[8,46.49]],[\"parent/2641\",[895,4.808]],[\"name/2642\",[9,41.021]],[\"parent/2642\",[895,4.808]],[\"name/2643\",[10,43.388]],[\"parent/2643\",[895,4.808]],[\"name/2644\",[11,44.681]],[\"parent/2644\",[895,4.808]],[\"name/2645\",[12,45.545]],[\"parent/2645\",[895,4.808]],[\"name/2646\",[13,45.249]],[\"parent/2646\",[895,4.808]],[\"name/2647\",[14,45.85]],[\"parent/2647\",[895,4.808]],[\"name/2648\",[15,46.49]],[\"parent/2648\",[895,4.808]],[\"name/2649\",[16,46.49]],[\"parent/2649\",[895,4.808]],[\"name/2650\",[17,44.961]],[\"parent/2650\",[895,4.808]],[\"name/2651\",[18,46.165]],[\"parent/2651\",[895,4.808]],[\"name/2652\",[19,36.969]],[\"parent/2652\",[895,4.808]],[\"name/2653\",[20,46.165]],[\"parent/2653\",[895,4.808]],[\"name/2654\",[21,43.388]],[\"parent/2654\",[895,4.808]],[\"name/2655\",[22,44.409]],[\"parent/2655\",[895,4.808]],[\"name/2656\",[23,41.214]],[\"parent/2656\",[895,4.808]],[\"name/2657\",[24,45.545]],[\"parent/2657\",[895,4.808]],[\"name/2658\",[896,56.313]],[\"parent/2658\",[]],[\"name/2659\",[897,76.826]],[\"parent/2659\",[896,5.31]],[\"name/2660\",[898,54.684,899,54.684]],[\"parent/2660\",[896,5.31]],[\"name/2661\",[26,35.876]],[\"parent/2661\",[896,5.31]],[\"name/2662\",[585,27.371,900,34.689,901,34.689,902,34.689]],[\"parent/2662\",[903,4.554]],[\"name/2663\",[904,51.023,905,54.684]],[\"parent/2663\",[903,4.554]],[\"name/2664\",[904,51.023,906,54.684]],[\"parent/2664\",[903,4.554]],[\"name/2665\",[382,43.147,907,54.684]],[\"parent/2665\",[903,4.554]],[\"name/2666\",[382,27.371,585,27.371,908,34.689,909,34.689]],[\"parent/2666\",[903,4.554]],[\"name/2667\",[277,27.364,585,23.14,910,24.332,911,29.327,912,29.327]],[\"parent/2667\",[903,4.554]],[\"name/2668\",[585,33.494,913,42.45,914,37.735]],[\"parent/2668\",[903,4.554]],[\"name/2669\",[585,27.371,627,25.841,914,30.836,915,34.689]],[\"parent/2669\",[903,4.554]],[\"name/2670\",[382,27.371,585,27.371,691,32.366,910,28.781]],[\"parent/2670\",[903,4.554]],[\"name/2671\",[627,31.622,914,37.735,916,42.45]],[\"parent/2671\",[903,4.554]],[\"name/2672\",[917,76.826]],[\"parent/2672\",[896,5.31]],[\"name/2673\",[918,76.826]],[\"parent/2673\",[896,5.31]],[\"name/2674\",[919,76.826]],[\"parent/2674\",[896,5.31]],[\"name/2675\",[920,76.826]],[\"parent/2675\",[896,5.31]],[\"name/2676\",[433,58.237]],[\"parent/2676\",[896,5.31]],[\"name/2677\",[26,35.876]],[\"parent/2677\",[896,5.31]],[\"name/2678\",[196,23.14,433,22.231,921,29.327,922,29.327,923,21.497]],[\"parent/2678\",[903,4.554]],[\"name/2679\",[923,40.083,924,54.684]],[\"parent/2679\",[903,4.554]],[\"name/2680\",[196,17.676,433,16.982,518,19.914,551,18.587,740,20.902,910,18.587,925,22.402]],[\"parent/2680\",[903,4.554]],[\"name/2681\",[198,26.07,433,22.231,551,24.332,910,24.332,926,29.327]],[\"parent/2681\",[903,4.554]],[\"name/2682\",[197,23.69,433,22.231,518,26.07,910,24.332,927,29.327]],[\"parent/2682\",[903,4.554]],[\"name/2683\",[196,43.147,923,40.083]],[\"parent/2683\",[903,4.554]],[\"name/2684\",[92,43.147,923,40.083]],[\"parent/2684\",[903,4.554]],[\"name/2685\",[923,40.083,928,54.684]],[\"parent/2685\",[903,4.554]],[\"name/2686\",[198,48.611,923,40.083]],[\"parent/2686\",[903,4.554]],[\"name/2687\",[237,51.023,923,40.083]],[\"parent/2687\",[903,4.554]],[\"name/2688\",[929,54.684,930,54.684]],[\"parent/2688\",[903,4.554]],[\"name/2689\",[744,48.611,923,40.083]],[\"parent/2689\",[903,4.554]],[\"name/2690\",[706,39.608,744,37.735,923,31.116]],[\"parent/2690\",[903,4.554]],[\"name/2691\",[923,40.083,931,54.684]],[\"parent/2691\",[903,4.554]],[\"name/2692\",[197,44.173,923,40.083]],[\"parent/2692\",[903,4.554]],[\"name/2693\",[932,76.826]],[\"parent/2693\",[896,5.31]],[\"name/2694\",[933,49.554]],[\"parent/2694\",[]],[\"name/2695\",[3,56.313]],[\"parent/2695\",[933,4.673]],[\"name/2696\",[10,43.388]],[\"parent/2696\",[933,4.673]],[\"name/2697\",[160,49.554]],[\"parent/2697\",[933,4.673]],[\"name/2698\",[371,58.237]],[\"parent/2698\",[933,4.673]],[\"name/2699\",[7,55.473]],[\"parent/2699\",[933,4.673]],[\"name/2700\",[8,46.49]],[\"parent/2700\",[933,4.673]],[\"name/2701\",[9,41.021]],[\"parent/2701\",[933,4.673]],[\"name/2702\",[11,44.681]],[\"parent/2702\",[933,4.673]],[\"name/2703\",[12,45.545]],[\"parent/2703\",[933,4.673]],[\"name/2704\",[13,45.249]],[\"parent/2704\",[933,4.673]],[\"name/2705\",[14,45.85]],[\"parent/2705\",[933,4.673]],[\"name/2706\",[15,46.49]],[\"parent/2706\",[933,4.673]],[\"name/2707\",[16,46.49]],[\"parent/2707\",[933,4.673]],[\"name/2708\",[17,44.961]],[\"parent/2708\",[933,4.673]],[\"name/2709\",[18,46.165]],[\"parent/2709\",[933,4.673]],[\"name/2710\",[19,36.969]],[\"parent/2710\",[933,4.673]],[\"name/2711\",[20,46.165]],[\"parent/2711\",[933,4.673]],[\"name/2712\",[21,43.388]],[\"parent/2712\",[933,4.673]],[\"name/2713\",[22,44.409]],[\"parent/2713\",[933,4.673]],[\"name/2714\",[23,41.214]],[\"parent/2714\",[933,4.673]],[\"name/2715\",[24,45.545]],[\"parent/2715\",[933,4.673]],[\"name/2716\",[934,49.116]],[\"parent/2716\",[]],[\"name/2717\",[373,62.059]],[\"parent/2717\",[934,4.631]],[\"name/2718\",[3,56.313]],[\"parent/2718\",[934,4.631]],[\"name/2719\",[10,43.388]],[\"parent/2719\",[934,4.631]],[\"name/2720\",[160,49.554]],[\"parent/2720\",[934,4.631]],[\"name/2721\",[371,58.237]],[\"parent/2721\",[934,4.631]],[\"name/2722\",[7,55.473]],[\"parent/2722\",[934,4.631]],[\"name/2723\",[8,46.49]],[\"parent/2723\",[934,4.631]],[\"name/2724\",[9,41.021]],[\"parent/2724\",[934,4.631]],[\"name/2725\",[11,44.681]],[\"parent/2725\",[934,4.631]],[\"name/2726\",[12,45.545]],[\"parent/2726\",[934,4.631]],[\"name/2727\",[13,45.249]],[\"parent/2727\",[934,4.631]],[\"name/2728\",[14,45.85]],[\"parent/2728\",[934,4.631]],[\"name/2729\",[15,46.49]],[\"parent/2729\",[934,4.631]],[\"name/2730\",[16,46.49]],[\"parent/2730\",[934,4.631]],[\"name/2731\",[17,44.961]],[\"parent/2731\",[934,4.631]],[\"name/2732\",[18,46.165]],[\"parent/2732\",[934,4.631]],[\"name/2733\",[19,36.969]],[\"parent/2733\",[934,4.631]],[\"name/2734\",[20,46.165]],[\"parent/2734\",[934,4.631]],[\"name/2735\",[21,43.388]],[\"parent/2735\",[934,4.631]],[\"name/2736\",[22,44.409]],[\"parent/2736\",[934,4.631]],[\"name/2737\",[23,41.214]],[\"parent/2737\",[934,4.631]],[\"name/2738\",[24,45.545]],[\"parent/2738\",[934,4.631]],[\"name/2739\",[935,62.059]],[\"parent/2739\",[]],[\"name/2740\",[803,65.762]],[\"parent/2740\",[935,5.852]],[\"name/2741\",[33,68.293]],[\"parent/2741\",[935,5.852]],[\"name/2742\",[34,68.293]],[\"parent/2742\",[935,5.852]],[\"name/2743\",[36,68.293]],[\"parent/2743\",[935,5.852]],[\"name/2744\",[936,76.826]],[\"parent/2744\",[935,5.852]],[\"name/2745\",[937,59.357]],[\"parent/2745\",[]],[\"name/2746\",[805,71.682]],[\"parent/2746\",[937,5.597]],[\"name/2747\",[938,76.826]],[\"parent/2747\",[937,5.597]],[\"name/2748\",[371,58.237]],[\"parent/2748\",[937,5.597]],[\"name/2749\",[939,76.826]],[\"parent/2749\",[937,5.597]],[\"name/2750\",[10,43.388]],[\"parent/2750\",[937,5.597]],[\"name/2751\",[373,62.059]],[\"parent/2751\",[937,5.597]],[\"name/2752\",[160,49.554]],[\"parent/2752\",[937,5.597]],[\"name/2753\",[940,50.995]],[\"parent/2753\",[]],[\"name/2754\",[821,68.293]],[\"parent/2754\",[940,4.808]],[\"name/2755\",[8,46.49]],[\"parent/2755\",[940,4.808]],[\"name/2756\",[9,41.021]],[\"parent/2756\",[940,4.808]],[\"name/2757\",[10,43.388]],[\"parent/2757\",[940,4.808]],[\"name/2758\",[11,44.681]],[\"parent/2758\",[940,4.808]],[\"name/2759\",[12,45.545]],[\"parent/2759\",[940,4.808]],[\"name/2760\",[13,45.249]],[\"parent/2760\",[940,4.808]],[\"name/2761\",[14,45.85]],[\"parent/2761\",[940,4.808]],[\"name/2762\",[15,46.49]],[\"parent/2762\",[940,4.808]],[\"name/2763\",[16,46.49]],[\"parent/2763\",[940,4.808]],[\"name/2764\",[17,44.961]],[\"parent/2764\",[940,4.808]],[\"name/2765\",[18,46.165]],[\"parent/2765\",[940,4.808]],[\"name/2766\",[19,36.969]],[\"parent/2766\",[940,4.808]],[\"name/2767\",[20,46.165]],[\"parent/2767\",[940,4.808]],[\"name/2768\",[21,43.388]],[\"parent/2768\",[940,4.808]],[\"name/2769\",[22,44.409]],[\"parent/2769\",[940,4.808]],[\"name/2770\",[23,41.214]],[\"parent/2770\",[940,4.808]],[\"name/2771\",[24,45.545]],[\"parent/2771\",[940,4.808]],[\"name/2772\",[941,76.826]],[\"parent/2772\",[]],[\"name/2773\",[942,71.682]],[\"parent/2773\",[]],[\"name/2774\",[794,71.682]],[\"parent/2774\",[942,6.759]],[\"name/2775\",[943,62.059]],[\"parent/2775\",[]],[\"name/2776\",[17,44.961]],[\"parent/2776\",[943,5.852]],[\"name/2777\",[639,71.682]],[\"parent/2777\",[943,5.852]],[\"name/2778\",[294,65.762]],[\"parent/2778\",[943,5.852]],[\"name/2779\",[19,36.969]],[\"parent/2779\",[943,5.852]],[\"name/2780\",[295,63.741]],[\"parent/2780\",[943,5.852]],[\"name/2781\",[944,76.826]],[\"parent/2781\",[]],[\"name/2782\",[945,65.762]],[\"parent/2782\",[]],[\"name/2783\",[19,36.969]],[\"parent/2783\",[945,6.201]],[\"name/2784\",[295,63.741]],[\"parent/2784\",[945,6.201]],[\"name/2785\",[294,65.762]],[\"parent/2785\",[945,6.201]],[\"name/2786\",[946,68.293]],[\"parent/2786\",[]],[\"name/2787\",[295,63.741]],[\"parent/2787\",[946,6.439]],[\"name/2788\",[294,65.762]],[\"parent/2788\",[946,6.439]],[\"name/2789\",[399,49.116]],[\"parent/2789\",[]],[\"name/2790\",[399,49.116]],[\"parent/2790\",[399,4.631]],[\"name/2791\",[947,76.826]],[\"parent/2791\",[399,4.631]],[\"name/2792\",[26,35.876]],[\"parent/2792\",[399,4.631]],[\"name/2793\",[948,76.826]],[\"parent/2793\",[949,6.759]],[\"name/2794\",[950,76.826]],[\"parent/2794\",[949,6.759]],[\"name/2795\",[951,76.826]],[\"parent/2795\",[]],[\"name/2796\",[952,49.116]],[\"parent/2796\",[]],[\"name/2797\",[482,62.059]],[\"parent/2797\",[952,4.631]],[\"name/2798\",[642,62.059]],[\"parent/2798\",[952,4.631]],[\"name/2799\",[643,65.762]],[\"parent/2799\",[952,4.631]],[\"name/2800\",[481,63.741]],[\"parent/2800\",[952,4.631]],[\"name/2801\",[26,35.876]],[\"parent/2801\",[952,4.631]],[\"name/2802\",[87,53.978]],[\"parent/2802\",[952,4.631]],[\"name/2803\",[251,56.313]],[\"parent/2803\",[952,4.631]],[\"name/2804\",[252,54.698]],[\"parent/2804\",[952,4.631]],[\"name/2805\",[480,62.059]],[\"parent/2805\",[952,4.631]],[\"name/2806\",[483,62.059]],[\"parent/2806\",[952,4.631]],[\"name/2807\",[484,62.059]],[\"parent/2807\",[952,4.631]],[\"name/2808\",[485,62.059]],[\"parent/2808\",[952,4.631]],[\"name/2809\",[486,62.059]],[\"parent/2809\",[952,4.631]],[\"name/2810\",[487,62.059]],[\"parent/2810\",[952,4.631]],[\"name/2811\",[143,50.011]],[\"parent/2811\",[952,4.631]],[\"name/2812\",[488,60.618]],[\"parent/2812\",[952,4.631]],[\"name/2813\",[489,59.357]],[\"parent/2813\",[952,4.631]],[\"name/2814\",[490,59.357]],[\"parent/2814\",[952,4.631]],[\"name/2815\",[491,60.618]],[\"parent/2815\",[952,4.631]],[\"name/2816\",[492,60.618]],[\"parent/2816\",[952,4.631]],[\"name/2817\",[493,60.618]],[\"parent/2817\",[952,4.631]],[\"name/2818\",[494,60.618]],[\"parent/2818\",[952,4.631]],[\"name/2819\",[953,76.826]],[\"parent/2819\",[]],[\"name/2820\",[954,76.826]],[\"parent/2820\",[]],[\"name/2821\",[955,46.826]],[\"parent/2821\",[]],[\"name/2822\",[304,50.995]],[\"parent/2822\",[955,4.415]],[\"name/2823\",[154,60.618]],[\"parent/2823\",[955,4.415]],[\"name/2824\",[658,68.293]],[\"parent/2824\",[955,4.415]],[\"name/2825\",[956,76.826]],[\"parent/2825\",[955,4.415]],[\"name/2826\",[957,76.826]],[\"parent/2826\",[955,4.415]],[\"name/2827\",[293,71.682]],[\"parent/2827\",[955,4.415]],[\"name/2828\",[150,62.059]],[\"parent/2828\",[955,4.415]],[\"name/2829\",[44,44.681]],[\"parent/2829\",[955,4.415]],[\"name/2830\",[296,65.762]],[\"parent/2830\",[955,4.415]],[\"name/2831\",[507,68.293]],[\"parent/2831\",[955,4.415]],[\"name/2832\",[958,76.826]],[\"parent/2832\",[955,4.415]],[\"name/2833\",[959,76.826]],[\"parent/2833\",[955,4.415]],[\"name/2834\",[960,76.826]],[\"parent/2834\",[955,4.415]],[\"name/2835\",[961,76.826]],[\"parent/2835\",[955,4.415]],[\"name/2836\",[282,68.293]],[\"parent/2836\",[955,4.415]],[\"name/2837\",[962,71.682]],[\"parent/2837\",[955,4.415]],[\"name/2838\",[963,76.826]],[\"parent/2838\",[955,4.415]],[\"name/2839\",[964,76.826]],[\"parent/2839\",[955,4.415]],[\"name/2840\",[490,59.357]],[\"parent/2840\",[955,4.415]],[\"name/2841\",[399,49.116]],[\"parent/2841\",[955,4.415]],[\"name/2842\",[479,53.978]],[\"parent/2842\",[955,4.415]],[\"name/2843\",[965,76.826]],[\"parent/2843\",[955,4.415]],[\"name/2844\",[966,76.826]],[\"parent/2844\",[955,4.415]],[\"name/2845\",[967,76.826]],[\"parent/2845\",[955,4.415]],[\"name/2846\",[968,76.826]],[\"parent/2846\",[955,4.415]],[\"name/2847\",[969,71.682]],[\"parent/2847\",[955,4.415]],[\"name/2848\",[970,71.682]],[\"parent/2848\",[955,4.415]],[\"name/2849\",[298,65.762]],[\"parent/2849\",[955,4.415]],[\"name/2850\",[971,71.682]],[\"parent/2850\",[]],[\"name/2851\",[26,35.876]],[\"parent/2851\",[971,6.759]],[\"name/2852\",[44,44.681]],[\"parent/2852\",[]],[\"name/2853\",[972,76.826]],[\"parent/2853\",[44,4.213]],[\"name/2854\",[973,76.826]],[\"parent/2854\",[44,4.213]],[\"name/2855\",[974,71.682]],[\"parent/2855\",[]],[\"name/2856\",[26,35.876]],[\"parent/2856\",[974,6.759]],[\"name/2857\",[975,71.682]],[\"parent/2857\",[]],[\"name/2858\",[19,36.969]],[\"parent/2858\",[975,6.759]],[\"name/2859\",[976,65.762]],[\"parent/2859\",[]],[\"name/2860\",[19,36.969]],[\"parent/2860\",[976,6.201]],[\"name/2861\",[641,65.762]],[\"parent/2861\",[976,6.201]],[\"name/2862\",[17,44.961]],[\"parent/2862\",[976,6.201]],[\"name/2863\",[977,54.698]],[\"parent/2863\",[]],[\"name/2864\",[27,40.104]],[\"parent/2864\",[977,5.158]],[\"name/2865\",[507,68.293]],[\"parent/2865\",[977,5.158]],[\"name/2866\",[296,65.762]],[\"parent/2866\",[977,5.158]],[\"name/2867\",[978,76.826]],[\"parent/2867\",[977,5.158]],[\"name/2868\",[979,76.826]],[\"parent/2868\",[977,5.158]],[\"name/2869\",[980,76.826]],[\"parent/2869\",[977,5.158]],[\"name/2870\",[981,76.826]],[\"parent/2870\",[977,5.158]],[\"name/2871\",[982,76.826]],[\"parent/2871\",[977,5.158]],[\"name/2872\",[983,76.826]],[\"parent/2872\",[977,5.158]],[\"name/2873\",[984,76.826]],[\"parent/2873\",[977,5.158]],[\"name/2874\",[985,76.826]],[\"parent/2874\",[977,5.158]],[\"name/2875\",[986,76.826]],[\"parent/2875\",[977,5.158]],[\"name/2876\",[987,76.826]],[\"parent/2876\",[]],[\"name/2877\",[988,43.886]],[\"parent/2877\",[]],[\"name/2878\",[637,68.293]],[\"parent/2878\",[988,4.138]],[\"name/2879\",[638,68.293]],[\"parent/2879\",[988,4.138]],[\"name/2880\",[658,68.293]],[\"parent/2880\",[988,4.138]],[\"name/2881\",[13,45.249]],[\"parent/2881\",[988,4.138]],[\"name/2882\",[645,68.293]],[\"parent/2882\",[988,4.138]],[\"name/2883\",[641,65.762]],[\"parent/2883\",[988,4.138]],[\"name/2884\",[631,68.293]],[\"parent/2884\",[988,4.138]],[\"name/2885\",[659,71.682]],[\"parent/2885\",[988,4.138]],[\"name/2886\",[646,68.293]],[\"parent/2886\",[988,4.138]],[\"name/2887\",[87,53.978]],[\"parent/2887\",[988,4.138]],[\"name/2888\",[488,60.618]],[\"parent/2888\",[988,4.138]],[\"name/2889\",[251,56.313]],[\"parent/2889\",[988,4.138]],[\"name/2890\",[21,43.388]],[\"parent/2890\",[988,4.138]],[\"name/2891\",[22,44.409]],[\"parent/2891\",[988,4.138]],[\"name/2892\",[481,63.741]],[\"parent/2892\",[988,4.138]],[\"name/2893\",[26,35.876]],[\"parent/2893\",[988,4.138]],[\"name/2894\",[252,54.698]],[\"parent/2894\",[988,4.138]],[\"name/2895\",[480,62.059]],[\"parent/2895\",[988,4.138]],[\"name/2896\",[482,62.059]],[\"parent/2896\",[988,4.138]],[\"name/2897\",[483,62.059]],[\"parent/2897\",[988,4.138]],[\"name/2898\",[484,62.059]],[\"parent/2898\",[988,4.138]],[\"name/2899\",[485,62.059]],[\"parent/2899\",[988,4.138]],[\"name/2900\",[486,62.059]],[\"parent/2900\",[988,4.138]],[\"name/2901\",[487,62.059]],[\"parent/2901\",[988,4.138]],[\"name/2902\",[143,50.011]],[\"parent/2902\",[988,4.138]],[\"name/2903\",[489,59.357]],[\"parent/2903\",[988,4.138]],[\"name/2904\",[490,59.357]],[\"parent/2904\",[988,4.138]],[\"name/2905\",[491,60.618]],[\"parent/2905\",[988,4.138]],[\"name/2906\",[492,60.618]],[\"parent/2906\",[988,4.138]],[\"name/2907\",[493,60.618]],[\"parent/2907\",[988,4.138]],[\"name/2908\",[494,60.618]],[\"parent/2908\",[988,4.138]],[\"name/2909\",[501,65.762]],[\"parent/2909\",[988,4.138]],[\"name/2910\",[502,65.762]],[\"parent/2910\",[988,4.138]],[\"name/2911\",[503,65.762]],[\"parent/2911\",[988,4.138]],[\"name/2912\",[504,65.762]],[\"parent/2912\",[988,4.138]],[\"name/2913\",[505,65.762]],[\"parent/2913\",[988,4.138]],[\"name/2914\",[642,62.059]],[\"parent/2914\",[988,4.138]],[\"name/2915\",[643,65.762]],[\"parent/2915\",[988,4.138]],[\"name/2916\",[989,52.085]],[\"parent/2916\",[]],[\"name/2917\",[27,40.104]],[\"parent/2917\",[989,4.911]],[\"name/2918\",[154,60.618]],[\"parent/2918\",[989,4.911]],[\"name/2919\",[962,71.682]],[\"parent/2919\",[989,4.911]],[\"name/2920\",[990,76.826]],[\"parent/2920\",[989,4.911]],[\"name/2921\",[991,76.826]],[\"parent/2921\",[989,4.911]],[\"name/2922\",[992,76.826]],[\"parent/2922\",[989,4.911]],[\"name/2923\",[993,76.826]],[\"parent/2923\",[989,4.911]],[\"name/2924\",[994,76.826]],[\"parent/2924\",[989,4.911]],[\"name/2925\",[995,76.826]],[\"parent/2925\",[989,4.911]],[\"name/2926\",[490,59.357]],[\"parent/2926\",[989,4.911]],[\"name/2927\",[642,62.059]],[\"parent/2927\",[989,4.911]],[\"name/2928\",[640,65.762]],[\"parent/2928\",[989,4.911]],[\"name/2929\",[996,76.826]],[\"parent/2929\",[989,4.911]],[\"name/2930\",[150,62.059]],[\"parent/2930\",[989,4.911]],[\"name/2931\",[997,76.826]],[\"parent/2931\",[989,4.911]],[\"name/2932\",[998,76.826]],[\"parent/2932\",[989,4.911]],[\"name/2933\",[999,68.293]],[\"parent/2933\",[]],[\"name/2934\",[642,62.059]],[\"parent/2934\",[999,6.439]],[\"name/2935\",[640,65.762]],[\"parent/2935\",[999,6.439]],[\"name/2936\",[1000,43.388]],[\"parent/2936\",[]],[\"name/2937\",[1001,76.826]],[\"parent/2937\",[1000,4.091]],[\"name/2938\",[1002,76.826]],[\"parent/2938\",[1000,4.091]],[\"name/2939\",[1003,76.826]],[\"parent/2939\",[1000,4.091]],[\"name/2940\",[26,35.876]],[\"parent/2940\",[1000,4.091]],[\"name/2941\",[1004,71.682]],[\"parent/2941\",[1005,7.244]],[\"name/2942\",[399,49.116]],[\"parent/2942\",[1000,4.091]],[\"name/2943\",[445,71.682]],[\"parent/2943\",[1000,4.091]],[\"name/2944\",[1006,76.826]],[\"parent/2944\",[1000,4.091]],[\"name/2945\",[1007,71.682]],[\"parent/2945\",[1000,4.091]],[\"name/2946\",[1008,58.237]],[\"parent/2946\",[1000,4.091]],[\"name/2947\",[83,56.313]],[\"parent/2947\",[1000,4.091]],[\"name/2948\",[1009,60.618]],[\"parent/2948\",[1000,4.091]],[\"name/2949\",[1010,76.826]],[\"parent/2949\",[1000,4.091]],[\"name/2950\",[87,53.978]],[\"parent/2950\",[1000,4.091]],[\"name/2951\",[1011,71.682]],[\"parent/2951\",[1000,4.091]],[\"name/2952\",[1012,76.826]],[\"parent/2952\",[1000,4.091]],[\"name/2953\",[1013,76.826]],[\"parent/2953\",[1000,4.091]],[\"name/2954\",[1014,76.826]],[\"parent/2954\",[1000,4.091]],[\"name/2955\",[298,65.762]],[\"parent/2955\",[1000,4.091]],[\"name/2956\",[1015,76.826]],[\"parent/2956\",[1000,4.091]],[\"name/2957\",[1016,76.826]],[\"parent/2957\",[1000,4.091]],[\"name/2958\",[1017,76.826]],[\"parent/2958\",[1000,4.091]],[\"name/2959\",[1018,76.826]],[\"parent/2959\",[1000,4.091]],[\"name/2960\",[1019,76.826]],[\"parent/2960\",[1000,4.091]],[\"name/2961\",[1020,76.826]],[\"parent/2961\",[1000,4.091]],[\"name/2962\",[1021,76.826]],[\"parent/2962\",[1000,4.091]],[\"name/2963\",[104,56.313]],[\"parent/2963\",[1000,4.091]],[\"name/2964\",[105,56.313]],[\"parent/2964\",[1000,4.091]],[\"name/2965\",[106,56.313]],[\"parent/2965\",[1000,4.091]],[\"name/2966\",[107,56.313]],[\"parent/2966\",[1000,4.091]],[\"name/2967\",[108,56.313]],[\"parent/2967\",[1000,4.091]],[\"name/2968\",[109,56.313]],[\"parent/2968\",[1000,4.091]],[\"name/2969\",[110,56.313]],[\"parent/2969\",[1000,4.091]],[\"name/2970\",[111,56.313]],[\"parent/2970\",[1000,4.091]],[\"name/2971\",[112,56.313]],[\"parent/2971\",[1000,4.091]],[\"name/2972\",[113,56.313]],[\"parent/2972\",[1000,4.091]],[\"name/2973\",[114,56.313]],[\"parent/2973\",[1000,4.091]],[\"name/2974\",[115,56.313]],[\"parent/2974\",[1000,4.091]],[\"name/2975\",[116,56.313]],[\"parent/2975\",[1000,4.091]],[\"name/2976\",[117,56.313]],[\"parent/2976\",[1000,4.091]],[\"name/2977\",[118,56.313]],[\"parent/2977\",[1000,4.091]],[\"name/2978\",[1022,71.682]],[\"parent/2978\",[]],[\"name/2979\",[26,35.876]],[\"parent/2979\",[1022,6.759]],[\"name/2980\",[1023,76.826]],[\"parent/2980\",[1024,7.244]],[\"name/2981\",[1025,65.762]],[\"parent/2981\",[]],[\"name/2982\",[1004,71.682]],[\"parent/2982\",[1025,6.201]],[\"name/2983\",[279,71.682]],[\"parent/2983\",[1025,6.201]],[\"name/2984\",[1007,71.682]],[\"parent/2984\",[1025,6.201]],[\"name/2985\",[1026,68.293]],[\"parent/2985\",[]],[\"name/2986\",[496,68.293]],[\"parent/2986\",[1026,6.439]],[\"name/2987\",[1027,76.826]],[\"parent/2987\",[1026,6.439]],[\"name/2988\",[1009,60.618]],[\"parent/2988\",[]],[\"name/2989\",[83,56.313]],[\"parent/2989\",[1009,5.716]],[\"name/2990\",[1028,76.826]],[\"parent/2990\",[1009,5.716]],[\"name/2991\",[400,52.085]],[\"parent/2991\",[1009,5.716]],[\"name/2992\",[1029,76.826]],[\"parent/2992\",[1009,5.716]],[\"name/2993\",[1030,76.826]],[\"parent/2993\",[1009,5.716]],[\"name/2994\",[1031,71.682]],[\"parent/2994\",[]],[\"name/2995\",[26,35.876]],[\"parent/2995\",[1031,6.759]],[\"name/2996\",[83,56.313]],[\"parent/2996\",[1032,7.244]],[\"name/2997\",[1033,71.682]],[\"parent/2997\",[]],[\"name/2998\",[26,35.876]],[\"parent/2998\",[1033,6.759]],[\"name/2999\",[140,56.313]],[\"parent/2999\",[]],[\"name/3000\",[1034,76.826]],[\"parent/3000\",[]],[\"name/3001\",[1008,58.237]],[\"parent/3001\",[]],[\"name/3002\",[27,40.104]],[\"parent/3002\",[1008,5.491]],[\"name/3003\",[152,55.473]],[\"parent/3003\",[1008,5.491]],[\"name/3004\",[1035,76.826]],[\"parent/3004\",[1008,5.491]],[\"name/3005\",[1011,71.682]],[\"parent/3005\",[1008,5.491]],[\"name/3006\",[1036,76.826]],[\"parent/3006\",[1008,5.491]],[\"name/3007\",[1037,76.826]],[\"parent/3007\",[1008,5.491]],[\"name/3008\",[1038,76.826]],[\"parent/3008\",[1008,5.491]],[\"name/3009\",[1039,50.995]],[\"parent/3009\",[]],[\"name/3010\",[9,41.021]],[\"parent/3010\",[1039,4.808]],[\"name/3011\",[23,41.214]],[\"parent/3011\",[1039,4.808]],[\"name/3012\",[19,36.969]],[\"parent/3012\",[1039,4.808]],[\"name/3013\",[1040,76.826]],[\"parent/3013\",[1039,4.808]],[\"name/3014\",[8,46.49]],[\"parent/3014\",[1039,4.808]],[\"name/3015\",[10,43.388]],[\"parent/3015\",[1039,4.808]],[\"name/3016\",[11,44.681]],[\"parent/3016\",[1039,4.808]],[\"name/3017\",[12,45.545]],[\"parent/3017\",[1039,4.808]],[\"name/3018\",[13,45.249]],[\"parent/3018\",[1039,4.808]],[\"name/3019\",[14,45.85]],[\"parent/3019\",[1039,4.808]],[\"name/3020\",[15,46.49]],[\"parent/3020\",[1039,4.808]],[\"name/3021\",[16,46.49]],[\"parent/3021\",[1039,4.808]],[\"name/3022\",[17,44.961]],[\"parent/3022\",[1039,4.808]],[\"name/3023\",[18,46.165]],[\"parent/3023\",[1039,4.808]],[\"name/3024\",[20,46.165]],[\"parent/3024\",[1039,4.808]],[\"name/3025\",[21,43.388]],[\"parent/3025\",[1039,4.808]],[\"name/3026\",[22,44.409]],[\"parent/3026\",[1039,4.808]],[\"name/3027\",[24,45.545]],[\"parent/3027\",[1039,4.808]],[\"name/3028\",[1041,71.682]],[\"parent/3028\",[]],[\"name/3029\",[26,35.876]],[\"parent/3029\",[1041,6.759]],[\"name/3030\",[1042,58.237]],[\"parent/3030\",[]],[\"name/3031\",[1043,76.826]],[\"parent/3031\",[1042,5.491]],[\"name/3032\",[26,35.876]],[\"parent/3032\",[1042,5.491]],[\"name/3033\",[31,43.388]],[\"parent/3033\",[1044,5.716]],[\"name/3034\",[627,57.229]],[\"parent/3034\",[1044,5.716]],[\"name/3035\",[1045,76.826]],[\"parent/3035\",[1042,5.491]],[\"name/3036\",[26,35.876]],[\"parent/3036\",[1042,5.491]],[\"name/3037\",[154,60.618]],[\"parent/3037\",[1044,5.716]],[\"name/3038\",[31,43.388]],[\"parent/3038\",[1044,5.716]],[\"name/3039\",[1046,76.826]],[\"parent/3039\",[1044,5.716]],[\"name/3040\",[627,57.229]],[\"parent/3040\",[1044,5.716]],[\"name/3041\",[628,68.293]],[\"parent/3041\",[1042,5.491]],[\"name/3042\",[627,57.229]],[\"parent/3042\",[1042,5.491]],[\"name/3043\",[1047,76.826]],[\"parent/3043\",[1042,5.491]],[\"name/3044\",[26,35.876]],[\"parent/3044\",[1042,5.491]],[\"name/3045\",[31,43.388]],[\"parent/3045\",[1044,5.716]],[\"name/3046\",[1048,65.762]],[\"parent/3046\",[]],[\"name/3047\",[626,60.618]],[\"parent/3047\",[1048,6.201]],[\"name/3048\",[26,35.876]],[\"parent/3048\",[1048,6.201]],[\"name/3049\",[31,43.388]],[\"parent/3049\",[1049,6.439]],[\"name/3050\",[627,57.229]],[\"parent/3050\",[1049,6.439]],[\"name/3051\",[628,68.293]],[\"parent/3051\",[1049,6.439]],[\"name/3052\",[644,71.682]],[\"parent/3052\",[1048,6.201]],[\"name/3053\",[1050,71.682]],[\"parent/3053\",[]],[\"name/3054\",[26,35.876]],[\"parent/3054\",[1050,6.759]],[\"name/3055\",[479,53.978]],[\"parent/3055\",[]],[\"name/3056\",[289,68.293]],[\"parent/3056\",[479,5.09]],[\"name/3057\",[1051,76.826]],[\"parent/3057\",[479,5.09]],[\"name/3058\",[1052,76.826]],[\"parent/3058\",[479,5.09]],[\"name/3059\",[27,40.104]],[\"parent/3059\",[479,5.09]],[\"name/3060\",[969,71.682]],[\"parent/3060\",[479,5.09]],[\"name/3061\",[970,71.682]],[\"parent/3061\",[479,5.09]],[\"name/3062\",[1053,76.826]],[\"parent/3062\",[479,5.09]],[\"name/3063\",[1054,76.826]],[\"parent/3063\",[479,5.09]],[\"name/3064\",[1055,76.826]],[\"parent/3064\",[479,5.09]],[\"name/3065\",[363,63.741]],[\"parent/3065\",[479,5.09]],[\"name/3066\",[1056,60.618]],[\"parent/3066\",[]],[\"name/3067\",[289,68.293]],[\"parent/3067\",[1056,5.716]],[\"name/3068\",[27,40.104]],[\"parent/3068\",[1056,5.716]],[\"name/3069\",[200,42.462]],[\"parent/3069\",[1056,5.716]],[\"name/3070\",[157,41.214]],[\"parent/3070\",[1056,5.716]],[\"name/3071\",[363,63.741]],[\"parent/3071\",[1056,5.716]],[\"name/3072\",[1057,76.826]],[\"parent/3072\",[1056,5.716]],[\"name/3073\",[299,65.762]],[\"parent/3073\",[]],[\"name/3074\",[1058,71.682]],[\"parent/3074\",[]],[\"name/3075\",[23,41.214]],[\"parent/3075\",[1058,6.759]],[\"name/3076\",[1059,60.618]],[\"parent/3076\",[]],[\"name/3077\",[299,65.762]],[\"parent/3077\",[1059,5.716]],[\"name/3078\",[647,71.682]],[\"parent/3078\",[1059,5.716]],[\"name/3079\",[648,71.682]],[\"parent/3079\",[1059,5.716]],[\"name/3080\",[301,71.682]],[\"parent/3080\",[1059,5.716]],[\"name/3081\",[300,71.682]],[\"parent/3081\",[1059,5.716]],[\"name/3082\",[302,71.682]],[\"parent/3082\",[1059,5.716]]],\"invertedIndex\":[[\"2dsphereindexversion\",{\"_index\":829,\"name\":{\"2377\":{},\"2420\":{}},\"parent\":{}}],[\"__nodejs_mock_server__\",{\"_index\":511,\"name\":{\"1498\":{}},\"parent\":{}}],[\"__type\",{\"_index\":26,\"name\":{\"26\":{},\"50\":{},\"60\":{},\"70\":{},\"80\":{},\"90\":{},\"100\":{},\"110\":{},\"120\":{},\"130\":{},\"140\":{},\"150\":{},\"160\":{},\"170\":{},\"180\":{},\"190\":{},\"200\":{},\"210\":{},\"220\":{},\"230\":{},\"240\":{},\"250\":{},\"260\":{},\"270\":{},\"280\":{},\"294\":{},\"305\":{},\"316\":{},\"326\":{},\"336\":{},\"346\":{},\"356\":{},\"1212\":{},\"1225\":{},\"1232\":{},\"1264\":{},\"1319\":{},\"1338\":{},\"1367\":{},\"1415\":{},\"1440\":{},\"1466\":{},\"1521\":{},\"1593\":{},\"1595\":{},\"1600\":{},\"1603\":{},\"1609\":{},\"1614\":{},\"1621\":{},\"1624\":{},\"1633\":{},\"1685\":{},\"1709\":{},\"1731\":{},\"1811\":{},\"1862\":{},\"1874\":{},\"1878\":{},\"1898\":{},\"1903\":{},\"1932\":{},\"1974\":{},\"2141\":{},\"2449\":{},\"2478\":{},\"2530\":{},\"2532\":{},\"2562\":{},\"2608\":{},\"2661\":{},\"2677\":{},\"2792\":{},\"2801\":{},\"2851\":{},\"2856\":{},\"2893\":{},\"2940\":{},\"2979\":{},\"2995\":{},\"2998\":{},\"3029\":{},\"3032\":{},\"3036\":{},\"3044\":{},\"3048\":{},\"3054\":{}},\"parent\":{}}],[\"_id\",{\"_index\":398,\"name\":{\"1183\":{},\"1190\":{},\"1197\":{},\"1207\":{},\"1213\":{},\"1219\":{},\"1226\":{},\"1234\":{},\"1241\":{},\"1248\":{},\"1259\":{},\"1265\":{},\"1269\":{},\"1310\":{},\"1323\":{},\"1333\":{},\"1339\":{},\"1342\":{},\"1350\":{},\"1362\":{},\"1368\":{},\"1676\":{},\"1726\":{}},\"parent\":{}}],[\"_id_\",{\"_index\":885,\"name\":{\"2609\":{}},\"parent\":{}}],[\"abort\",{\"_index\":588,\"name\":{\"1663\":{},\"1716\":{}},\"parent\":{}}],[\"aborted\",{\"_index\":618,\"name\":{\"1713\":{}},\"parent\":{}}],[\"aborttransaction\",{\"_index\":1019,\"name\":{\"2960\":{}},\"parent\":{}}],[\"abstractcursor\",{\"_index\":81,\"name\":{\"370\":{}},\"parent\":{\"371\":{},\"372\":{},\"373\":{},\"374\":{},\"375\":{},\"376\":{},\"377\":{},\"378\":{},\"379\":{},\"380\":{},\"381\":{},\"382\":{},\"383\":{},\"384\":{},\"385\":{},\"386\":{},\"387\":{},\"388\":{},\"389\":{},\"390\":{},\"391\":{},\"392\":{},\"393\":{},\"394\":{},\"395\":{},\"396\":{},\"397\":{},\"398\":{},\"399\":{},\"400\":{},\"401\":{},\"402\":{},\"403\":{},\"404\":{},\"405\":{},\"406\":{},\"407\":{},\"408\":{},\"409\":{},\"410\":{},\"411\":{}}}],[\"abstractcursorevents\",{\"_index\":521,\"name\":{\"1520\":{}},\"parent\":{\"1521\":{}}}],[\"abstractcursorevents.__type\",{\"_index\":522,\"name\":{},\"parent\":{\"1522\":{}}}],[\"abstractcursoroptions\",{\"_index\":523,\"name\":{\"1523\":{}},\"parent\":{\"1524\":{},\"1525\":{},\"1526\":{},\"1527\":{},\"1528\":{},\"1529\":{},\"1530\":{},\"1531\":{},\"1532\":{},\"1533\":{},\"1534\":{},\"1535\":{}}}],[\"acceptedfields\",{\"_index\":672,\"name\":{\"1896\":{}},\"parent\":{}}],[\"accesskeyid\",{\"_index\":546,\"name\":{\"1596\":{}},\"parent\":{}}],[\"acknowledged\",{\"_index\":803,\"name\":{\"2187\":{},\"2446\":{},\"2471\":{},\"2740\":{}},\"parent\":{}}],[\"addcursorflag\",{\"_index\":96,\"name\":{\"388\":{},\"456\":{},\"657\":{},\"728\":{},\"773\":{}},\"parent\":{}}],[\"adderrorlabel\",{\"_index\":47,\"name\":{\"47\":{},\"57\":{},\"67\":{},\"77\":{},\"87\":{},\"97\":{},\"107\":{},\"117\":{},\"127\":{},\"137\":{},\"147\":{},\"157\":{},\"167\":{},\"177\":{},\"187\":{},\"197\":{},\"207\":{},\"217\":{},\"227\":{},\"237\":{},\"247\":{},\"257\":{},\"267\":{},\"277\":{},\"291\":{},\"302\":{},\"313\":{},\"323\":{},\"333\":{},\"343\":{},\"353\":{},\"368\":{}},\"parent\":{}}],[\"addlistener\",{\"_index\":104,\"name\":{\"397\":{},\"463\":{},\"480\":{},\"517\":{},\"663\":{},\"690\":{},\"736\":{},\"781\":{},\"830\":{},\"1881\":{},\"2963\":{}},\"parent\":{}}],[\"addquerymodifier\",{\"_index\":225,\"name\":{\"631\":{}},\"parent\":{}}],[\"address\",{\"_index\":304,\"name\":{\"927\":{},\"941\":{},\"946\":{},\"957\":{},\"961\":{},\"965\":{},\"968\":{},\"974\":{},\"978\":{},\"981\":{},\"984\":{},\"988\":{},\"991\":{},\"995\":{},\"998\":{},\"1001\":{},\"1016\":{},\"1487\":{},\"2822\":{}},\"parent\":{}}],[\"addtooperationslist\",{\"_index\":389,\"name\":{\"1141\":{},\"1158\":{},\"1171\":{}},\"parent\":{}}],[\"addtosetoperators\",{\"_index\":673,\"name\":{\"1897\":{}},\"parent\":{\"1898\":{}}}],[\"addtosetoperators.__type\",{\"_index\":675,\"name\":{},\"parent\":{\"1899\":{}}}],[\"adduser\",{\"_index\":125,\"name\":{\"418\":{},\"610\":{}},\"parent\":{}}],[\"adduseroptions\",{\"_index\":755,\"name\":{\"1986\":{}},\"parent\":{\"1987\":{},\"1988\":{},\"1989\":{},\"1990\":{},\"1991\":{},\"1992\":{},\"1993\":{},\"1994\":{},\"1995\":{},\"1996\":{},\"1997\":{},\"1998\":{},\"1999\":{},\"2000\":{},\"2001\":{},\"2002\":{},\"2003\":{},\"2004\":{},\"2005\":{},\"2006\":{}}}],[\"admin\",{\"_index\":119,\"name\":{\"412\":{},\"601\":{}},\"parent\":{\"413\":{},\"414\":{},\"415\":{},\"416\":{},\"417\":{},\"418\":{},\"419\":{},\"420\":{},\"421\":{},\"422\":{}}}],[\"advanceclustertime\",{\"_index\":1014,\"name\":{\"2954\":{}},\"parent\":{}}],[\"advanceoperationtime\",{\"_index\":1013,\"name\":{\"2953\":{}},\"parent\":{}}],[\"aggregate\",{\"_index\":189,\"name\":{\"570\":{},\"600\":{}},\"parent\":{}}],[\"aggregateoptions\",{\"_index\":761,\"name\":{\"2010\":{}},\"parent\":{\"2011\":{},\"2012\":{},\"2013\":{},\"2014\":{},\"2015\":{},\"2016\":{},\"2017\":{},\"2018\":{},\"2019\":{},\"2020\":{},\"2021\":{},\"2022\":{},\"2023\":{},\"2024\":{},\"2025\":{},\"2026\":{},\"2027\":{},\"2028\":{},\"2029\":{},\"2030\":{},\"2031\":{},\"2032\":{},\"2033\":{},\"2034\":{},\"2035\":{}}}],[\"aggregationcursor\",{\"_index\":130,\"name\":{\"423\":{}},\"parent\":{\"424\":{},\"425\":{},\"426\":{},\"427\":{},\"428\":{},\"429\":{},\"430\":{},\"431\":{},\"432\":{},\"433\":{},\"434\":{},\"435\":{},\"436\":{},\"437\":{},\"438\":{},\"439\":{},\"440\":{},\"441\":{},\"442\":{},\"443\":{},\"444\":{},\"445\":{},\"446\":{},\"447\":{},\"448\":{},\"449\":{},\"450\":{},\"451\":{},\"452\":{},\"453\":{},\"454\":{},\"455\":{},\"456\":{},\"457\":{},\"458\":{},\"459\":{},\"460\":{},\"461\":{},\"462\":{},\"463\":{},\"464\":{},\"465\":{},\"466\":{},\"467\":{},\"468\":{},\"469\":{},\"470\":{},\"471\":{},\"472\":{},\"473\":{},\"474\":{},\"475\":{},\"476\":{},\"477\":{}}}],[\"aggregationcursoroptions\",{\"_index\":532,\"name\":{\"1541\":{}},\"parent\":{\"1542\":{},\"1543\":{},\"1544\":{},\"1545\":{},\"1546\":{},\"1547\":{},\"1548\":{},\"1549\":{},\"1550\":{},\"1551\":{},\"1552\":{},\"1553\":{},\"1554\":{},\"1555\":{},\"1556\":{},\"1557\":{},\"1558\":{},\"1559\":{},\"1560\":{},\"1561\":{},\"1562\":{},\"1563\":{},\"1564\":{},\"1565\":{},\"1566\":{},\"1567\":{},\"1568\":{},\"1569\":{}}}],[\"aliases\",{\"_index\":597,\"name\":{\"1681\":{},\"1723\":{}},\"parent\":{}}],[\"all\",{\"_index\":709,\"name\":{\"1938\":{}},\"parent\":{}}],[\"allhosts\",{\"_index\":965,\"name\":{\"2843\":{}},\"parent\":{}}],[\"allocated\",{\"_index\":905,\"name\":{\"2663\":{}},\"parent\":{}}],[\"allocation\",{\"_index\":908,\"name\":{\"2666\":{}},\"parent\":{}}],[\"allocations\",{\"_index\":900,\"name\":{\"2662\":{}},\"parent\":{}}],[\"allowdiskuse\",{\"_index\":227,\"name\":{\"637\":{},\"1285\":{},\"1554\":{},\"2011\":{},\"2092\":{},\"2269\":{}},\"parent\":{}}],[\"allowpartialresults\",{\"_index\":815,\"name\":{\"2271\":{}},\"parent\":{}}],[\"alternate\",{\"_index\":768,\"name\":{\"2042\":{}},\"parent\":{}}],[\"alternativetype\",{\"_index\":676,\"name\":{\"1900\":{}},\"parent\":{}}],[\"and\",{\"_index\":740,\"name\":{\"1970\":{},\"2680\":{}},\"parent\":{}}],[\"anybulkwriteoperation\",{\"_index\":1,\"name\":{\"1\":{}},\"parent\":{}}],[\"anyerror\",{\"_index\":578,\"name\":{\"1643\":{}},\"parent\":{}}],[\"application\",{\"_index\":1047,\"name\":{\"3043\":{}},\"parent\":{}}],[\"appname\",{\"_index\":644,\"name\":{\"1778\":{},\"3052\":{}},\"parent\":{}}],[\"arbiters\",{\"_index\":957,\"name\":{\"2826\":{}},\"parent\":{}}],[\"architecture\",{\"_index\":1046,\"name\":{\"3039\":{}},\"parent\":{}}],[\"arrayelement\",{\"_index\":677,\"name\":{\"1901\":{}},\"parent\":{}}],[\"arrayfilters\",{\"_index\":373,\"name\":{\"1093\":{},\"1100\":{},\"1151\":{},\"2338\":{},\"2717\":{},\"2751\":{}},\"parent\":{}}],[\"arrayoperator\",{\"_index\":678,\"name\":{\"1902\":{}},\"parent\":{\"1903\":{}}}],[\"arrayoperator.__type\",{\"_index\":679,\"name\":{},\"parent\":{\"1904\":{},\"1905\":{},\"1906\":{},\"1907\":{}}}],[\"asynciterator\",{\"_index\":103,\"name\":{\"396\":{},\"462\":{},\"662\":{},\"735\":{},\"780\":{}},\"parent\":{}}],[\"auth\",{\"_index\":625,\"name\":{\"1735\":{},\"1770\":{}},\"parent\":{\"1736\":{},\"1737\":{}}}],[\"authdb\",{\"_index\":15,\"name\":{\"15\":{},\"1298\":{},\"1564\":{},\"1997\":{},\"2026\":{},\"2054\":{},\"2079\":{},\"2107\":{},\"2150\":{},\"2176\":{},\"2204\":{},\"2223\":{},\"2242\":{},\"2280\":{},\"2302\":{},\"2327\":{},\"2353\":{},\"2391\":{},\"2435\":{},\"2460\":{},\"2493\":{},\"2514\":{},\"2551\":{},\"2583\":{},\"2629\":{},\"2648\":{},\"2706\":{},\"2729\":{},\"2762\":{},\"3020\":{}},\"parent\":{}}],[\"authmechanism\",{\"_index\":261,\"name\":{\"854\":{},\"855\":{},\"1772\":{}},\"parent\":{}}],[\"authmechanismproperties\",{\"_index\":451,\"name\":{\"1387\":{},\"1773\":{}},\"parent\":{\"1388\":{},\"1389\":{},\"1390\":{},\"1391\":{},\"1392\":{}}}],[\"authorizedcollections\",{\"_index\":850,\"name\":{\"2484\":{}},\"parent\":{}}],[\"authorizeddatabases\",{\"_index\":852,\"name\":{\"2506\":{}},\"parent\":{}}],[\"authsource\",{\"_index\":534,\"name\":{\"1571\":{},\"1771\":{}},\"parent\":{}}],[\"autoencrypter\",{\"_index\":252,\"name\":{\"817\":{},\"1428\":{},\"1469\":{},\"1582\":{},\"1824\":{},\"2804\":{},\"2894\":{}},\"parent\":{\"1583\":{},\"1584\":{},\"1585\":{},\"1586\":{},\"1587\":{},\"1588\":{}}}],[\"autoencryption\",{\"_index\":656,\"name\":{\"1804\":{},\"1843\":{}},\"parent\":{}}],[\"autoencryptionloggerlevel\",{\"_index\":264,\"name\":{\"859\":{},\"860\":{}},\"parent\":{}}],[\"autoencryptionoptions\",{\"_index\":540,\"name\":{\"1589\":{}},\"parent\":{\"1590\":{},\"1591\":{},\"1592\":{},\"1593\":{},\"1616\":{},\"1617\":{},\"1618\":{},\"1619\":{},\"1620\":{},\"1621\":{},\"1623\":{},\"1624\":{},\"1631\":{},\"1632\":{},\"1633\":{}}}],[\"autoencryptionoptions.__type\",{\"_index\":545,\"name\":{},\"parent\":{\"1594\":{},\"1595\":{},\"1599\":{},\"1600\":{},\"1602\":{},\"1603\":{},\"1608\":{},\"1609\":{},\"1613\":{},\"1614\":{},\"1622\":{},\"1625\":{},\"1626\":{},\"1627\":{},\"1628\":{},\"1629\":{},\"1630\":{},\"1634\":{},\"1635\":{},\"1636\":{},\"1637\":{},\"1638\":{}}}],[\"autoencryptionoptions.__type.__type\",{\"_index\":547,\"name\":{},\"parent\":{\"1596\":{},\"1597\":{},\"1598\":{},\"1601\":{},\"1604\":{},\"1605\":{},\"1606\":{},\"1607\":{},\"1610\":{},\"1611\":{},\"1612\":{},\"1615\":{}}}],[\"autoencryptiontlsoptions\",{\"_index\":574,\"name\":{\"1639\":{}},\"parent\":{\"1640\":{},\"1641\":{},\"1642\":{}}}],[\"autoindexid\",{\"_index\":781,\"name\":{\"2124\":{}},\"parent\":{}}],[\"available\",{\"_index\":277,\"name\":{\"886\":{},\"2667\":{}},\"parent\":{}}],[\"avgobjsize\",{\"_index\":876,\"name\":{\"2599\":{}},\"parent\":{}}],[\"awaitdata\",{\"_index\":525,\"name\":{\"1532\":{},\"1550\":{},\"2260\":{}},\"parent\":{}}],[\"aws\",{\"_index\":544,\"name\":{\"1594\":{},\"1634\":{}},\"parent\":{}}],[\"aws_session_token\",{\"_index\":456,\"name\":{\"1392\":{}},\"parent\":{}}],[\"azure\",{\"_index\":552,\"name\":{\"1602\":{},\"1636\":{}},\"parent\":{}}],[\"background\",{\"_index\":821,\"name\":{\"2364\":{},\"2410\":{},\"2754\":{}},\"parent\":{}}],[\"backwards\",{\"_index\":770,\"name\":{\"2044\":{}},\"parent\":{}}],[\"batch\",{\"_index\":377,\"name\":{\"1122\":{}},\"parent\":{\"1123\":{},\"1124\":{},\"1125\":{},\"1126\":{},\"1127\":{},\"1128\":{},\"1129\":{},\"1130\":{}}}],[\"batches\",{\"_index\":387,\"name\":{\"1139\":{},\"1166\":{},\"1179\":{}},\"parent\":{}}],[\"batchsize\",{\"_index\":100,\"name\":{\"393\":{},\"460\":{},\"660\":{},\"733\":{},\"778\":{},\"1283\":{},\"1375\":{},\"1527\":{},\"1545\":{},\"2012\":{},\"2093\":{},\"2261\":{},\"2427\":{},\"2485\":{}},\"parent\":{}}],[\"batchtype\",{\"_index\":259,\"name\":{\"850\":{},\"851\":{},\"1127\":{}},\"parent\":{}}],[\"beforehandshake\",{\"_index\":581,\"name\":{\"1651\":{}},\"parent\":{}}],[\"bits\",{\"_index\":830,\"name\":{\"2378\":{},\"2421\":{}},\"parent\":{}}],[\"bitsallclear\",{\"_index\":711,\"name\":{\"1941\":{}},\"parent\":{}}],[\"bitsallset\",{\"_index\":712,\"name\":{\"1942\":{}},\"parent\":{}}],[\"bitsanyclear\",{\"_index\":713,\"name\":{\"1943\":{}},\"parent\":{}}],[\"bitsanyset\",{\"_index\":714,\"name\":{\"1944\":{}},\"parent\":{}}],[\"bitwisefilter\",{\"_index\":682,\"name\":{\"1908\":{}},\"parent\":{}}],[\"block\",{\"_index\":898,\"name\":{\"2660\":{}},\"parent\":{}}],[\"blocks\",{\"_index\":904,\"name\":{\"2663\":{},\"2664\":{}},\"parent\":{}}],[\"bsonoptions\",{\"_index\":159,\"name\":{\"538\":{},\"595\":{},\"821\":{},\"1137\":{},\"1164\":{},\"1177\":{}},\"parent\":{}}],[\"bsonserializeoptions\",{\"_index\":340,\"name\":{\"1025\":{}},\"parent\":{\"1026\":{},\"1027\":{}}}],[\"bsontype\",{\"_index\":269,\"name\":{\"869\":{},\"870\":{}},\"parent\":{}}],[\"bsontypealias\",{\"_index\":683,\"name\":{\"1909\":{}},\"parent\":{}}],[\"btree\",{\"_index\":917,\"name\":{\"2672\":{}},\"parent\":{}}],[\"bucket\",{\"_index\":606,\"name\":{\"1696\":{}},\"parent\":{}}],[\"bucketname\",{\"_index\":602,\"name\":{\"1688\":{}},\"parent\":{}}],[\"bucketsize\",{\"_index\":831,\"name\":{\"2381\":{},\"2422\":{}},\"parent\":{}}],[\"bufferedcount\",{\"_index\":88,\"name\":{\"379\":{},\"447\":{},\"648\":{},\"719\":{},\"764\":{}},\"parent\":{}}],[\"buftostore\",{\"_index\":610,\"name\":{\"1704\":{}},\"parent\":{}}],[\"buildinfo\",{\"_index\":121,\"name\":{\"414\":{}},\"parent\":{}}],[\"bulk\",{\"_index\":921,\"name\":{\"2678\":{}},\"parent\":{}}],[\"bulkoperation\",{\"_index\":391,\"name\":{\"1143\":{}},\"parent\":{}}],[\"bulkoperationbase\",{\"_index\":384,\"name\":{\"1131\":{}},\"parent\":{\"1132\":{},\"1133\":{},\"1134\":{},\"1135\":{},\"1136\":{},\"1137\":{},\"1138\":{},\"1139\":{},\"1140\":{},\"1141\":{}}}],[\"bulkresult\",{\"_index\":341,\"name\":{\"1028\":{}},\"parent\":{\"1029\":{},\"1030\":{},\"1031\":{},\"1032\":{},\"1033\":{},\"1034\":{},\"1035\":{},\"1036\":{},\"1037\":{},\"1038\":{},\"1039\":{}}}],[\"bulkwrite\",{\"_index\":163,\"name\":{\"543\":{}},\"parent\":{}}],[\"bulkwriteoperationerror\",{\"_index\":350,\"name\":{\"1040\":{}},\"parent\":{\"1041\":{},\"1042\":{},\"1043\":{},\"1044\":{},\"1045\":{}}}],[\"bulkwriteoptions\",{\"_index\":2,\"name\":{\"2\":{}},\"parent\":{\"3\":{},\"4\":{},\"5\":{},\"6\":{},\"7\":{},\"8\":{},\"9\":{},\"10\":{},\"11\":{},\"12\":{},\"13\":{},\"14\":{},\"15\":{},\"16\":{},\"17\":{},\"18\":{},\"19\":{},\"20\":{},\"21\":{},\"22\":{},\"23\":{},\"24\":{}}}],[\"bulkwriteresult\",{\"_index\":352,\"name\":{\"1046\":{}},\"parent\":{\"1047\":{},\"1048\":{},\"1049\":{},\"1050\":{},\"1051\":{},\"1052\":{},\"1053\":{},\"1054\":{},\"1055\":{},\"1056\":{},\"1057\":{},\"1058\":{},\"1059\":{},\"1060\":{},\"1061\":{},\"1062\":{},\"1063\":{},\"1064\":{},\"1065\":{},\"1066\":{},\"1067\":{},\"1068\":{},\"1069\":{},\"1070\":{},\"1071\":{},\"1072\":{},\"1073\":{}}}],[\"bypassautoencryption\",{\"_index\":564,\"name\":{\"1618\":{}},\"parent\":{}}],[\"bypassdocumentvalidation\",{\"_index\":3,\"name\":{\"3\":{},\"1286\":{},\"1555\":{},\"2013\":{},\"2094\":{},\"2313\":{},\"2339\":{},\"2451\":{},\"2543\":{},\"2695\":{},\"2718\":{}},\"parent\":{}}],[\"bypassqueryanalysis\",{\"_index\":565,\"name\":{\"1619\":{}},\"parent\":{}}],[\"bytes\",{\"_index\":910,\"name\":{\"2667\":{},\"2670\":{},\"2680\":{},\"2681\":{},\"2682\":{}},\"parent\":{}}],[\"cache\",{\"_index\":918,\"name\":{\"2673\":{}},\"parent\":{}}],[\"cache_walk\",{\"_index\":919,\"name\":{\"2674\":{}},\"parent\":{}}],[\"callback\",{\"_index\":1041,\"name\":{\"3028\":{}},\"parent\":{\"3029\":{}}}],[\"calls\",{\"_index\":923,\"name\":{\"2678\":{},\"2679\":{},\"2683\":{},\"2684\":{},\"2685\":{},\"2686\":{},\"2687\":{},\"2689\":{},\"2690\":{},\"2691\":{},\"2692\":{}},\"parent\":{}}],[\"cancellationtoken\",{\"_index\":143,\"name\":{\"478\":{},\"1438\":{},\"1477\":{},\"2811\":{},\"2902\":{}},\"parent\":{\"479\":{},\"480\":{},\"481\":{},\"482\":{},\"483\":{},\"484\":{},\"485\":{},\"486\":{},\"487\":{},\"488\":{},\"489\":{},\"490\":{},\"491\":{},\"492\":{},\"493\":{},\"494\":{}}}],[\"canonicalize_host_name\",{\"_index\":455,\"name\":{\"1391\":{}},\"parent\":{}}],[\"capped\",{\"_index\":780,\"name\":{\"2123\":{},\"2610\":{}},\"parent\":{}}],[\"casefirst\",{\"_index\":765,\"name\":{\"2039\":{}},\"parent\":{}}],[\"caselevel\",{\"_index\":764,\"name\":{\"2038\":{}},\"parent\":{}}],[\"casesensitive\",{\"_index\":747,\"name\":{\"1977\":{}},\"parent\":{}}],[\"causalconsistency\",{\"_index\":1004,\"name\":{\"2941\":{},\"2982\":{}},\"parent\":{}}],[\"change\",{\"_index\":148,\"name\":{\"500\":{}},\"parent\":{}}],[\"changestream\",{\"_index\":144,\"name\":{\"495\":{}},\"parent\":{\"496\":{},\"497\":{},\"498\":{},\"499\":{},\"500\":{},\"501\":{},\"502\":{},\"503\":{},\"504\":{},\"505\":{},\"506\":{},\"507\":{},\"508\":{},\"509\":{},\"510\":{},\"511\":{},\"512\":{},\"513\":{},\"514\":{},\"515\":{},\"516\":{},\"517\":{},\"518\":{},\"519\":{},\"520\":{},\"521\":{},\"522\":{},\"523\":{},\"524\":{},\"525\":{},\"526\":{},\"527\":{},\"528\":{},\"529\":{},\"530\":{},\"531\":{}}}],[\"changestreamcollmoddocument\",{\"_index\":396,\"name\":{\"1181\":{}},\"parent\":{\"1182\":{},\"1183\":{},\"1184\":{},\"1185\":{},\"1186\":{},\"1187\":{}}}],[\"changestreamcreatedocument\",{\"_index\":403,\"name\":{\"1188\":{}},\"parent\":{\"1189\":{},\"1190\":{},\"1191\":{},\"1192\":{},\"1193\":{},\"1194\":{}}}],[\"changestreamcreateindexdocument\",{\"_index\":404,\"name\":{\"1195\":{}},\"parent\":{\"1196\":{},\"1197\":{},\"1198\":{},\"1199\":{},\"1200\":{},\"1201\":{},\"1202\":{}}}],[\"changestreamdeletedocument\",{\"_index\":406,\"name\":{\"1203\":{}},\"parent\":{\"1204\":{},\"1205\":{},\"1206\":{},\"1207\":{},\"1208\":{},\"1209\":{},\"1210\":{},\"1211\":{},\"1212\":{},\"1214\":{}}}],[\"changestreamdeletedocument.__type\",{\"_index\":410,\"name\":{},\"parent\":{\"1213\":{}}}],[\"changestreamdocument\",{\"_index\":411,\"name\":{\"1215\":{}},\"parent\":{}}],[\"changestreamdocumentcollectionuuid\",{\"_index\":412,\"name\":{\"1216\":{}},\"parent\":{\"1217\":{}}}],[\"changestreamdocumentcommon\",{\"_index\":413,\"name\":{\"1218\":{}},\"parent\":{\"1219\":{},\"1220\":{},\"1221\":{},\"1222\":{}}}],[\"changestreamdocumentkey\",{\"_index\":414,\"name\":{\"1223\":{}},\"parent\":{\"1224\":{},\"1225\":{}}}],[\"changestreamdocumentkey.__type\",{\"_index\":415,\"name\":{},\"parent\":{\"1226\":{}}}],[\"changestreamdocumentoperationdescription\",{\"_index\":416,\"name\":{\"1227\":{}},\"parent\":{\"1228\":{}}}],[\"changestreamdropdatabasedocument\",{\"_index\":417,\"name\":{\"1229\":{}},\"parent\":{\"1230\":{},\"1231\":{},\"1232\":{},\"1234\":{},\"1235\":{},\"1236\":{},\"1237\":{}}}],[\"changestreamdropdatabasedocument.__type\",{\"_index\":418,\"name\":{},\"parent\":{\"1233\":{}}}],[\"changestreamdropdocument\",{\"_index\":419,\"name\":{\"1238\":{}},\"parent\":{\"1239\":{},\"1240\":{},\"1241\":{},\"1242\":{},\"1243\":{},\"1244\":{},\"1245\":{}}}],[\"changestreamdropindexdocument\",{\"_index\":420,\"name\":{\"1246\":{}},\"parent\":{\"1247\":{},\"1248\":{},\"1249\":{},\"1250\":{},\"1251\":{},\"1252\":{},\"1253\":{}}}],[\"changestreamevents\",{\"_index\":421,\"name\":{\"1254\":{}},\"parent\":{}}],[\"changestreaminsertdocument\",{\"_index\":422,\"name\":{\"1255\":{}},\"parent\":{\"1256\":{},\"1257\":{},\"1258\":{},\"1259\":{},\"1260\":{},\"1261\":{},\"1262\":{},\"1263\":{},\"1264\":{},\"1266\":{}}}],[\"changestreaminsertdocument.__type\",{\"_index\":424,\"name\":{},\"parent\":{\"1265\":{}}}],[\"changestreaminvalidatedocument\",{\"_index\":425,\"name\":{\"1267\":{}},\"parent\":{\"1268\":{},\"1269\":{},\"1270\":{},\"1271\":{},\"1272\":{}}}],[\"changestreamnamespace\",{\"_index\":426,\"name\":{\"1273\":{}},\"parent\":{\"1274\":{},\"1275\":{}}}],[\"changestreamoptions\",{\"_index\":428,\"name\":{\"1276\":{}},\"parent\":{\"1277\":{},\"1278\":{},\"1279\":{},\"1280\":{},\"1281\":{},\"1282\":{},\"1283\":{},\"1284\":{},\"1285\":{},\"1286\":{},\"1287\":{},\"1288\":{},\"1289\":{},\"1290\":{},\"1291\":{},\"1292\":{},\"1293\":{},\"1294\":{},\"1295\":{},\"1296\":{},\"1297\":{},\"1298\":{},\"1299\":{},\"1300\":{},\"1301\":{},\"1302\":{},\"1303\":{},\"1304\":{},\"1305\":{},\"1306\":{},\"1307\":{}}}],[\"changestreampreandpostimages\",{\"_index\":793,\"name\":{\"2140\":{}},\"parent\":{}}],[\"changestreamrefinecollectionshardkeydocument\",{\"_index\":434,\"name\":{\"1308\":{}},\"parent\":{\"1309\":{},\"1310\":{},\"1311\":{},\"1312\":{},\"1313\":{},\"1314\":{},\"1315\":{}}}],[\"changestreamrenamedocument\",{\"_index\":435,\"name\":{\"1316\":{}},\"parent\":{\"1317\":{},\"1318\":{},\"1319\":{},\"1322\":{},\"1323\":{},\"1324\":{},\"1325\":{},\"1326\":{},\"1327\":{}}}],[\"changestreamrenamedocument.__type\",{\"_index\":437,\"name\":{},\"parent\":{\"1320\":{},\"1321\":{}}}],[\"changestreamreplacedocument\",{\"_index\":438,\"name\":{\"1328\":{}},\"parent\":{\"1329\":{},\"1330\":{},\"1331\":{},\"1332\":{},\"1333\":{},\"1334\":{},\"1335\":{},\"1336\":{},\"1337\":{},\"1338\":{}}}],[\"changestreamreplacedocument.__type\",{\"_index\":439,\"name\":{},\"parent\":{\"1339\":{}}}],[\"changestreamreshardcollectiondocument\",{\"_index\":440,\"name\":{\"1340\":{}},\"parent\":{\"1341\":{},\"1342\":{},\"1343\":{},\"1344\":{},\"1345\":{},\"1346\":{},\"1347\":{}}}],[\"changestreamshardcollectiondocument\",{\"_index\":441,\"name\":{\"1348\":{}},\"parent\":{\"1349\":{},\"1350\":{},\"1351\":{},\"1352\":{},\"1353\":{},\"1354\":{},\"1355\":{}}}],[\"changestreamupdatedocument\",{\"_index\":442,\"name\":{\"1356\":{}},\"parent\":{\"1357\":{},\"1358\":{},\"1359\":{},\"1360\":{},\"1361\":{},\"1362\":{},\"1363\":{},\"1364\":{},\"1365\":{},\"1366\":{},\"1367\":{},\"1369\":{}}}],[\"changestreamupdatedocument.__type\",{\"_index\":444,\"name\":{},\"parent\":{\"1368\":{}}}],[\"checkpoint\",{\"_index\":907,\"name\":{\"2665\":{}},\"parent\":{}}],[\"chunks\",{\"_index\":607,\"name\":{\"1697\":{}},\"parent\":{}}],[\"chunksize\",{\"_index\":594,\"name\":{\"1678\":{}},\"parent\":{}}],[\"chunksizebytes\",{\"_index\":603,\"name\":{\"1689\":{},\"1703\":{},\"1719\":{}},\"parent\":{}}],[\"classname\",{\"_index\":241,\"name\":{\"803\":{}},\"parent\":{}}],[\"clientid\",{\"_index\":554,\"name\":{\"1605\":{}},\"parent\":{}}],[\"clientmetadata\",{\"_index\":1042,\"name\":{\"3030\":{}},\"parent\":{\"3031\":{},\"3032\":{},\"3035\":{},\"3036\":{},\"3041\":{},\"3042\":{},\"3043\":{},\"3044\":{}}}],[\"clientmetadata.__type\",{\"_index\":1044,\"name\":{},\"parent\":{\"3033\":{},\"3034\":{},\"3037\":{},\"3038\":{},\"3039\":{},\"3040\":{},\"3045\":{}}}],[\"clientmetadataoptions\",{\"_index\":1048,\"name\":{\"3046\":{}},\"parent\":{\"3047\":{},\"3048\":{},\"3052\":{}}}],[\"clientmetadataoptions.__type\",{\"_index\":1049,\"name\":{},\"parent\":{\"3049\":{},\"3050\":{},\"3051\":{}}}],[\"clientoptions\",{\"_index\":1002,\"name\":{\"2938\":{}},\"parent\":{}}],[\"clientsecret\",{\"_index\":555,\"name\":{\"1606\":{}},\"parent\":{}}],[\"clientsession\",{\"_index\":1000,\"name\":{\"2936\":{}},\"parent\":{\"2937\":{},\"2938\":{},\"2939\":{},\"2940\":{},\"2942\":{},\"2943\":{},\"2944\":{},\"2945\":{},\"2946\":{},\"2947\":{},\"2948\":{},\"2949\":{},\"2950\":{},\"2951\":{},\"2952\":{},\"2953\":{},\"2954\":{},\"2955\":{},\"2956\":{},\"2957\":{},\"2958\":{},\"2959\":{},\"2960\":{},\"2961\":{},\"2962\":{},\"2963\":{},\"2964\":{},\"2965\":{},\"2966\":{},\"2967\":{},\"2968\":{},\"2969\":{},\"2970\":{},\"2971\":{},\"2972\":{},\"2973\":{},\"2974\":{},\"2975\":{},\"2976\":{},\"2977\":{}}}],[\"clientsession.__type\",{\"_index\":1005,\"name\":{},\"parent\":{\"2941\":{}}}],[\"clientsessionevents\",{\"_index\":1022,\"name\":{\"2978\":{}},\"parent\":{\"2979\":{}}}],[\"clientsessionevents.__type\",{\"_index\":1024,\"name\":{},\"parent\":{\"2980\":{}}}],[\"clientsessionoptions\",{\"_index\":1025,\"name\":{\"2981\":{}},\"parent\":{\"2982\":{},\"2983\":{},\"2984\":{}}}],[\"clone\",{\"_index\":102,\"name\":{\"395\":{},\"426\":{},\"621\":{},\"711\":{},\"756\":{}},\"parent\":{}}],[\"close\",{\"_index\":82,\"name\":{\"371\":{},\"386\":{},\"424\":{},\"454\":{},\"499\":{},\"515\":{},\"620\":{},\"655\":{},\"706\":{},\"726\":{},\"752\":{},\"771\":{},\"824\":{},\"1420\":{},\"1522\":{},\"1660\":{},\"1693\":{}},\"parent\":{}}],[\"closed\",{\"_index\":85,\"name\":{\"376\":{},\"444\":{},\"514\":{},\"645\":{},\"716\":{},\"761\":{}},\"parent\":{}}],[\"closeoptions\",{\"_index\":498,\"name\":{\"1455\":{}},\"parent\":{\"1456\":{}}}],[\"clusteredcollectionoptions\",{\"_index\":777,\"name\":{\"2117\":{}},\"parent\":{\"2118\":{},\"2119\":{},\"2120\":{}}}],[\"clusteredindex\",{\"_index\":790,\"name\":{\"2137\":{}},\"parent\":{}}],[\"clustertime\",{\"_index\":399,\"name\":{\"1184\":{},\"1191\":{},\"1198\":{},\"1208\":{},\"1220\":{},\"1235\":{},\"1242\":{},\"1249\":{},\"1260\":{},\"1270\":{},\"1311\":{},\"1324\":{},\"1334\":{},\"1343\":{},\"1351\":{},\"1363\":{},\"2789\":{},\"2790\":{},\"2841\":{},\"2942\":{}},\"parent\":{\"2790\":{},\"2791\":{},\"2792\":{}}}],[\"clustertime.__type\",{\"_index\":949,\"name\":{},\"parent\":{\"2793\":{},\"2794\":{}}}],[\"clustertimereceived\",{\"_index\":473,\"name\":{\"1419\":{}},\"parent\":{}}],[\"code\",{\"_index\":43,\"name\":{\"43\":{},\"53\":{},\"63\":{},\"73\":{},\"83\":{},\"93\":{},\"103\":{},\"113\":{},\"123\":{},\"133\":{},\"142\":{},\"153\":{},\"163\":{},\"173\":{},\"183\":{},\"193\":{},\"203\":{},\"213\":{},\"223\":{},\"233\":{},\"243\":{},\"253\":{},\"263\":{},\"273\":{},\"287\":{},\"298\":{},\"309\":{},\"319\":{},\"329\":{},\"339\":{},\"349\":{},\"364\":{},\"1042\":{},\"1106\":{},\"1115\":{},\"1153\":{}},\"parent\":{}}],[\"codename\",{\"_index\":39,\"name\":{\"39\":{},\"282\":{},\"360\":{}},\"parent\":{}}],[\"coll\",{\"_index\":427,\"name\":{\"1275\":{},\"1321\":{}},\"parent\":{}}],[\"collation\",{\"_index\":10,\"name\":{\"10\":{},\"638\":{},\"1076\":{},\"1080\":{},\"1087\":{},\"1094\":{},\"1101\":{},\"1150\":{},\"1289\":{},\"1377\":{},\"1557\":{},\"1992\":{},\"2017\":{},\"2049\":{},\"2075\":{},\"2098\":{},\"2145\":{},\"2166\":{},\"2192\":{},\"2199\":{},\"2219\":{},\"2237\":{},\"2268\":{},\"2297\":{},\"2322\":{},\"2348\":{},\"2386\":{},\"2403\":{},\"2430\":{},\"2455\":{},\"2488\":{},\"2509\":{},\"2546\":{},\"2578\":{},\"2624\":{},\"2643\":{},\"2696\":{},\"2719\":{},\"2750\":{},\"2757\":{},\"3015\":{}},\"parent\":{}}],[\"collationoptions\",{\"_index\":762,\"name\":{\"2036\":{}},\"parent\":{\"2037\":{},\"2038\":{},\"2039\":{},\"2040\":{},\"2041\":{},\"2042\":{},\"2043\":{},\"2044\":{},\"2045\":{}}}],[\"collection\",{\"_index\":157,\"name\":{\"532\":{},\"602\":{},\"3070\":{}},\"parent\":{\"533\":{},\"534\":{},\"535\":{},\"536\":{},\"537\":{},\"538\":{},\"539\":{},\"540\":{},\"541\":{},\"542\":{},\"543\":{},\"544\":{},\"545\":{},\"546\":{},\"547\":{},\"548\":{},\"549\":{},\"550\":{},\"551\":{},\"552\":{},\"553\":{},\"554\":{},\"555\":{},\"556\":{},\"557\":{},\"558\":{},\"559\":{},\"560\":{},\"561\":{},\"562\":{},\"563\":{},\"564\":{},\"565\":{},\"566\":{},\"567\":{},\"568\":{},\"569\":{},\"570\":{},\"571\":{},\"572\":{},\"573\":{},\"574\":{},\"575\":{},\"576\":{},\"577\":{},\"578\":{},\"579\":{},\"580\":{}}}],[\"collectioninfo\",{\"_index\":843,\"name\":{\"2473\":{}},\"parent\":{\"2474\":{},\"2475\":{},\"2476\":{},\"2477\":{},\"2478\":{},\"2481\":{}}}],[\"collectioninfo.__type\",{\"_index\":845,\"name\":{},\"parent\":{\"2479\":{},\"2480\":{}}}],[\"collectionname\",{\"_index\":158,\"name\":{\"534\":{}},\"parent\":{}}],[\"collectionoptions\",{\"_index\":516,\"name\":{\"1506\":{}},\"parent\":{\"1507\":{},\"1508\":{},\"1509\":{},\"1510\":{},\"1511\":{},\"1512\":{},\"1513\":{},\"1514\":{}}}],[\"collections\",{\"_index\":215,\"name\":{\"608\":{}},\"parent\":{}}],[\"collectionuuid\",{\"_index\":402,\"name\":{\"1187\":{},\"1194\":{},\"1201\":{},\"1214\":{},\"1217\":{},\"1245\":{},\"1252\":{},\"1266\":{},\"1314\":{},\"1327\":{},\"1346\":{},\"1354\":{},\"1369\":{}},\"parent\":{}}],[\"collstats\",{\"_index\":875,\"name\":{\"2595\":{}},\"parent\":{\"2596\":{},\"2597\":{},\"2598\":{},\"2599\":{},\"2600\":{},\"2601\":{},\"2602\":{},\"2603\":{},\"2604\":{},\"2605\":{},\"2606\":{},\"2607\":{},\"2608\":{},\"2610\":{},\"2611\":{},\"2612\":{},\"2613\":{},\"2614\":{},\"2615\":{},\"2616\":{},\"2617\":{},\"2618\":{},\"2619\":{}}}],[\"collstats.__type\",{\"_index\":886,\"name\":{},\"parent\":{\"2609\":{}}}],[\"collstatsoptions\",{\"_index\":893,\"name\":{\"2620\":{}},\"parent\":{\"2621\":{},\"2622\":{},\"2623\":{},\"2624\":{},\"2625\":{},\"2626\":{},\"2627\":{},\"2628\":{},\"2629\":{},\"2630\":{},\"2631\":{},\"2632\":{},\"2633\":{},\"2634\":{},\"2635\":{},\"2636\":{},\"2637\":{},\"2638\":{}}}],[\"command\",{\"_index\":120,\"name\":{\"413\":{},\"599\":{},\"940\":{}},\"parent\":{}}],[\"commandfailed\",{\"_index\":472,\"name\":{\"1418\":{}},\"parent\":{}}],[\"commandfailedevent\",{\"_index\":303,\"name\":{\"926\":{}},\"parent\":{\"927\":{},\"928\":{},\"929\":{},\"930\":{},\"931\":{},\"932\":{},\"933\":{},\"934\":{}}}],[\"commandname\",{\"_index\":308,\"name\":{\"931\":{},\"939\":{},\"950\":{}},\"parent\":{}}],[\"commandobj\",{\"_index\":313,\"name\":{\"936\":{}},\"parent\":{}}],[\"commandoperationoptions\",{\"_index\":772,\"name\":{\"2046\":{}},\"parent\":{\"2047\":{},\"2048\":{},\"2049\":{},\"2050\":{},\"2051\":{},\"2052\":{},\"2053\":{},\"2054\":{},\"2055\":{},\"2056\":{},\"2057\":{},\"2058\":{},\"2059\":{},\"2060\":{},\"2061\":{},\"2062\":{},\"2063\":{}}}],[\"commandstakecollation\",{\"_index\":986,\"name\":{\"2875\":{}},\"parent\":{}}],[\"commandstakewriteconcern\",{\"_index\":985,\"name\":{\"2874\":{}},\"parent\":{}}],[\"commandstarted\",{\"_index\":469,\"name\":{\"1416\":{}},\"parent\":{}}],[\"commandstartedevent\",{\"_index\":312,\"name\":{\"935\":{}},\"parent\":{\"936\":{},\"937\":{},\"938\":{},\"939\":{},\"940\":{},\"941\":{},\"942\":{},\"943\":{},\"944\":{}}}],[\"commandsucceeded\",{\"_index\":471,\"name\":{\"1417\":{}},\"parent\":{}}],[\"commandsucceededevent\",{\"_index\":314,\"name\":{\"945\":{}},\"parent\":{\"946\":{},\"947\":{},\"948\":{},\"949\":{},\"950\":{},\"951\":{},\"952\":{},\"953\":{}}}],[\"comment\",{\"_index\":12,\"name\":{\"12\":{},\"632\":{},\"1295\":{},\"1530\":{},\"1548\":{},\"1980\":{},\"1994\":{},\"2023\":{},\"2051\":{},\"2076\":{},\"2104\":{},\"2147\":{},\"2173\":{},\"2201\":{},\"2220\":{},\"2239\":{},\"2277\":{},\"2299\":{},\"2324\":{},\"2350\":{},\"2388\":{},\"2432\":{},\"2457\":{},\"2490\":{},\"2511\":{},\"2548\":{},\"2580\":{},\"2626\":{},\"2645\":{},\"2703\":{},\"2726\":{},\"2759\":{},\"3017\":{}},\"parent\":{}}],[\"commitquorum\",{\"_index\":824,\"name\":{\"2371\":{}},\"parent\":{}}],[\"committransaction\",{\"_index\":1018,\"name\":{\"2959\":{}},\"parent\":{}}],[\"commonevents\",{\"_index\":668,\"name\":{\"1875\":{}},\"parent\":{}}],[\"commonwireversion\",{\"_index\":996,\"name\":{\"2929\":{}},\"parent\":{}}],[\"compatibilityerror\",{\"_index\":995,\"name\":{\"2925\":{}},\"parent\":{}}],[\"compatible\",{\"_index\":994,\"name\":{\"2924\":{}},\"parent\":{}}],[\"compression\",{\"_index\":920,\"name\":{\"2675\":{}},\"parent\":{}}],[\"compressor\",{\"_index\":262,\"name\":{\"856\":{},\"857\":{},\"1495\":{}},\"parent\":{}}],[\"compressorname\",{\"_index\":515,\"name\":{\"1505\":{}},\"parent\":{}}],[\"compressors\",{\"_index\":489,\"name\":{\"1441\":{},\"1479\":{},\"1494\":{},\"1502\":{},\"1756\":{},\"1820\":{},\"2813\":{},\"2903\":{}},\"parent\":{}}],[\"condition\",{\"_index\":684,\"name\":{\"1910\":{}},\"parent\":{}}],[\"connect\",{\"_index\":250,\"name\":{\"813\":{},\"823\":{}},\"parent\":{}}],[\"connectioncheckedinevent\",{\"_index\":316,\"name\":{\"954\":{}},\"parent\":{\"955\":{},\"956\":{},\"957\":{}}}],[\"connectioncheckedoutevent\",{\"_index\":318,\"name\":{\"958\":{}},\"parent\":{\"959\":{},\"960\":{},\"961\":{}}}],[\"connectioncheckoutfailedevent\",{\"_index\":319,\"name\":{\"962\":{}},\"parent\":{\"963\":{},\"964\":{},\"965\":{}}}],[\"connectioncheckoutstartedevent\",{\"_index\":320,\"name\":{\"966\":{}},\"parent\":{\"967\":{},\"968\":{}}}],[\"connectionclosedevent\",{\"_index\":321,\"name\":{\"969\":{}},\"parent\":{\"970\":{},\"971\":{},\"972\":{},\"973\":{},\"974\":{}}}],[\"connectioncreatedevent\",{\"_index\":322,\"name\":{\"975\":{}},\"parent\":{\"976\":{},\"977\":{},\"978\":{}}}],[\"connectionevents\",{\"_index\":468,\"name\":{\"1414\":{}},\"parent\":{\"1415\":{}}}],[\"connectionevents.__type\",{\"_index\":470,\"name\":{},\"parent\":{\"1416\":{},\"1417\":{},\"1418\":{},\"1419\":{},\"1420\":{},\"1421\":{},\"1422\":{},\"1423\":{}}}],[\"connectionid\",{\"_index\":305,\"name\":{\"928\":{},\"942\":{},\"947\":{},\"955\":{},\"959\":{},\"970\":{},\"976\":{},\"993\":{},\"1005\":{},\"1009\":{},\"1011\":{}},\"parent\":{}}],[\"connectionoptions\",{\"_index\":477,\"name\":{\"1424\":{}},\"parent\":{\"1425\":{},\"1426\":{},\"1427\":{},\"1428\":{},\"1429\":{},\"1430\":{},\"1431\":{},\"1432\":{},\"1433\":{},\"1434\":{},\"1435\":{},\"1436\":{},\"1437\":{},\"1438\":{},\"1439\":{},\"1440\":{},\"1441\":{},\"1442\":{},\"1443\":{},\"1444\":{},\"1445\":{},\"1446\":{},\"1447\":{}}}],[\"connectionpoolclearedevent\",{\"_index\":323,\"name\":{\"979\":{}},\"parent\":{\"980\":{},\"981\":{}}}],[\"connectionpoolclosedevent\",{\"_index\":324,\"name\":{\"982\":{}},\"parent\":{\"983\":{},\"984\":{}}}],[\"connectionpoolcreatedevent\",{\"_index\":325,\"name\":{\"985\":{}},\"parent\":{\"986\":{},\"987\":{},\"988\":{}}}],[\"connectionpoolevents\",{\"_index\":499,\"name\":{\"1457\":{}},\"parent\":{}}],[\"connectionpoolmonitoringevent\",{\"_index\":326,\"name\":{\"989\":{}},\"parent\":{\"990\":{},\"991\":{}}}],[\"connectionpooloptions\",{\"_index\":500,\"name\":{\"1458\":{}},\"parent\":{\"1459\":{},\"1460\":{},\"1461\":{},\"1462\":{},\"1463\":{},\"1464\":{},\"1465\":{},\"1466\":{},\"1467\":{},\"1468\":{},\"1469\":{},\"1470\":{},\"1471\":{},\"1472\":{},\"1473\":{},\"1474\":{},\"1475\":{},\"1476\":{},\"1477\":{},\"1478\":{},\"1479\":{},\"1480\":{},\"1481\":{},\"1482\":{},\"1483\":{},\"1484\":{}}}],[\"connectionreadyevent\",{\"_index\":327,\"name\":{\"992\":{}},\"parent\":{\"993\":{},\"994\":{},\"995\":{}}}],[\"connectoptions\",{\"_index\":975,\"name\":{\"2857\":{}},\"parent\":{\"2858\":{}}}],[\"connecttimeoutms\",{\"_index\":482,\"name\":{\"1432\":{},\"1471\":{},\"1754\":{},\"1832\":{},\"2797\":{},\"2896\":{}},\"parent\":{}}],[\"constructor\",{\"_index\":27,\"name\":{\"27\":{},\"51\":{},\"61\":{},\"71\":{},\"81\":{},\"91\":{},\"101\":{},\"111\":{},\"121\":{},\"131\":{},\"141\":{},\"151\":{},\"161\":{},\"171\":{},\"181\":{},\"191\":{},\"201\":{},\"211\":{},\"221\":{},\"231\":{},\"241\":{},\"251\":{},\"261\":{},\"271\":{},\"281\":{},\"295\":{},\"306\":{},\"317\":{},\"327\":{},\"337\":{},\"347\":{},\"357\":{},\"479\":{},\"588\":{},\"680\":{},\"707\":{},\"753\":{},\"802\":{},\"814\":{},\"849\":{},\"889\":{},\"907\":{},\"921\":{},\"1105\":{},\"1113\":{},\"1123\":{},\"1157\":{},\"1169\":{},\"1395\":{},\"1486\":{},\"1588\":{},\"1880\":{},\"2864\":{},\"2917\":{},\"3002\":{},\"3059\":{},\"3068\":{}},\"parent\":{}}],[\"contenttype\",{\"_index\":596,\"name\":{\"1680\":{},\"1722\":{}},\"parent\":{}}],[\"count\",{\"_index\":199,\"name\":{\"580\":{},\"623\":{},\"2597\":{}},\"parent\":{}}],[\"countdocuments\",{\"_index\":182,\"name\":{\"563\":{}},\"parent\":{}}],[\"countdocumentsoptions\",{\"_index\":776,\"name\":{\"2089\":{}},\"parent\":{\"2090\":{},\"2091\":{},\"2092\":{},\"2093\":{},\"2094\":{},\"2095\":{},\"2096\":{},\"2097\":{},\"2098\":{},\"2099\":{},\"2100\":{},\"2101\":{},\"2102\":{},\"2103\":{},\"2104\":{},\"2105\":{},\"2106\":{},\"2107\":{},\"2108\":{},\"2109\":{},\"2110\":{},\"2111\":{},\"2112\":{},\"2113\":{},\"2114\":{},\"2115\":{},\"2116\":{}}}],[\"counter\",{\"_index\":973,\"name\":{\"2854\":{}},\"parent\":{}}],[\"countoptions\",{\"_index\":775,\"name\":{\"2068\":{}},\"parent\":{\"2069\":{},\"2070\":{},\"2071\":{},\"2072\":{},\"2073\":{},\"2074\":{},\"2075\":{},\"2076\":{},\"2077\":{},\"2078\":{},\"2079\":{},\"2080\":{},\"2081\":{},\"2082\":{},\"2083\":{},\"2084\":{},\"2085\":{},\"2086\":{},\"2087\":{},\"2088\":{}}}],[\"create\",{\"_index\":924,\"name\":{\"2679\":{}},\"parent\":{}}],[\"createcollection\",{\"_index\":210,\"name\":{\"598\":{}},\"parent\":{}}],[\"createcollectionoptions\",{\"_index\":779,\"name\":{\"2121\":{}},\"parent\":{\"2122\":{},\"2123\":{},\"2124\":{},\"2125\":{},\"2126\":{},\"2127\":{},\"2128\":{},\"2129\":{},\"2130\":{},\"2131\":{},\"2132\":{},\"2133\":{},\"2134\":{},\"2135\":{},\"2136\":{},\"2137\":{},\"2138\":{},\"2139\":{},\"2140\":{},\"2141\":{},\"2143\":{},\"2144\":{},\"2145\":{},\"2146\":{},\"2147\":{},\"2148\":{},\"2149\":{},\"2150\":{},\"2151\":{},\"2152\":{},\"2153\":{},\"2154\":{},\"2155\":{},\"2156\":{},\"2157\":{},\"2158\":{},\"2159\":{}}}],[\"createcollectionoptions.__type\",{\"_index\":795,\"name\":{},\"parent\":{\"2142\":{}}}],[\"createindex\",{\"_index\":174,\"name\":{\"555\":{},\"609\":{}},\"parent\":{}}],[\"createindexes\",{\"_index\":175,\"name\":{\"556\":{}},\"parent\":{}}],[\"createindexesoptions\",{\"_index\":820,\"name\":{\"2363\":{}},\"parent\":{\"2364\":{},\"2365\":{},\"2366\":{},\"2367\":{},\"2368\":{},\"2369\":{},\"2370\":{},\"2371\":{},\"2372\":{},\"2373\":{},\"2374\":{},\"2375\":{},\"2376\":{},\"2377\":{},\"2378\":{},\"2379\":{},\"2380\":{},\"2381\":{},\"2382\":{},\"2383\":{},\"2384\":{},\"2385\":{},\"2386\":{},\"2387\":{},\"2388\":{},\"2389\":{},\"2390\":{},\"2391\":{},\"2392\":{},\"2393\":{},\"2394\":{},\"2395\":{},\"2396\":{},\"2397\":{},\"2398\":{},\"2399\":{},\"2400\":{}}}],[\"createpk\",{\"_index\":660,\"name\":{\"1864\":{}},\"parent\":{}}],[\"credentials\",{\"_index\":481,\"name\":{\"1431\":{},\"1465\":{},\"1815\":{},\"2800\":{},\"2892\":{}},\"parent\":{}}],[\"cryptsharedlibpath\",{\"_index\":571,\"name\":{\"1629\":{}},\"parent\":{}}],[\"cryptsharedlibrequired\",{\"_index\":572,\"name\":{\"1630\":{}},\"parent\":{}}],[\"cryptsharedlibversioninfo\",{\"_index\":539,\"name\":{\"1587\":{}},\"parent\":{}}],[\"currentindex\",{\"_index\":379,\"name\":{\"1125\":{}},\"parent\":{}}],[\"currentlogger\",{\"_index\":238,\"name\":{\"798\":{}},\"parent\":{}}],[\"cursor\",{\"_index\":433,\"name\":{\"1287\":{},\"1556\":{},\"2014\":{},\"2095\":{},\"2676\":{},\"2678\":{},\"2680\":{},\"2681\":{},\"2682\":{}},\"parent\":{}}],[\"cursor_flags\",{\"_index\":263,\"name\":{\"858\":{}},\"parent\":{}}],[\"cursorcloseoptions\",{\"_index\":527,\"name\":{\"1536\":{}},\"parent\":{\"1537\":{}}}],[\"cursorflag\",{\"_index\":529,\"name\":{\"1538\":{}},\"parent\":{}}],[\"cursorstreamoptions\",{\"_index\":530,\"name\":{\"1539\":{}},\"parent\":{\"1540\":{}}}],[\"customdata\",{\"_index\":758,\"name\":{\"1989\":{}},\"parent\":{}}],[\"data\",{\"_index\":586,\"name\":{\"1658\":{},\"1729\":{}},\"parent\":{}}],[\"databasename\",{\"_index\":207,\"name\":{\"589\":{},\"938\":{}},\"parent\":{}}],[\"databases\",{\"_index\":854,\"name\":{\"2525\":{}},\"parent\":{}}],[\"db\",{\"_index\":200,\"name\":{\"581\":{},\"825\":{},\"1233\":{},\"1274\":{},\"1320\":{},\"1408\":{},\"2009\":{},\"3069\":{}},\"parent\":{\"582\":{},\"583\":{},\"584\":{},\"585\":{},\"586\":{},\"587\":{},\"588\":{},\"589\":{},\"590\":{},\"591\":{},\"592\":{},\"593\":{},\"594\":{},\"595\":{},\"596\":{},\"597\":{},\"598\":{},\"599\":{},\"600\":{},\"601\":{},\"602\":{},\"603\":{},\"604\":{},\"605\":{},\"606\":{},\"607\":{},\"608\":{},\"609\":{},\"610\":{},\"611\":{},\"612\":{},\"613\":{},\"614\":{},\"615\":{},\"616\":{},\"617\":{},\"618\":{}}}],[\"dbname\",{\"_index\":14,\"name\":{\"14\":{},\"533\":{},\"1297\":{},\"1563\":{},\"1822\":{},\"1996\":{},\"2025\":{},\"2053\":{},\"2078\":{},\"2106\":{},\"2149\":{},\"2175\":{},\"2203\":{},\"2222\":{},\"2241\":{},\"2279\":{},\"2301\":{},\"2326\":{},\"2352\":{},\"2390\":{},\"2434\":{},\"2459\":{},\"2492\":{},\"2513\":{},\"2550\":{},\"2582\":{},\"2628\":{},\"2647\":{},\"2705\":{},\"2728\":{},\"2761\":{},\"3019\":{}},\"parent\":{}}],[\"dboptions\",{\"_index\":533,\"name\":{\"1570\":{}},\"parent\":{\"1571\":{},\"1572\":{},\"1573\":{},\"1574\":{},\"1575\":{},\"1576\":{},\"1577\":{},\"1578\":{},\"1579\":{},\"1580\":{},\"1581\":{}}}],[\"dbstatsoptions\",{\"_index\":895,\"name\":{\"2639\":{}},\"parent\":{\"2640\":{},\"2641\":{},\"2642\":{},\"2643\":{},\"2644\":{},\"2645\":{},\"2646\":{},\"2647\":{},\"2648\":{},\"2649\":{},\"2650\":{},\"2651\":{},\"2652\":{},\"2653\":{},\"2654\":{},\"2655\":{},\"2656\":{},\"2657\":{}}}],[\"debug\",{\"_index\":242,\"name\":{\"804\":{}},\"parent\":{}}],[\"decrypt\",{\"_index\":538,\"name\":{\"1586\":{}},\"parent\":{}}],[\"default_language\",{\"_index\":826,\"name\":{\"2374\":{},\"2417\":{}},\"parent\":{}}],[\"defaulttransactionoptions\",{\"_index\":1007,\"name\":{\"2945\":{},\"2984\":{}},\"parent\":{}}],[\"delete\",{\"_index\":233,\"name\":{\"684\":{},\"1148\":{}},\"parent\":{}}],[\"deletedcount\",{\"_index\":35,\"name\":{\"35\":{},\"1051\":{},\"2188\":{}},\"parent\":{}}],[\"deletemany\",{\"_index\":168,\"name\":{\"548\":{}},\"parent\":{}}],[\"deletemanymodel\",{\"_index\":365,\"name\":{\"1074\":{}},\"parent\":{\"1075\":{},\"1076\":{},\"1077\":{}}}],[\"deleteone\",{\"_index\":167,\"name\":{\"547\":{},\"1147\":{}},\"parent\":{}}],[\"deleteonemodel\",{\"_index\":366,\"name\":{\"1078\":{}},\"parent\":{\"1079\":{},\"1080\":{},\"1081\":{}}}],[\"deleteoptions\",{\"_index\":800,\"name\":{\"2164\":{}},\"parent\":{\"2165\":{},\"2166\":{},\"2167\":{},\"2168\":{},\"2169\":{},\"2170\":{},\"2171\":{},\"2172\":{},\"2173\":{},\"2174\":{},\"2175\":{},\"2176\":{},\"2177\":{},\"2178\":{},\"2179\":{},\"2180\":{},\"2181\":{},\"2182\":{},\"2183\":{},\"2184\":{},\"2185\":{}}}],[\"deleteresult\",{\"_index\":802,\"name\":{\"2186\":{}},\"parent\":{\"2187\":{},\"2188\":{}}}],[\"deletestatement\",{\"_index\":804,\"name\":{\"2189\":{}},\"parent\":{\"2190\":{},\"2191\":{},\"2192\":{},\"2193\":{}}}],[\"deprecationerrors\",{\"_index\":662,\"name\":{\"1868\":{}},\"parent\":{}}],[\"destroyoptions\",{\"_index\":495,\"name\":{\"1448\":{}},\"parent\":{\"1449\":{}}}],[\"diacriticsensitive\",{\"_index\":748,\"name\":{\"1978\":{}},\"parent\":{}}],[\"digestpassword\",{\"_index\":756,\"name\":{\"1987\":{}},\"parent\":{}}],[\"directconnection\",{\"_index\":646,\"name\":{\"1781\":{},\"1845\":{},\"2886\":{}},\"parent\":{}}],[\"distinct\",{\"_index\":183,\"name\":{\"564\":{}},\"parent\":{}}],[\"distinctoptions\",{\"_index\":806,\"name\":{\"2194\":{}},\"parent\":{}}],[\"document\",{\"_index\":368,\"name\":{\"1083\":{}},\"parent\":{}}],[\"documentkey\",{\"_index\":409,\"name\":{\"1211\":{},\"1224\":{},\"1263\":{},\"1337\":{},\"1366\":{}},\"parent\":{}}],[\"done\",{\"_index\":609,\"name\":{\"1701\":{}},\"parent\":{}}],[\"driver\",{\"_index\":1043,\"name\":{\"3031\":{}},\"parent\":{}}],[\"driverinfo\",{\"_index\":626,\"name\":{\"1738\":{},\"1805\":{},\"1846\":{},\"3047\":{}},\"parent\":{\"1739\":{},\"1740\":{},\"1741\":{}}}],[\"drop\",{\"_index\":170,\"name\":{\"550\":{},\"688\":{}},\"parent\":{}}],[\"dropcollection\",{\"_index\":213,\"name\":{\"606\":{}},\"parent\":{}}],[\"dropcollectionoptions\",{\"_index\":807,\"name\":{\"2195\":{}},\"parent\":{\"2196\":{},\"2197\":{},\"2198\":{},\"2199\":{},\"2200\":{},\"2201\":{},\"2202\":{},\"2203\":{},\"2204\":{},\"2205\":{},\"2206\":{},\"2207\":{},\"2208\":{},\"2209\":{},\"2210\":{},\"2211\":{},\"2212\":{},\"2213\":{}}}],[\"dropdatabase\",{\"_index\":214,\"name\":{\"607\":{}},\"parent\":{}}],[\"dropdatabaseoptions\",{\"_index\":808,\"name\":{\"2214\":{}},\"parent\":{}}],[\"dropindex\",{\"_index\":176,\"name\":{\"557\":{}},\"parent\":{}}],[\"dropindexes\",{\"_index\":177,\"name\":{\"558\":{}},\"parent\":{}}],[\"dropindexesoptions\",{\"_index\":834,\"name\":{\"2401\":{}},\"parent\":{}}],[\"droptarget\",{\"_index\":871,\"name\":{\"2574\":{}},\"parent\":{}}],[\"duration\",{\"_index\":307,\"name\":{\"930\":{},\"949\":{},\"1006\":{},\"1012\":{}},\"parent\":{}}],[\"each\",{\"_index\":674,\"name\":{\"1899\":{},\"1904\":{}},\"parent\":{}}],[\"electionid\",{\"_index\":964,\"name\":{\"2839\":{}},\"parent\":{}}],[\"elemmatch\",{\"_index\":710,\"name\":{\"1939\":{}},\"parent\":{}}],[\"email\",{\"_index\":558,\"name\":{\"1610\":{}},\"parent\":{}}],[\"emit\",{\"_index\":112,\"name\":{\"405\":{},\"471\":{},\"488\":{},\"525\":{},\"671\":{},\"698\":{},\"744\":{},\"789\":{},\"838\":{},\"1889\":{},\"2971\":{}},\"parent\":{}}],[\"enabled\",{\"_index\":794,\"name\":{\"2142\":{},\"2774\":{}},\"parent\":{}}],[\"enableutf8validation\",{\"_index\":22,\"name\":{\"22\":{},\"1027\":{},\"1305\":{},\"1511\":{},\"1535\":{},\"1553\":{},\"1578\":{},\"1810\":{},\"2004\":{},\"2033\":{},\"2061\":{},\"2086\":{},\"2114\":{},\"2157\":{},\"2183\":{},\"2211\":{},\"2230\":{},\"2249\":{},\"2287\":{},\"2309\":{},\"2334\":{},\"2360\":{},\"2398\":{},\"2442\":{},\"2467\":{},\"2500\":{},\"2521\":{},\"2558\":{},\"2570\":{},\"2590\":{},\"2636\":{},\"2655\":{},\"2713\":{},\"2736\":{},\"2769\":{},\"2891\":{},\"3026\":{}},\"parent\":{}}],[\"encrypt\",{\"_index\":537,\"name\":{\"1585\":{}},\"parent\":{}}],[\"encryptedfields\",{\"_index\":792,\"name\":{\"2139\":{},\"2196\":{}},\"parent\":{}}],[\"encryptedfieldsmap\",{\"_index\":563,\"name\":{\"1617\":{}},\"parent\":{}}],[\"end\",{\"_index\":149,\"name\":{\"501\":{},\"1372\":{},\"1659\":{},\"1662\":{},\"1668\":{},\"1674\":{},\"1717\":{}},\"parent\":{}}],[\"ended\",{\"_index\":1023,\"name\":{\"2980\":{}},\"parent\":{}}],[\"endpoint\",{\"_index\":560,\"name\":{\"1612\":{},\"1615\":{}},\"parent\":{}}],[\"endsession\",{\"_index\":1012,\"name\":{\"2952\":{}},\"parent\":{}}],[\"endsessionoptions\",{\"_index\":1026,\"name\":{\"2985\":{}},\"parent\":{\"2986\":{},\"2987\":{}}}],[\"enhancedomit\",{\"_index\":685,\"name\":{\"1911\":{}},\"parent\":{}}],[\"eq\",{\"_index\":688,\"name\":{\"1915\":{}},\"parent\":{}}],[\"equals\",{\"_index\":298,\"name\":{\"917\":{},\"1401\":{},\"2849\":{},\"2955\":{}},\"parent\":{}}],[\"err\",{\"_index\":30,\"name\":{\"30\":{},\"1109\":{},\"1114\":{},\"1647\":{}},\"parent\":{}}],[\"errinfo\",{\"_index\":41,\"name\":{\"41\":{},\"284\":{},\"362\":{},\"1044\":{},\"1108\":{},\"1118\":{},\"1155\":{},\"1649\":{}},\"parent\":{}}],[\"errmsg\",{\"_index\":45,\"name\":{\"45\":{},\"55\":{},\"65\":{},\"75\":{},\"85\":{},\"95\":{},\"105\":{},\"115\":{},\"125\":{},\"135\":{},\"145\":{},\"155\":{},\"165\":{},\"175\":{},\"185\":{},\"195\":{},\"205\":{},\"215\":{},\"225\":{},\"235\":{},\"245\":{},\"255\":{},\"265\":{},\"275\":{},\"289\":{},\"300\":{},\"311\":{},\"321\":{},\"331\":{},\"341\":{},\"351\":{},\"366\":{},\"1043\":{},\"1107\":{},\"1117\":{},\"1154\":{},\"1646\":{}},\"parent\":{}}],[\"error\",{\"_index\":150,\"name\":{\"502\":{},\"807\":{},\"1656\":{},\"1694\":{},\"2828\":{},\"2930\":{}},\"parent\":{}}],[\"errordescription\",{\"_index\":579,\"name\":{\"1644\":{}},\"parent\":{\"1645\":{},\"1646\":{},\"1647\":{},\"1648\":{},\"1649\":{}}}],[\"errored\",{\"_index\":617,\"name\":{\"1712\":{}},\"parent\":{}}],[\"errorlabels\",{\"_index\":48,\"name\":{\"48\":{},\"58\":{},\"68\":{},\"78\":{},\"88\":{},\"98\":{},\"108\":{},\"118\":{},\"128\":{},\"138\":{},\"148\":{},\"158\":{},\"168\":{},\"178\":{},\"188\":{},\"198\":{},\"208\":{},\"218\":{},\"228\":{},\"238\":{},\"248\":{},\"258\":{},\"268\":{},\"278\":{},\"292\":{},\"303\":{},\"314\":{},\"324\":{},\"334\":{},\"344\":{},\"354\":{},\"369\":{},\"1648\":{}},\"parent\":{}}],[\"estimateddocumentcount\",{\"_index\":181,\"name\":{\"562\":{}},\"parent\":{}}],[\"estimateddocumentcountoptions\",{\"_index\":809,\"name\":{\"2215\":{}},\"parent\":{\"2216\":{},\"2217\":{},\"2218\":{},\"2219\":{},\"2220\":{},\"2221\":{},\"2222\":{},\"2223\":{},\"2224\":{},\"2225\":{},\"2226\":{},\"2227\":{},\"2228\":{},\"2229\":{},\"2230\":{},\"2231\":{},\"2232\":{}}}],[\"evaloptions\",{\"_index\":810,\"name\":{\"2233\":{}},\"parent\":{\"2234\":{},\"2235\":{},\"2236\":{},\"2237\":{},\"2238\":{},\"2239\":{},\"2240\":{},\"2241\":{},\"2242\":{},\"2243\":{},\"2244\":{},\"2245\":{},\"2246\":{},\"2247\":{},\"2248\":{},\"2249\":{},\"2250\":{},\"2251\":{}}}],[\"eventemitterwithstate\",{\"_index\":1050,\"name\":{\"3053\":{}},\"parent\":{\"3054\":{}}}],[\"eventnames\",{\"_index\":116,\"name\":{\"409\":{},\"475\":{},\"492\":{},\"529\":{},\"675\":{},\"702\":{},\"748\":{},\"793\":{},\"842\":{},\"1893\":{},\"2975\":{}},\"parent\":{}}],[\"eventsdescription\",{\"_index\":669,\"name\":{\"1876\":{}},\"parent\":{}}],[\"execute\",{\"_index\":388,\"name\":{\"1140\":{},\"1167\":{},\"1180\":{}},\"parent\":{}}],[\"exists\",{\"_index\":697,\"name\":{\"1924\":{}},\"parent\":{}}],[\"expireafterseconds\",{\"_index\":791,\"name\":{\"2138\":{},\"2369\":{},\"2414\":{}},\"parent\":{}}],[\"explain\",{\"_index\":24,\"name\":{\"24\":{},\"428\":{},\"624\":{},\"1307\":{},\"1569\":{},\"1653\":{},\"2006\":{},\"2035\":{},\"2063\":{},\"2088\":{},\"2116\":{},\"2159\":{},\"2185\":{},\"2213\":{},\"2232\":{},\"2251\":{},\"2289\":{},\"2311\":{},\"2336\":{},\"2362\":{},\"2400\":{},\"2444\":{},\"2469\":{},\"2502\":{},\"2523\":{},\"2560\":{},\"2592\":{},\"2638\":{},\"2657\":{},\"2715\":{},\"2738\":{},\"2771\":{},\"3027\":{}},\"parent\":{}}],[\"explainoptions\",{\"_index\":582,\"name\":{\"1652\":{}},\"parent\":{\"1653\":{}}}],[\"explainverbosity\",{\"_index\":266,\"name\":{\"863\":{},\"864\":{}},\"parent\":{}}],[\"explainverbositylike\",{\"_index\":583,\"name\":{\"1654\":{}},\"parent\":{}}],[\"explicit\",{\"_index\":1006,\"name\":{\"2944\":{}},\"parent\":{}}],[\"expr\",{\"_index\":698,\"name\":{\"1926\":{}},\"parent\":{}}],[\"extension\",{\"_index\":902,\"name\":{\"2662\":{}},\"parent\":{}}],[\"extraoptions\",{\"_index\":566,\"name\":{\"1623\":{}},\"parent\":{}}],[\"failure\",{\"_index\":309,\"name\":{\"932\":{},\"1007\":{}},\"parent\":{}}],[\"file\",{\"_index\":585,\"name\":{\"1657\":{},\"2662\":{},\"2666\":{},\"2667\":{},\"2668\":{},\"2669\":{},\"2670\":{}},\"parent\":{}}],[\"filename\",{\"_index\":595,\"name\":{\"1679\":{},\"1698\":{}},\"parent\":{}}],[\"files\",{\"_index\":608,\"name\":{\"1699\":{}},\"parent\":{}}],[\"files_id\",{\"_index\":622,\"name\":{\"1727\":{}},\"parent\":{}}],[\"filter\",{\"_index\":220,\"name\":{\"625\":{},\"709\":{},\"800\":{},\"1075\":{},\"1079\":{},\"1085\":{},\"1091\":{},\"1098\":{},\"1912\":{},\"2504\":{}},\"parent\":{}}],[\"filteroperations\",{\"_index\":686,\"name\":{\"1913\":{}},\"parent\":{}}],[\"filteroperators\",{\"_index\":687,\"name\":{\"1914\":{}},\"parent\":{\"1915\":{},\"1916\":{},\"1917\":{},\"1918\":{},\"1919\":{},\"1920\":{},\"1921\":{},\"1922\":{},\"1923\":{},\"1924\":{},\"1925\":{},\"1926\":{},\"1927\":{},\"1928\":{},\"1929\":{},\"1930\":{},\"1931\":{},\"1932\":{},\"1934\":{},\"1935\":{},\"1936\":{},\"1937\":{},\"1938\":{},\"1939\":{},\"1940\":{},\"1941\":{},\"1942\":{},\"1943\":{},\"1944\":{},\"1945\":{}}}],[\"filteroperators.__type\",{\"_index\":704,\"name\":{},\"parent\":{\"1933\":{}}}],[\"finalize\",{\"_index\":862,\"name\":{\"2539\":{}},\"parent\":{}}],[\"finalizefunction\",{\"_index\":857,\"name\":{\"2529\":{}},\"parent\":{\"2530\":{}}}],[\"find\",{\"_index\":172,\"name\":{\"552\":{},\"685\":{},\"1135\":{},\"1162\":{},\"1175\":{}},\"parent\":{}}],[\"findcursor\",{\"_index\":219,\"name\":{\"619\":{}},\"parent\":{\"620\":{},\"621\":{},\"622\":{},\"623\":{},\"624\":{},\"625\":{},\"626\":{},\"627\":{},\"628\":{},\"629\":{},\"630\":{},\"631\":{},\"632\":{},\"633\":{},\"634\":{},\"635\":{},\"636\":{},\"637\":{},\"638\":{},\"639\":{},\"640\":{},\"641\":{},\"642\":{},\"643\":{},\"644\":{},\"645\":{},\"646\":{},\"647\":{},\"648\":{},\"649\":{},\"650\":{},\"651\":{},\"652\":{},\"653\":{},\"654\":{},\"655\":{},\"656\":{},\"657\":{},\"658\":{},\"659\":{},\"660\":{},\"661\":{},\"662\":{},\"663\":{},\"664\":{},\"665\":{},\"666\":{},\"667\":{},\"668\":{},\"669\":{},\"670\":{},\"671\":{},\"672\":{},\"673\":{},\"674\":{},\"675\":{},\"676\":{},\"677\":{}}}],[\"findone\",{\"_index\":171,\"name\":{\"551\":{}},\"parent\":{}}],[\"findoneanddelete\",{\"_index\":186,\"name\":{\"567\":{}},\"parent\":{}}],[\"findoneanddeleteoptions\",{\"_index\":817,\"name\":{\"2290\":{}},\"parent\":{\"2291\":{},\"2292\":{},\"2293\":{},\"2294\":{},\"2295\":{},\"2296\":{},\"2297\":{},\"2298\":{},\"2299\":{},\"2300\":{},\"2301\":{},\"2302\":{},\"2303\":{},\"2304\":{},\"2305\":{},\"2306\":{},\"2307\":{},\"2308\":{},\"2309\":{},\"2310\":{},\"2311\":{}}}],[\"findoneandreplace\",{\"_index\":187,\"name\":{\"568\":{}},\"parent\":{}}],[\"findoneandreplaceoptions\",{\"_index\":818,\"name\":{\"2312\":{}},\"parent\":{\"2313\":{},\"2314\":{},\"2315\":{},\"2316\":{},\"2317\":{},\"2318\":{},\"2319\":{},\"2320\":{},\"2321\":{},\"2322\":{},\"2323\":{},\"2324\":{},\"2325\":{},\"2326\":{},\"2327\":{},\"2328\":{},\"2329\":{},\"2330\":{},\"2331\":{},\"2332\":{},\"2333\":{},\"2334\":{},\"2335\":{},\"2336\":{}}}],[\"findoneandupdate\",{\"_index\":188,\"name\":{\"569\":{}},\"parent\":{}}],[\"findoneandupdateoptions\",{\"_index\":819,\"name\":{\"2337\":{}},\"parent\":{\"2338\":{},\"2339\":{},\"2340\":{},\"2341\":{},\"2342\":{},\"2343\":{},\"2344\":{},\"2345\":{},\"2346\":{},\"2347\":{},\"2348\":{},\"2349\":{},\"2350\":{},\"2351\":{},\"2352\":{},\"2353\":{},\"2354\":{},\"2355\":{},\"2356\":{},\"2357\":{},\"2358\":{},\"2359\":{},\"2360\":{},\"2361\":{},\"2362\":{}}}],[\"findoperators\",{\"_index\":390,\"name\":{\"1142\":{}},\"parent\":{\"1143\":{},\"1144\":{},\"1145\":{},\"1146\":{},\"1147\":{},\"1148\":{},\"1149\":{},\"1150\":{},\"1151\":{}}}],[\"findoptions\",{\"_index\":812,\"name\":{\"2252\":{}},\"parent\":{\"2253\":{},\"2254\":{},\"2255\":{},\"2256\":{},\"2257\":{},\"2258\":{},\"2259\":{},\"2260\":{},\"2261\":{},\"2262\":{},\"2263\":{},\"2264\":{},\"2265\":{},\"2266\":{},\"2267\":{},\"2268\":{},\"2269\":{},\"2270\":{},\"2271\":{},\"2272\":{},\"2273\":{},\"2274\":{},\"2275\":{},\"2276\":{},\"2277\":{},\"2278\":{},\"2279\":{},\"2280\":{},\"2281\":{},\"2282\":{},\"2283\":{},\"2284\":{},\"2285\":{},\"2286\":{},\"2287\":{},\"2288\":{},\"2289\":{}}}],[\"finish\",{\"_index\":605,\"name\":{\"1695\":{}},\"parent\":{}}],[\"flags\",{\"_index\":782,\"name\":{\"2127\":{}},\"parent\":{}}],[\"flatten\",{\"_index\":716,\"name\":{\"1946\":{}},\"parent\":{}}],[\"for\",{\"_index\":911,\"name\":{\"2667\":{}},\"parent\":{}}],[\"force\",{\"_index\":496,\"name\":{\"1449\":{},\"1456\":{},\"2986\":{}},\"parent\":{}}],[\"forceclear\",{\"_index\":1027,\"name\":{\"2987\":{}},\"parent\":{}}],[\"forceserverobjectid\",{\"_index\":6,\"name\":{\"6\":{},\"1572\":{},\"1796\":{},\"1847\":{},\"2452\":{}},\"parent\":{}}],[\"foreach\",{\"_index\":94,\"name\":{\"385\":{},\"453\":{},\"654\":{},\"725\":{},\"770\":{}},\"parent\":{}}],[\"freed\",{\"_index\":906,\"name\":{\"2664\":{}},\"parent\":{}}],[\"freestoragesize\",{\"_index\":890,\"name\":{\"2616\":{}},\"parent\":{}}],[\"fromhostport\",{\"_index\":1051,\"name\":{\"3057\":{}},\"parent\":{}}],[\"fromoptions\",{\"_index\":275,\"name\":{\"884\":{},\"904\":{},\"920\":{}},\"parent\":{}}],[\"fromsrvrecord\",{\"_index\":1052,\"name\":{\"3058\":{}},\"parent\":{}}],[\"fromstring\",{\"_index\":289,\"name\":{\"903\":{},\"3056\":{},\"3067\":{}},\"parent\":{}}],[\"fsync\",{\"_index\":302,\"name\":{\"925\":{},\"3082\":{}},\"parent\":{}}],[\"full\",{\"_index\":774,\"name\":{\"2065\":{}},\"parent\":{}}],[\"fulldocument\",{\"_index\":423,\"name\":{\"1257\":{},\"1277\":{},\"1330\":{},\"1358\":{},\"1381\":{}},\"parent\":{}}],[\"fulldocumentbeforechange\",{\"_index\":408,\"name\":{\"1206\":{},\"1278\":{},\"1332\":{},\"1361\":{}},\"parent\":{}}],[\"fullresponse\",{\"_index\":8,\"name\":{\"8\":{},\"1293\":{},\"1561\":{},\"1990\":{},\"2021\":{},\"2047\":{},\"2073\":{},\"2102\":{},\"2143\":{},\"2170\":{},\"2197\":{},\"2217\":{},\"2235\":{},\"2275\":{},\"2295\":{},\"2320\":{},\"2346\":{},\"2384\":{},\"2428\":{},\"2453\":{},\"2486\":{},\"2507\":{},\"2544\":{},\"2576\":{},\"2622\":{},\"2641\":{},\"2700\":{},\"2723\":{},\"2755\":{},\"3014\":{}},\"parent\":{}}],[\"gcp\",{\"_index\":557,\"name\":{\"1608\":{},\"1637\":{}},\"parent\":{}}],[\"generation\",{\"_index\":478,\"name\":{\"1426\":{}},\"parent\":{}}],[\"genericlistener\",{\"_index\":670,\"name\":{\"1877\":{}},\"parent\":{\"1878\":{}}}],[\"geointersects\",{\"_index\":702,\"name\":{\"1931\":{}},\"parent\":{}}],[\"geometry\",{\"_index\":703,\"name\":{\"1933\":{}},\"parent\":{}}],[\"geonear\",{\"_index\":142,\"name\":{\"439\":{}},\"parent\":{}}],[\"geowithin\",{\"_index\":705,\"name\":{\"1934\":{}},\"parent\":{}}],[\"get\",{\"_index\":258,\"name\":{\"848\":{}},\"parent\":{}}],[\"getinsertedids\",{\"_index\":353,\"name\":{\"1061\":{}},\"parent\":{}}],[\"getlastop\",{\"_index\":361,\"name\":{\"1069\":{}},\"parent\":{}}],[\"getlogger\",{\"_index\":194,\"name\":{\"575\":{},\"617\":{},\"689\":{},\"829\":{}},\"parent\":{}}],[\"getmaxlisteners\",{\"_index\":117,\"name\":{\"410\":{},\"476\":{},\"493\":{},\"530\":{},\"676\":{},\"703\":{},\"749\":{},\"794\":{},\"843\":{},\"1894\":{},\"2976\":{}},\"parent\":{}}],[\"getoperation\",{\"_index\":376,\"name\":{\"1119\":{}},\"parent\":{}}],[\"getrawresponse\",{\"_index\":356,\"name\":{\"1064\":{}},\"parent\":{}}],[\"getupsertedidat\",{\"_index\":355,\"name\":{\"1063\":{}},\"parent\":{}}],[\"getupsertedids\",{\"_index\":354,\"name\":{\"1062\":{}},\"parent\":{}}],[\"getwriteconcernerror\",{\"_index\":362,\"name\":{\"1070\":{}},\"parent\":{}}],[\"getwriteerrorat\",{\"_index\":359,\"name\":{\"1067\":{}},\"parent\":{}}],[\"getwriteerrorcount\",{\"_index\":358,\"name\":{\"1066\":{}},\"parent\":{}}],[\"getwriteerrors\",{\"_index\":360,\"name\":{\"1068\":{}},\"parent\":{}}],[\"granularity\",{\"_index\":799,\"name\":{\"2163\":{}},\"parent\":{}}],[\"gridfsbucket\",{\"_index\":228,\"name\":{\"678\":{}},\"parent\":{\"679\":{},\"680\":{},\"681\":{},\"682\":{},\"683\":{},\"684\":{},\"685\":{},\"686\":{},\"687\":{},\"688\":{},\"689\":{},\"690\":{},\"691\":{},\"692\":{},\"693\":{},\"694\":{},\"695\":{},\"696\":{},\"697\":{},\"698\":{},\"699\":{},\"700\":{},\"701\":{},\"702\":{},\"703\":{},\"704\":{}}}],[\"gridfsbucketevents\",{\"_index\":599,\"name\":{\"1684\":{}},\"parent\":{\"1685\":{}}}],[\"gridfsbucketevents.__type\",{\"_index\":600,\"name\":{},\"parent\":{\"1686\":{}}}],[\"gridfsbucketoptions\",{\"_index\":601,\"name\":{\"1687\":{}},\"parent\":{\"1688\":{},\"1689\":{},\"1690\":{},\"1691\":{}}}],[\"gridfsbucketreadstream\",{\"_index\":584,\"name\":{\"1655\":{}},\"parent\":{\"1656\":{},\"1657\":{},\"1658\":{},\"1659\":{},\"1660\":{},\"1661\":{},\"1662\":{},\"1663\":{}}}],[\"gridfsbucketreadstreamoptions\",{\"_index\":589,\"name\":{\"1664\":{}},\"parent\":{\"1665\":{},\"1666\":{},\"1667\":{},\"1668\":{}}}],[\"gridfsbucketreadstreamoptionswithrevision\",{\"_index\":590,\"name\":{\"1669\":{}},\"parent\":{\"1670\":{},\"1671\":{},\"1672\":{},\"1673\":{},\"1674\":{}}}],[\"gridfsbucketwritestream\",{\"_index\":604,\"name\":{\"1692\":{}},\"parent\":{\"1693\":{},\"1694\":{},\"1695\":{},\"1696\":{},\"1697\":{},\"1698\":{},\"1699\":{},\"1700\":{},\"1701\":{},\"1702\":{},\"1703\":{},\"1704\":{},\"1705\":{},\"1706\":{},\"1707\":{},\"1708\":{},\"1709\":{},\"1714\":{},\"1715\":{},\"1716\":{},\"1717\":{}}}],[\"gridfsbucketwritestream.__type\",{\"_index\":615,\"name\":{},\"parent\":{\"1710\":{},\"1711\":{},\"1712\":{},\"1713\":{}}}],[\"gridfsbucketwritestreamoptions\",{\"_index\":620,\"name\":{\"1718\":{}},\"parent\":{\"1719\":{},\"1720\":{},\"1721\":{},\"1722\":{},\"1723\":{},\"1724\":{}}}],[\"gridfschunk\",{\"_index\":621,\"name\":{\"1725\":{}},\"parent\":{\"1726\":{},\"1727\":{},\"1728\":{},\"1729\":{}}}],[\"gridfsfile\",{\"_index\":592,\"name\":{\"1675\":{}},\"parent\":{\"1676\":{},\"1677\":{},\"1678\":{},\"1679\":{},\"1680\":{},\"1681\":{},\"1682\":{},\"1683\":{}}}],[\"group\",{\"_index\":132,\"name\":{\"429\":{}},\"parent\":{}}],[\"gssapicanonicalizationvalue\",{\"_index\":260,\"name\":{\"852\":{},\"853\":{}},\"parent\":{}}],[\"gt\",{\"_index\":689,\"name\":{\"1916\":{}},\"parent\":{}}],[\"gte\",{\"_index\":690,\"name\":{\"1917\":{}},\"parent\":{}}],[\"handlewriteerror\",{\"_index\":395,\"name\":{\"1170\":{}},\"parent\":{}}],[\"hasaggregationcursor\",{\"_index\":978,\"name\":{\"2867\":{}},\"parent\":{}}],[\"hasauthcommands\",{\"_index\":981,\"name\":{\"2870\":{}},\"parent\":{}}],[\"hasdatabearingservers\",{\"_index\":998,\"name\":{\"2932\":{}},\"parent\":{}}],[\"hasended\",{\"_index\":1001,\"name\":{\"2937\":{}},\"parent\":{}}],[\"haserrorlabel\",{\"_index\":46,\"name\":{\"46\":{},\"56\":{},\"66\":{},\"76\":{},\"86\":{},\"96\":{},\"106\":{},\"116\":{},\"126\":{},\"136\":{},\"146\":{},\"156\":{},\"166\":{},\"176\":{},\"186\":{},\"196\":{},\"206\":{},\"216\":{},\"226\":{},\"236\":{},\"246\":{},\"256\":{},\"266\":{},\"276\":{},\"290\":{},\"301\":{},\"312\":{},\"322\":{},\"332\":{},\"342\":{},\"352\":{},\"367\":{}},\"parent\":{}}],[\"hash\",{\"_index\":948,\"name\":{\"2793\":{}},\"parent\":{}}],[\"hasknownservers\",{\"_index\":997,\"name\":{\"2931\":{}},\"parent\":{}}],[\"haslistcollectionscommand\",{\"_index\":982,\"name\":{\"2871\":{}},\"parent\":{}}],[\"haslistindexescommand\",{\"_index\":983,\"name\":{\"2872\":{}},\"parent\":{}}],[\"hasnext\",{\"_index\":91,\"name\":{\"382\":{},\"450\":{},\"511\":{},\"651\":{},\"722\":{},\"767\":{}},\"parent\":{}}],[\"hasserviceid\",{\"_index\":311,\"name\":{\"934\":{},\"944\":{},\"953\":{}},\"parent\":{}}],[\"hastextsearch\",{\"_index\":980,\"name\":{\"2869\":{}},\"parent\":{}}],[\"hastimedout\",{\"_index\":1030,\"name\":{\"2993\":{}},\"parent\":{}}],[\"haswritecommands\",{\"_index\":979,\"name\":{\"2868\":{}},\"parent\":{}}],[\"haswriteerrors\",{\"_index\":357,\"name\":{\"1065\":{}},\"parent\":{}}],[\"heartbeatfrequencyms\",{\"_index\":642,\"name\":{\"1776\":{},\"1849\":{},\"2798\":{},\"2914\":{},\"2927\":{},\"2934\":{}},\"parent\":{}}],[\"hedge\",{\"_index\":294,\"name\":{\"910\":{},\"2778\":{},\"2785\":{},\"2788\":{}},\"parent\":{}}],[\"hedgeoptions\",{\"_index\":942,\"name\":{\"2773\":{}},\"parent\":{\"2774\":{}}}],[\"hidden\",{\"_index\":833,\"name\":{\"2383\":{},\"2409\":{}},\"parent\":{}}],[\"hint\",{\"_index\":160,\"name\":{\"540\":{},\"626\":{},\"1077\":{},\"1081\":{},\"1088\":{},\"1095\":{},\"1102\":{},\"1290\":{},\"1558\":{},\"2018\":{},\"2072\":{},\"2099\":{},\"2167\":{},\"2193\":{},\"2257\":{},\"2291\":{},\"2314\":{},\"2340\":{},\"2563\":{},\"2697\":{},\"2720\":{},\"2752\":{}},\"parent\":{}}],[\"host\",{\"_index\":969,\"name\":{\"2847\":{},\"3060\":{}},\"parent\":{}}],[\"hostaddress\",{\"_index\":479,\"name\":{\"1427\":{},\"1468\":{},\"2842\":{},\"3055\":{}},\"parent\":{\"3056\":{},\"3057\":{},\"3058\":{},\"3059\":{},\"3060\":{},\"3061\":{},\"3062\":{},\"3063\":{},\"3064\":{},\"3065\":{}}}],[\"hosts\",{\"_index\":658,\"name\":{\"1813\":{},\"2824\":{},\"2880\":{}},\"parent\":{}}],[\"id\",{\"_index\":83,\"name\":{\"372\":{},\"440\":{},\"641\":{},\"712\":{},\"757\":{},\"1425\":{},\"1702\":{},\"1720\":{},\"2947\":{},\"2989\":{},\"2996\":{}},\"parent\":{}}],[\"identityplatformendpoint\",{\"_index\":556,\"name\":{\"1607\":{}},\"parent\":{}}],[\"idindex\",{\"_index\":847,\"name\":{\"2481\":{}},\"parent\":{}}],[\"in\",{\"_index\":691,\"name\":{\"1918\":{},\"2670\":{}},\"parent\":{}}],[\"incrementtransactionnumber\",{\"_index\":1015,\"name\":{\"2956\":{}},\"parent\":{}}],[\"index\",{\"_index\":229,\"name\":{\"679\":{},\"1041\":{},\"1116\":{},\"1686\":{}},\"parent\":{}}],[\"indexbuilds\",{\"_index\":891,\"name\":{\"2617\":{}},\"parent\":{}}],[\"indexdescription\",{\"_index\":835,\"name\":{\"2402\":{}},\"parent\":{\"2403\":{},\"2404\":{},\"2405\":{},\"2406\":{},\"2407\":{},\"2408\":{},\"2409\":{},\"2410\":{},\"2411\":{},\"2412\":{},\"2413\":{},\"2414\":{},\"2415\":{},\"2416\":{},\"2417\":{},\"2418\":{},\"2419\":{},\"2420\":{},\"2421\":{},\"2422\":{},\"2423\":{}}}],[\"indexdetails\",{\"_index\":889,\"name\":{\"2614\":{}},\"parent\":{}}],[\"indexdirection\",{\"_index\":836,\"name\":{\"2424\":{}},\"parent\":{}}],[\"indexes\",{\"_index\":184,\"name\":{\"565\":{}},\"parent\":{}}],[\"indexexists\",{\"_index\":179,\"name\":{\"560\":{}},\"parent\":{}}],[\"indexinformation\",{\"_index\":180,\"name\":{\"561\":{},\"614\":{}},\"parent\":{}}],[\"indexinformationoptions\",{\"_index\":773,\"name\":{\"2064\":{}},\"parent\":{\"2065\":{},\"2066\":{},\"2067\":{}}}],[\"indexoptiondefaults\",{\"_index\":787,\"name\":{\"2132\":{}},\"parent\":{}}],[\"indexsizes\",{\"_index\":884,\"name\":{\"2607\":{}},\"parent\":{}}],[\"indexspecification\",{\"_index\":837,\"name\":{\"2425\":{}},\"parent\":{}}],[\"inferidtype\",{\"_index\":717,\"name\":{\"1947\":{}},\"parent\":{}}],[\"info\",{\"_index\":244,\"name\":{\"806\":{},\"2477\":{}},\"parent\":{}}],[\"init\",{\"_index\":147,\"name\":{\"498\":{},\"1583\":{}},\"parent\":{}}],[\"initializeorderedbulkop\",{\"_index\":193,\"name\":{\"574\":{}},\"parent\":{}}],[\"initializeunorderedbulkop\",{\"_index\":192,\"name\":{\"573\":{}},\"parent\":{}}],[\"insert\",{\"_index\":196,\"name\":{\"577\":{},\"1134\":{},\"1161\":{},\"1174\":{},\"2678\":{},\"2680\":{},\"2683\":{}},\"parent\":{}}],[\"inserted\",{\"_index\":925,\"name\":{\"2680\":{}},\"parent\":{}}],[\"insertedcount\",{\"_index\":32,\"name\":{\"32\":{},\"1048\":{},\"2447\":{}},\"parent\":{}}],[\"insertedid\",{\"_index\":842,\"name\":{\"2472\":{}},\"parent\":{}}],[\"insertedids\",{\"_index\":37,\"name\":{\"37\":{},\"1032\":{},\"1054\":{},\"2448\":{}},\"parent\":{}}],[\"insertmany\",{\"_index\":162,\"name\":{\"542\":{}},\"parent\":{}}],[\"insertmanyresult\",{\"_index\":839,\"name\":{\"2445\":{}},\"parent\":{\"2446\":{},\"2447\":{},\"2448\":{},\"2449\":{}}}],[\"insertone\",{\"_index\":161,\"name\":{\"541\":{}},\"parent\":{}}],[\"insertonemodel\",{\"_index\":367,\"name\":{\"1082\":{}},\"parent\":{\"1083\":{}}}],[\"insertoneoptions\",{\"_index\":840,\"name\":{\"2450\":{}},\"parent\":{\"2451\":{},\"2452\":{},\"2453\":{},\"2454\":{},\"2455\":{},\"2456\":{},\"2457\":{},\"2458\":{},\"2459\":{},\"2460\":{},\"2461\":{},\"2462\":{},\"2463\":{},\"2464\":{},\"2465\":{},\"2466\":{},\"2467\":{},\"2468\":{},\"2469\":{}}}],[\"insertoneresult\",{\"_index\":841,\"name\":{\"2470\":{}},\"parent\":{\"2471\":{},\"2472\":{}}}],[\"inspect\",{\"_index\":1055,\"name\":{\"3064\":{}},\"parent\":{}}],[\"integertype\",{\"_index\":718,\"name\":{\"1948\":{}},\"parent\":{}}],[\"intransaction\",{\"_index\":1016,\"name\":{\"2957\":{}},\"parent\":{}}],[\"isactive\",{\"_index\":1037,\"name\":{\"3007\":{}},\"parent\":{}}],[\"isany\",{\"_index\":719,\"name\":{\"1949\":{}},\"parent\":{}}],[\"iscapped\",{\"_index\":173,\"name\":{\"554\":{}},\"parent\":{}}],[\"iscommitted\",{\"_index\":1038,\"name\":{\"3008\":{}},\"parent\":{}}],[\"isdatabearing\",{\"_index\":967,\"name\":{\"2845\":{}},\"parent\":{}}],[\"isdebug\",{\"_index\":248,\"name\":{\"811\":{}},\"parent\":{}}],[\"isdirty\",{\"_index\":1029,\"name\":{\"2992\":{}},\"parent\":{}}],[\"iserror\",{\"_index\":246,\"name\":{\"809\":{}},\"parent\":{}}],[\"isinfo\",{\"_index\":245,\"name\":{\"808\":{}},\"parent\":{}}],[\"isipv6\",{\"_index\":1054,\"name\":{\"3063\":{}},\"parent\":{}}],[\"isok\",{\"_index\":364,\"name\":{\"1073\":{}},\"parent\":{}}],[\"isordered\",{\"_index\":385,\"name\":{\"1132\":{},\"1159\":{},\"1172\":{}},\"parent\":{}}],[\"ispinned\",{\"_index\":1011,\"name\":{\"2951\":{},\"3005\":{}},\"parent\":{}}],[\"isreadable\",{\"_index\":966,\"name\":{\"2844\":{}},\"parent\":{}}],[\"isstarting\",{\"_index\":1036,\"name\":{\"3006\":{}},\"parent\":{}}],[\"isvalid\",{\"_index\":291,\"name\":{\"906\":{},\"914\":{}},\"parent\":{}}],[\"iswarn\",{\"_index\":247,\"name\":{\"810\":{}},\"parent\":{}}],[\"iswritable\",{\"_index\":968,\"name\":{\"2846\":{}},\"parent\":{}}],[\"j\",{\"_index\":301,\"name\":{\"924\":{},\"3080\":{}},\"parent\":{}}],[\"join\",{\"_index\":720,\"name\":{\"1950\":{}},\"parent\":{}}],[\"journal\",{\"_index\":648,\"name\":{\"1785\":{},\"3079\":{}},\"parent\":{}}],[\"jsmode\",{\"_index\":864,\"name\":{\"2541\":{}},\"parent\":{}}],[\"jsonschema\",{\"_index\":699,\"name\":{\"1927\":{}},\"parent\":{}}],[\"keepalive\",{\"_index\":484,\"name\":{\"1434\":{},\"1473\":{},\"1794\":{},\"1833\":{},\"2807\":{},\"2898\":{}},\"parent\":{}}],[\"keepaliveinitialdelay\",{\"_index\":485,\"name\":{\"1435\":{},\"1474\":{},\"1795\":{},\"1834\":{},\"2808\":{},\"2899\":{}},\"parent\":{}}],[\"keepgoing\",{\"_index\":5,\"name\":{\"5\":{}},\"parent\":{}}],[\"keeptemp\",{\"_index\":861,\"name\":{\"2538\":{}},\"parent\":{}}],[\"key\",{\"_index\":551,\"name\":{\"1601\":{},\"2119\":{},\"2405\":{},\"2680\":{},\"2681\":{}},\"parent\":{}}],[\"keyid\",{\"_index\":950,\"name\":{\"2794\":{}},\"parent\":{}}],[\"keysofatype\",{\"_index\":721,\"name\":{\"1951\":{}},\"parent\":{}}],[\"keysofothertype\",{\"_index\":722,\"name\":{\"1952\":{}},\"parent\":{}}],[\"keyvaultclient\",{\"_index\":541,\"name\":{\"1590\":{}},\"parent\":{}}],[\"keyvaultnamespace\",{\"_index\":542,\"name\":{\"1591\":{}},\"parent\":{}}],[\"killed\",{\"_index\":86,\"name\":{\"377\":{},\"445\":{},\"646\":{},\"717\":{},\"762\":{}},\"parent\":{}}],[\"kmip\",{\"_index\":561,\"name\":{\"1613\":{},\"1638\":{}},\"parent\":{}}],[\"kmsproviders\",{\"_index\":543,\"name\":{\"1592\":{}},\"parent\":{}}],[\"language\",{\"_index\":746,\"name\":{\"1976\":{}},\"parent\":{}}],[\"language_override\",{\"_index\":827,\"name\":{\"2375\":{},\"2418\":{}},\"parent\":{}}],[\"lasterrorobject\",{\"_index\":519,\"name\":{\"1517\":{}},\"parent\":{}}],[\"lastextentsize\",{\"_index\":880,\"name\":{\"2603\":{}},\"parent\":{}}],[\"lastupdatetime\",{\"_index\":959,\"name\":{\"2833\":{}},\"parent\":{}}],[\"lastuse\",{\"_index\":1028,\"name\":{\"2990\":{}},\"parent\":{}}],[\"lastwritedate\",{\"_index\":960,\"name\":{\"2834\":{}},\"parent\":{}}],[\"legal_tcp_socket_options\",{\"_index\":466,\"name\":{\"1411\":{}},\"parent\":{}}],[\"legal_tls_socket_options\",{\"_index\":467,\"name\":{\"1412\":{}},\"parent\":{}}],[\"length\",{\"_index\":593,\"name\":{\"1677\":{},\"1705\":{}},\"parent\":{}}],[\"let\",{\"_index\":7,\"name\":{\"7\":{},\"1291\":{},\"1559\":{},\"2019\":{},\"2100\":{},\"2168\":{},\"2273\":{},\"2294\":{},\"2319\":{},\"2345\":{},\"2699\":{},\"2722\":{}},\"parent\":{}}],[\"level\",{\"_index\":280,\"name\":{\"890\":{}},\"parent\":{}}],[\"limit\",{\"_index\":133,\"name\":{\"430\":{},\"639\":{},\"2070\":{},\"2091\":{},\"2191\":{},\"2253\":{},\"2537\":{}},\"parent\":{}}],[\"linearizable\",{\"_index\":278,\"name\":{\"887\":{}},\"parent\":{}}],[\"listcollections\",{\"_index\":211,\"name\":{\"604\":{}},\"parent\":{}}],[\"listcollectionscursor\",{\"_index\":235,\"name\":{\"705\":{}},\"parent\":{\"706\":{},\"707\":{},\"708\":{},\"709\":{},\"710\":{},\"711\":{},\"712\":{},\"713\":{},\"714\":{},\"715\":{},\"716\":{},\"717\":{},\"718\":{},\"719\":{},\"720\":{},\"721\":{},\"722\":{},\"723\":{},\"724\":{},\"725\":{},\"726\":{},\"727\":{},\"728\":{},\"729\":{},\"730\":{},\"731\":{},\"732\":{},\"733\":{},\"734\":{},\"735\":{},\"736\":{},\"737\":{},\"738\":{},\"739\":{},\"740\":{},\"741\":{},\"742\":{},\"743\":{},\"744\":{},\"745\":{},\"746\":{},\"747\":{},\"748\":{},\"749\":{},\"750\":{}}}],[\"listcollectionsoptions\",{\"_index\":848,\"name\":{\"2482\":{}},\"parent\":{\"2483\":{},\"2484\":{},\"2485\":{},\"2486\":{},\"2487\":{},\"2488\":{},\"2489\":{},\"2490\":{},\"2491\":{},\"2492\":{},\"2493\":{},\"2494\":{},\"2495\":{},\"2496\":{},\"2497\":{},\"2498\":{},\"2499\":{},\"2500\":{},\"2501\":{},\"2502\":{}}}],[\"listdatabases\",{\"_index\":128,\"name\":{\"421\":{}},\"parent\":{}}],[\"listdatabasesoptions\",{\"_index\":851,\"name\":{\"2503\":{}},\"parent\":{\"2504\":{},\"2505\":{},\"2506\":{},\"2507\":{},\"2508\":{},\"2509\":{},\"2510\":{},\"2511\":{},\"2512\":{},\"2513\":{},\"2514\":{},\"2515\":{},\"2516\":{},\"2517\":{},\"2518\":{},\"2519\":{},\"2520\":{},\"2521\":{},\"2522\":{},\"2523\":{}}}],[\"listdatabasesresult\",{\"_index\":853,\"name\":{\"2524\":{}},\"parent\":{\"2525\":{},\"2526\":{},\"2527\":{},\"2528\":{}}}],[\"listenercount\",{\"_index\":113,\"name\":{\"406\":{},\"472\":{},\"489\":{},\"526\":{},\"672\":{},\"699\":{},\"745\":{},\"790\":{},\"839\":{},\"1890\":{},\"2972\":{}},\"parent\":{}}],[\"listeners\",{\"_index\":110,\"name\":{\"403\":{},\"469\":{},\"486\":{},\"523\":{},\"669\":{},\"696\":{},\"742\":{},\"787\":{},\"836\":{},\"1887\":{},\"2969\":{}},\"parent\":{}}],[\"listindexes\",{\"_index\":178,\"name\":{\"559\":{}},\"parent\":{}}],[\"listindexescursor\",{\"_index\":236,\"name\":{\"751\":{}},\"parent\":{\"752\":{},\"753\":{},\"754\":{},\"755\":{},\"756\":{},\"757\":{},\"758\":{},\"759\":{},\"760\":{},\"761\":{},\"762\":{},\"763\":{},\"764\":{},\"765\":{},\"766\":{},\"767\":{},\"768\":{},\"769\":{},\"770\":{},\"771\":{},\"772\":{},\"773\":{},\"774\":{},\"775\":{},\"776\":{},\"777\":{},\"778\":{},\"779\":{},\"780\":{},\"781\":{},\"782\":{},\"783\":{},\"784\":{},\"785\":{},\"786\":{},\"787\":{},\"788\":{},\"789\":{},\"790\":{},\"791\":{},\"792\":{},\"793\":{},\"794\":{},\"795\":{}}}],[\"listindexesoptions\",{\"_index\":838,\"name\":{\"2426\":{}},\"parent\":{\"2427\":{},\"2428\":{},\"2429\":{},\"2430\":{},\"2431\":{},\"2432\":{},\"2433\":{},\"2434\":{},\"2435\":{},\"2436\":{},\"2437\":{},\"2438\":{},\"2439\":{},\"2440\":{},\"2441\":{},\"2442\":{},\"2443\":{},\"2444\":{}}}],[\"loadbalanced\",{\"_index\":87,\"name\":{\"378\":{},\"446\":{},\"647\":{},\"718\":{},\"763\":{},\"1443\":{},\"1464\":{},\"1497\":{},\"1504\":{},\"1782\":{},\"1818\":{},\"2802\":{},\"2887\":{},\"2950\":{}},\"parent\":{}}],[\"loaded\",{\"_index\":922,\"name\":{\"2678\":{}},\"parent\":{}}],[\"local\",{\"_index\":550,\"name\":{\"1599\":{},\"1635\":{}},\"parent\":{}}],[\"locale\",{\"_index\":763,\"name\":{\"2037\":{}},\"parent\":{}}],[\"localthresholdms\",{\"_index\":640,\"name\":{\"1774\":{},\"1850\":{},\"2928\":{},\"2935\":{}},\"parent\":{}}],[\"logger\",{\"_index\":195,\"name\":{\"576\":{},\"618\":{},\"796\":{},\"822\":{},\"1513\":{},\"1580\":{},\"1622\":{},\"1733\":{},\"1801\":{},\"1837\":{}},\"parent\":{\"797\":{},\"798\":{},\"799\":{},\"800\":{},\"801\":{},\"802\":{},\"803\":{},\"804\":{},\"805\":{},\"806\":{},\"807\":{},\"808\":{},\"809\":{},\"810\":{},\"811\":{}}}],[\"loggerfunction\",{\"_index\":623,\"name\":{\"1730\":{}},\"parent\":{\"1731\":{}}}],[\"loggerlevel\",{\"_index\":267,\"name\":{\"865\":{},\"866\":{},\"1514\":{},\"1581\":{},\"1734\":{},\"1800\":{}},\"parent\":{}}],[\"loggeroptions\",{\"_index\":624,\"name\":{\"1732\":{}},\"parent\":{\"1733\":{},\"1734\":{}}}],[\"logicalsessiontimeoutminutes\",{\"_index\":490,\"name\":{\"1442\":{},\"1480\":{},\"1496\":{},\"1503\":{},\"2814\":{},\"2840\":{},\"2904\":{},\"2926\":{}},\"parent\":{}}],[\"lookup\",{\"_index\":137,\"name\":{\"434\":{}},\"parent\":{}}],[\"lsid\",{\"_index\":401,\"name\":{\"1186\":{},\"1193\":{},\"1200\":{},\"1210\":{},\"1222\":{},\"1237\":{},\"1244\":{},\"1251\":{},\"1262\":{},\"1272\":{},\"1313\":{},\"1326\":{},\"1336\":{},\"1345\":{},\"1353\":{},\"1365\":{}},\"parent\":{}}],[\"lsm\",{\"_index\":897,\"name\":{\"2659\":{}},\"parent\":{}}],[\"lt\",{\"_index\":692,\"name\":{\"1919\":{}},\"parent\":{}}],[\"lte\",{\"_index\":693,\"name\":{\"1920\":{}},\"parent\":{}}],[\"magic\",{\"_index\":913,\"name\":{\"2668\":{}},\"parent\":{}}],[\"major\",{\"_index\":915,\"name\":{\"2669\":{}},\"parent\":{}}],[\"majority\",{\"_index\":276,\"name\":{\"885\":{}},\"parent\":{}}],[\"manager\",{\"_index\":899,\"name\":{\"2660\":{}},\"parent\":{}}],[\"map\",{\"_index\":97,\"name\":{\"389\":{},\"427\":{},\"622\":{},\"729\":{},\"774\":{}},\"parent\":{}}],[\"mapfunction\",{\"_index\":858,\"name\":{\"2531\":{}},\"parent\":{\"2532\":{}}}],[\"mapreduce\",{\"_index\":191,\"name\":{\"572\":{}},\"parent\":{}}],[\"mapreduceoptions\",{\"_index\":859,\"name\":{\"2533\":{}},\"parent\":{\"2534\":{},\"2535\":{},\"2536\":{},\"2537\":{},\"2538\":{},\"2539\":{},\"2540\":{},\"2541\":{},\"2542\":{},\"2543\":{},\"2544\":{},\"2545\":{},\"2546\":{},\"2547\":{},\"2548\":{},\"2549\":{},\"2550\":{},\"2551\":{},\"2552\":{},\"2553\":{},\"2554\":{},\"2555\":{},\"2556\":{},\"2557\":{},\"2558\":{},\"2559\":{},\"2560\":{}}}],[\"match\",{\"_index\":134,\"name\":{\"431\":{}},\"parent\":{}}],[\"matchedcount\",{\"_index\":33,\"name\":{\"33\":{},\"1049\":{},\"2741\":{}},\"parent\":{}}],[\"matchkeysandvalues\",{\"_index\":723,\"name\":{\"1953\":{}},\"parent\":{}}],[\"max\",{\"_index\":222,\"name\":{\"628\":{},\"2126\":{},\"2264\":{},\"2380\":{},\"2407\":{},\"2611\":{}},\"parent\":{}}],[\"maxawaittimems\",{\"_index\":226,\"name\":{\"633\":{},\"1279\":{},\"1376\":{},\"1529\":{},\"1547\":{},\"2016\":{},\"2097\":{},\"2266\":{}},\"parent\":{}}],[\"maxbsonobjectsize\",{\"_index\":508,\"name\":{\"1491\":{}},\"parent\":{}}],[\"maxcommittimems\",{\"_index\":1040,\"name\":{\"3013\":{}},\"parent\":{}}],[\"maxconnecting\",{\"_index\":503,\"name\":{\"1461\":{},\"1762\":{},\"1840\":{},\"2911\":{}},\"parent\":{}}],[\"maxdistance\",{\"_index\":708,\"name\":{\"1937\":{}},\"parent\":{}}],[\"maxelectionid\",{\"_index\":991,\"name\":{\"2921\":{}},\"parent\":{}}],[\"maxidletimems\",{\"_index\":504,\"name\":{\"1462\":{},\"1763\":{},\"1841\":{},\"2912\":{}},\"parent\":{}}],[\"maxmessagesizebytes\",{\"_index\":509,\"name\":{\"1492\":{}},\"parent\":{}}],[\"maxpoolsize\",{\"_index\":501,\"name\":{\"1459\":{},\"1760\":{},\"1838\":{},\"2909\":{}},\"parent\":{}}],[\"maxsetversion\",{\"_index\":990,\"name\":{\"2920\":{}},\"parent\":{}}],[\"maxsize\",{\"_index\":887,\"name\":{\"2612\":{}},\"parent\":{}}],[\"maxstalenessseconds\",{\"_index\":295,\"name\":{\"911\":{},\"1768\":{},\"2780\":{},\"2784\":{},\"2787\":{}},\"parent\":{}}],[\"maxtimems\",{\"_index\":11,\"name\":{\"11\":{},\"392\":{},\"459\":{},\"634\":{},\"732\":{},\"777\":{},\"1288\":{},\"1528\":{},\"1546\":{},\"1993\":{},\"2015\":{},\"2050\":{},\"2071\":{},\"2096\":{},\"2146\":{},\"2172\":{},\"2200\":{},\"2216\":{},\"2238\":{},\"2265\":{},\"2298\":{},\"2323\":{},\"2349\":{},\"2387\":{},\"2431\":{},\"2456\":{},\"2489\":{},\"2510\":{},\"2547\":{},\"2579\":{},\"2625\":{},\"2644\":{},\"2702\":{},\"2725\":{},\"2758\":{},\"3016\":{}},\"parent\":{}}],[\"maxvariable\",{\"_index\":769,\"name\":{\"2043\":{}},\"parent\":{}}],[\"maxwireversion\",{\"_index\":507,\"name\":{\"1490\":{},\"2831\":{},\"2865\":{}},\"parent\":{}}],[\"maxwritebatchsize\",{\"_index\":510,\"name\":{\"1493\":{}},\"parent\":{}}],[\"me\",{\"_index\":961,\"name\":{\"2835\":{}},\"parent\":{}}],[\"mechanism\",{\"_index\":462,\"name\":{\"1399\":{},\"1409\":{}},\"parent\":{}}],[\"mechanismproperties\",{\"_index\":463,\"name\":{\"1400\":{},\"1410\":{}},\"parent\":{}}],[\"merge\",{\"_index\":458,\"name\":{\"1394\":{}},\"parent\":{}}],[\"message\",{\"_index\":474,\"name\":{\"1421\":{},\"1645\":{}},\"parent\":{}}],[\"metadata\",{\"_index\":488,\"name\":{\"1439\":{},\"1478\":{},\"1682\":{},\"1721\":{},\"1823\":{},\"2812\":{},\"2888\":{}},\"parent\":{}}],[\"metafield\",{\"_index\":798,\"name\":{\"2162\":{}},\"parent\":{}}],[\"min\",{\"_index\":221,\"name\":{\"627\":{},\"2263\":{},\"2379\":{},\"2408\":{}},\"parent\":{}}],[\"minheartbeatfrequencyms\",{\"_index\":643,\"name\":{\"1777\":{},\"1848\":{},\"2799\":{},\"2915\":{}},\"parent\":{}}],[\"minor\",{\"_index\":916,\"name\":{\"2671\":{}},\"parent\":{}}],[\"minpoolsize\",{\"_index\":502,\"name\":{\"1460\":{},\"1761\":{},\"1839\":{},\"2910\":{}},\"parent\":{}}],[\"minwireversion\",{\"_index\":296,\"name\":{\"912\":{},\"1489\":{},\"2830\":{},\"2866\":{}},\"parent\":{}}],[\"mod\",{\"_index\":700,\"name\":{\"1928\":{}},\"parent\":{}}],[\"mode\",{\"_index\":292,\"name\":{\"908\":{}},\"parent\":{}}],[\"modifiedcount\",{\"_index\":34,\"name\":{\"34\":{},\"1050\":{},\"2742\":{}},\"parent\":{}}],[\"modifyresult\",{\"_index\":517,\"name\":{\"1515\":{}},\"parent\":{\"1516\":{},\"1517\":{},\"1518\":{}}}],[\"mongo_client_events\",{\"_index\":520,\"name\":{\"1519\":{}},\"parent\":{}}],[\"mongoapierror\",{\"_index\":49,\"name\":{\"49\":{}},\"parent\":{\"50\":{},\"51\":{},\"52\":{},\"53\":{},\"54\":{},\"55\":{},\"56\":{},\"57\":{},\"58\":{}}}],[\"mongoawserror\",{\"_index\":50,\"name\":{\"59\":{}},\"parent\":{\"60\":{},\"61\":{},\"62\":{},\"63\":{},\"64\":{},\"65\":{},\"66\":{},\"67\":{},\"68\":{}}}],[\"mongobatchreexecutionerror\",{\"_index\":51,\"name\":{\"69\":{}},\"parent\":{\"70\":{},\"71\":{},\"72\":{},\"73\":{},\"74\":{},\"75\":{},\"76\":{},\"77\":{},\"78\":{}}}],[\"mongobulkwriteerror\",{\"_index\":25,\"name\":{\"25\":{}},\"parent\":{\"26\":{},\"27\":{},\"28\":{},\"29\":{},\"30\":{},\"31\":{},\"32\":{},\"33\":{},\"34\":{},\"35\":{},\"36\":{},\"37\":{},\"38\":{},\"39\":{},\"40\":{},\"41\":{},\"42\":{},\"43\":{},\"44\":{},\"45\":{},\"46\":{},\"47\":{},\"48\":{}}}],[\"mongochangestreamerror\",{\"_index\":52,\"name\":{\"79\":{}},\"parent\":{\"80\":{},\"81\":{},\"82\":{},\"83\":{},\"84\":{},\"85\":{},\"86\":{},\"87\":{},\"88\":{}}}],[\"mongoclient\",{\"_index\":249,\"name\":{\"812\":{}},\"parent\":{\"813\":{},\"814\":{},\"815\":{},\"816\":{},\"817\":{},\"818\":{},\"819\":{},\"820\":{},\"821\":{},\"822\":{},\"823\":{},\"824\":{},\"825\":{},\"826\":{},\"827\":{},\"828\":{},\"829\":{},\"830\":{},\"831\":{},\"832\":{},\"833\":{},\"834\":{},\"835\":{},\"836\":{},\"837\":{},\"838\":{},\"839\":{},\"840\":{},\"841\":{},\"842\":{},\"843\":{},\"844\":{}}}],[\"mongoclientevents\",{\"_index\":629,\"name\":{\"1742\":{}},\"parent\":{}}],[\"mongoclientoptions\",{\"_index\":630,\"name\":{\"1743\":{}},\"parent\":{\"1744\":{},\"1745\":{},\"1746\":{},\"1747\":{},\"1748\":{},\"1749\":{},\"1750\":{},\"1751\":{},\"1752\":{},\"1753\":{},\"1754\":{},\"1755\":{},\"1756\":{},\"1757\":{},\"1758\":{},\"1759\":{},\"1760\":{},\"1761\":{},\"1762\":{},\"1763\":{},\"1764\":{},\"1765\":{},\"1766\":{},\"1767\":{},\"1768\":{},\"1769\":{},\"1770\":{},\"1771\":{},\"1772\":{},\"1773\":{},\"1774\":{},\"1775\":{},\"1776\":{},\"1777\":{},\"1778\":{},\"1779\":{},\"1780\":{},\"1781\":{},\"1782\":{},\"1783\":{},\"1784\":{},\"1785\":{},\"1786\":{},\"1787\":{},\"1788\":{},\"1789\":{},\"1790\":{},\"1791\":{},\"1792\":{},\"1793\":{},\"1794\":{},\"1795\":{},\"1796\":{},\"1797\":{},\"1798\":{},\"1799\":{},\"1800\":{},\"1801\":{},\"1802\":{},\"1803\":{},\"1804\":{},\"1805\":{},\"1806\":{},\"1807\":{},\"1808\":{},\"1809\":{},\"1810\":{},\"1811\":{}}}],[\"mongocompatibilityerror\",{\"_index\":53,\"name\":{\"89\":{}},\"parent\":{\"90\":{},\"91\":{},\"92\":{},\"93\":{},\"94\":{},\"95\":{},\"96\":{},\"97\":{},\"98\":{}}}],[\"mongocredentials\",{\"_index\":457,\"name\":{\"1393\":{}},\"parent\":{\"1394\":{},\"1395\":{},\"1396\":{},\"1397\":{},\"1398\":{},\"1399\":{},\"1400\":{},\"1401\":{},\"1402\":{},\"1403\":{}}}],[\"mongocredentialsoptions\",{\"_index\":465,\"name\":{\"1404\":{}},\"parent\":{\"1405\":{},\"1406\":{},\"1407\":{},\"1408\":{},\"1409\":{},\"1410\":{}}}],[\"mongocryptdbypassspawn\",{\"_index\":568,\"name\":{\"1626\":{}},\"parent\":{}}],[\"mongocryptdspawnargs\",{\"_index\":570,\"name\":{\"1628\":{}},\"parent\":{}}],[\"mongocryptdspawnpath\",{\"_index\":569,\"name\":{\"1627\":{}},\"parent\":{}}],[\"mongocryptduri\",{\"_index\":567,\"name\":{\"1625\":{}},\"parent\":{}}],[\"mongocursorexhaustederror\",{\"_index\":54,\"name\":{\"99\":{}},\"parent\":{\"100\":{},\"101\":{},\"102\":{},\"103\":{},\"104\":{},\"105\":{},\"106\":{},\"107\":{},\"108\":{}}}],[\"mongocursorinuseerror\",{\"_index\":55,\"name\":{\"109\":{}},\"parent\":{\"110\":{},\"111\":{},\"112\":{},\"113\":{},\"114\":{},\"115\":{},\"116\":{},\"117\":{},\"118\":{}}}],[\"mongodbnamespace\",{\"_index\":1056,\"name\":{\"3066\":{}},\"parent\":{\"3067\":{},\"3068\":{},\"3069\":{},\"3070\":{},\"3071\":{},\"3072\":{}}}],[\"mongodecompressionerror\",{\"_index\":56,\"name\":{\"119\":{}},\"parent\":{\"120\":{},\"121\":{},\"122\":{},\"123\":{},\"124\":{},\"125\":{},\"126\":{},\"127\":{},\"128\":{}}}],[\"mongodrivererror\",{\"_index\":57,\"name\":{\"129\":{}},\"parent\":{\"130\":{},\"131\":{},\"132\":{},\"133\":{},\"134\":{},\"135\":{},\"136\":{},\"137\":{},\"138\":{}}}],[\"mongoerror\",{\"_index\":58,\"name\":{\"139\":{}},\"parent\":{\"140\":{},\"141\":{},\"142\":{},\"143\":{},\"144\":{},\"145\":{},\"146\":{},\"147\":{},\"148\":{}}}],[\"mongoerrorlabel\",{\"_index\":265,\"name\":{\"861\":{},\"862\":{}},\"parent\":{}}],[\"mongoexpiredsessionerror\",{\"_index\":59,\"name\":{\"149\":{}},\"parent\":{\"150\":{},\"151\":{},\"152\":{},\"153\":{},\"154\":{},\"155\":{},\"156\":{},\"157\":{},\"158\":{}}}],[\"mongogridfschunkerror\",{\"_index\":60,\"name\":{\"159\":{}},\"parent\":{\"160\":{},\"161\":{},\"162\":{},\"163\":{},\"164\":{},\"165\":{},\"166\":{},\"167\":{},\"168\":{}}}],[\"mongogridfsstreamerror\",{\"_index\":61,\"name\":{\"169\":{}},\"parent\":{\"170\":{},\"171\":{},\"172\":{},\"173\":{},\"174\":{},\"175\":{},\"176\":{},\"177\":{},\"178\":{}}}],[\"mongoinvalidargumenterror\",{\"_index\":62,\"name\":{\"179\":{}},\"parent\":{\"180\":{},\"181\":{},\"182\":{},\"183\":{},\"184\":{},\"185\":{},\"186\":{},\"187\":{},\"188\":{}}}],[\"mongokerberoserror\",{\"_index\":63,\"name\":{\"189\":{}},\"parent\":{\"190\":{},\"191\":{},\"192\":{},\"193\":{},\"194\":{},\"195\":{},\"196\":{},\"197\":{},\"198\":{}}}],[\"mongomissingcredentialserror\",{\"_index\":64,\"name\":{\"199\":{}},\"parent\":{\"200\":{},\"201\":{},\"202\":{},\"203\":{},\"204\":{},\"205\":{},\"206\":{},\"207\":{},\"208\":{}}}],[\"mongomissingdependencyerror\",{\"_index\":65,\"name\":{\"209\":{}},\"parent\":{\"210\":{},\"211\":{},\"212\":{},\"213\":{},\"214\":{},\"215\":{},\"216\":{},\"217\":{},\"218\":{}}}],[\"mongonetworkerror\",{\"_index\":66,\"name\":{\"219\":{}},\"parent\":{\"220\":{},\"221\":{},\"222\":{},\"223\":{},\"224\":{},\"225\":{},\"226\":{},\"227\":{},\"228\":{}}}],[\"mongonetworkerroroptions\",{\"_index\":580,\"name\":{\"1650\":{}},\"parent\":{\"1651\":{}}}],[\"mongonetworktimeouterror\",{\"_index\":67,\"name\":{\"229\":{}},\"parent\":{\"230\":{},\"231\":{},\"232\":{},\"233\":{},\"234\":{},\"235\":{},\"236\":{},\"237\":{},\"238\":{}}}],[\"mongonotconnectederror\",{\"_index\":68,\"name\":{\"239\":{}},\"parent\":{\"240\":{},\"241\":{},\"242\":{},\"243\":{},\"244\":{},\"245\":{},\"246\":{},\"247\":{},\"248\":{}}}],[\"mongooptions\",{\"_index\":657,\"name\":{\"1812\":{}},\"parent\":{\"1813\":{},\"1814\":{},\"1815\":{},\"1816\":{},\"1817\":{},\"1818\":{},\"1819\":{},\"1820\":{},\"1821\":{},\"1822\":{},\"1823\":{},\"1824\":{},\"1825\":{},\"1826\":{},\"1827\":{},\"1828\":{},\"1829\":{},\"1830\":{},\"1831\":{},\"1832\":{},\"1833\":{},\"1834\":{},\"1835\":{},\"1836\":{},\"1837\":{},\"1838\":{},\"1839\":{},\"1840\":{},\"1841\":{},\"1842\":{},\"1843\":{},\"1844\":{},\"1845\":{},\"1846\":{},\"1847\":{},\"1848\":{},\"1849\":{},\"1850\":{},\"1851\":{},\"1852\":{},\"1853\":{},\"1854\":{},\"1855\":{},\"1856\":{},\"1857\":{},\"1858\":{},\"1859\":{},\"1860\":{},\"1861\":{},\"1862\":{}}}],[\"mongoparseerror\",{\"_index\":69,\"name\":{\"249\":{}},\"parent\":{\"250\":{},\"251\":{},\"252\":{},\"253\":{},\"254\":{},\"255\":{},\"256\":{},\"257\":{},\"258\":{}}}],[\"mongoruntimeerror\",{\"_index\":70,\"name\":{\"259\":{}},\"parent\":{\"260\":{},\"261\":{},\"262\":{},\"263\":{},\"264\":{},\"265\":{},\"266\":{},\"267\":{},\"268\":{}}}],[\"mongoserverclosederror\",{\"_index\":71,\"name\":{\"269\":{}},\"parent\":{\"270\":{},\"271\":{},\"272\":{},\"273\":{},\"274\":{},\"275\":{},\"276\":{},\"277\":{},\"278\":{}}}],[\"mongoservererror\",{\"_index\":72,\"name\":{\"279\":{}},\"parent\":{\"280\":{},\"281\":{},\"282\":{},\"283\":{},\"284\":{},\"285\":{},\"286\":{},\"287\":{},\"288\":{},\"289\":{},\"290\":{},\"291\":{},\"292\":{}}}],[\"mongoserverselectionerror\",{\"_index\":73,\"name\":{\"293\":{}},\"parent\":{\"294\":{},\"295\":{},\"296\":{},\"297\":{},\"298\":{},\"299\":{},\"300\":{},\"301\":{},\"302\":{},\"303\":{}}}],[\"mongosystemerror\",{\"_index\":75,\"name\":{\"304\":{}},\"parent\":{\"305\":{},\"306\":{},\"307\":{},\"308\":{},\"309\":{},\"310\":{},\"311\":{},\"312\":{},\"313\":{},\"314\":{}}}],[\"mongotailablecursorerror\",{\"_index\":76,\"name\":{\"315\":{}},\"parent\":{\"316\":{},\"317\":{},\"318\":{},\"319\":{},\"320\":{},\"321\":{},\"322\":{},\"323\":{},\"324\":{}}}],[\"mongotopologyclosederror\",{\"_index\":77,\"name\":{\"325\":{}},\"parent\":{\"326\":{},\"327\":{},\"328\":{},\"329\":{},\"330\":{},\"331\":{},\"332\":{},\"333\":{},\"334\":{}}}],[\"mongotransactionerror\",{\"_index\":78,\"name\":{\"335\":{}},\"parent\":{\"336\":{},\"337\":{},\"338\":{},\"339\":{},\"340\":{},\"341\":{},\"342\":{},\"343\":{},\"344\":{}}}],[\"mongounexpectedserverresponseerror\",{\"_index\":79,\"name\":{\"345\":{}},\"parent\":{\"346\":{},\"347\":{},\"348\":{},\"349\":{},\"350\":{},\"351\":{},\"352\":{},\"353\":{},\"354\":{}}}],[\"mongowriteconcernerror\",{\"_index\":80,\"name\":{\"355\":{}},\"parent\":{\"356\":{},\"357\":{},\"358\":{},\"359\":{},\"360\":{},\"361\":{},\"362\":{},\"363\":{},\"364\":{},\"365\":{},\"366\":{},\"367\":{},\"368\":{},\"369\":{}}}],[\"monitorcommands\",{\"_index\":480,\"name\":{\"1430\":{},\"1470\":{},\"1802\":{},\"1831\":{},\"2805\":{},\"2895\":{}},\"parent\":{}}],[\"monitorevents\",{\"_index\":951,\"name\":{\"2795\":{}},\"parent\":{}}],[\"monitoroptions\",{\"_index\":952,\"name\":{\"2796\":{}},\"parent\":{\"2797\":{},\"2798\":{},\"2799\":{},\"2800\":{},\"2801\":{},\"2802\":{},\"2803\":{},\"2804\":{},\"2805\":{},\"2806\":{},\"2807\":{},\"2808\":{},\"2809\":{},\"2810\":{},\"2811\":{},\"2812\":{},\"2813\":{},\"2814\":{},\"2815\":{},\"2816\":{},\"2817\":{},\"2818\":{}}}],[\"more\",{\"_index\":146,\"name\":{\"497\":{}},\"parent\":{}}],[\"multi\",{\"_index\":939,\"name\":{\"2749\":{}},\"parent\":{}}],[\"n\",{\"_index\":611,\"name\":{\"1706\":{},\"1728\":{}},\"parent\":{}}],[\"name\",{\"_index\":31,\"name\":{\"31\":{},\"52\":{},\"62\":{},\"72\":{},\"82\":{},\"92\":{},\"102\":{},\"112\":{},\"122\":{},\"132\":{},\"144\":{},\"152\":{},\"162\":{},\"172\":{},\"182\":{},\"192\":{},\"202\":{},\"212\":{},\"222\":{},\"232\":{},\"242\":{},\"252\":{},\"262\":{},\"272\":{},\"286\":{},\"296\":{},\"308\":{},\"318\":{},\"328\":{},\"338\":{},\"348\":{},\"359\":{},\"1739\":{},\"2118\":{},\"2366\":{},\"2404\":{},\"2474\":{},\"3033\":{},\"3038\":{},\"3045\":{},\"3049\":{}},\"parent\":{}}],[\"nameonly\",{\"_index\":849,\"name\":{\"2483\":{},\"2505\":{}},\"parent\":{}}],[\"namespace\",{\"_index\":84,\"name\":{\"373\":{},\"441\":{},\"507\":{},\"535\":{},\"597\":{},\"642\":{},\"713\":{},\"758\":{}},\"parent\":{}}],[\"ne\",{\"_index\":694,\"name\":{\"1921\":{}},\"parent\":{}}],[\"near\",{\"_index\":706,\"name\":{\"1935\":{},\"2690\":{}},\"parent\":{}}],[\"nearest\",{\"_index\":286,\"name\":{\"897\":{},\"902\":{}},\"parent\":{}}],[\"nearsphere\",{\"_index\":707,\"name\":{\"1936\":{}},\"parent\":{}}],[\"nestedpaths\",{\"_index\":724,\"name\":{\"1954\":{}},\"parent\":{}}],[\"new_collection\",{\"_index\":872,\"name\":{\"2575\":{}},\"parent\":{}}],[\"newdescription\",{\"_index\":332,\"name\":{\"1003\":{},\"1022\":{}},\"parent\":{}}],[\"next\",{\"_index\":92,\"name\":{\"383\":{},\"451\":{},\"512\":{},\"652\":{},\"723\":{},\"768\":{},\"2684\":{}},\"parent\":{}}],[\"nin\",{\"_index\":695,\"name\":{\"1922\":{}},\"parent\":{}}],[\"nindexes\",{\"_index\":879,\"name\":{\"2602\":{}},\"parent\":{}}],[\"ninserted\",{\"_index\":343,\"name\":{\"1033\":{},\"1056\":{}},\"parent\":{}}],[\"nmatched\",{\"_index\":345,\"name\":{\"1035\":{},\"1058\":{}},\"parent\":{}}],[\"nmodified\",{\"_index\":346,\"name\":{\"1036\":{},\"1059\":{}},\"parent\":{}}],[\"nocursortimeout\",{\"_index\":526,\"name\":{\"1533\":{},\"1551\":{},\"2267\":{}},\"parent\":{}}],[\"nodelay\",{\"_index\":486,\"name\":{\"1436\":{},\"1475\":{},\"1793\":{},\"1835\":{},\"2809\":{},\"2900\":{}},\"parent\":{}}],[\"nolock\",{\"_index\":811,\"name\":{\"2234\":{}},\"parent\":{}}],[\"nonobjectidlikedocument\",{\"_index\":725,\"name\":{\"1955\":{}},\"parent\":{}}],[\"nor\",{\"_index\":741,\"name\":{\"1971\":{}},\"parent\":{}}],[\"noresponse\",{\"_index\":16,\"name\":{\"16\":{},\"1299\":{},\"1565\":{},\"1998\":{},\"2027\":{},\"2055\":{},\"2080\":{},\"2108\":{},\"2151\":{},\"2177\":{},\"2205\":{},\"2224\":{},\"2243\":{},\"2281\":{},\"2303\":{},\"2328\":{},\"2354\":{},\"2392\":{},\"2436\":{},\"2461\":{},\"2494\":{},\"2515\":{},\"2552\":{},\"2584\":{},\"2630\":{},\"2649\":{},\"2707\":{},\"2730\":{},\"2763\":{},\"3021\":{}},\"parent\":{}}],[\"normalization\",{\"_index\":771,\"name\":{\"2045\":{}},\"parent\":{}}],[\"not\",{\"_index\":696,\"name\":{\"1923\":{}},\"parent\":{}}],[\"notacceptedfields\",{\"_index\":726,\"name\":{\"1956\":{}},\"parent\":{}}],[\"nremoved\",{\"_index\":347,\"name\":{\"1037\":{},\"1060\":{}},\"parent\":{}}],[\"ns\",{\"_index\":407,\"name\":{\"1205\":{},\"1231\":{},\"1240\":{},\"1258\":{},\"1322\":{},\"1331\":{},\"1360\":{},\"2596\":{}},\"parent\":{}}],[\"number\",{\"_index\":914,\"name\":{\"2668\":{},\"2669\":{},\"2671\":{}},\"parent\":{}}],[\"numericordering\",{\"_index\":767,\"name\":{\"2041\":{}},\"parent\":{}}],[\"numerictype\",{\"_index\":727,\"name\":{\"1957\":{}},\"parent\":{}}],[\"numextents\",{\"_index\":878,\"name\":{\"2601\":{}},\"parent\":{}}],[\"nupserted\",{\"_index\":344,\"name\":{\"1034\":{},\"1057\":{}},\"parent\":{}}],[\"objectid\",{\"_index\":0,\"name\":{\"0\":{}},\"parent\":{}}],[\"off\",{\"_index\":108,\"name\":{\"401\":{},\"467\":{},\"484\":{},\"521\":{},\"667\":{},\"694\":{},\"740\":{},\"785\":{},\"834\":{},\"1885\":{},\"2967\":{}},\"parent\":{}}],[\"ok\",{\"_index\":42,\"name\":{\"42\":{},\"285\":{},\"363\":{},\"1029\":{},\"1055\":{},\"1518\":{},\"2528\":{},\"2615\":{}},\"parent\":{}}],[\"omitreadpreference\",{\"_index\":20,\"name\":{\"20\":{},\"1303\":{},\"1567\":{},\"2002\":{},\"2031\":{},\"2059\":{},\"2084\":{},\"2112\":{},\"2155\":{},\"2181\":{},\"2209\":{},\"2228\":{},\"2247\":{},\"2285\":{},\"2307\":{},\"2332\":{},\"2358\":{},\"2396\":{},\"2440\":{},\"2465\":{},\"2498\":{},\"2519\":{},\"2556\":{},\"2568\":{},\"2588\":{},\"2634\":{},\"2653\":{},\"2711\":{},\"2734\":{},\"2767\":{},\"3024\":{}},\"parent\":{}}],[\"on\",{\"_index\":105,\"name\":{\"398\":{},\"464\":{},\"481\":{},\"518\":{},\"664\":{},\"691\":{},\"737\":{},\"782\":{},\"831\":{},\"1882\":{},\"2964\":{}},\"parent\":{}}],[\"once\",{\"_index\":106,\"name\":{\"399\":{},\"465\":{},\"482\":{},\"519\":{},\"665\":{},\"692\":{},\"738\":{},\"783\":{},\"832\":{},\"1883\":{},\"2965\":{}},\"parent\":{}}],[\"oneormore\",{\"_index\":728,\"name\":{\"1958\":{}},\"parent\":{}}],[\"onlyfieldsoftype\",{\"_index\":729,\"name\":{\"1959\":{}},\"parent\":{}}],[\"op\",{\"_index\":351,\"name\":{\"1045\":{}},\"parent\":{}}],[\"opendownloadstream\",{\"_index\":232,\"name\":{\"683\":{}},\"parent\":{}}],[\"opendownloadstreambyname\",{\"_index\":234,\"name\":{\"686\":{}},\"parent\":{}}],[\"openuploadstream\",{\"_index\":230,\"name\":{\"681\":{}},\"parent\":{}}],[\"openuploadstreamwithid\",{\"_index\":231,\"name\":{\"682\":{}},\"parent\":{}}],[\"operationdescription\",{\"_index\":405,\"name\":{\"1202\":{},\"1228\":{},\"1253\":{},\"1315\":{},\"1347\":{},\"1355\":{}},\"parent\":{}}],[\"operationid\",{\"_index\":386,\"name\":{\"1133\":{},\"1160\":{},\"1173\":{}},\"parent\":{}}],[\"operationoptions\",{\"_index\":867,\"name\":{\"2564\":{}},\"parent\":{\"2565\":{},\"2566\":{},\"2567\":{},\"2568\":{},\"2569\":{},\"2570\":{}}}],[\"operations\",{\"_index\":381,\"name\":{\"1128\":{}},\"parent\":{}}],[\"operationtime\",{\"_index\":445,\"name\":{\"1370\":{},\"2943\":{}},\"parent\":{}}],[\"operationtype\",{\"_index\":397,\"name\":{\"1182\":{},\"1189\":{},\"1196\":{},\"1204\":{},\"1230\":{},\"1239\":{},\"1247\":{},\"1256\":{},\"1268\":{},\"1309\":{},\"1317\":{},\"1329\":{},\"1341\":{},\"1349\":{},\"1357\":{}},\"parent\":{}}],[\"oplogreplay\",{\"_index\":816,\"name\":{\"2274\":{}},\"parent\":{}}],[\"optime\",{\"_index\":349,\"name\":{\"1039\":{}},\"parent\":{}}],[\"optionalid\",{\"_index\":730,\"name\":{\"1960\":{}},\"parent\":{}}],[\"optionalunlessrequiredid\",{\"_index\":731,\"name\":{\"1961\":{}},\"parent\":{}}],[\"options\",{\"_index\":152,\"name\":{\"505\":{},\"553\":{},\"590\":{},\"710\":{},\"755\":{},\"815\":{},\"986\":{},\"1620\":{},\"1700\":{},\"1930\":{},\"2476\":{},\"3003\":{}},\"parent\":{}}],[\"or\",{\"_index\":742,\"name\":{\"1972\":{}},\"parent\":{}}],[\"ordered\",{\"_index\":4,\"name\":{\"4\":{},\"2165\":{}},\"parent\":{}}],[\"orderedbulkoperation\",{\"_index\":393,\"name\":{\"1156\":{}},\"parent\":{\"1157\":{},\"1158\":{},\"1159\":{},\"1160\":{},\"1161\":{},\"1162\":{},\"1163\":{},\"1164\":{},\"1165\":{},\"1166\":{},\"1167\":{}}}],[\"originalindexes\",{\"_index\":380,\"name\":{\"1126\":{}},\"parent\":{}}],[\"originalzeroindex\",{\"_index\":378,\"name\":{\"1124\":{}},\"parent\":{}}],[\"os\",{\"_index\":1045,\"name\":{\"3035\":{}},\"parent\":{}}],[\"out\",{\"_index\":135,\"name\":{\"432\":{},\"1292\":{},\"1560\":{},\"2020\":{},\"2101\":{},\"2534\":{}},\"parent\":{}}],[\"outstandingrequests\",{\"_index\":616,\"name\":{\"1711\":{}},\"parent\":{}}],[\"paddingfactor\",{\"_index\":881,\"name\":{\"2604\":{}},\"parent\":{}}],[\"parent\",{\"_index\":153,\"name\":{\"506\":{},\"708\":{},\"754\":{}},\"parent\":{}}],[\"partialfilterexpression\",{\"_index\":822,\"name\":{\"2367\":{},\"2412\":{}},\"parent\":{}}],[\"passives\",{\"_index\":956,\"name\":{\"2825\":{}},\"parent\":{}}],[\"password\",{\"_index\":460,\"name\":{\"1397\":{},\"1406\":{},\"1737\":{}},\"parent\":{}}],[\"ping\",{\"_index\":124,\"name\":{\"417\":{}},\"parent\":{}}],[\"pinned\",{\"_index\":475,\"name\":{\"1422\":{}},\"parent\":{}}],[\"pipeline\",{\"_index\":131,\"name\":{\"425\":{},\"504\":{},\"2134\":{}},\"parent\":{}}],[\"pipeoptions\",{\"_index\":446,\"name\":{\"1371\":{}},\"parent\":{\"1372\":{}}}],[\"pkfactory\",{\"_index\":535,\"name\":{\"1574\":{},\"1798\":{},\"1851\":{},\"1863\":{},\"2135\":{}},\"parent\":{\"1864\":{}}}],[\"platform\",{\"_index\":628,\"name\":{\"1741\":{},\"3041\":{},\"3051\":{}},\"parent\":{}}],[\"port\",{\"_index\":970,\"name\":{\"2848\":{},\"3061\":{}},\"parent\":{}}],[\"pos\",{\"_index\":612,\"name\":{\"1707\":{}},\"parent\":{}}],[\"position\",{\"_index\":681,\"name\":{\"1906\":{}},\"parent\":{}}],[\"preference\",{\"_index\":297,\"name\":{\"913\":{}},\"parent\":{}}],[\"prependlistener\",{\"_index\":114,\"name\":{\"407\":{},\"473\":{},\"490\":{},\"527\":{},\"673\":{},\"700\":{},\"746\":{},\"791\":{},\"840\":{},\"1891\":{},\"2973\":{}},\"parent\":{}}],[\"prependoncelistener\",{\"_index\":115,\"name\":{\"408\":{},\"474\":{},\"491\":{},\"528\":{},\"674\":{},\"701\":{},\"747\":{},\"792\":{},\"841\":{},\"1892\":{},\"2974\":{}},\"parent\":{}}],[\"prev\",{\"_index\":928,\"name\":{\"2685\":{}},\"parent\":{}}],[\"previousdescription\",{\"_index\":331,\"name\":{\"1002\":{},\"1021\":{}},\"parent\":{}}],[\"primary\",{\"_index\":282,\"name\":{\"893\":{},\"898\":{},\"2836\":{}},\"parent\":{}}],[\"primary_preferred\",{\"_index\":283,\"name\":{\"894\":{}},\"parent\":{}}],[\"primarypreferred\",{\"_index\":287,\"name\":{\"899\":{}},\"parent\":{}}],[\"privatekey\",{\"_index\":559,\"name\":{\"1611\":{}},\"parent\":{}}],[\"processid\",{\"_index\":972,\"name\":{\"2853\":{}},\"parent\":{}}],[\"profilinglevel\",{\"_index\":217,\"name\":{\"613\":{},\"873\":{},\"874\":{}},\"parent\":{}}],[\"profilingleveloptions\",{\"_index\":868,\"name\":{\"2571\":{}},\"parent\":{}}],[\"project\",{\"_index\":136,\"name\":{\"433\":{},\"635\":{}},\"parent\":{}}],[\"projection\",{\"_index\":732,\"name\":{\"1962\":{},\"2255\":{},\"2292\":{},\"2315\":{},\"2341\":{}},\"parent\":{}}],[\"projectionoperators\",{\"_index\":733,\"name\":{\"1963\":{}},\"parent\":{}}],[\"promise\",{\"_index\":255,\"name\":{\"845\":{}},\"parent\":{\"846\":{},\"847\":{},\"848\":{},\"849\":{}}}],[\"promiselibrary\",{\"_index\":655,\"name\":{\"1799\":{},\"1852\":{}},\"parent\":{}}],[\"propertytype\",{\"_index\":734,\"name\":{\"1964\":{}},\"parent\":{}}],[\"proxyhost\",{\"_index\":491,\"name\":{\"1444\":{},\"1451\":{},\"1481\":{},\"1806\":{},\"1825\":{},\"2815\":{},\"2905\":{}},\"parent\":{}}],[\"proxyoptions\",{\"_index\":497,\"name\":{\"1450\":{},\"1631\":{}},\"parent\":{\"1451\":{},\"1452\":{},\"1453\":{},\"1454\":{}}}],[\"proxypassword\",{\"_index\":494,\"name\":{\"1447\":{},\"1454\":{},\"1484\":{},\"1809\":{},\"1828\":{},\"2818\":{},\"2908\":{}},\"parent\":{}}],[\"proxyport\",{\"_index\":492,\"name\":{\"1445\":{},\"1452\":{},\"1482\":{},\"1807\":{},\"1826\":{},\"2816\":{},\"2906\":{}},\"parent\":{}}],[\"proxyusername\",{\"_index\":493,\"name\":{\"1446\":{},\"1453\":{},\"1483\":{},\"1808\":{},\"1827\":{},\"2817\":{},\"2907\":{}},\"parent\":{}}],[\"pullalloperator\",{\"_index\":735,\"name\":{\"1965\":{}},\"parent\":{}}],[\"pulloperator\",{\"_index\":736,\"name\":{\"1966\":{}},\"parent\":{}}],[\"pushoperator\",{\"_index\":737,\"name\":{\"1967\":{}},\"parent\":{}}],[\"q\",{\"_index\":805,\"name\":{\"2190\":{},\"2746\":{}},\"parent\":{}}],[\"query\",{\"_index\":860,\"name\":{\"2535\":{}},\"parent\":{}}],[\"rand\",{\"_index\":715,\"name\":{\"1945\":{}},\"parent\":{}}],[\"raw\",{\"_index\":21,\"name\":{\"21\":{},\"1026\":{},\"1136\":{},\"1163\":{},\"1176\":{},\"1304\":{},\"1510\":{},\"1534\":{},\"1552\":{},\"1577\":{},\"1797\":{},\"1830\":{},\"2003\":{},\"2032\":{},\"2060\":{},\"2085\":{},\"2113\":{},\"2156\":{},\"2182\":{},\"2210\":{},\"2229\":{},\"2248\":{},\"2286\":{},\"2308\":{},\"2333\":{},\"2359\":{},\"2397\":{},\"2441\":{},\"2466\":{},\"2499\":{},\"2520\":{},\"2557\":{},\"2569\":{},\"2589\":{},\"2635\":{},\"2654\":{},\"2712\":{},\"2735\":{},\"2768\":{},\"2890\":{},\"3025\":{}},\"parent\":{}}],[\"rawlisteners\",{\"_index\":111,\"name\":{\"404\":{},\"470\":{},\"487\":{},\"524\":{},\"670\":{},\"697\":{},\"743\":{},\"788\":{},\"837\":{},\"1888\":{},\"2970\":{}},\"parent\":{}}],[\"readbuffereddocuments\",{\"_index\":89,\"name\":{\"380\":{},\"448\":{},\"649\":{},\"720\":{},\"765\":{}},\"parent\":{}}],[\"readconcern\",{\"_index\":9,\"name\":{\"9\":{},\"375\":{},\"443\":{},\"536\":{},\"593\":{},\"644\":{},\"715\":{},\"760\":{},\"818\":{},\"883\":{},\"1294\":{},\"1508\":{},\"1526\":{},\"1544\":{},\"1575\":{},\"1765\":{},\"1817\":{},\"1991\":{},\"2022\":{},\"2048\":{},\"2074\":{},\"2103\":{},\"2144\":{},\"2171\":{},\"2198\":{},\"2218\":{},\"2236\":{},\"2276\":{},\"2296\":{},\"2321\":{},\"2347\":{},\"2385\":{},\"2429\":{},\"2454\":{},\"2487\":{},\"2508\":{},\"2545\":{},\"2577\":{},\"2623\":{},\"2642\":{},\"2701\":{},\"2724\":{},\"2756\":{},\"3010\":{}},\"parent\":{\"884\":{},\"885\":{},\"886\":{},\"887\":{},\"888\":{},\"889\":{},\"890\":{},\"891\":{}}}],[\"readconcernlevel\",{\"_index\":271,\"name\":{\"875\":{},\"876\":{},\"1766\":{}},\"parent\":{}}],[\"readconcernlike\",{\"_index\":941,\"name\":{\"2772\":{}},\"parent\":{}}],[\"readonly\",{\"_index\":844,\"name\":{\"2479\":{}},\"parent\":{}}],[\"readpreference\",{\"_index\":19,\"name\":{\"19\":{},\"374\":{},\"442\":{},\"537\":{},\"594\":{},\"643\":{},\"714\":{},\"759\":{},\"820\":{},\"892\":{},\"1302\":{},\"1378\":{},\"1509\":{},\"1525\":{},\"1543\":{},\"1573\":{},\"1690\":{},\"1767\":{},\"1816\":{},\"2001\":{},\"2030\":{},\"2058\":{},\"2066\":{},\"2083\":{},\"2111\":{},\"2154\":{},\"2180\":{},\"2208\":{},\"2227\":{},\"2246\":{},\"2284\":{},\"2306\":{},\"2331\":{},\"2357\":{},\"2395\":{},\"2439\":{},\"2464\":{},\"2497\":{},\"2518\":{},\"2555\":{},\"2567\":{},\"2587\":{},\"2633\":{},\"2652\":{},\"2710\":{},\"2733\":{},\"2766\":{},\"2779\":{},\"2783\":{},\"2858\":{},\"2860\":{},\"3012\":{}},\"parent\":{\"893\":{},\"894\":{},\"895\":{},\"896\":{},\"897\":{},\"898\":{},\"899\":{},\"900\":{},\"901\":{},\"902\":{},\"903\":{},\"904\":{},\"905\":{},\"906\":{},\"907\":{},\"908\":{},\"909\":{},\"910\":{},\"911\":{},\"912\":{},\"913\":{},\"914\":{},\"915\":{},\"916\":{},\"917\":{},\"918\":{}}}],[\"readpreferencefromoptions\",{\"_index\":943,\"name\":{\"2775\":{}},\"parent\":{\"2776\":{},\"2777\":{},\"2778\":{},\"2779\":{},\"2780\":{}}}],[\"readpreferencelike\",{\"_index\":944,\"name\":{\"2781\":{}},\"parent\":{}}],[\"readpreferencelikeoptions\",{\"_index\":945,\"name\":{\"2782\":{}},\"parent\":{\"2783\":{},\"2784\":{},\"2785\":{}}}],[\"readpreferencemode\",{\"_index\":272,\"name\":{\"877\":{},\"878\":{}},\"parent\":{}}],[\"readpreferenceoptions\",{\"_index\":946,\"name\":{\"2786\":{}},\"parent\":{\"2787\":{},\"2788\":{}}}],[\"readpreferencetags\",{\"_index\":639,\"name\":{\"1769\":{},\"2777\":{}},\"parent\":{}}],[\"reason\",{\"_index\":74,\"name\":{\"297\":{},\"307\":{},\"963\":{},\"971\":{}},\"parent\":{}}],[\"receiveresponse\",{\"_index\":513,\"name\":{\"1500\":{}},\"parent\":{}}],[\"reconciliation\",{\"_index\":932,\"name\":{\"2693\":{}},\"parent\":{}}],[\"recoverytoken\",{\"_index\":1035,\"name\":{\"3004\":{}},\"parent\":{}}],[\"redact\",{\"_index\":138,\"name\":{\"435\":{}},\"parent\":{}}],[\"reducefunction\",{\"_index\":866,\"name\":{\"2561\":{}},\"parent\":{\"2562\":{}}}],[\"regex\",{\"_index\":701,\"name\":{\"1929\":{}},\"parent\":{}}],[\"regexporstring\",{\"_index\":738,\"name\":{\"1968\":{}},\"parent\":{}}],[\"remove\",{\"_index\":198,\"name\":{\"579\":{},\"2681\":{},\"2686\":{}},\"parent\":{}}],[\"removealllisteners\",{\"_index\":109,\"name\":{\"402\":{},\"468\":{},\"485\":{},\"522\":{},\"668\":{},\"695\":{},\"741\":{},\"786\":{},\"835\":{},\"1886\":{},\"2968\":{}},\"parent\":{}}],[\"removed\",{\"_index\":926,\"name\":{\"2681\":{}},\"parent\":{}}],[\"removedfields\",{\"_index\":449,\"name\":{\"1385\":{}},\"parent\":{}}],[\"removelistener\",{\"_index\":107,\"name\":{\"400\":{},\"466\":{},\"483\":{},\"520\":{},\"666\":{},\"693\":{},\"739\":{},\"784\":{},\"833\":{},\"1884\":{},\"2966\":{}},\"parent\":{}}],[\"removeuser\",{\"_index\":126,\"name\":{\"419\":{},\"611\":{}},\"parent\":{}}],[\"removeuseroptions\",{\"_index\":869,\"name\":{\"2572\":{}},\"parent\":{}}],[\"rename\",{\"_index\":169,\"name\":{\"549\":{},\"687\":{}},\"parent\":{}}],[\"renamecollection\",{\"_index\":212,\"name\":{\"605\":{}},\"parent\":{}}],[\"renameoptions\",{\"_index\":870,\"name\":{\"2573\":{}},\"parent\":{\"2574\":{},\"2575\":{},\"2576\":{},\"2577\":{},\"2578\":{},\"2579\":{},\"2580\":{},\"2581\":{},\"2582\":{},\"2583\":{},\"2584\":{},\"2585\":{},\"2586\":{},\"2587\":{},\"2588\":{},\"2589\":{},\"2590\":{},\"2591\":{},\"2592\":{}}}],[\"replacement\",{\"_index\":370,\"name\":{\"1086\":{}},\"parent\":{}}],[\"replaceone\",{\"_index\":165,\"name\":{\"545\":{},\"1146\":{}},\"parent\":{}}],[\"replaceonemodel\",{\"_index\":369,\"name\":{\"1084\":{}},\"parent\":{\"1085\":{},\"1086\":{},\"1087\":{},\"1088\":{},\"1089\":{}}}],[\"replaceoptions\",{\"_index\":933,\"name\":{\"2694\":{}},\"parent\":{\"2695\":{},\"2696\":{},\"2697\":{},\"2698\":{},\"2699\":{},\"2700\":{},\"2701\":{},\"2702\":{},\"2703\":{},\"2704\":{},\"2705\":{},\"2706\":{},\"2707\":{},\"2708\":{},\"2709\":{},\"2710\":{},\"2711\":{},\"2712\":{},\"2713\":{},\"2714\":{},\"2715\":{}}}],[\"replicaset\",{\"_index\":631,\"name\":{\"1744\":{},\"1844\":{},\"2884\":{}},\"parent\":{}}],[\"replsetgetstatus\",{\"_index\":129,\"name\":{\"422\":{}},\"parent\":{}}],[\"reply\",{\"_index\":315,\"name\":{\"951\":{},\"1013\":{}},\"parent\":{}}],[\"requestid\",{\"_index\":306,\"name\":{\"929\":{},\"937\":{},\"948\":{}},\"parent\":{}}],[\"requiring\",{\"_index\":901,\"name\":{\"2662\":{}},\"parent\":{}}],[\"reset\",{\"_index\":237,\"name\":{\"797\":{},\"2687\":{}},\"parent\":{}}],[\"resolveauthmechanism\",{\"_index\":464,\"name\":{\"1402\":{}},\"parent\":{}}],[\"response\",{\"_index\":145,\"name\":{\"496\":{}},\"parent\":{}}],[\"restarted\",{\"_index\":929,\"name\":{\"2688\":{}},\"parent\":{}}],[\"result\",{\"_index\":28,\"name\":{\"28\":{},\"358\":{},\"1047\":{}},\"parent\":{}}],[\"resume_token_changed\",{\"_index\":151,\"name\":{\"503\":{}},\"parent\":{}}],[\"resumeafter\",{\"_index\":429,\"name\":{\"1280\":{},\"1379\":{}},\"parent\":{}}],[\"resumeoptions\",{\"_index\":447,\"name\":{\"1373\":{}},\"parent\":{\"1374\":{},\"1375\":{},\"1376\":{},\"1377\":{},\"1378\":{},\"1379\":{},\"1380\":{},\"1381\":{}}}],[\"resumetoken\",{\"_index\":156,\"name\":{\"510\":{},\"1382\":{}},\"parent\":{}}],[\"retryreads\",{\"_index\":645,\"name\":{\"1779\":{},\"1853\":{},\"2882\":{}},\"parent\":{}}],[\"retrywrites\",{\"_index\":13,\"name\":{\"13\":{},\"1296\":{},\"1562\":{},\"1576\":{},\"1780\":{},\"1854\":{},\"1995\":{},\"2024\":{},\"2052\":{},\"2077\":{},\"2105\":{},\"2148\":{},\"2174\":{},\"2202\":{},\"2221\":{},\"2240\":{},\"2278\":{},\"2300\":{},\"2325\":{},\"2351\":{},\"2389\":{},\"2433\":{},\"2458\":{},\"2491\":{},\"2512\":{},\"2549\":{},\"2581\":{},\"2627\":{},\"2646\":{},\"2704\":{},\"2727\":{},\"2760\":{},\"2881\":{},\"3018\":{}},\"parent\":{}}],[\"returndocument\",{\"_index\":270,\"name\":{\"871\":{},\"872\":{},\"2316\":{},\"2342\":{}},\"parent\":{}}],[\"returnkey\",{\"_index\":223,\"name\":{\"629\":{},\"2262\":{}},\"parent\":{}}],[\"reuse\",{\"_index\":912,\"name\":{\"2667\":{}},\"parent\":{}}],[\"revision\",{\"_index\":591,\"name\":{\"1670\":{}},\"parent\":{}}],[\"rewind\",{\"_index\":101,\"name\":{\"394\":{},\"461\":{},\"661\":{},\"734\":{},\"779\":{}},\"parent\":{}}],[\"role\",{\"_index\":760,\"name\":{\"2008\":{}},\"parent\":{}}],[\"roles\",{\"_index\":757,\"name\":{\"1988\":{}},\"parent\":{}}],[\"rolespecification\",{\"_index\":759,\"name\":{\"2007\":{}},\"parent\":{\"2008\":{},\"2009\":{}}}],[\"rootfilteroperators\",{\"_index\":739,\"name\":{\"1969\":{}},\"parent\":{\"1970\":{},\"1971\":{},\"1972\":{},\"1973\":{},\"1974\":{},\"1979\":{},\"1980\":{}}}],[\"rootfilteroperators.__type\",{\"_index\":745,\"name\":{},\"parent\":{\"1975\":{},\"1976\":{},\"1977\":{},\"1978\":{}}}],[\"roundtriptime\",{\"_index\":958,\"name\":{\"2832\":{}},\"parent\":{}}],[\"runcommandoptions\",{\"_index\":873,\"name\":{\"2593\":{}},\"parent\":{}}],[\"scale\",{\"_index\":894,\"name\":{\"2621\":{},\"2640\":{}},\"parent\":{}}],[\"scalefactor\",{\"_index\":892,\"name\":{\"2619\":{}},\"parent\":{}}],[\"schemamap\",{\"_index\":562,\"name\":{\"1616\":{}},\"parent\":{}}],[\"schemamember\",{\"_index\":750,\"name\":{\"1981\":{}},\"parent\":{}}],[\"scope\",{\"_index\":863,\"name\":{\"2540\":{}},\"parent\":{}}],[\"search\",{\"_index\":744,\"name\":{\"1975\":{},\"2689\":{},\"2690\":{}},\"parent\":{}}],[\"searches\",{\"_index\":930,\"name\":{\"2688\":{}},\"parent\":{}}],[\"secondary\",{\"_index\":284,\"name\":{\"895\":{},\"900\":{}},\"parent\":{}}],[\"secondary_preferred\",{\"_index\":285,\"name\":{\"896\":{}},\"parent\":{}}],[\"secondaryok\",{\"_index\":209,\"name\":{\"592\":{},\"916\":{}},\"parent\":{}}],[\"secondarypreferred\",{\"_index\":288,\"name\":{\"901\":{}},\"parent\":{}}],[\"secretaccesskey\",{\"_index\":548,\"name\":{\"1597\":{}},\"parent\":{}}],[\"selectserveroptions\",{\"_index\":976,\"name\":{\"2859\":{}},\"parent\":{\"2860\":{},\"2861\":{},\"2862\":{}}}],[\"serverapi\",{\"_index\":251,\"name\":{\"816\":{},\"1429\":{},\"1467\":{},\"1803\":{},\"1819\":{},\"1865\":{},\"2803\":{},\"2889\":{}},\"parent\":{\"1866\":{},\"1867\":{},\"1868\":{}}}],[\"serverapiversion\",{\"_index\":268,\"name\":{\"867\":{},\"868\":{}},\"parent\":{}}],[\"servercapabilities\",{\"_index\":977,\"name\":{\"2863\":{}},\"parent\":{\"2864\":{},\"2865\":{},\"2866\":{},\"2867\":{},\"2868\":{},\"2869\":{},\"2870\":{},\"2871\":{},\"2872\":{},\"2873\":{},\"2874\":{},\"2875\":{}}}],[\"serverclosedevent\",{\"_index\":328,\"name\":{\"996\":{}},\"parent\":{\"997\":{},\"998\":{}}}],[\"serverdescription\",{\"_index\":955,\"name\":{\"2821\":{}},\"parent\":{\"2822\":{},\"2823\":{},\"2824\":{},\"2825\":{},\"2826\":{},\"2827\":{},\"2828\":{},\"2829\":{},\"2830\":{},\"2831\":{},\"2832\":{},\"2833\":{},\"2834\":{},\"2835\":{},\"2836\":{},\"2837\":{},\"2838\":{},\"2839\":{},\"2840\":{},\"2841\":{},\"2842\":{},\"2843\":{},\"2844\":{},\"2845\":{},\"2846\":{},\"2847\":{},\"2848\":{},\"2849\":{}}}],[\"serverdescriptionchangedevent\",{\"_index\":330,\"name\":{\"999\":{}},\"parent\":{\"1000\":{},\"1001\":{},\"1002\":{},\"1003\":{}}}],[\"serverevents\",{\"_index\":953,\"name\":{\"2819\":{}},\"parent\":{}}],[\"serverheartbeatfailedevent\",{\"_index\":333,\"name\":{\"1004\":{}},\"parent\":{\"1005\":{},\"1006\":{},\"1007\":{}}}],[\"serverheartbeatstartedevent\",{\"_index\":334,\"name\":{\"1008\":{}},\"parent\":{\"1009\":{}}}],[\"serverheartbeatsucceededevent\",{\"_index\":335,\"name\":{\"1010\":{}},\"parent\":{\"1011\":{},\"1012\":{},\"1013\":{}}}],[\"serverinfo\",{\"_index\":122,\"name\":{\"415\":{}},\"parent\":{}}],[\"serveropeningevent\",{\"_index\":336,\"name\":{\"1014\":{}},\"parent\":{\"1015\":{},\"1016\":{}}}],[\"serveroptions\",{\"_index\":954,\"name\":{\"2820\":{}},\"parent\":{}}],[\"servers\",{\"_index\":992,\"name\":{\"2922\":{}},\"parent\":{}}],[\"serverselectiontimeoutms\",{\"_index\":641,\"name\":{\"1775\":{},\"1855\":{},\"2861\":{},\"2883\":{}},\"parent\":{}}],[\"serverselector\",{\"_index\":974,\"name\":{\"2855\":{}},\"parent\":{\"2856\":{}}}],[\"serversession\",{\"_index\":1009,\"name\":{\"2948\":{},\"2988\":{}},\"parent\":{\"2989\":{},\"2990\":{},\"2991\":{},\"2992\":{},\"2993\":{}}}],[\"serversessionid\",{\"_index\":1031,\"name\":{\"2994\":{}},\"parent\":{\"2995\":{}}}],[\"serversessionid.__type\",{\"_index\":1032,\"name\":{},\"parent\":{\"2996\":{}}}],[\"serverstatus\",{\"_index\":123,\"name\":{\"416\":{}},\"parent\":{}}],[\"servertype\",{\"_index\":273,\"name\":{\"879\":{},\"880\":{}},\"parent\":{}}],[\"service_host\",{\"_index\":452,\"name\":{\"1388\":{}},\"parent\":{}}],[\"service_name\",{\"_index\":453,\"name\":{\"1389\":{}},\"parent\":{}}],[\"service_realm\",{\"_index\":454,\"name\":{\"1390\":{}},\"parent\":{}}],[\"serviceid\",{\"_index\":310,\"name\":{\"933\":{},\"943\":{},\"952\":{},\"972\":{}},\"parent\":{}}],[\"session\",{\"_index\":17,\"name\":{\"17\":{},\"1300\":{},\"1524\":{},\"1542\":{},\"1999\":{},\"2028\":{},\"2056\":{},\"2067\":{},\"2081\":{},\"2109\":{},\"2152\":{},\"2178\":{},\"2206\":{},\"2225\":{},\"2244\":{},\"2282\":{},\"2304\":{},\"2329\":{},\"2355\":{},\"2393\":{},\"2437\":{},\"2462\":{},\"2495\":{},\"2516\":{},\"2553\":{},\"2565\":{},\"2585\":{},\"2631\":{},\"2650\":{},\"2708\":{},\"2731\":{},\"2764\":{},\"2776\":{},\"2862\":{},\"3022\":{}},\"parent\":{}}],[\"sessiontoken\",{\"_index\":549,\"name\":{\"1598\":{}},\"parent\":{}}],[\"set\",{\"_index\":257,\"name\":{\"847\":{}},\"parent\":{}}],[\"setcurrentlogger\",{\"_index\":239,\"name\":{\"799\":{}},\"parent\":{}}],[\"setfields\",{\"_index\":751,\"name\":{\"1982\":{}},\"parent\":{}}],[\"setlevel\",{\"_index\":240,\"name\":{\"801\":{}},\"parent\":{}}],[\"setmaxlisteners\",{\"_index\":118,\"name\":{\"411\":{},\"477\":{},\"494\":{},\"531\":{},\"677\":{},\"704\":{},\"750\":{},\"795\":{},\"844\":{},\"1895\":{},\"2977\":{}},\"parent\":{}}],[\"setname\",{\"_index\":962,\"name\":{\"2837\":{},\"2919\":{}},\"parent\":{}}],[\"setprofilinglevel\",{\"_index\":216,\"name\":{\"612\":{}},\"parent\":{}}],[\"setprofilingleveloptions\",{\"_index\":874,\"name\":{\"2594\":{}},\"parent\":{}}],[\"setversion\",{\"_index\":963,\"name\":{\"2838\":{}},\"parent\":{}}],[\"showexpandedevents\",{\"_index\":432,\"name\":{\"1284\":{}},\"parent\":{}}],[\"showrecordid\",{\"_index\":224,\"name\":{\"630\":{},\"2272\":{}},\"parent\":{}}],[\"signature\",{\"_index\":947,\"name\":{\"2791\":{}},\"parent\":{}}],[\"single\",{\"_index\":801,\"name\":{\"2169\":{}},\"parent\":{}}],[\"singlebatch\",{\"_index\":814,\"name\":{\"2270\":{}},\"parent\":{}}],[\"size\",{\"_index\":382,\"name\":{\"1129\":{},\"1940\":{},\"2125\":{},\"2598\":{},\"2665\":{},\"2666\":{},\"2670\":{}},\"parent\":{}}],[\"sizebytes\",{\"_index\":383,\"name\":{\"1130\":{}},\"parent\":{}}],[\"skip\",{\"_index\":139,\"name\":{\"436\":{},\"640\":{},\"1666\":{},\"1672\":{},\"2069\":{},\"2090\":{},\"2256\":{}},\"parent\":{}}],[\"skipkillcursors\",{\"_index\":528,\"name\":{\"1537\":{}},\"parent\":{}}],[\"slaveok\",{\"_index\":208,\"name\":{\"591\":{},\"915\":{},\"1507\":{}},\"parent\":{}}],[\"slice\",{\"_index\":680,\"name\":{\"1905\":{}},\"parent\":{}}],[\"snapshot\",{\"_index\":279,\"name\":{\"888\":{},\"2983\":{}},\"parent\":{}}],[\"snapshotenabled\",{\"_index\":1010,\"name\":{\"2949\":{}},\"parent\":{}}],[\"socketpath\",{\"_index\":1053,\"name\":{\"3062\":{}},\"parent\":{}}],[\"sockettimeoutms\",{\"_index\":487,\"name\":{\"1437\":{},\"1476\":{},\"1755\":{},\"1836\":{},\"2810\":{},\"2901\":{}},\"parent\":{}}],[\"sort\",{\"_index\":140,\"name\":{\"437\":{},\"636\":{},\"1665\":{},\"1671\":{},\"1907\":{},\"2254\":{},\"2293\":{},\"2317\":{},\"2343\":{},\"2536\":{},\"2999\":{}},\"parent\":{}}],[\"sortdirection\",{\"_index\":1034,\"name\":{\"3000\":{}},\"parent\":{}}],[\"source\",{\"_index\":461,\"name\":{\"1398\":{},\"1407\":{}},\"parent\":{}}],[\"sparse\",{\"_index\":823,\"name\":{\"2368\":{},\"2413\":{}},\"parent\":{}}],[\"srvhost\",{\"_index\":659,\"name\":{\"1814\":{},\"2885\":{}},\"parent\":{}}],[\"srvmaxhosts\",{\"_index\":637,\"name\":{\"1758\":{},\"1856\":{},\"2878\":{}},\"parent\":{}}],[\"srvservicename\",{\"_index\":638,\"name\":{\"1759\":{},\"1857\":{},\"2879\":{}},\"parent\":{}}],[\"ssl\",{\"_index\":632,\"name\":{\"1746\":{}},\"parent\":{}}],[\"sslca\",{\"_index\":650,\"name\":{\"1788\":{}},\"parent\":{}}],[\"sslcert\",{\"_index\":651,\"name\":{\"1789\":{}},\"parent\":{}}],[\"sslcrl\",{\"_index\":654,\"name\":{\"1792\":{}},\"parent\":{}}],[\"sslkey\",{\"_index\":652,\"name\":{\"1790\":{}},\"parent\":{}}],[\"sslpass\",{\"_index\":653,\"name\":{\"1791\":{}},\"parent\":{}}],[\"sslvalidate\",{\"_index\":649,\"name\":{\"1787\":{}},\"parent\":{}}],[\"stale\",{\"_index\":993,\"name\":{\"2923\":{}},\"parent\":{}}],[\"start\",{\"_index\":587,\"name\":{\"1661\":{},\"1667\":{},\"1673\":{}},\"parent\":{}}],[\"startafter\",{\"_index\":430,\"name\":{\"1281\":{},\"1380\":{}},\"parent\":{}}],[\"startatoperationtime\",{\"_index\":431,\"name\":{\"1282\":{},\"1374\":{}},\"parent\":{}}],[\"startsession\",{\"_index\":253,\"name\":{\"826\":{}},\"parent\":{}}],[\"starttransaction\",{\"_index\":1017,\"name\":{\"2958\":{}},\"parent\":{}}],[\"state\",{\"_index\":613,\"name\":{\"1708\":{}},\"parent\":{}}],[\"stats\",{\"_index\":185,\"name\":{\"566\":{},\"603\":{}},\"parent\":{}}],[\"storageengine\",{\"_index\":783,\"name\":{\"2128\":{},\"2370\":{},\"2415\":{}},\"parent\":{}}],[\"storagesize\",{\"_index\":877,\"name\":{\"2600\":{}},\"parent\":{}}],[\"stream\",{\"_index\":90,\"name\":{\"381\":{},\"449\":{},\"516\":{},\"650\":{},\"721\":{},\"766\":{},\"1413\":{}},\"parent\":{}}],[\"streamdescription\",{\"_index\":506,\"name\":{\"1485\":{}},\"parent\":{\"1486\":{},\"1487\":{},\"1488\":{},\"1489\":{},\"1490\":{},\"1491\":{},\"1492\":{},\"1493\":{},\"1494\":{},\"1495\":{},\"1496\":{},\"1497\":{},\"1498\":{},\"1499\":{},\"1500\":{}}}],[\"streamdescriptionoptions\",{\"_index\":514,\"name\":{\"1501\":{}},\"parent\":{\"1502\":{},\"1503\":{},\"1504\":{}}}],[\"streamend\",{\"_index\":614,\"name\":{\"1710\":{}},\"parent\":{}}],[\"streamoptions\",{\"_index\":155,\"name\":{\"509\":{}},\"parent\":{}}],[\"strength\",{\"_index\":766,\"name\":{\"2040\":{}},\"parent\":{}}],[\"strict\",{\"_index\":661,\"name\":{\"1867\":{},\"2122\":{}},\"parent\":{}}],[\"supportednodeconnectionoptions\",{\"_index\":663,\"name\":{\"1869\":{}},\"parent\":{}}],[\"supportedsocketoptions\",{\"_index\":664,\"name\":{\"1870\":{}},\"parent\":{}}],[\"supportedtlsconnectionoptions\",{\"_index\":665,\"name\":{\"1871\":{}},\"parent\":{}}],[\"supportedtlssocketoptions\",{\"_index\":666,\"name\":{\"1872\":{}},\"parent\":{}}],[\"supports\",{\"_index\":1003,\"name\":{\"2939\":{}},\"parent\":{}}],[\"supportssnapshotreads\",{\"_index\":984,\"name\":{\"2873\":{}},\"parent\":{}}],[\"system_command_collection\",{\"_index\":205,\"name\":{\"586\":{}},\"parent\":{}}],[\"system_index_collection\",{\"_index\":202,\"name\":{\"583\":{}},\"parent\":{}}],[\"system_js_collection\",{\"_index\":206,\"name\":{\"587\":{}},\"parent\":{}}],[\"system_namespace_collection\",{\"_index\":201,\"name\":{\"582\":{}},\"parent\":{}}],[\"system_profile_collection\",{\"_index\":203,\"name\":{\"584\":{}},\"parent\":{}}],[\"system_user_collection\",{\"_index\":204,\"name\":{\"585\":{}},\"parent\":{}}],[\"tags\",{\"_index\":293,\"name\":{\"909\":{},\"2827\":{}},\"parent\":{}}],[\"tagset\",{\"_index\":971,\"name\":{\"2850\":{}},\"parent\":{\"2851\":{}}}],[\"tailable\",{\"_index\":524,\"name\":{\"1531\":{},\"1549\":{},\"2259\":{}},\"parent\":{}}],[\"teardown\",{\"_index\":536,\"name\":{\"1584\":{}},\"parent\":{}}],[\"tenantid\",{\"_index\":553,\"name\":{\"1604\":{}},\"parent\":{}}],[\"text\",{\"_index\":743,\"name\":{\"1973\":{}},\"parent\":{}}],[\"textindexversion\",{\"_index\":828,\"name\":{\"2376\":{},\"2419\":{}},\"parent\":{}}],[\"time\",{\"_index\":317,\"name\":{\"956\":{},\"960\":{},\"964\":{},\"967\":{},\"973\":{},\"977\":{},\"980\":{},\"983\":{},\"987\":{},\"990\":{},\"994\":{}},\"parent\":{}}],[\"timefield\",{\"_index\":797,\"name\":{\"2161\":{}},\"parent\":{}}],[\"timeout\",{\"_index\":813,\"name\":{\"2258\":{}},\"parent\":{}}],[\"timeseries\",{\"_index\":789,\"name\":{\"2136\":{}},\"parent\":{}}],[\"timeseriescollectionoptions\",{\"_index\":796,\"name\":{\"2160\":{}},\"parent\":{\"2161\":{},\"2162\":{},\"2163\":{}}}],[\"tls\",{\"_index\":483,\"name\":{\"1433\":{},\"1472\":{},\"1745\":{},\"1829\":{},\"2806\":{},\"2897\":{}},\"parent\":{}}],[\"tlsallowinvalidcertificates\",{\"_index\":634,\"name\":{\"1751\":{},\"1858\":{}},\"parent\":{}}],[\"tlsallowinvalidhostnames\",{\"_index\":635,\"name\":{\"1752\":{},\"1859\":{}},\"parent\":{}}],[\"tlscafile\",{\"_index\":577,\"name\":{\"1642\":{},\"1750\":{}},\"parent\":{}}],[\"tlscertificatefile\",{\"_index\":633,\"name\":{\"1747\":{}},\"parent\":{}}],[\"tlscertificatekeyfile\",{\"_index\":575,\"name\":{\"1640\":{},\"1748\":{}},\"parent\":{}}],[\"tlscertificatekeyfilepassword\",{\"_index\":576,\"name\":{\"1641\":{},\"1749\":{}},\"parent\":{}}],[\"tlsinsecure\",{\"_index\":636,\"name\":{\"1753\":{},\"1860\":{}},\"parent\":{}}],[\"tlsoptions\",{\"_index\":573,\"name\":{\"1632\":{}},\"parent\":{}}],[\"to\",{\"_index\":436,\"name\":{\"1318\":{}},\"parent\":{}}],[\"toarray\",{\"_index\":95,\"name\":{\"387\":{},\"455\":{},\"656\":{},\"727\":{},\"772\":{}},\"parent\":{}}],[\"tobson\",{\"_index\":1020,\"name\":{\"2961\":{}},\"parent\":{}}],[\"tojson\",{\"_index\":281,\"name\":{\"891\":{},\"918\":{},\"1071\":{},\"1110\":{},\"1120\":{}},\"parent\":{}}],[\"topologyclosedevent\",{\"_index\":337,\"name\":{\"1017\":{}},\"parent\":{\"1018\":{}}}],[\"topologydescription\",{\"_index\":989,\"name\":{\"2916\":{}},\"parent\":{\"2917\":{},\"2918\":{},\"2919\":{},\"2920\":{},\"2921\":{},\"2922\":{},\"2923\":{},\"2924\":{},\"2925\":{},\"2926\":{},\"2927\":{},\"2928\":{},\"2929\":{},\"2930\":{},\"2931\":{},\"2932\":{}}}],[\"topologydescriptionchangedevent\",{\"_index\":338,\"name\":{\"1019\":{}},\"parent\":{\"1020\":{},\"1021\":{},\"1022\":{}}}],[\"topologydescriptionoptions\",{\"_index\":999,\"name\":{\"2933\":{}},\"parent\":{\"2934\":{},\"2935\":{}}}],[\"topologyevents\",{\"_index\":987,\"name\":{\"2876\":{}},\"parent\":{}}],[\"topologyid\",{\"_index\":329,\"name\":{\"997\":{},\"1000\":{},\"1015\":{},\"1018\":{},\"1020\":{},\"1024\":{}},\"parent\":{}}],[\"topologyopeningevent\",{\"_index\":339,\"name\":{\"1023\":{}},\"parent\":{\"1024\":{}}}],[\"topologyoptions\",{\"_index\":988,\"name\":{\"2877\":{}},\"parent\":{\"2878\":{},\"2879\":{},\"2880\":{},\"2881\":{},\"2882\":{},\"2883\":{},\"2884\":{},\"2885\":{},\"2886\":{},\"2887\":{},\"2888\":{},\"2889\":{},\"2890\":{},\"2891\":{},\"2892\":{},\"2893\":{},\"2894\":{},\"2895\":{},\"2896\":{},\"2897\":{},\"2898\":{},\"2899\":{},\"2900\":{},\"2901\":{},\"2902\":{},\"2903\":{},\"2904\":{},\"2905\":{},\"2906\":{},\"2907\":{},\"2908\":{},\"2909\":{},\"2910\":{},\"2911\":{},\"2912\":{},\"2913\":{},\"2914\":{},\"2915\":{}}}],[\"topologytype\",{\"_index\":274,\"name\":{\"881\":{},\"882\":{}},\"parent\":{}}],[\"topologyversion\",{\"_index\":44,\"name\":{\"44\":{},\"54\":{},\"64\":{},\"74\":{},\"84\":{},\"94\":{},\"104\":{},\"114\":{},\"124\":{},\"134\":{},\"143\":{},\"154\":{},\"164\":{},\"174\":{},\"184\":{},\"194\":{},\"204\":{},\"214\":{},\"224\":{},\"234\":{},\"244\":{},\"254\":{},\"264\":{},\"274\":{},\"288\":{},\"299\":{},\"310\":{},\"320\":{},\"330\":{},\"340\":{},\"350\":{},\"365\":{},\"2829\":{},\"2852\":{}},\"parent\":{\"2853\":{},\"2854\":{}}}],[\"tostring\",{\"_index\":363,\"name\":{\"1072\":{},\"1111\":{},\"1121\":{},\"3065\":{},\"3071\":{}},\"parent\":{}}],[\"totalindexsize\",{\"_index\":883,\"name\":{\"2606\":{}},\"parent\":{}}],[\"totalsize\",{\"_index\":855,\"name\":{\"2526\":{},\"2618\":{}},\"parent\":{}}],[\"totalsizemb\",{\"_index\":856,\"name\":{\"2527\":{}},\"parent\":{}}],[\"transaction\",{\"_index\":1008,\"name\":{\"2946\":{},\"3001\":{}},\"parent\":{\"3002\":{},\"3003\":{},\"3004\":{},\"3005\":{},\"3006\":{},\"3007\":{},\"3008\":{}}}],[\"transactionoptions\",{\"_index\":1039,\"name\":{\"3009\":{}},\"parent\":{\"3010\":{},\"3011\":{},\"3012\":{},\"3013\":{},\"3014\":{},\"3015\":{},\"3016\":{},\"3017\":{},\"3018\":{},\"3019\":{},\"3020\":{},\"3021\":{},\"3022\":{},\"3023\":{},\"3024\":{},\"3025\":{},\"3026\":{},\"3027\":{}}}],[\"transform\",{\"_index\":531,\"name\":{\"1540\":{}},\"parent\":{}}],[\"translate\",{\"_index\":290,\"name\":{\"905\":{}},\"parent\":{}}],[\"truncate\",{\"_index\":931,\"name\":{\"2691\":{}},\"parent\":{}}],[\"truncatedarrays\",{\"_index\":450,\"name\":{\"1386\":{}},\"parent\":{}}],[\"trynext\",{\"_index\":93,\"name\":{\"384\":{},\"452\":{},\"513\":{},\"653\":{},\"724\":{},\"769\":{}},\"parent\":{}}],[\"txnnumber\",{\"_index\":400,\"name\":{\"1185\":{},\"1192\":{},\"1199\":{},\"1209\":{},\"1221\":{},\"1236\":{},\"1243\":{},\"1250\":{},\"1261\":{},\"1271\":{},\"1312\":{},\"1325\":{},\"1335\":{},\"1344\":{},\"1352\":{},\"1364\":{},\"2991\":{}},\"parent\":{}}],[\"type\",{\"_index\":154,\"name\":{\"508\":{},\"1488\":{},\"1925\":{},\"2475\":{},\"2823\":{},\"2918\":{},\"3037\":{}},\"parent\":{}}],[\"typedeventemitter\",{\"_index\":671,\"name\":{\"1879\":{}},\"parent\":{\"1880\":{},\"1881\":{},\"1882\":{},\"1883\":{},\"1884\":{},\"1885\":{},\"1886\":{},\"1887\":{},\"1888\":{},\"1889\":{},\"1890\":{},\"1891\":{},\"1892\":{},\"1893\":{},\"1894\":{},\"1895\":{}}}],[\"u\",{\"_index\":938,\"name\":{\"2747\":{}},\"parent\":{}}],[\"unique\",{\"_index\":778,\"name\":{\"2120\":{},\"2365\":{},\"2411\":{}},\"parent\":{}}],[\"unit\",{\"_index\":909,\"name\":{\"2666\":{}},\"parent\":{}}],[\"unorderedbulkoperation\",{\"_index\":394,\"name\":{\"1168\":{}},\"parent\":{\"1169\":{},\"1170\":{},\"1171\":{},\"1172\":{},\"1173\":{},\"1174\":{},\"1175\":{},\"1176\":{},\"1177\":{},\"1178\":{},\"1179\":{},\"1180\":{}}}],[\"unpinned\",{\"_index\":476,\"name\":{\"1423\":{}},\"parent\":{}}],[\"unref\",{\"_index\":218,\"name\":{\"615\":{}},\"parent\":{}}],[\"unwind\",{\"_index\":141,\"name\":{\"438\":{}},\"parent\":{}}],[\"update\",{\"_index\":197,\"name\":{\"578\":{},\"1092\":{},\"1099\":{},\"1144\":{},\"2682\":{},\"2692\":{}},\"parent\":{}}],[\"updated\",{\"_index\":927,\"name\":{\"2682\":{}},\"parent\":{}}],[\"updatedescription\",{\"_index\":443,\"name\":{\"1359\":{},\"1383\":{}},\"parent\":{\"1384\":{},\"1385\":{},\"1386\":{}}}],[\"updatedfields\",{\"_index\":448,\"name\":{\"1384\":{}},\"parent\":{}}],[\"updatefilter\",{\"_index\":752,\"name\":{\"1983\":{}},\"parent\":{}}],[\"updatemany\",{\"_index\":166,\"name\":{\"546\":{}},\"parent\":{}}],[\"updatemanymodel\",{\"_index\":372,\"name\":{\"1090\":{}},\"parent\":{\"1091\":{},\"1092\":{},\"1093\":{},\"1094\":{},\"1095\":{},\"1096\":{}}}],[\"updateone\",{\"_index\":164,\"name\":{\"544\":{},\"1145\":{}},\"parent\":{}}],[\"updateonemodel\",{\"_index\":374,\"name\":{\"1097\":{}},\"parent\":{\"1098\":{},\"1099\":{},\"1100\":{},\"1101\":{},\"1102\":{},\"1103\":{}}}],[\"updateoptions\",{\"_index\":934,\"name\":{\"2716\":{}},\"parent\":{\"2717\":{},\"2718\":{},\"2719\":{},\"2720\":{},\"2721\":{},\"2722\":{},\"2723\":{},\"2724\":{},\"2725\":{},\"2726\":{},\"2727\":{},\"2728\":{},\"2729\":{},\"2730\":{},\"2731\":{},\"2732\":{},\"2733\":{},\"2734\":{},\"2735\":{},\"2736\":{},\"2737\":{},\"2738\":{}}}],[\"updateresult\",{\"_index\":935,\"name\":{\"2739\":{}},\"parent\":{\"2740\":{},\"2741\":{},\"2742\":{},\"2743\":{},\"2744\":{}}}],[\"updatestatement\",{\"_index\":937,\"name\":{\"2745\":{}},\"parent\":{\"2746\":{},\"2747\":{},\"2748\":{},\"2749\":{},\"2750\":{},\"2751\":{},\"2752\":{}}}],[\"uploaddate\",{\"_index\":598,\"name\":{\"1683\":{}},\"parent\":{}}],[\"upsert\",{\"_index\":371,\"name\":{\"1089\":{},\"1096\":{},\"1103\":{},\"1149\":{},\"2318\":{},\"2344\":{},\"2698\":{},\"2721\":{},\"2748\":{}},\"parent\":{}}],[\"upserted\",{\"_index\":348,\"name\":{\"1038\":{}},\"parent\":{}}],[\"upsertedcount\",{\"_index\":36,\"name\":{\"36\":{},\"1052\":{},\"2743\":{}},\"parent\":{}}],[\"upsertedid\",{\"_index\":936,\"name\":{\"2744\":{}},\"parent\":{}}],[\"upsertedids\",{\"_index\":38,\"name\":{\"38\":{},\"1053\":{}},\"parent\":{}}],[\"userflags\",{\"_index\":882,\"name\":{\"2605\":{}},\"parent\":{}}],[\"username\",{\"_index\":459,\"name\":{\"1396\":{},\"1405\":{},\"1736\":{}},\"parent\":{}}],[\"uuid\",{\"_index\":846,\"name\":{\"2480\":{}},\"parent\":{}}],[\"validate\",{\"_index\":256,\"name\":{\"846\":{},\"1403\":{}},\"parent\":{}}],[\"validatecollection\",{\"_index\":127,\"name\":{\"420\":{}},\"parent\":{}}],[\"validatecollectionoptions\",{\"_index\":940,\"name\":{\"2753\":{}},\"parent\":{\"2754\":{},\"2755\":{},\"2756\":{},\"2757\":{},\"2758\":{},\"2759\":{},\"2760\":{},\"2761\":{},\"2762\":{},\"2763\":{},\"2764\":{},\"2765\":{},\"2766\":{},\"2767\":{},\"2768\":{},\"2769\":{},\"2770\":{},\"2771\":{}}}],[\"validationaction\",{\"_index\":786,\"name\":{\"2131\":{}},\"parent\":{}}],[\"validationlevel\",{\"_index\":785,\"name\":{\"2130\":{}},\"parent\":{}}],[\"validator\",{\"_index\":784,\"name\":{\"2129\":{}},\"parent\":{}}],[\"value\",{\"_index\":518,\"name\":{\"1516\":{},\"2680\":{},\"2682\":{}},\"parent\":{}}],[\"verbose\",{\"_index\":865,\"name\":{\"2542\":{}},\"parent\":{}}],[\"version\",{\"_index\":627,\"name\":{\"1740\":{},\"1866\":{},\"2372\":{},\"2406\":{},\"2669\":{},\"2671\":{},\"3034\":{},\"3040\":{},\"3042\":{},\"3050\":{}},\"parent\":{}}],[\"viewon\",{\"_index\":788,\"name\":{\"2133\":{}},\"parent\":{}}],[\"w\",{\"_index\":299,\"name\":{\"922\":{},\"1783\":{},\"3073\":{},\"3077\":{}},\"parent\":{}}],[\"waitqueuetimeoutms\",{\"_index\":505,\"name\":{\"1463\":{},\"1764\":{},\"1842\":{},\"2913\":{}},\"parent\":{}}],[\"warn\",{\"_index\":243,\"name\":{\"805\":{}},\"parent\":{}}],[\"watch\",{\"_index\":190,\"name\":{\"571\":{},\"616\":{},\"828\":{}},\"parent\":{}}],[\"weights\",{\"_index\":825,\"name\":{\"2373\":{},\"2416\":{}},\"parent\":{}}],[\"where\",{\"_index\":749,\"name\":{\"1979\":{}},\"parent\":{}}],[\"wildcardprojection\",{\"_index\":832,\"name\":{\"2382\":{},\"2423\":{}},\"parent\":{}}],[\"willretrywrite\",{\"_index\":18,\"name\":{\"18\":{},\"1301\":{},\"1566\":{},\"2000\":{},\"2029\":{},\"2057\":{},\"2082\":{},\"2110\":{},\"2153\":{},\"2179\":{},\"2207\":{},\"2226\":{},\"2245\":{},\"2283\":{},\"2305\":{},\"2330\":{},\"2356\":{},\"2394\":{},\"2438\":{},\"2463\":{},\"2496\":{},\"2517\":{},\"2554\":{},\"2566\":{},\"2586\":{},\"2632\":{},\"2651\":{},\"2709\":{},\"2732\":{},\"2765\":{},\"3023\":{}},\"parent\":{}}],[\"wiredtiger\",{\"_index\":888,\"name\":{\"2613\":{}},\"parent\":{}}],[\"wiredtigerdata\",{\"_index\":896,\"name\":{\"2658\":{}},\"parent\":{\"2659\":{},\"2660\":{},\"2661\":{},\"2672\":{},\"2673\":{},\"2674\":{},\"2675\":{},\"2676\":{},\"2677\":{},\"2693\":{}}}],[\"wiredtigerdata.__type\",{\"_index\":903,\"name\":{},\"parent\":{\"2662\":{},\"2663\":{},\"2664\":{},\"2665\":{},\"2666\":{},\"2667\":{},\"2668\":{},\"2669\":{},\"2670\":{},\"2671\":{},\"2678\":{},\"2679\":{},\"2680\":{},\"2681\":{},\"2682\":{},\"2683\":{},\"2684\":{},\"2685\":{},\"2686\":{},\"2687\":{},\"2688\":{},\"2689\":{},\"2690\":{},\"2691\":{},\"2692\":{}}}],[\"withcollection\",{\"_index\":1057,\"name\":{\"3072\":{}},\"parent\":{}}],[\"withid\",{\"_index\":753,\"name\":{\"1984\":{}},\"parent\":{}}],[\"withoutid\",{\"_index\":754,\"name\":{\"1985\":{}},\"parent\":{}}],[\"withreadconcern\",{\"_index\":99,\"name\":{\"391\":{},\"458\":{},\"659\":{},\"731\":{},\"776\":{}},\"parent\":{}}],[\"withreadpreference\",{\"_index\":98,\"name\":{\"390\":{},\"457\":{},\"658\":{},\"730\":{},\"775\":{}},\"parent\":{}}],[\"withsession\",{\"_index\":254,\"name\":{\"827\":{}},\"parent\":{}}],[\"withsessioncallback\",{\"_index\":667,\"name\":{\"1873\":{}},\"parent\":{\"1874\":{}}}],[\"withtransaction\",{\"_index\":1021,\"name\":{\"2962\":{}},\"parent\":{}}],[\"withtransactioncallback\",{\"_index\":1033,\"name\":{\"2997\":{}},\"parent\":{\"2998\":{}}}],[\"write\",{\"_index\":619,\"name\":{\"1715\":{}},\"parent\":{}}],[\"writeconcern\",{\"_index\":23,\"name\":{\"23\":{},\"539\":{},\"596\":{},\"819\":{},\"919\":{},\"1138\":{},\"1165\":{},\"1178\":{},\"1306\":{},\"1512\":{},\"1568\":{},\"1579\":{},\"1691\":{},\"1714\":{},\"1724\":{},\"1786\":{},\"1821\":{},\"2005\":{},\"2034\":{},\"2062\":{},\"2087\":{},\"2115\":{},\"2158\":{},\"2184\":{},\"2212\":{},\"2231\":{},\"2250\":{},\"2288\":{},\"2310\":{},\"2335\":{},\"2361\":{},\"2399\":{},\"2443\":{},\"2468\":{},\"2501\":{},\"2522\":{},\"2559\":{},\"2591\":{},\"2637\":{},\"2656\":{},\"2714\":{},\"2737\":{},\"2770\":{},\"3011\":{},\"3075\":{}},\"parent\":{\"920\":{},\"921\":{},\"922\":{},\"923\":{},\"924\":{},\"925\":{}}}],[\"writeconcernerror\",{\"_index\":40,\"name\":{\"40\":{},\"283\":{},\"361\":{},\"1104\":{}},\"parent\":{\"1105\":{},\"1106\":{},\"1107\":{},\"1108\":{},\"1109\":{},\"1110\":{},\"1111\":{}}}],[\"writeconcernerrordata\",{\"_index\":392,\"name\":{\"1152\":{}},\"parent\":{\"1153\":{},\"1154\":{},\"1155\":{}}}],[\"writeconcernerrors\",{\"_index\":342,\"name\":{\"1031\":{}},\"parent\":{}}],[\"writeconcernoptions\",{\"_index\":1058,\"name\":{\"3074\":{}},\"parent\":{\"3075\":{}}}],[\"writeconcernsettings\",{\"_index\":1059,\"name\":{\"3076\":{}},\"parent\":{\"3077\":{},\"3078\":{},\"3079\":{},\"3080\":{},\"3081\":{},\"3082\":{}}}],[\"writeerror\",{\"_index\":375,\"name\":{\"1112\":{}},\"parent\":{\"1113\":{},\"1114\":{},\"1115\":{},\"1116\":{},\"1117\":{},\"1118\":{},\"1119\":{},\"1120\":{},\"1121\":{}}}],[\"writeerrors\",{\"_index\":29,\"name\":{\"29\":{},\"1030\":{}},\"parent\":{}}],[\"wtimeout\",{\"_index\":300,\"name\":{\"923\":{},\"3081\":{}},\"parent\":{}}],[\"wtimeoutms\",{\"_index\":647,\"name\":{\"1784\":{},\"3078\":{}},\"parent\":{}}],[\"zlibcompressionlevel\",{\"_index\":512,\"name\":{\"1499\":{},\"1757\":{},\"1861\":{}},\"parent\":{}}]],\"pipeline\":[]}}"); \ No newline at end of file diff --git a/docs/Next/classes/Collection.html b/docs/Next/classes/Collection.html index 8af36bddc54..73db4f325d9 100644 --- a/docs/Next/classes/Collection.html +++ b/docs/Next/classes/Collection.html @@ -199,11 +199,11 @@

The reduce function.

Returns Promise<Document | Document[]>

  • Type parameters

    Parameters

    Returns void

  • Type parameters

    Parameters

    Returns Promise<Document | Document[]>

  • Type parameters

    Parameters

    Returns void

  • Hierarchy

    Index

    Constructors

    Hierarchy

    Index

    Constructors

    • new Long(low?: string | number | bigint, high?: number | boolean, unsigned?: boolean): Long
    • Constructs a 64 bit two's-complement integer, given its low and high 32 bit values as signed integers. See the from* functions below for more convenient ways of constructing Longs.

      Acceptable signatures are:

      @@ -28,186 +28,186 @@

      The high (signed) 32 bits of the long

    • Optional unsigned: boolean

      Whether unsigned or not, defaults to signed

      -

    Returns Long

    Properties

    __isLong__: true
    +

    Returns Long

    Properties

    __isLong__: true

    An indicator used to reliably determine if an object is a Long or not.

    -
    _bsontype: "Long"
    high: number
    +
    _bsontype: "Long"
    high: number

    The high 32 bits as a signed value.

    -
    low: number
    +
    low: number

    The low 32 bits as a signed value.

    -
    unsigned: boolean
    +
    unsigned: boolean

    Whether unsigned or not.

    -
    MAX_UNSIGNED_VALUE: Long
    +
    MAX_UNSIGNED_VALUE: Long

    Maximum unsigned value.

    -
    MAX_VALUE: Long
    +
    MAX_VALUE: Long

    Maximum signed value.

    -
    MIN_VALUE: Long
    +
    MIN_VALUE: Long

    Minimum signed value.

    -
    NEG_ONE: Long
    +
    NEG_ONE: Long

    Signed negative one.

    -
    ONE: Long
    +
    ONE: Long

    Signed one.

    -
    TWO_PWR_24: Long
    UONE: Long
    +
    TWO_PWR_24: Long
    UONE: Long

    Unsigned one.

    -
    UZERO: Long
    +
    UZERO: Long

    Unsigned zero.

    -
    ZERO: Long
    +
    ZERO: Long

    Signed zero

    -

    Methods

    • +

    Methods

    • Returns the sum of this and the specified Long.

      -

      Parameters

      Returns Long

    • +

      Parameters

      Returns Long

    • Returns the sum of this and the specified Long.

      Parameters

      Returns Long

      Sum

      -
    • +
    • This is an alias of Long.compare

      -

      Parameters

      Returns 0 | 1 | -1

    • +

      Parameters

      Returns 0 | 1 | -1

    • Compares this Long's value with the specified's.

      Parameters

      Returns 0 | 1 | -1

      0 if they are the same, 1 if the this is greater and -1 if the given one is greater

      -
    • +
    • This is an alias of Long.divide

      -

      Parameters

      Returns Long

    • +

      Parameters

      Returns Long

    • Returns this Long divided by the specified. The result is signed if this Long is signed or unsigned if this Long is unsigned.

      Parameters

      Returns Long

      Quotient

      -
    • +
    • This is an alias of Long.equals

      -

      Parameters

      Returns boolean

    • +

      Parameters

      Returns boolean

    • Tests if this Long's value equals the specified's.

      Parameters

      Returns boolean

    • eqz(): boolean
    • +

    Returns boolean

    • eqz(): boolean
    • This is an alias of Long.isZero

      -

      Returns boolean

    • +

      Returns boolean

    • getHighBits(): number
    • +

      Parameters

      Returns boolean

    • getHighBits(): number
    • Gets the high 32 bits as a signed integer.

      -

      Returns number

    • getHighBitsUnsigned(): number
    • +

      Returns number

    • getHighBitsUnsigned(): number
    • Gets the high 32 bits as an unsigned integer.

      -

      Returns number

    • getLowBits(): number
    • +

      Returns number

    • getLowBits(): number
    • Gets the low 32 bits as a signed integer.

      -

      Returns number

    • getLowBitsUnsigned(): number
    • +

      Returns number

    • getLowBitsUnsigned(): number
    • Gets the low 32 bits as an unsigned integer.

      -

      Returns number

    • getNumBitsAbs(): number
    • +

      Returns number

    • getNumBitsAbs(): number
    • Gets the number of bits needed to represent the absolute value of this Long.

      -

      Returns number

    • +

      Returns number

    • Tests if this Long's value is greater than the specified's.

      -

      Parameters

      Returns boolean

    • greaterThanOrEqual(other: string | number | Long | Timestamp): boolean
    • +

      Parameters

      Returns boolean

    • greaterThanOrEqual(other: string | number | Long | Timestamp): boolean
    • Tests if this Long's value is greater than or equal the specified's.

      -

      Parameters

      Returns boolean

    • +

      Parameters

      Returns boolean

    • This is an alias of Long.greaterThan

      -

      Parameters

      Returns boolean

    • +

      Parameters

      Returns boolean

    • inspect(): string
    • Returns string

    • isEven(): boolean
    • +

      Parameters

      Returns boolean

    • inspect(): string
    • Returns string

    • isEven(): boolean
    • Tests if this Long's value is even.

      -

      Returns boolean

    • isNegative(): boolean
    • +

      Returns boolean

    • isNegative(): boolean
    • Tests if this Long's value is negative.

      -

      Returns boolean

    • isOdd(): boolean
    • +

      Returns boolean

    • isOdd(): boolean
    • Tests if this Long's value is odd.

      -

      Returns boolean

    • isPositive(): boolean
    • +

      Returns boolean

    • isPositive(): boolean
    • Tests if this Long's value is positive.

      -

      Returns boolean

    • isZero(): boolean
    • +

      Returns boolean

    • isZero(): boolean
    • Tests if this Long's value equals zero.

      -

      Returns boolean

    • +

      Returns boolean

    • +

      Parameters

      Returns boolean

    • Tests if this Long's value is less than the specified's.

      -

      Parameters

      Returns boolean

    • lessThanOrEqual(other: string | number | Long | Timestamp): boolean
    • +

      Parameters

      Returns boolean

    • lessThanOrEqual(other: string | number | Long | Timestamp): boolean
    • Tests if this Long's value is less than or equal the specified's.

      -

      Parameters

      Returns boolean

    • +

      Parameters

      Returns boolean

    • This is an alias of {@link Long#lessThan}.

      -

      Parameters

      Returns boolean

    • +

      Parameters

      Returns boolean

    • +

      Parameters

      Returns boolean

    • This is an alias of Long.modulo

      -

      Parameters

      Returns Long

    • +

      Parameters

      Returns Long

    • Returns this Long modulo the specified.

      -

      Parameters

      Returns Long

    • +

      Parameters

      Returns Long

    • +

      Parameters

      Returns Long

    • Returns the product of this and the specified Long.

      Parameters

      Returns Long

      Product

      -
    • +
    • This is an alias of Long.notEquals

      -

      Parameters

      Returns boolean

    • +

      Parameters

      Returns boolean

    • This is an alias of Long.negate

      -

      Returns Long

    • +

      Returns Long

    • Returns the Negation of this Long's value.

      -

      Returns Long

    • +

      Returns Long

    • This is an alias of Long.notEquals

      -

      Parameters

      Returns boolean

    • +

      Parameters

      Returns boolean

    • Returns the bitwise NOT of this Long.

      -

      Returns Long

    • +

      Returns Long

    • Tests if this Long's value differs from the specified's.

      -

      Parameters

      Returns boolean

    • +

      Parameters

      Returns boolean

    • Returns the bitwise OR of this Long and the specified.

      -

      Parameters

      • other: string | number | Long

      Returns Long

    • +

      Parameters

      • other: string | number | Long

      Returns Long

    • This is an alias of Long.modulo

      -

      Parameters

      Returns Long

    • +

      Parameters

      Returns Long

    • Returns this Long with bits shifted to the left by the given amount.

      Parameters

      • numBits: number | Long

        Number of bits

      Returns Long

      Shifted Long

      -
    • shiftRight(numBits: number | Long): Long
    • +
    • shiftRight(numBits: number | Long): Long
    • Returns this Long with bits arithmetically shifted to the right by the given amount.

      Parameters

      • numBits: number | Long

        Number of bits

      Returns Long

      Shifted Long

      -
    • shiftRightUnsigned(numBits: number | Long): Long
    • +
    • shiftRightUnsigned(numBits: number | Long): Long
    • Returns this Long with bits logically shifted to the right by the given amount.

      Parameters

      • numBits: number | Long

        Number of bits

      Returns Long

      Shifted Long

      -
    • +
    • This is an alias of Long.shiftLeft

      -

      Parameters

      • numBits: number | Long

      Returns Long

    • +

      Parameters

      • numBits: number | Long

      Returns Long

    • This is an alias of Long.shiftRight

      -

      Parameters

      • numBits: number | Long

      Returns Long

    • +

      Parameters

      • numBits: number | Long

      Returns Long

    • +

      Parameters

      • numBits: number | Long

      Returns Long

    • +

      Parameters

      • numBits: number | Long

      Returns Long

    • +

      Parameters

      Returns Long

    • Returns the difference of this and the specified Long.

      Parameters

      Returns Long

      Difference

      -
    • toBigInt(): bigint
    • +
    • toBigInt(): bigint
    • Converts the Long to a BigInt (arbitrary precision).

      -

      Returns bigint

    • toBytes(le?: boolean): number[]
    • +

      Returns bigint

    • toBytes(le?: boolean): number[]
    • Converts this Long to its byte representation.

      Parameters

      • Optional le: boolean

        Whether little or big endian, defaults to big endian

      Returns number[]

      Byte representation

      -
    • toBytesBE(): number[]
    • +
    • toBytesBE(): number[]
    • Converts this Long to its big endian byte representation.

      Returns number[]

      Big endian byte representation

      -
    • toBytesLE(): number[]
    • +
    • toBytesLE(): number[]
    • Converts this Long to its little endian byte representation.

      Returns number[]

      Little endian byte representation

      -
    • toExtendedJSON(options?: Options): number | LongExtended
    • Parameters

      • Optional options: Options

      Returns number | LongExtended

    • toInt(): number
    • +
    • toExtendedJSON(options?: Options): number | LongExtended
    • Parameters

      • Optional options: Options

      Returns number | LongExtended

    • toInt(): number
    • Converts the Long to a 32 bit integer, assuming it is a 32 bit integer.

      -

      Returns number

    • toNumber(): number
    • +

      Returns number

    • toNumber(): number
    • Converts the Long to a the nearest floating-point representation of this value (double, 53 bit mantissa).

      -

      Returns number

    • +

      Returns number

    • Converts this Long to signed.

      -

      Returns Long

    • toString(radix?: number): string
    • +

      Returns Long

    • toString(radix?: number): string
    • Converts the Long to a string written in the specified radix.

      throws

      RangeError If radix is out of range

      Parameters

      • Optional radix: number

        Radix (2-36), defaults to 10

        -

      Returns string

    • +

    Returns string

    • Converts this Long to unsigned.

      -

      Returns Long

    • xor(other: string | number | Long): Long
    • +

      Returns Long

    • xor(other: string | number | Long): Long
    • Returns the bitwise XOR of this Long and the given one.

      -

      Parameters

      • other: string | number | Long

      Returns Long

    • fromBigInt(value: bigint, unsigned?: boolean): Long
    • +

      Parameters

      • other: string | number | Long

      Returns Long

    • fromBigInt(value: bigint, unsigned?: boolean): Long
    • Returns a Long representing the given value, provided that it is a finite number. Otherwise, zero is returned.

      Parameters

      • value: bigint

        The number in question

      • Optional unsigned: boolean

        Whether unsigned or not, defaults to signed

      Returns Long

      The corresponding Long value

      -
    • fromBits(lowBits: number, highBits: number, unsigned?: boolean): Long
    • +
    • fromBits(lowBits: number, highBits: number, unsigned?: boolean): Long
    • Returns a Long representing the 64 bit integer that comes by concatenating the given low and high bits. Each is assumed to use 32 bits.

      Parameters

      • lowBits: number
        @@ -217,7 +217,7 @@
      • Optional unsigned: boolean

        Whether unsigned or not, defaults to signed

      Returns Long

      The corresponding Long value

      -
    • fromBytes(bytes: number[], unsigned?: boolean, le?: boolean): Long
    • +
    • fromBytes(bytes: number[], unsigned?: boolean, le?: boolean): Long
    • Creates a Long from its byte representation.

      Parameters

      • bytes: number[]

        Byte representation

        @@ -226,35 +226,35 @@
      • Optional le: boolean

        Whether little or big endian, defaults to big endian

      Returns Long

      The corresponding Long value

      -
    • fromBytesBE(bytes: number[], unsigned?: boolean): Long
    • +
    • fromBytesBE(bytes: number[], unsigned?: boolean): Long
    • Creates a Long from its big endian byte representation.

      Parameters

      • bytes: number[]

        Big endian byte representation

      • Optional unsigned: boolean

        Whether unsigned or not, defaults to signed

      Returns Long

      The corresponding Long value

      -
    • fromBytesLE(bytes: number[], unsigned?: boolean): Long
    • +
    • fromBytesLE(bytes: number[], unsigned?: boolean): Long
    • Creates a Long from its little endian byte representation.

      Parameters

      • bytes: number[]

        Little endian byte representation

      • Optional unsigned: boolean

        Whether unsigned or not, defaults to signed

      Returns Long

      The corresponding Long value

      -
    • fromExtendedJSON(doc: { $numberLong: string }, options?: Options): number | Long
    • Parameters

      • doc: { $numberLong: string }
        • $numberLong: string
      • Optional options: Options

      Returns number | Long

    • fromInt(value: number, unsigned?: boolean): Long
    • +
    • fromExtendedJSON(doc: { $numberLong: string }, options?: Options): number | Long
    • Parameters

      • doc: { $numberLong: string }
        • $numberLong: string
      • Optional options: Options

      Returns number | Long

    • fromInt(value: number, unsigned?: boolean): Long
    • Returns a Long representing the given 32 bit integer value.

      Parameters

      • value: number

        The 32 bit integer in question

      • Optional unsigned: boolean

        Whether unsigned or not, defaults to signed

      Returns Long

      The corresponding Long value

      -
    • fromNumber(value: number, unsigned?: boolean): Long
    • +
    • fromNumber(value: number, unsigned?: boolean): Long
    • Returns a Long representing the given value, provided that it is a finite number. Otherwise, zero is returned.

      Parameters

      • value: number

        The number in question

      • Optional unsigned: boolean

        Whether unsigned or not, defaults to signed

      Returns Long

      The corresponding Long value

      -
    • fromString(str: string, unsigned?: boolean, radix?: number): Long
    • +
    • fromString(str: string, unsigned?: boolean, radix?: number): Long
    • Returns a Long representation of the given string, written using the specified radix.

      Parameters

      • str: string

        The textual representation of the Long

        @@ -263,10 +263,10 @@
      • Optional radix: number

        The radix in which the text is written (2-36), defaults to 10

      Returns Long

      The corresponding Long value

      -
    • fromValue(val: string | number | { high: number; low: number; unsigned?: boolean }, unsigned?: boolean): Long
    • +
    • fromValue(val: string | number | { high: number; low: number; unsigned?: boolean }, unsigned?: boolean): Long
    • Converts the specified value to a Long.

      Parameters

      • val: string | number | { high: number; low: number; unsigned?: boolean }
      • Optional unsigned: boolean

        Whether unsigned or not, defaults to signed

        -

      Returns Long

    • isLong(value: unknown): value is Long
    • +

    Returns Long

    • isLong(value: unknown): value is Long
    • Tests if the specified object is a Long.

      Parameters

      • value: unknown

      Returns value is Long

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/Next/classes/MaxKey.html b/docs/Next/classes/MaxKey.html index e635d10a512..0fffb6e012d 100644 --- a/docs/Next/classes/MaxKey.html +++ b/docs/Next/classes/MaxKey.html @@ -1,3 +1,3 @@ MaxKey | mongodb
    Options
    All
    • Public
    • Public/Protected
    • All
    Menu

    Class MaxKey

    A class representation of the BSON MaxKey type.

    -

    Hierarchy

    • MaxKey

    Index

    Constructors

    Properties

    Methods

    Constructors

    • Returns MaxKey

    Properties

    _bsontype: "MaxKey"

    Methods

    • inspect(): string
    • Returns string

    Generated using TypeDoc

    \ No newline at end of file +

    Hierarchy

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    _bsontype: "MaxKey"

    Methods

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/Next/classes/MinKey.html b/docs/Next/classes/MinKey.html index 9cc7b16bb83..1596bbb8843 100644 --- a/docs/Next/classes/MinKey.html +++ b/docs/Next/classes/MinKey.html @@ -1,3 +1,3 @@ MinKey | mongodb
    Options
    All
    • Public
    • Public/Protected
    • All
    Menu

    Class MinKey

    A class representation of the BSON MinKey type.

    -

    Hierarchy

    • MinKey

    Index

    Constructors

    Properties

    Methods

    Constructors

    • Returns MinKey

    Properties

    _bsontype: "MinKey"

    Methods

    • inspect(): string
    • Returns string

    Generated using TypeDoc

    \ No newline at end of file +

    Hierarchy

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    _bsontype: "MinKey"

    Methods

    Generated using TypeDoc

    \ No newline at end of file diff --git a/docs/Next/classes/ObjectId.html b/docs/Next/classes/ObjectId.html index 32ce9301c62..2918ace9659 100644 --- a/docs/Next/classes/ObjectId.html +++ b/docs/Next/classes/ObjectId.html @@ -1,46 +1,46 @@ ObjectId | mongodb
    Options
    All
    • Public
    • Public/Protected
    • All
    Menu

    Class ObjectId

    A class representation of the BSON ObjectId type.

    -

    Hierarchy

    • ObjectId

    Index

    Constructors

    • new ObjectId(inputId?: string | number | Uint8Array | Buffer | ObjectId | ObjectIdLike): ObjectId
    • +

    Hierarchy

    • ObjectId

    Index

    Constructors

    • new ObjectId(inputId?: string | number | Uint8Array | Buffer | ObjectId | ObjectIdLike): ObjectId
    • Create an ObjectId type

      Parameters

      • Optional inputId: string | number | Uint8Array | Buffer | ObjectId | ObjectIdLike

        Can be a 24 character hex string, 12 byte binary Buffer, or a number.

        -

      Returns ObjectId

    Properties

    _bsontype: "ObjectID"
    cacheHexString: boolean

    Accessors

    • get generationTime(): number
    • set generationTime(value: number): void
    • +

    Returns ObjectId

    Properties

    _bsontype: "ObjectID"
    cacheHexString: boolean

    Accessors

    • get generationTime(): number
    • set generationTime(value: number): void
    • The generation time of this ObjectId instance

      deprecated

      Please use getTimestamp / createFromTime which returns an int32 epoch

      -

      Returns number

    • +

      Returns number

    • The generation time of this ObjectId instance

      deprecated

      Please use getTimestamp / createFromTime which returns an int32 epoch

      -

      Parameters

      • value: number

      Returns void

    • get id(): Buffer
    • set id(value: Buffer): void
    • +

      Parameters

      • value: number

      Returns void

    • get id(): Buffer
    • set id(value: Buffer): void
    • The ObjectId bytes

      -
      readonly

      Returns Buffer

    • +
      readonly

      Returns Buffer

    • The ObjectId bytes

      -
      readonly

      Parameters

      • value: Buffer

      Returns void

    Methods

    • equals(otherId: string | ObjectId | ObjectIdLike): boolean
    • +
      readonly

      Parameters

      • value: Buffer

      Returns void

    Methods

    • equals(otherId: string | ObjectId | ObjectIdLike): boolean
    • Compares the equality of this ObjectId with otherID.

      Parameters

      • otherId: string | ObjectId | ObjectIdLike

        ObjectId instance to compare against.

        -

      Returns boolean

    • getTimestamp(): Date
    • +

    Returns boolean

    • getTimestamp(): Date
    • Returns the generation date (accurate up to the second) that this ID was generated.

      -

      Returns Date

    • inspect(): string
    • Returns string

    • toHexString(): string
    • +

      Returns Date

    • inspect(): string
    • Returns string

    • toHexString(): string
    • Returns the ObjectId id as a 24 character hex string representation

      -

      Returns string

    • toJSON(): string
    • +

      Returns string

    • toJSON(): string
    • Converts to its JSON the 24 character hex string representation.

      -

      Returns string

    • toString(format?: string): string
    • +

      Returns string

    • toString(format?: string): string
    • Converts the id into a 24 character hex string for printing

      Parameters

      • Optional format: string

        The Buffer toString format parameter.

        -

      Returns string

    • createFromHexString(hexString: string): ObjectId
    • +

    Returns string

    • createFromHexString(hexString: string): ObjectId
    • Creates an ObjectId from a hex string representation of an ObjectId.

      Parameters

      • hexString: string

        create a ObjectId from a passed in 24 character hexstring.

        -

      Returns ObjectId

    • +

    Returns ObjectId

    • Creates an ObjectId from a second based number, with the rest of the ObjectId zeroed out. Used for comparisons or sorting the ObjectId.

      Parameters

      • time: number

        an integer number representing a number of seconds.

        -

      Returns ObjectId

    • generate(time?: number): Buffer
    • +

    Returns ObjectId

    • generate(time?: number): Buffer
    • Generate a 12 byte id buffer used in ObjectId's

      Parameters

      • Optional time: number

        pass in a second based timestamp.

        -

      Returns Buffer

    • isValid(id: string | number | Uint8Array | Buffer | ObjectId | ObjectIdLike): boolean
    • +

    Returns Buffer

    • isValid(id: string | number | Uint8Array | Buffer | ObjectId | ObjectIdLike): boolean
    MAX_VALUE: Long

    Methods

    • inspect(): string
    • Returns string

    • toJSON(): { $timestamp: string }
    • Returns { $timestamp: string }

      • $timestamp: string
    • fromBits(lowBits: number, highBits: number): Timestamp
    • Returns a Timestamp for the given high and low bits. Each is assumed to use 32 bits.

      Parameters

      • lowBits: number

        the low 32-bits.

      • highBits: number

        the high 32-bits.

        -

      Returns Timestamp

    • +

    Returns Timestamp

    • Returns a Timestamp represented by the given (32-bit) integer value.

      -

      Parameters

      • value: number

      Returns Timestamp

    • +

      Parameters

      • value: number

      Returns Timestamp

    • Returns a Timestamp representing the given number value, provided that it is a finite number. Otherwise, zero is returned.

      -

      Parameters

      • value: number

      Returns Timestamp

    • fromString(str: string, optRadix: number): Timestamp
    • +

      Parameters

      • value: number

      Returns Timestamp

    • fromString(str: string, optRadix: number): Timestamp
    • Returns a Timestamp from the given string, optionally using the given radix.

      Parameters

      • str: string

        the textual representation of the Timestamp.

        diff --git a/docs/Next/classes/TypedEventEmitter.html b/docs/Next/classes/TypedEventEmitter.html index 6e92e7f5b45..02f5c14725a 100644 --- a/docs/Next/classes/TypedEventEmitter.html +++ b/docs/Next/classes/TypedEventEmitter.html @@ -1,6 +1,6 @@ TypedEventEmitter | mongodb
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Class TypedEventEmitter<Events>

        Typescript type safe event emitter

        -

        Type parameters

        Hierarchy

        Index

        Constructors

        • new TypedEventEmitter<Events>(options?: EventEmitterOptions): TypedEventEmitter<Events>
        • Type parameters

          Parameters

          • Optional options: EventEmitterOptions

          Returns TypedEventEmitter<Events>

        Properties

        captureRejectionSymbol: typeof captureRejectionSymbol
        captureRejections: boolean
        +

        Type parameters

        Hierarchy

        Index

        Constructors

        • new TypedEventEmitter<Events>(options?: EventEmitterOptions): TypedEventEmitter<Events>
        • Type parameters

          Parameters

          • Optional options: EventEmitterOptions

          Returns TypedEventEmitter<Events>

        Properties

        captureRejectionSymbol: typeof captureRejectionSymbol
        captureRejections: boolean

        Sets or gets the default captureRejection value for all emitters.

        defaultMaxListeners: number
        errorMonitor: typeof errorMonitor

        This symbol shall be used to install a listener for only monitoring 'error' diff --git a/docs/Next/interfaces/AbstractCursorOptions.html b/docs/Next/interfaces/AbstractCursorOptions.html index 7a400531228..a28a6d27d56 100644 --- a/docs/Next/interfaces/AbstractCursorOptions.html +++ b/docs/Next/interfaces/AbstractCursorOptions.html @@ -7,7 +7,7 @@

        Specifies the number of documents to return in each response from MongoDB

        bsonRegExp?: boolean

        return BSON regular expressions as BSONRegExp instances.

        -
        checkKeys?: boolean
        +
        checkKeys?: boolean

        the serializer will check if keys are valid.

        comment?: unknown

        Comment to apply to the operation.

        @@ -18,7 +18,7 @@

        Enable utf8 validation when deserializing BSON documents. Defaults to true.

        fieldsAsRaw?: Document

        allow to specify if there what fields we wish to return as unserialized raw buffer.

        -
        ignoreUndefined?: boolean
        +
        ignoreUndefined?: boolean

        serialize will not emit undefined fields (default:true)

        maxAwaitTimeMS?: number

        When applicable maxAwaitTimeMS controls the amount of time subsequent getMores @@ -34,7 +34,7 @@

        when deserializing will promote BSON values to their Node.js closest equivalent types.

        raw?: boolean

        Return BSON filled buffers from operations

        -
        readConcern?: ReadConcernLike
        readPreference?: ReadPreferenceLike
        serializeFunctions?: boolean
        +
        readConcern?: ReadConcernLike
        readPreference?: ReadPreferenceLike
        serializeFunctions?: boolean

        serialize the javascript functions (default:false).

        session?: ClientSession
        tailable?: boolean

        By default, MongoDB will automatically close a cursor when the diff --git a/docs/Next/interfaces/AddUserOptions.html b/docs/Next/interfaces/AddUserOptions.html index 7c2dbe0a3a7..ac05ef85f91 100644 --- a/docs/Next/interfaces/AddUserOptions.html +++ b/docs/Next/interfaces/AddUserOptions.html @@ -1,6 +1,6 @@ AddUserOptions | mongodb

        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface AddUserOptions

        Hierarchy

        Index

        Properties

        authdb?: string
        bsonRegExp?: boolean

        return BSON regular expressions as BSONRegExp instances.

        -
        checkKeys?: boolean
        +
        checkKeys?: boolean

        the serializer will check if keys are valid.

        collation?: CollationOptions

        Collation

        @@ -19,7 +19,7 @@
        fieldsAsRaw?: Document

        allow to specify if there what fields we wish to return as unserialized raw buffer.

        fullResponse?: boolean
        deprecated

        This option does nothing

        -
        ignoreUndefined?: boolean
        +
        ignoreUndefined?: boolean

        serialize will not emit undefined fields (default:true)

        maxTimeMS?: number
        noResponse?: boolean
        omitReadPreference?: boolean
        promoteBuffers?: boolean

        when deserializing a Binary will return it as a node.js Buffer instance.

        @@ -37,7 +37,7 @@

        Should retry failed writes

        roles?: string | string[] | RoleSpecification | RoleSpecification[]

        Roles associated with the created user

        -
        serializeFunctions?: boolean
        +
        serializeFunctions?: boolean

        serialize the javascript functions (default:false).

        session?: ClientSession

        Specify ClientSession for this command

        diff --git a/docs/Next/interfaces/AggregateOptions.html b/docs/Next/interfaces/AggregateOptions.html index d36afcca736..e96c2ebd189 100644 --- a/docs/Next/interfaces/AggregateOptions.html +++ b/docs/Next/interfaces/AggregateOptions.html @@ -6,7 +6,7 @@

        return BSON regular expressions as BSONRegExp instances.

        bypassDocumentValidation?: boolean

        Allow driver to bypass schema validation in MongoDB 3.2 or higher.

        -
        checkKeys?: boolean
        +
        checkKeys?: boolean

        the serializer will check if keys are valid.

        collation?: CollationOptions

        Specify collation.

        @@ -26,7 +26,7 @@
        fullResponse?: boolean
        deprecated

        This option does nothing

        hint?: Hint

        Add an index selection hint to an aggregation command

        -
        ignoreUndefined?: boolean
        +
        ignoreUndefined?: boolean

        serialize will not emit undefined fields (default:true)

        let?: Document

        Map of parameter names and values that can be accessed using $$var (requires MongoDB 5.0).

        @@ -48,7 +48,7 @@

        The preferred read preference (ReadPreference.primary, ReadPreference.primary_preferred, ReadPreference.secondary, ReadPreference.secondary_preferred, ReadPreference.nearest).

        retryWrites?: boolean

        Should retry failed writes

        -
        serializeFunctions?: boolean
        +
        serializeFunctions?: boolean

        serialize the javascript functions (default:false).

        session?: ClientSession

        Specify ClientSession for this command

        diff --git a/docs/Next/interfaces/AggregationCursorOptions.html b/docs/Next/interfaces/AggregationCursorOptions.html index 20f020185d1..8a39b203a3e 100644 --- a/docs/Next/interfaces/AggregationCursorOptions.html +++ b/docs/Next/interfaces/AggregationCursorOptions.html @@ -11,7 +11,7 @@

        return BSON regular expressions as BSONRegExp instances.

        bypassDocumentValidation?: boolean

        Allow driver to bypass schema validation in MongoDB 3.2 or higher.

        -
        checkKeys?: boolean
        +
        checkKeys?: boolean

        the serializer will check if keys are valid.

        collation?: CollationOptions

        Specify collation.

        @@ -31,7 +31,7 @@
        fullResponse?: boolean
        deprecated

        This option does nothing

        hint?: Hint

        Add an index selection hint to an aggregation command

        -
        ignoreUndefined?: boolean
        +
        ignoreUndefined?: boolean

        serialize will not emit undefined fields (default:true)

        let?: Document

        Map of parameter names and values that can be accessed using $$var (requires MongoDB 5.0).

        @@ -55,7 +55,7 @@

        The preferred read preference (ReadPreference.primary, ReadPreference.primary_preferred, ReadPreference.secondary, ReadPreference.secondary_preferred, ReadPreference.nearest).

        retryWrites?: boolean

        Should retry failed writes

        -
        serializeFunctions?: boolean
        +
        serializeFunctions?: boolean

        serialize the javascript functions (default:false).

        session?: ClientSession

        Specify ClientSession for this command

        diff --git a/docs/Next/interfaces/BSONSerializeOptions.html b/docs/Next/interfaces/BSONSerializeOptions.html index 00234330ccd..f3522369ca0 100644 --- a/docs/Next/interfaces/BSONSerializeOptions.html +++ b/docs/Next/interfaces/BSONSerializeOptions.html @@ -2,13 +2,13 @@

        BSON Serialization options.

        Hierarchy

        Index

        Properties

        bsonRegExp?: boolean

        return BSON regular expressions as BSONRegExp instances.

        -
        checkKeys?: boolean
        +
        checkKeys?: boolean

        the serializer will check if keys are valid.

        enableUtf8Validation?: boolean

        Enable utf8 validation when deserializing BSON documents. Defaults to true.

        fieldsAsRaw?: Document

        allow to specify if there what fields we wish to return as unserialized raw buffer.

        -
        ignoreUndefined?: boolean
        +
        ignoreUndefined?: boolean

        serialize will not emit undefined fields (default:true)

        promoteBuffers?: boolean

        when deserializing a Binary will return it as a node.js Buffer instance.

        @@ -18,6 +18,6 @@

        when deserializing will promote BSON values to their Node.js closest equivalent types.

        raw?: boolean

        Return BSON filled buffers from operations

        -
        serializeFunctions?: boolean
        +
        serializeFunctions?: boolean

        serialize the javascript functions (default:false).

        Legend

        • Constructor
        • Property
        • Method
        • Accessor
        • Constructor
        • Property
        • Method
        • Inherited constructor
        • Inherited property
        • Inherited method
        • Static property
        • Static method

        Settings

        Theme

        Generated using TypeDoc

        \ No newline at end of file diff --git a/docs/Next/interfaces/BulkWriteOptions.html b/docs/Next/interfaces/BulkWriteOptions.html index dae2eea204a..2668d4baaa5 100644 --- a/docs/Next/interfaces/BulkWriteOptions.html +++ b/docs/Next/interfaces/BulkWriteOptions.html @@ -2,7 +2,7 @@

        return BSON regular expressions as BSONRegExp instances.

        bypassDocumentValidation?: boolean

        Allow driver to bypass schema validation in MongoDB 3.2 or higher.

        -
        checkKeys?: boolean
        +
        checkKeys?: boolean

        the serializer will check if keys are valid.

        collation?: CollationOptions

        Collation

        @@ -20,7 +20,7 @@
        forceServerObjectId?: boolean

        Force server to assign _id values instead of driver.

        fullResponse?: boolean
        deprecated

        This option does nothing

        -
        ignoreUndefined?: boolean
        +
        ignoreUndefined?: boolean

        serialize will not emit undefined fields (default:true)

        keepGoing?: boolean
        deprecated

        use ordered instead

        let?: Document
        @@ -41,7 +41,7 @@

        The preferred read preference (ReadPreference.primary, ReadPreference.primary_preferred, ReadPreference.secondary, ReadPreference.secondary_preferred, ReadPreference.nearest).

        retryWrites?: boolean

        Should retry failed writes

        -
        serializeFunctions?: boolean
        +
        serializeFunctions?: boolean

        serialize the javascript functions (default:false).

        session?: ClientSession

        Specify ClientSession for this command

        diff --git a/docs/Next/interfaces/ChangeStreamOptions.html b/docs/Next/interfaces/ChangeStreamOptions.html index dff677a252c..d59d8f3e32a 100644 --- a/docs/Next/interfaces/ChangeStreamOptions.html +++ b/docs/Next/interfaces/ChangeStreamOptions.html @@ -9,7 +9,7 @@

        return BSON regular expressions as BSONRegExp instances.

        bypassDocumentValidation?: boolean

        Allow driver to bypass schema validation in MongoDB 3.2 or higher.

        -
        checkKeys?: boolean
        +
        checkKeys?: boolean

        the serializer will check if keys are valid.

        collation?: CollationOptions

        Specify collation.

        @@ -48,7 +48,7 @@
        fullResponse?: boolean
        deprecated

        This option does nothing

        hint?: Hint

        Add an index selection hint to an aggregation command

        -
        ignoreUndefined?: boolean
        +
        ignoreUndefined?: boolean

        serialize will not emit undefined fields (default:true)

        let?: Document

        Map of parameter names and values that can be accessed using $$var (requires MongoDB 5.0).

        @@ -73,7 +73,7 @@
        see

        https://docs.mongodb.com/manual/changeStreams/#resumeafter-for-change-streams

        retryWrites?: boolean

        Should retry failed writes

        -
        serializeFunctions?: boolean
        +
        serializeFunctions?: boolean

        serialize the javascript functions (default:false).

        session?: ClientSession

        Specify ClientSession for this command

        diff --git a/docs/Next/interfaces/CollStatsOptions.html b/docs/Next/interfaces/CollStatsOptions.html index f68eadea86d..82a45dc191a 100644 --- a/docs/Next/interfaces/CollStatsOptions.html +++ b/docs/Next/interfaces/CollStatsOptions.html @@ -1,6 +1,6 @@ CollStatsOptions | mongodb
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface CollStatsOptions

        Hierarchy

        Index

        Properties

        authdb?: string
        bsonRegExp?: boolean

        return BSON regular expressions as BSONRegExp instances.

        -
        checkKeys?: boolean
        +
        checkKeys?: boolean

        the serializer will check if keys are valid.

        collation?: CollationOptions

        Collation

        @@ -16,7 +16,7 @@
        fieldsAsRaw?: Document

        allow to specify if there what fields we wish to return as unserialized raw buffer.

        fullResponse?: boolean
        deprecated

        This option does nothing

        -
        ignoreUndefined?: boolean
        +
        ignoreUndefined?: boolean

        serialize will not emit undefined fields (default:true)

        maxTimeMS?: number
        noResponse?: boolean
        omitReadPreference?: boolean
        promoteBuffers?: boolean

        when deserializing a Binary will return it as a node.js Buffer instance.

        @@ -34,7 +34,7 @@

        Should retry failed writes

        scale?: number

        Divide the returned sizes by scale value.

        -
        serializeFunctions?: boolean
        +
        serializeFunctions?: boolean

        serialize the javascript functions (default:false).

        session?: ClientSession

        Specify ClientSession for this command

        diff --git a/docs/Next/interfaces/CollectionOptions.html b/docs/Next/interfaces/CollectionOptions.html index b99eac8706b..cbc34c4b239 100644 --- a/docs/Next/interfaces/CollectionOptions.html +++ b/docs/Next/interfaces/CollectionOptions.html @@ -1,12 +1,12 @@ CollectionOptions | mongodb
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface CollectionOptions

        Hierarchy

        Index

        Properties

        bsonRegExp?: boolean

        return BSON regular expressions as BSONRegExp instances.

        -
        checkKeys?: boolean
        +
        checkKeys?: boolean

        the serializer will check if keys are valid.

        enableUtf8Validation?: boolean

        Enable utf8 validation when deserializing BSON documents. Defaults to true.

        fieldsAsRaw?: Document

        allow to specify if there what fields we wish to return as unserialized raw buffer.

        -
        ignoreUndefined?: boolean
        +
        ignoreUndefined?: boolean

        serialize will not emit undefined fields (default:true)

        loggerLevel?: LoggerLevel
        promoteBuffers?: boolean

        when deserializing a Binary will return it as a node.js Buffer instance.

        @@ -20,7 +20,7 @@

        Specify a read concern for the collection. (only MongoDB 3.2 or higher supported)

        readPreference?: ReadPreferenceLike

        The preferred read preference (ReadPreference.PRIMARY, ReadPreference.PRIMARY_PREFERRED, ReadPreference.SECONDARY, ReadPreference.SECONDARY_PREFERRED, ReadPreference.NEAREST).

        -
        serializeFunctions?: boolean
        +
        serializeFunctions?: boolean

        serialize the javascript functions (default:false).

        slaveOk?: boolean
        deprecated

        Use readPreference instead

        diff --git a/docs/Next/interfaces/CommandOperationOptions.html b/docs/Next/interfaces/CommandOperationOptions.html index b685f1cd117..4c1c30b08e1 100644 --- a/docs/Next/interfaces/CommandOperationOptions.html +++ b/docs/Next/interfaces/CommandOperationOptions.html @@ -1,6 +1,6 @@ CommandOperationOptions | mongodb
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface CommandOperationOptions

        Hierarchy

        Index

        Properties

        authdb?: string
        bsonRegExp?: boolean

        return BSON regular expressions as BSONRegExp instances.

        -
        checkKeys?: boolean
        +
        checkKeys?: boolean

        the serializer will check if keys are valid.

        collation?: CollationOptions

        Collation

        @@ -16,7 +16,7 @@
        fieldsAsRaw?: Document

        allow to specify if there what fields we wish to return as unserialized raw buffer.

        fullResponse?: boolean
        deprecated

        This option does nothing

        -
        ignoreUndefined?: boolean
        +
        ignoreUndefined?: boolean

        serialize will not emit undefined fields (default:true)

        maxTimeMS?: number
        noResponse?: boolean
        omitReadPreference?: boolean
        promoteBuffers?: boolean

        when deserializing a Binary will return it as a node.js Buffer instance.

        @@ -32,7 +32,7 @@

        The preferred read preference (ReadPreference.primary, ReadPreference.primary_preferred, ReadPreference.secondary, ReadPreference.secondary_preferred, ReadPreference.nearest).

        retryWrites?: boolean

        Should retry failed writes

        -
        serializeFunctions?: boolean
        +
        serializeFunctions?: boolean

        serialize the javascript functions (default:false).

        session?: ClientSession

        Specify ClientSession for this command

        diff --git a/docs/Next/interfaces/CountDocumentsOptions.html b/docs/Next/interfaces/CountDocumentsOptions.html index 123fc656bfb..66dcd5d532a 100644 --- a/docs/Next/interfaces/CountDocumentsOptions.html +++ b/docs/Next/interfaces/CountDocumentsOptions.html @@ -6,7 +6,7 @@

        return BSON regular expressions as BSONRegExp instances.

        bypassDocumentValidation?: boolean

        Allow driver to bypass schema validation in MongoDB 3.2 or higher.

        -
        checkKeys?: boolean
        +
        checkKeys?: boolean

        the serializer will check if keys are valid.

        collation?: CollationOptions

        Specify collation.

        @@ -26,7 +26,7 @@
        fullResponse?: boolean
        deprecated

        This option does nothing

        hint?: Hint

        Add an index selection hint to an aggregation command

        -
        ignoreUndefined?: boolean
        +
        ignoreUndefined?: boolean

        serialize will not emit undefined fields (default:true)

        let?: Document

        Map of parameter names and values that can be accessed using $$var (requires MongoDB 5.0).

        @@ -50,7 +50,7 @@

        The preferred read preference (ReadPreference.primary, ReadPreference.primary_preferred, ReadPreference.secondary, ReadPreference.secondary_preferred, ReadPreference.nearest).

        retryWrites?: boolean

        Should retry failed writes

        -
        serializeFunctions?: boolean
        +
        serializeFunctions?: boolean

        serialize the javascript functions (default:false).

        session?: ClientSession

        Specify ClientSession for this command

        diff --git a/docs/Next/interfaces/CountOptions.html b/docs/Next/interfaces/CountOptions.html index 243b4e28db2..fd12615e330 100644 --- a/docs/Next/interfaces/CountOptions.html +++ b/docs/Next/interfaces/CountOptions.html @@ -1,6 +1,6 @@ CountOptions | mongodb
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface CountOptions

        Hierarchy

        Index

        Properties

        authdb?: string
        bsonRegExp?: boolean

        return BSON regular expressions as BSONRegExp instances.

        -
        checkKeys?: boolean
        +
        checkKeys?: boolean

        the serializer will check if keys are valid.

        collation?: CollationOptions

        Collation

        @@ -18,7 +18,7 @@
        fullResponse?: boolean
        deprecated

        This option does nothing

        hint?: string | Document

        An index name hint for the query.

        -
        ignoreUndefined?: boolean
        +
        ignoreUndefined?: boolean

        serialize will not emit undefined fields (default:true)

        limit?: number

        The maximum amounts to count before aborting.

        @@ -38,7 +38,7 @@

        The preferred read preference (ReadPreference.primary, ReadPreference.primary_preferred, ReadPreference.secondary, ReadPreference.secondary_preferred, ReadPreference.nearest).

        retryWrites?: boolean

        Should retry failed writes

        -
        serializeFunctions?: boolean
        +
        serializeFunctions?: boolean

        serialize the javascript functions (default:false).

        session?: ClientSession

        Specify ClientSession for this command

        diff --git a/docs/Next/interfaces/CreateCollectionOptions.html b/docs/Next/interfaces/CreateCollectionOptions.html index 10e698ded66..57c14fb2cd2 100644 --- a/docs/Next/interfaces/CreateCollectionOptions.html +++ b/docs/Next/interfaces/CreateCollectionOptions.html @@ -6,7 +6,7 @@
        changeStreamPreAndPostImages?: { enabled: boolean }

        If set, enables pre-update and post-update document events to be included for any change streams that listen on this collection.

        -

        Type declaration

        • enabled: boolean
        checkKeys?: boolean
        +

        Type declaration

        • enabled: boolean
        checkKeys?: boolean

        the serializer will check if keys are valid.

        A document specifying configuration options for clustered collections. For MongoDB 5.3 and above.

        @@ -28,7 +28,7 @@
        flags?: number

        Available for the MMAPv1 storage engine only to set the usePowerOf2Sizes and the noPadding flag

        fullResponse?: boolean
        deprecated

        This option does nothing

        -
        ignoreUndefined?: boolean
        +
        ignoreUndefined?: boolean

        serialize will not emit undefined fields (default:true)

        indexOptionDefaults?: Document

        Allows users to specify a default configuration for indexes when creating a collection on MongoDB 3.2 or higher

        @@ -52,7 +52,7 @@

        The preferred read preference (ReadPreference.primary, ReadPreference.primary_preferred, ReadPreference.secondary, ReadPreference.secondary_preferred, ReadPreference.nearest).

        retryWrites?: boolean

        Should retry failed writes

        -
        serializeFunctions?: boolean
        +
        serializeFunctions?: boolean

        serialize the javascript functions (default:false).

        session?: ClientSession

        Specify ClientSession for this command

        diff --git a/docs/Next/interfaces/CreateIndexesOptions.html b/docs/Next/interfaces/CreateIndexesOptions.html index 05e8713fe3e..fc60b6ebdeb 100644 --- a/docs/Next/interfaces/CreateIndexesOptions.html +++ b/docs/Next/interfaces/CreateIndexesOptions.html @@ -2,7 +2,7 @@

        Creates the index in the background, yielding whenever possible.

        bits?: number
        bsonRegExp?: boolean

        return BSON regular expressions as BSONRegExp instances.

        -
        bucketSize?: number
        checkKeys?: boolean
        +
        bucketSize?: number
        checkKeys?: boolean

        the serializer will check if keys are valid.

        collation?: CollationOptions

        Collation

        @@ -24,7 +24,7 @@
        fullResponse?: boolean
        deprecated

        This option does nothing

        hidden?: boolean

        Specifies that the index should exist on the target collection but should not be used by the query planner when executing operations. (MongoDB 4.4 or higher)

        -
        ignoreUndefined?: boolean
        +
        ignoreUndefined?: boolean

        serialize will not emit undefined fields (default:true)

        language_override?: string
        max?: number

        For geospatial indexes set the high bound for the co-ordinates.

        @@ -48,7 +48,7 @@

        The preferred read preference (ReadPreference.primary, ReadPreference.primary_preferred, ReadPreference.secondary, ReadPreference.secondary_preferred, ReadPreference.nearest).

        retryWrites?: boolean

        Should retry failed writes

        -
        serializeFunctions?: boolean
        +
        serializeFunctions?: boolean

        serialize the javascript functions (default:false).

        session?: ClientSession

        Specify ClientSession for this command

        diff --git a/docs/Next/interfaces/DbOptions.html b/docs/Next/interfaces/DbOptions.html index 8e067c36133..3699885fb23 100644 --- a/docs/Next/interfaces/DbOptions.html +++ b/docs/Next/interfaces/DbOptions.html @@ -2,7 +2,7 @@

        If the database authentication is dependent on another databaseName.

        bsonRegExp?: boolean

        return BSON regular expressions as BSONRegExp instances.

        -
        checkKeys?: boolean
        +
        checkKeys?: boolean

        the serializer will check if keys are valid.

        enableUtf8Validation?: boolean

        Enable utf8 validation when deserializing BSON documents. Defaults to true.

        @@ -10,7 +10,7 @@

        allow to specify if there what fields we wish to return as unserialized raw buffer.

        forceServerObjectId?: boolean

        Force server to assign _id values instead of driver.

        -
        ignoreUndefined?: boolean
        +
        ignoreUndefined?: boolean

        serialize will not emit undefined fields (default:true)

        loggerLevel?: LoggerLevel
        pkFactory?: PkFactory

        A primary key factory object for generation of custom _id keys.

        @@ -28,7 +28,7 @@

        The preferred read preference (ReadPreference.PRIMARY, ReadPreference.PRIMARY_PREFERRED, ReadPreference.SECONDARY, ReadPreference.SECONDARY_PREFERRED, ReadPreference.NEAREST).

        retryWrites?: boolean

        Should retry failed writes

        -
        serializeFunctions?: boolean
        +
        serializeFunctions?: boolean

        serialize the javascript functions (default:false).

        Write Concern as an object

        diff --git a/docs/Next/interfaces/DbStatsOptions.html b/docs/Next/interfaces/DbStatsOptions.html index e93a6374c43..fe3ee35e2f5 100644 --- a/docs/Next/interfaces/DbStatsOptions.html +++ b/docs/Next/interfaces/DbStatsOptions.html @@ -1,6 +1,6 @@ DbStatsOptions | mongodb
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface DbStatsOptions

        Hierarchy

        Index

        Properties

        authdb?: string
        bsonRegExp?: boolean

        return BSON regular expressions as BSONRegExp instances.

        -
        checkKeys?: boolean
        +
        checkKeys?: boolean

        the serializer will check if keys are valid.

        collation?: CollationOptions

        Collation

        @@ -16,7 +16,7 @@
        fieldsAsRaw?: Document

        allow to specify if there what fields we wish to return as unserialized raw buffer.

        fullResponse?: boolean
        deprecated

        This option does nothing

        -
        ignoreUndefined?: boolean
        +
        ignoreUndefined?: boolean

        serialize will not emit undefined fields (default:true)

        maxTimeMS?: number
        noResponse?: boolean
        omitReadPreference?: boolean
        promoteBuffers?: boolean

        when deserializing a Binary will return it as a node.js Buffer instance.

        @@ -34,7 +34,7 @@

        Should retry failed writes

        scale?: number

        Divide the returned sizes by scale value.

        -
        serializeFunctions?: boolean
        +
        serializeFunctions?: boolean

        serialize the javascript functions (default:false).

        session?: ClientSession

        Specify ClientSession for this command

        diff --git a/docs/Next/interfaces/DeleteOptions.html b/docs/Next/interfaces/DeleteOptions.html index f72736edda8..536fc69a158 100644 --- a/docs/Next/interfaces/DeleteOptions.html +++ b/docs/Next/interfaces/DeleteOptions.html @@ -1,6 +1,6 @@ DeleteOptions | mongodb
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface DeleteOptions

        Hierarchy

        Index

        Properties

        authdb?: string
        bsonRegExp?: boolean

        return BSON regular expressions as BSONRegExp instances.

        -
        checkKeys?: boolean
        +
        checkKeys?: boolean

        the serializer will check if keys are valid.

        collation?: CollationOptions

        Specifies the collation to use for the operation

        @@ -18,7 +18,7 @@
        fullResponse?: boolean
        deprecated

        This option does nothing

        hint?: string | Document

        Specify that the update query should only consider plans using the hinted index

        -
        ignoreUndefined?: boolean
        +
        ignoreUndefined?: boolean

        serialize will not emit undefined fields (default:true)

        let?: Document

        Map of parameter names and values that can be accessed using $$var (requires MongoDB 5.0).

        @@ -38,7 +38,7 @@

        The preferred read preference (ReadPreference.primary, ReadPreference.primary_preferred, ReadPreference.secondary, ReadPreference.secondary_preferred, ReadPreference.nearest).

        retryWrites?: boolean

        Should retry failed writes

        -
        serializeFunctions?: boolean
        +
        serializeFunctions?: boolean

        serialize the javascript functions (default:false).

        session?: ClientSession

        Specify ClientSession for this command

        diff --git a/docs/Next/interfaces/DropCollectionOptions.html b/docs/Next/interfaces/DropCollectionOptions.html index 3c85abf5ced..3c5a6ea603c 100644 --- a/docs/Next/interfaces/DropCollectionOptions.html +++ b/docs/Next/interfaces/DropCollectionOptions.html @@ -1,6 +1,6 @@ DropCollectionOptions | mongodb
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface DropCollectionOptions

        Hierarchy

        Index

        Properties

        authdb?: string
        bsonRegExp?: boolean

        return BSON regular expressions as BSONRegExp instances.

        -
        checkKeys?: boolean
        +
        checkKeys?: boolean

        the serializer will check if keys are valid.

        collation?: CollationOptions

        Collation

        @@ -16,7 +16,7 @@
        fieldsAsRaw?: Document

        allow to specify if there what fields we wish to return as unserialized raw buffer.

        fullResponse?: boolean
        deprecated

        This option does nothing

        -
        ignoreUndefined?: boolean
        +
        ignoreUndefined?: boolean

        serialize will not emit undefined fields (default:true)

        maxTimeMS?: number
        noResponse?: boolean
        omitReadPreference?: boolean
        promoteBuffers?: boolean

        when deserializing a Binary will return it as a node.js Buffer instance.

        @@ -32,7 +32,7 @@

        The preferred read preference (ReadPreference.primary, ReadPreference.primary_preferred, ReadPreference.secondary, ReadPreference.secondary_preferred, ReadPreference.nearest).

        retryWrites?: boolean

        Should retry failed writes

        -
        serializeFunctions?: boolean
        +
        serializeFunctions?: boolean

        serialize the javascript functions (default:false).

        session?: ClientSession

        Specify ClientSession for this command

        diff --git a/docs/Next/interfaces/EstimatedDocumentCountOptions.html b/docs/Next/interfaces/EstimatedDocumentCountOptions.html index ad937cd6607..8dd9564be51 100644 --- a/docs/Next/interfaces/EstimatedDocumentCountOptions.html +++ b/docs/Next/interfaces/EstimatedDocumentCountOptions.html @@ -1,6 +1,6 @@ EstimatedDocumentCountOptions | mongodb
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface EstimatedDocumentCountOptions

        Hierarchy

        Index

        Properties

        authdb?: string
        bsonRegExp?: boolean

        return BSON regular expressions as BSONRegExp instances.

        -
        checkKeys?: boolean
        +
        checkKeys?: boolean

        the serializer will check if keys are valid.

        collation?: CollationOptions

        Collation

        @@ -16,7 +16,7 @@
        fieldsAsRaw?: Document

        allow to specify if there what fields we wish to return as unserialized raw buffer.

        fullResponse?: boolean
        deprecated

        This option does nothing

        -
        ignoreUndefined?: boolean
        +
        ignoreUndefined?: boolean

        serialize will not emit undefined fields (default:true)

        maxTimeMS?: number

        The maximum amount of time to allow the operation to run.

        @@ -35,7 +35,7 @@

        The preferred read preference (ReadPreference.primary, ReadPreference.primary_preferred, ReadPreference.secondary, ReadPreference.secondary_preferred, ReadPreference.nearest).

        retryWrites?: boolean

        Should retry failed writes

        -
        serializeFunctions?: boolean
        +
        serializeFunctions?: boolean

        serialize the javascript functions (default:false).

        session?: ClientSession

        Specify ClientSession for this command

        diff --git a/docs/Next/interfaces/EvalOptions.html b/docs/Next/interfaces/EvalOptions.html index a780958cadf..3dd7e8b0f37 100644 --- a/docs/Next/interfaces/EvalOptions.html +++ b/docs/Next/interfaces/EvalOptions.html @@ -1,6 +1,6 @@ EvalOptions | mongodb
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface EvalOptions

        Hierarchy

        Index

        Properties

        authdb?: string
        bsonRegExp?: boolean

        return BSON regular expressions as BSONRegExp instances.

        -
        checkKeys?: boolean
        +
        checkKeys?: boolean

        the serializer will check if keys are valid.

        collation?: CollationOptions

        Collation

        @@ -16,7 +16,7 @@
        fieldsAsRaw?: Document

        allow to specify if there what fields we wish to return as unserialized raw buffer.

        fullResponse?: boolean
        deprecated

        This option does nothing

        -
        ignoreUndefined?: boolean
        +
        ignoreUndefined?: boolean

        serialize will not emit undefined fields (default:true)

        maxTimeMS?: number
        noResponse?: boolean
        nolock?: boolean
        omitReadPreference?: boolean
        promoteBuffers?: boolean

        when deserializing a Binary will return it as a node.js Buffer instance.

        @@ -32,7 +32,7 @@

        The preferred read preference (ReadPreference.primary, ReadPreference.primary_preferred, ReadPreference.secondary, ReadPreference.secondary_preferred, ReadPreference.nearest).

        retryWrites?: boolean

        Should retry failed writes

        -
        serializeFunctions?: boolean
        +
        serializeFunctions?: boolean

        serialize the javascript functions (default:false).

        session?: ClientSession

        Specify ClientSession for this command

        diff --git a/docs/Next/interfaces/FilterOperators.html b/docs/Next/interfaces/FilterOperators.html index 8b538898af1..903fd2e5ba3 100644 --- a/docs/Next/interfaces/FilterOperators.html +++ b/docs/Next/interfaces/FilterOperators.html @@ -1,4 +1,4 @@ FilterOperators | mongodb
        Options
        All
        • Public
        • Public/Protected
        • All
        Menu

        Interface FilterOperators<TValue>

        Type parameters

        • TValue

        Hierarchy

        Index

        Properties

        $all?: readonly any[]
        $bitsAllClear?: BitwiseFilter
        $bitsAllSet?: BitwiseFilter
        $bitsAnyClear?: BitwiseFilter
        $bitsAnySet?: BitwiseFilter
        $elemMatch?: Document
        $eq?: TValue
        $exists?: boolean

        When true, $exists matches the documents that contain the field, including documents where the field value is null.

        -
        $expr?: Record<string, any>
        $geoIntersects?: { $geometry: Document }

        Type declaration

        $geoWithin?: Document
        $gt?: TValue
        $gte?: TValue
        $in?: readonly TValue[]
        $jsonSchema?: Record<string, any>
        $lt?: TValue
        $lte?: TValue
        $maxDistance?: number
        $mod?: TValue extends number ? [number, number] : never
        $ne?: TValue
        $near?: Document
        $nearSphere?: Document
        $nin?: readonly TValue[]
        $not?: TValue extends string ? RegExp | FilterOperators<TValue> : FilterOperators<TValue>
        $options?: TValue extends string ? string : never
        $rand?: Record<string, never>
        $regex?: TValue extends string ? string | RegExp | BSONRegExp : never
        $size?: TValue extends readonly any[] ? number : never
        $type?: "string" | "symbol" | "undefined" | "object" | "double" | "array" | "binData" | "objectId" | "bool" | "date" | "null" | "regex" | "dbPointer" | "javascript" | "javascriptWithScope" | "int" | "timestamp" | "long" | "decimal" | "minKey" | "maxKey" | BSONType
        __id?: undefined
        id?: undefined

        Methods

            Legend

            • Constructor
            • Property
            • Method
            • Accessor
            • Constructor
            • Property
            • Method
            • Inherited constructor
            • Inherited property
            • Inherited method
            • Static property
            • Static method

            Settings

            Theme

            Generated using TypeDoc

            \ No newline at end of file +
            $expr?: Record<string, any>
            $geoIntersects?: { $geometry: Document }

            Type declaration

            $geoWithin?: Document
            $gt?: TValue
            $gte?: TValue
            $in?: readonly TValue[]
            $jsonSchema?: Record<string, any>
            $lt?: TValue
            $lte?: TValue
            $maxDistance?: number
            $mod?: TValue extends number ? [number, number] : never
            $ne?: TValue
            $near?: Document
            $nearSphere?: Document
            $nin?: readonly TValue[]
            $not?: TValue extends string ? RegExp | FilterOperators<TValue> : FilterOperators<TValue>
            $options?: TValue extends string ? string : never
            $rand?: Record<string, never>
            $regex?: TValue extends string ? string | RegExp | BSONRegExp : never
            $size?: TValue extends readonly any[] ? number : never
            $type?: "string" | "symbol" | "undefined" | "object" | "double" | "array" | "binData" | "objectId" | "bool" | "date" | "null" | "regex" | "dbPointer" | "javascript" | "javascriptWithScope" | "int" | "timestamp" | "long" | "decimal" | "minKey" | "maxKey" | BSONType
            __id?: undefined
            id?: undefined

            Methods

                Legend

                • Constructor
                • Property
                • Method
                • Accessor
                • Constructor
                • Property
                • Method
                • Inherited constructor
                • Inherited property
                • Inherited method
                • Static property
                • Static method

                Settings

                Theme

                Generated using TypeDoc

                \ No newline at end of file diff --git a/docs/Next/interfaces/FindOneAndDeleteOptions.html b/docs/Next/interfaces/FindOneAndDeleteOptions.html index 8e85ca4f21e..02a1a9e8f81 100644 --- a/docs/Next/interfaces/FindOneAndDeleteOptions.html +++ b/docs/Next/interfaces/FindOneAndDeleteOptions.html @@ -1,6 +1,6 @@ FindOneAndDeleteOptions | mongodb
                Options
                All
                • Public
                • Public/Protected
                • All
                Menu

                Interface FindOneAndDeleteOptions

                Hierarchy

                Index

                Properties

                authdb?: string
                bsonRegExp?: boolean

                return BSON regular expressions as BSONRegExp instances.

                -
                checkKeys?: boolean
                +
                checkKeys?: boolean

                the serializer will check if keys are valid.

                collation?: CollationOptions

                Collation

                @@ -18,7 +18,7 @@
                fullResponse?: boolean
                deprecated

                This option does nothing

                hint?: Document

                An optional hint for query optimization. See the update command reference for more information.

                -
                ignoreUndefined?: boolean
                +
                ignoreUndefined?: boolean

                serialize will not emit undefined fields (default:true)

                let?: Document

                Map of parameter names and values that can be accessed using $$var (requires MongoDB 5.0).

                @@ -38,7 +38,7 @@

                The preferred read preference (ReadPreference.primary, ReadPreference.primary_preferred, ReadPreference.secondary, ReadPreference.secondary_preferred, ReadPreference.nearest).

                retryWrites?: boolean

                Should retry failed writes

                -
                serializeFunctions?: boolean
                +
                serializeFunctions?: boolean

                serialize the javascript functions (default:false).

                session?: ClientSession

                Specify ClientSession for this command

                diff --git a/docs/Next/interfaces/FindOneAndReplaceOptions.html b/docs/Next/interfaces/FindOneAndReplaceOptions.html index 4ca37787126..be721a2eb77 100644 --- a/docs/Next/interfaces/FindOneAndReplaceOptions.html +++ b/docs/Next/interfaces/FindOneAndReplaceOptions.html @@ -2,7 +2,7 @@

                return BSON regular expressions as BSONRegExp instances.

                bypassDocumentValidation?: boolean

                Allow driver to bypass schema validation in MongoDB 3.2 or higher.

                -
                checkKeys?: boolean
                +
                checkKeys?: boolean

                the serializer will check if keys are valid.

                collation?: CollationOptions

                Collation

                @@ -20,7 +20,7 @@
                fullResponse?: boolean
                deprecated

                This option does nothing

                hint?: Document

                An optional hint for query optimization. See the update command reference for more information.

                -
                ignoreUndefined?: boolean
                +
                ignoreUndefined?: boolean

                serialize will not emit undefined fields (default:true)

                let?: Document

                Map of parameter names and values that can be accessed using $$var (requires MongoDB 5.0).

                @@ -42,7 +42,7 @@

                Should retry failed writes

                returnDocument?: ReturnDocument

                When set to 'after', returns the updated document rather than the original. The default is 'before'.

                -
                serializeFunctions?: boolean
                +
                serializeFunctions?: boolean

                serialize the javascript functions (default:false).

                session?: ClientSession

                Specify ClientSession for this command

                diff --git a/docs/Next/interfaces/FindOneAndUpdateOptions.html b/docs/Next/interfaces/FindOneAndUpdateOptions.html index 529d2b74e1a..be444560d5b 100644 --- a/docs/Next/interfaces/FindOneAndUpdateOptions.html +++ b/docs/Next/interfaces/FindOneAndUpdateOptions.html @@ -4,7 +4,7 @@

                return BSON regular expressions as BSONRegExp instances.

                bypassDocumentValidation?: boolean

                Allow driver to bypass schema validation in MongoDB 3.2 or higher.

                -
                checkKeys?: boolean
                +
                checkKeys?: boolean

                the serializer will check if keys are valid.

                collation?: CollationOptions

                Collation

                @@ -22,7 +22,7 @@
                fullResponse?: boolean
                deprecated

                This option does nothing

                hint?: Document

                An optional hint for query optimization. See the update command reference for more information.

                -
                ignoreUndefined?: boolean
                +
                ignoreUndefined?: boolean

                serialize will not emit undefined fields (default:true)

                let?: Document

                Map of parameter names and values that can be accessed using $$var (requires MongoDB 5.0).

                @@ -44,7 +44,7 @@

                Should retry failed writes

                returnDocument?: ReturnDocument

                When set to 'after', returns the updated document rather than the original. The default is 'before'.

                -
                serializeFunctions?: boolean
                +
                serializeFunctions?: boolean

                serialize the javascript functions (default:false).

                session?: ClientSession

                Specify ClientSession for this command

                diff --git a/docs/Next/interfaces/FindOptions.html b/docs/Next/interfaces/FindOptions.html index 57afae2e005..553851ebb75 100644 --- a/docs/Next/interfaces/FindOptions.html +++ b/docs/Next/interfaces/FindOptions.html @@ -10,7 +10,7 @@

                Set the batchSize for the getMoreCommand when iterating over the query results.

                bsonRegExp?: boolean

                return BSON regular expressions as BSONRegExp instances.

                -
                checkKeys?: boolean
                +
                checkKeys?: boolean

                the serializer will check if keys are valid.

                collation?: CollationOptions

                Specify collation (MongoDB 3.4 or higher) settings for update operation (see 3.4 documentation for available fields).

                @@ -28,7 +28,7 @@
                fullResponse?: boolean
                deprecated

                This option does nothing

                hint?: Hint

                Tell the query to use specific indexes in the query. Object of indexes to use, {'_id':1}

                -
                ignoreUndefined?: boolean
                +
                ignoreUndefined?: boolean

                serialize will not emit undefined fields (default:true)

                let?: Document

                Map of parameter names and values that can be accessed using $$var (requires MongoDB 5.0).

                @@ -65,7 +65,7 @@

                Should retry failed writes

                returnKey?: boolean

                If true, returns only the index keys in the resulting documents.

                -
                serializeFunctions?: boolean
                +
                serializeFunctions?: boolean

                serialize the javascript functions (default:false).

                session?: ClientSession

                Specify ClientSession for this command

                diff --git a/docs/Next/interfaces/InsertOneOptions.html b/docs/Next/interfaces/InsertOneOptions.html index d98b6ba92d3..af6d5e5d7b8 100644 --- a/docs/Next/interfaces/InsertOneOptions.html +++ b/docs/Next/interfaces/InsertOneOptions.html @@ -2,7 +2,7 @@

                return BSON regular expressions as BSONRegExp instances.

                bypassDocumentValidation?: boolean

                Allow driver to bypass schema validation in MongoDB 3.2 or higher.

                -
                checkKeys?: boolean
                +
                checkKeys?: boolean

                the serializer will check if keys are valid.

                collation?: CollationOptions

                Collation

                @@ -20,7 +20,7 @@
                forceServerObjectId?: boolean

                Force server to assign _id values instead of driver.

                fullResponse?: boolean
                deprecated

                This option does nothing

                -
                ignoreUndefined?: boolean
                +
                ignoreUndefined?: boolean

                serialize will not emit undefined fields (default:true)

                maxTimeMS?: number
                noResponse?: boolean
                omitReadPreference?: boolean
                promoteBuffers?: boolean

                when deserializing a Binary will return it as a node.js Buffer instance.

                @@ -36,7 +36,7 @@

                The preferred read preference (ReadPreference.primary, ReadPreference.primary_preferred, ReadPreference.secondary, ReadPreference.secondary_preferred, ReadPreference.nearest).

                retryWrites?: boolean

                Should retry failed writes

                -
                serializeFunctions?: boolean
                +
                serializeFunctions?: boolean

                serialize the javascript functions (default:false).

                session?: ClientSession

                Specify ClientSession for this command

                diff --git a/docs/Next/interfaces/ListCollectionsOptions.html b/docs/Next/interfaces/ListCollectionsOptions.html index 8b9352f12c8..52549205761 100644 --- a/docs/Next/interfaces/ListCollectionsOptions.html +++ b/docs/Next/interfaces/ListCollectionsOptions.html @@ -4,7 +4,7 @@

                The batchSize for the returned command cursor or if pre 2.8 the systems batch collection

                bsonRegExp?: boolean

                return BSON regular expressions as BSONRegExp instances.

                -
                checkKeys?: boolean
                +
                checkKeys?: boolean

                the serializer will check if keys are valid.

                collation?: CollationOptions

                Collation

                @@ -20,7 +20,7 @@
                fieldsAsRaw?: Document

                allow to specify if there what fields we wish to return as unserialized raw buffer.

                fullResponse?: boolean
                deprecated

                This option does nothing

                -
                ignoreUndefined?: boolean
                +
                ignoreUndefined?: boolean

                serialize will not emit undefined fields (default:true)

                maxTimeMS?: number
                nameOnly?: boolean

                Since 4.0: If true, will only return the collection name in the response, and will omit additional info

                @@ -38,7 +38,7 @@

                The preferred read preference (ReadPreference.primary, ReadPreference.primary_preferred, ReadPreference.secondary, ReadPreference.secondary_preferred, ReadPreference.nearest).

                retryWrites?: boolean

                Should retry failed writes

                -
                serializeFunctions?: boolean
                +
                serializeFunctions?: boolean

                serialize the javascript functions (default:false).

                session?: ClientSession

                Specify ClientSession for this command

                diff --git a/docs/Next/interfaces/ListDatabasesOptions.html b/docs/Next/interfaces/ListDatabasesOptions.html index 03ee45afd48..aa8ec5260f7 100644 --- a/docs/Next/interfaces/ListDatabasesOptions.html +++ b/docs/Next/interfaces/ListDatabasesOptions.html @@ -2,7 +2,7 @@

                A flag that determines which databases are returned based on the user privileges when access control is enabled

                bsonRegExp?: boolean

                return BSON regular expressions as BSONRegExp instances.

                -
                checkKeys?: boolean
                +
                checkKeys?: boolean

                the serializer will check if keys are valid.

                collation?: CollationOptions

                Collation

                @@ -20,7 +20,7 @@
                filter?: Document

                A query predicate that determines which databases are listed

                fullResponse?: boolean
                deprecated

                This option does nothing

                -
                ignoreUndefined?: boolean
                +
                ignoreUndefined?: boolean

                serialize will not emit undefined fields (default:true)

                maxTimeMS?: number
                nameOnly?: boolean

                A flag to indicate whether the command should return just the database names, or return both database names and size information

                @@ -38,7 +38,7 @@

                The preferred read preference (ReadPreference.primary, ReadPreference.primary_preferred, ReadPreference.secondary, ReadPreference.secondary_preferred, ReadPreference.nearest).

                retryWrites?: boolean

                Should retry failed writes

                -
                serializeFunctions?: boolean
                +
                serializeFunctions?: boolean

                serialize the javascript functions (default:false).

                session?: ClientSession

                Specify ClientSession for this command

                diff --git a/docs/Next/interfaces/ListIndexesOptions.html b/docs/Next/interfaces/ListIndexesOptions.html index 4f67c8e9bb8..f4ae7a55133 100644 --- a/docs/Next/interfaces/ListIndexesOptions.html +++ b/docs/Next/interfaces/ListIndexesOptions.html @@ -2,7 +2,7 @@

                The batchSize for the returned command cursor or if pre 2.8 the systems batch collection

                bsonRegExp?: boolean

                return BSON regular expressions as BSONRegExp instances.

                -
                checkKeys?: boolean
                +
                checkKeys?: boolean

                the serializer will check if keys are valid.

                collation?: CollationOptions

                Collation

                @@ -18,7 +18,7 @@
                fieldsAsRaw?: Document

                allow to specify if there what fields we wish to return as unserialized raw buffer.

                fullResponse?: boolean
                deprecated

                This option does nothing

                -
                ignoreUndefined?: boolean
                +
                ignoreUndefined?: boolean

                serialize will not emit undefined fields (default:true)

                maxTimeMS?: number
                noResponse?: boolean
                omitReadPreference?: boolean
                promoteBuffers?: boolean

                when deserializing a Binary will return it as a node.js Buffer instance.

                @@ -34,7 +34,7 @@

                The preferred read preference (ReadPreference.primary, ReadPreference.primary_preferred, ReadPreference.secondary, ReadPreference.secondary_preferred, ReadPreference.nearest).

                retryWrites?: boolean

                Should retry failed writes

                -
                serializeFunctions?: boolean
                +
                serializeFunctions?: boolean

                serialize the javascript functions (default:false).

                session?: ClientSession

                Specify ClientSession for this command

                diff --git a/docs/Next/interfaces/MapReduceOptions.html b/docs/Next/interfaces/MapReduceOptions.html index 993e6de1784..6d7fa372064 100644 --- a/docs/Next/interfaces/MapReduceOptions.html +++ b/docs/Next/interfaces/MapReduceOptions.html @@ -2,7 +2,7 @@

                return BSON regular expressions as BSONRegExp instances.

                bypassDocumentValidation?: boolean

                Allow driver to bypass schema validation in MongoDB 3.2 or higher.

                -
                checkKeys?: boolean
                +
                checkKeys?: boolean

                the serializer will check if keys are valid.

                collation?: CollationOptions

                Collation

                @@ -20,7 +20,7 @@
                finalize?: string | FinalizeFunction<TKey, TValue>

                Finalize function.

                fullResponse?: boolean
                deprecated

                This option does nothing

                -
                ignoreUndefined?: boolean
                +
                ignoreUndefined?: boolean

                serialize will not emit undefined fields (default:true)

                jsMode?: boolean

                It is possible to make the execution stay in JS. Provided in MongoDB > 2.0.X.

                @@ -48,7 +48,7 @@

                Should retry failed writes

                scope?: Document

                Can pass in variables that can be access from map/reduce/finalize.

                -
                serializeFunctions?: boolean
                +
                serializeFunctions?: boolean

                serialize the javascript functions (default:false).

                session?: ClientSession

                Specify ClientSession for this command

                diff --git a/docs/Next/interfaces/MongoClientOptions.html b/docs/Next/interfaces/MongoClientOptions.html index 4694c9f1b42..9eed30d4241 100644 --- a/docs/Next/interfaces/MongoClientOptions.html +++ b/docs/Next/interfaces/MongoClientOptions.html @@ -41,7 +41,7 @@ be in the same order as their private keys in key. If the intermediate certificates are not provided, the peer will not be able to validate the certificate, and the handshake will fail.

                -
                checkKeys?: boolean
                +
                checkKeys?: boolean

                the serializer will check if keys are valid.

                checkServerIdentity?: (hostname: string, cert: PeerCertificate) => Error | undefined

                Type declaration

                  • (hostname: string, cert: PeerCertificate): Error | undefined
                  • Verifies the certificate cert is issued to hostname.

                    @@ -89,7 +89,7 @@

                    Force server to assign _id values instead of driver

                heartbeatFrequencyMS?: number

                heartbeatFrequencyMS controls when the driver checks the state of the MongoDB deployment. Specify the interval (in milliseconds) between checks, counted from the end of the previous check until the beginning of the next one.

                -
                hints?: number
                ignoreUndefined?: boolean
                +
                hints?: number
                ignoreUndefined?: boolean

                serialize will not emit undefined fields (default:true)

                journal?: boolean

                The journal write concern

                @@ -193,7 +193,7 @@ any TLS protocol version up to TLSv1.3. It is not recommended to use TLS versions less than 1.2, but it may be required for interoperability. Default: none, see minVersion.

                -
                serializeFunctions?: boolean
                +
                serializeFunctions?: boolean

                serialize the javascript functions (default:false).

                serverApi?: "1" | ServerApi

                Server API version

                diff --git a/docs/Next/interfaces/OperationOptions.html b/docs/Next/interfaces/OperationOptions.html index 2b61acd87f7..906ecb86ecc 100644 --- a/docs/Next/interfaces/OperationOptions.html +++ b/docs/Next/interfaces/OperationOptions.html @@ -1,12 +1,12 @@ OperationOptions | mongodb
                Options
                All
                • Public
                • Public/Protected
                • All
                Menu

                Interface OperationOptions

                Hierarchy

                Index

                Properties

                bsonRegExp?: boolean

                return BSON regular expressions as BSONRegExp instances.

                -
                checkKeys?: boolean
                +
                checkKeys?: boolean

                the serializer will check if keys are valid.

                enableUtf8Validation?: boolean

                Enable utf8 validation when deserializing BSON documents. Defaults to true.

                fieldsAsRaw?: Document

                allow to specify if there what fields we wish to return as unserialized raw buffer.

                -
                ignoreUndefined?: boolean
                +
                ignoreUndefined?: boolean

                serialize will not emit undefined fields (default:true)

                omitReadPreference?: boolean
                promoteBuffers?: boolean

                when deserializing a Binary will return it as a node.js Buffer instance.

                @@ -18,7 +18,7 @@

                Return BSON filled buffers from operations

                readPreference?: ReadPreferenceLike

                The preferred read preference (ReadPreference.primary, ReadPreference.primary_preferred, ReadPreference.secondary, ReadPreference.secondary_preferred, ReadPreference.nearest).

                -
                serializeFunctions?: boolean
                +
                serializeFunctions?: boolean

                serialize the javascript functions (default:false).

                session?: ClientSession

                Specify ClientSession for this command

                diff --git a/docs/Next/interfaces/RenameOptions.html b/docs/Next/interfaces/RenameOptions.html index f06870721e1..d4bbed52615 100644 --- a/docs/Next/interfaces/RenameOptions.html +++ b/docs/Next/interfaces/RenameOptions.html @@ -1,6 +1,6 @@ RenameOptions | mongodb
                Options
                All
                • Public
                • Public/Protected
                • All
                Menu

                Interface RenameOptions

                Hierarchy

                Index

                Properties

                authdb?: string
                bsonRegExp?: boolean

                return BSON regular expressions as BSONRegExp instances.

                -
                checkKeys?: boolean
                +
                checkKeys?: boolean

                the serializer will check if keys are valid.

                collation?: CollationOptions

                Collation

                @@ -18,7 +18,7 @@
                fieldsAsRaw?: Document

                allow to specify if there what fields we wish to return as unserialized raw buffer.

                fullResponse?: boolean
                deprecated

                This option does nothing

                -
                ignoreUndefined?: boolean
                +
                ignoreUndefined?: boolean

                serialize will not emit undefined fields (default:true)

                maxTimeMS?: number
                new_collection?: boolean

                Unclear

                @@ -36,7 +36,7 @@

                The preferred read preference (ReadPreference.primary, ReadPreference.primary_preferred, ReadPreference.secondary, ReadPreference.secondary_preferred, ReadPreference.nearest).

                retryWrites?: boolean

                Should retry failed writes

                -
                serializeFunctions?: boolean
                +
                serializeFunctions?: boolean

                serialize the javascript functions (default:false).

                session?: ClientSession

                Specify ClientSession for this command

                diff --git a/docs/Next/interfaces/ReplaceOptions.html b/docs/Next/interfaces/ReplaceOptions.html index ba4108fa503..941883ffb0a 100644 --- a/docs/Next/interfaces/ReplaceOptions.html +++ b/docs/Next/interfaces/ReplaceOptions.html @@ -2,7 +2,7 @@

                return BSON regular expressions as BSONRegExp instances.

                bypassDocumentValidation?: boolean

                If true, allows the write to opt-out of document level validation

                -
                checkKeys?: boolean
                +
                checkKeys?: boolean

                the serializer will check if keys are valid.

                collation?: CollationOptions

                Specifies a collation

                @@ -20,7 +20,7 @@
                fullResponse?: boolean
                deprecated

                This option does nothing

                hint?: string | Document

                Specify that the update query should only consider plans using the hinted index

                -
                ignoreUndefined?: boolean
                +
                ignoreUndefined?: boolean

                serialize will not emit undefined fields (default:true)

                let?: Document

                Map of parameter names and values that can be accessed using $$var (requires MongoDB 5.0).

                @@ -38,7 +38,7 @@

                The preferred read preference (ReadPreference.primary, ReadPreference.primary_preferred, ReadPreference.secondary, ReadPreference.secondary_preferred, ReadPreference.nearest).

                retryWrites?: boolean

                Should retry failed writes

                -
                serializeFunctions?: boolean
                +
                serializeFunctions?: boolean

                serialize the javascript functions (default:false).

                session?: ClientSession

                Specify ClientSession for this command

                diff --git a/docs/Next/interfaces/TopologyOptions.html b/docs/Next/interfaces/TopologyOptions.html index a8617e36025..25b505df79b 100644 --- a/docs/Next/interfaces/TopologyOptions.html +++ b/docs/Next/interfaces/TopologyOptions.html @@ -17,7 +17,7 @@ be in the same order as their private keys in key. If the intermediate certificates are not provided, the peer will not be able to validate the certificate, and the handshake will fail.

                -
                checkKeys?: boolean
                +
                checkKeys?: boolean

                the serializer will check if keys are valid.

                checkServerIdentity?: (hostname: string, cert: PeerCertificate) => Error | undefined

                Type declaration

                  • (hostname: string, cert: PeerCertificate): Error | undefined
                  • Verifies the certificate cert is issued to hostname.

                    @@ -55,7 +55,7 @@

                    Enable utf8 validation when deserializing BSON documents. Defaults to true.

                family?: number
                fieldsAsRaw?: Document

                allow to specify if there what fields we wish to return as unserialized raw buffer.

                -
                heartbeatFrequencyMS: number
                hints?: number
                hosts: HostAddress[]
                ignoreUndefined?: boolean
                +
                heartbeatFrequencyMS: number
                hints?: number
                hosts: HostAddress[]
                ignoreUndefined?: boolean

                serialize will not emit undefined fields (default:true)

                keepAlive?: boolean
                keepAliveInitialDelay?: number
                key?: string | Buffer | (string | Buffer | KeyObject)[]

                Private keys in PEM format. PEM allows the option of private keys @@ -112,7 +112,7 @@ any TLS protocol version up to TLSv1.3. It is not recommended to use TLS versions less than 1.2, but it may be required for interoperability. Default: none, see minVersion.

                -
                serializeFunctions?: boolean
                +
                serializeFunctions?: boolean

                serialize the javascript functions (default:false).

                serverApi?: ServerApi

                MongoDB server API version

                diff --git a/docs/Next/interfaces/TransactionOptions.html b/docs/Next/interfaces/TransactionOptions.html index e7ec605e9f4..5c04fdfbd4d 100644 --- a/docs/Next/interfaces/TransactionOptions.html +++ b/docs/Next/interfaces/TransactionOptions.html @@ -2,7 +2,7 @@

                Configuration options for a transaction.

                Hierarchy

                Index

                Properties

                authdb?: string
                bsonRegExp?: boolean

                return BSON regular expressions as BSONRegExp instances.

                -
                checkKeys?: boolean
                +
                checkKeys?: boolean

                the serializer will check if keys are valid.

                collation?: CollationOptions

                Collation

                @@ -18,7 +18,7 @@
                fieldsAsRaw?: Document

                allow to specify if there what fields we wish to return as unserialized raw buffer.

                fullResponse?: boolean
                deprecated

                This option does nothing

                -
                ignoreUndefined?: boolean
                +
                ignoreUndefined?: boolean

                serialize will not emit undefined fields (default:true)

                maxCommitTimeMS?: number

                Specifies the maximum amount of time to allow a commit action on a transaction to run in milliseconds

                @@ -36,7 +36,7 @@

                A default read preference for commands in this transaction

                retryWrites?: boolean

                Should retry failed writes

                -
                serializeFunctions?: boolean
                +
                serializeFunctions?: boolean

                serialize the javascript functions (default:false).

                session?: ClientSession

                Specify ClientSession for this command

                diff --git a/docs/Next/interfaces/UpdateOptions.html b/docs/Next/interfaces/UpdateOptions.html index 348fe57a421..9160e06d11d 100644 --- a/docs/Next/interfaces/UpdateOptions.html +++ b/docs/Next/interfaces/UpdateOptions.html @@ -4,7 +4,7 @@

                return BSON regular expressions as BSONRegExp instances.

                bypassDocumentValidation?: boolean

                If true, allows the write to opt-out of document level validation

                -
                checkKeys?: boolean
                +
                checkKeys?: boolean

                the serializer will check if keys are valid.

                collation?: CollationOptions

                Specifies a collation

                @@ -22,7 +22,7 @@
                fullResponse?: boolean
                deprecated

                This option does nothing

                hint?: string | Document

                Specify that the update query should only consider plans using the hinted index

                -
                ignoreUndefined?: boolean
                +
                ignoreUndefined?: boolean

                serialize will not emit undefined fields (default:true)

                let?: Document

                Map of parameter names and values that can be accessed using $$var (requires MongoDB 5.0).

                @@ -40,7 +40,7 @@

                The preferred read preference (ReadPreference.primary, ReadPreference.primary_preferred, ReadPreference.secondary, ReadPreference.secondary_preferred, ReadPreference.nearest).

                retryWrites?: boolean

                Should retry failed writes

                -
                serializeFunctions?: boolean
                +
                serializeFunctions?: boolean

                serialize the javascript functions (default:false).

                session?: ClientSession

                Specify ClientSession for this command

                diff --git a/docs/Next/interfaces/ValidateCollectionOptions.html b/docs/Next/interfaces/ValidateCollectionOptions.html index 389015b0242..43f008e17e4 100644 --- a/docs/Next/interfaces/ValidateCollectionOptions.html +++ b/docs/Next/interfaces/ValidateCollectionOptions.html @@ -2,7 +2,7 @@

                Validates a collection in the background, without interrupting read or write traffic (only in MongoDB 4.4+)

                bsonRegExp?: boolean

                return BSON regular expressions as BSONRegExp instances.

                -
                checkKeys?: boolean
                +
                checkKeys?: boolean

                the serializer will check if keys are valid.

                collation?: CollationOptions

                Collation

                @@ -18,7 +18,7 @@
                fieldsAsRaw?: Document

                allow to specify if there what fields we wish to return as unserialized raw buffer.

                fullResponse?: boolean
                deprecated

                This option does nothing

                -
                ignoreUndefined?: boolean
                +
                ignoreUndefined?: boolean

                serialize will not emit undefined fields (default:true)

                maxTimeMS?: number
                noResponse?: boolean
                omitReadPreference?: boolean
                promoteBuffers?: boolean

                when deserializing a Binary will return it as a node.js Buffer instance.

                @@ -34,7 +34,7 @@

                The preferred read preference (ReadPreference.primary, ReadPreference.primary_preferred, ReadPreference.secondary, ReadPreference.secondary_preferred, ReadPreference.nearest).

                retryWrites?: boolean

                Should retry failed writes

                -
                serializeFunctions?: boolean
                +
                serializeFunctions?: boolean

                serialize the javascript functions (default:false).

                session?: ClientSession

                Specify ClientSession for this command

                diff --git a/docs/Next/modules.html b/docs/Next/modules.html index 1a058483c4c..a307e785344 100644 --- a/docs/Next/modules.html +++ b/docs/Next/modules.html @@ -38,7 +38,7 @@

                Add an _id field to an object shaped type @public

                Type parameters

                • TSchema

                WithSessionCallback: (session: ClientSession) => Promise<any>

                Type declaration

                WithTransactionCallback<T>: (session: ClientSession) => Promise<T>

                Type parameters

                • T = void

                Type declaration

                WithoutId<TSchema>: Omit<TSchema, "_id">

                Remove the _id field from an object shaped type @public

                -

                Type parameters

                • TSchema

                Variables

                AuthMechanism: Readonly<{ MONGODB_AWS: "MONGODB-AWS"; MONGODB_CR: "MONGODB-CR"; MONGODB_DEFAULT: "DEFAULT"; MONGODB_GSSAPI: "GSSAPI"; MONGODB_PLAIN: "PLAIN"; MONGODB_SCRAM_SHA1: "SCRAM-SHA-1"; MONGODB_SCRAM_SHA256: "SCRAM-SHA-256"; MONGODB_X509: "MONGODB-X509" }> = ...
                AutoEncryptionLoggerLevel: Readonly<{ Error: 1; FatalError: 0; Info: 3; Trace: 4; Warning: 2 }> = ...
                BSONType: Readonly<{ array: 4; binData: 5; bool: 8; date: 9; dbPointer: 12; decimal: 19; double: 1; int: 16; javascript: 13; javascriptWithScope: 15; long: 18; maxKey: 127; minKey: -1; null: 10; object: 3; objectId: 7; regex: 11; string: 2; symbol: 14; timestamp: 17; undefined: 6 }> = ...
                BatchType: Readonly<{ DELETE: 3; INSERT: 1; UPDATE: 2 }> = ...
                CURSOR_FLAGS: readonly ["tailable", "oplogReplay", "noCursorTimeout", "awaitData", "exhaust", "partial"] = ...
                Compressor: Readonly<{ none: 0; snappy: 1; zlib: 2; zstd: 3 }> = ...
                ExplainVerbosity: Readonly<{ allPlansExecution: "allPlansExecution"; executionStats: "executionStats"; queryPlanner: "queryPlanner"; queryPlannerExtended: "queryPlannerExtended" }> = ...
                GSSAPICanonicalizationValue: Readonly<{ forward: "forward"; forwardAndReverse: "forwardAndReverse"; none: "none"; off: false; on: true }> = ...
                LEGAL_TCP_SOCKET_OPTIONS: readonly ["family", "hints", "localAddress", "localPort", "lookup"] = ...
                LEGAL_TLS_SOCKET_OPTIONS: readonly ["ALPNProtocols", "ca", "cert", "checkServerIdentity", "ciphers", "crl", "ecdhCurve", "key", "minDHSize", "passphrase", "pfx", "rejectUnauthorized", "secureContext", "secureProtocol", "servername", "session"] = ...
                LoggerLevel: Readonly<{ DEBUG: "debug"; ERROR: "error"; INFO: "info"; WARN: "warn"; debug: "debug"; error: "error"; info: "info"; warn: "warn" }> = ...
                MONGO_CLIENT_EVENTS: readonly ["connectionPoolCreated", "connectionPoolClosed", "connectionCreated", "connectionReady", "connectionClosed", "connectionCheckOutStarted", "connectionCheckOutFailed", "connectionCheckedOut", "connectionCheckedIn", "connectionPoolCleared", "commandStarted", "commandSucceeded", "commandFailed", "serverOpening", "serverClosed", "serverDescriptionChanged", "topologyOpening", "topologyClosed", "topologyDescriptionChanged", "error", "timeout", "close", "serverHeartbeatStarted", "serverHeartbeatSucceeded", "serverHeartbeatFailed"] = ...
                Map: MapConstructor
                MongoErrorLabel: Readonly<{ HandshakeError: "HandshakeError"; ResumableChangeStreamError: "ResumableChangeStreamError"; RetryableWriteError: "RetryableWriteError"; TransientTransactionError: "TransientTransactionError"; UnknownTransactionCommitResult: "UnknownTransactionCommitResult" }> = ...
                ObjectID: typeof ObjectId = ObjectId
                deprecated

                Please use ObjectId

                +

                Type parameters

                • TSchema

                Variables

                AuthMechanism: Readonly<{ MONGODB_AWS: "MONGODB-AWS"; MONGODB_CR: "MONGODB-CR"; MONGODB_DEFAULT: "DEFAULT"; MONGODB_GSSAPI: "GSSAPI"; MONGODB_PLAIN: "PLAIN"; MONGODB_SCRAM_SHA1: "SCRAM-SHA-1"; MONGODB_SCRAM_SHA256: "SCRAM-SHA-256"; MONGODB_X509: "MONGODB-X509" }> = ...
                AutoEncryptionLoggerLevel: Readonly<{ Error: 1; FatalError: 0; Info: 3; Trace: 4; Warning: 2 }> = ...
                BSONType: Readonly<{ array: 4; binData: 5; bool: 8; date: 9; dbPointer: 12; decimal: 19; double: 1; int: 16; javascript: 13; javascriptWithScope: 15; long: 18; maxKey: 127; minKey: -1; null: 10; object: 3; objectId: 7; regex: 11; string: 2; symbol: 14; timestamp: 17; undefined: 6 }> = ...
                BatchType: Readonly<{ DELETE: 3; INSERT: 1; UPDATE: 2 }> = ...
                CURSOR_FLAGS: readonly ["tailable", "oplogReplay", "noCursorTimeout", "awaitData", "exhaust", "partial"] = ...
                Compressor: Readonly<{ none: 0; snappy: 1; zlib: 2; zstd: 3 }> = ...
                ExplainVerbosity: Readonly<{ allPlansExecution: "allPlansExecution"; executionStats: "executionStats"; queryPlanner: "queryPlanner"; queryPlannerExtended: "queryPlannerExtended" }> = ...
                GSSAPICanonicalizationValue: Readonly<{ forward: "forward"; forwardAndReverse: "forwardAndReverse"; none: "none"; off: false; on: true }> = ...
                LEGAL_TCP_SOCKET_OPTIONS: readonly ["family", "hints", "localAddress", "localPort", "lookup"] = ...
                LEGAL_TLS_SOCKET_OPTIONS: readonly ["ALPNProtocols", "ca", "cert", "checkServerIdentity", "ciphers", "crl", "ecdhCurve", "key", "minDHSize", "passphrase", "pfx", "rejectUnauthorized", "secureContext", "secureProtocol", "servername", "session"] = ...
                LoggerLevel: Readonly<{ DEBUG: "debug"; ERROR: "error"; INFO: "info"; WARN: "warn"; debug: "debug"; error: "error"; info: "info"; warn: "warn" }> = ...
                MONGO_CLIENT_EVENTS: readonly ["connectionPoolCreated", "connectionPoolClosed", "connectionCreated", "connectionReady", "connectionClosed", "connectionCheckOutStarted", "connectionCheckOutFailed", "connectionCheckedOut", "connectionCheckedIn", "connectionPoolCleared", "commandStarted", "commandSucceeded", "commandFailed", "serverOpening", "serverClosed", "serverDescriptionChanged", "topologyOpening", "topologyClosed", "topologyDescriptionChanged", "error", "timeout", "close", "serverHeartbeatStarted", "serverHeartbeatSucceeded", "serverHeartbeatFailed"] = ...
                Map: MapConstructor
                MongoErrorLabel: Readonly<{ HandshakeError: "HandshakeError"; ResumableChangeStreamError: "ResumableChangeStreamError"; RetryableWriteError: "RetryableWriteError"; TransientTransactionError: "TransientTransactionError"; UnknownTransactionCommitResult: "UnknownTransactionCommitResult" }> = ...
                ObjectID: typeof ObjectId = ObjectId
                deprecated

                Please use ObjectId

                ProfilingLevel: Readonly<{ all: "all"; off: "off"; slowOnly: "slow_only" }> = ...
                ReadConcernLevel: Readonly<{ available: "available"; linearizable: "linearizable"; local: "local"; majority: "majority"; snapshot: "snapshot" }> = ...
                ReadPreferenceMode: Readonly<{ nearest: "nearest"; primary: "primary"; primaryPreferred: "primaryPreferred"; secondary: "secondary"; secondaryPreferred: "secondaryPreferred" }> = ...
                ReturnDocument: Readonly<{ AFTER: "after"; BEFORE: "before" }> = ...
                ServerApiVersion: Readonly<{ v1: "1" }> = ...
                ServerType: Readonly<{ LoadBalancer: "LoadBalancer"; Mongos: "Mongos"; PossiblePrimary: "PossiblePrimary"; RSArbiter: "RSArbiter"; RSGhost: "RSGhost"; RSOther: "RSOther"; RSPrimary: "RSPrimary"; RSSecondary: "RSSecondary"; Standalone: "Standalone"; Unknown: "Unknown" }> = ...

                An enumeration of server types we know about

                TopologyType: Readonly<{ LoadBalanced: "LoadBalanced"; ReplicaSetNoPrimary: "ReplicaSetNoPrimary"; ReplicaSetWithPrimary: "ReplicaSetWithPrimary"; Sharded: "Sharded"; Single: "Single"; Unknown: "Unknown" }> = ...
                diff --git a/docs/index.html b/docs/index.html index 228b328b5bf..bbd68988427 100644 --- a/docs/index.html +++ b/docs/index.html @@ -28,7 +28,7 @@ @@ -52,9 +52,9 @@
                -

                MongoDB Node.JS Driver

                +

                MongoDB Node.js Driver

                - The next generation Node.JS driver for MongoDB + The next generation Node.js driver for MongoDB

                diff --git a/docs/s/css/frontpage.css b/docs/s/css/frontpage.css index 714d3ed73fb..55f1908ddb2 100644 --- a/docs/s/css/frontpage.css +++ b/docs/s/css/frontpage.css @@ -1,12 +1,20 @@ +@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@300&display=swap'); +@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap'); +@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro&display=swap'); + +code, pre, kbd, samp { + font-family: 'Source Code Pro', Monaco, Menlo, Consolas, "Courier New", monospace; +} + body { - font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; + font-family: "Lexend Deca", "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; margin: 0; padding: 0; - color: #494747; + color: black; font-size: 16px; -webkit-font-smoothing: antialiased; - background-color: #f3f4eb; - color: #4c3a2c; + background-color: white; + color: black; padding-top: 50px; } @@ -40,8 +48,8 @@ dt { left: 0; width: 100%; font-size: 31px; - background-color: #3b291f; - color: white; + background-color: white; + color: black; margin: 0; padding: 0; z-index: 100; @@ -65,7 +73,7 @@ dt { } #header-db a { - color: white; + color: black; } #header-db .logo img { @@ -109,7 +117,7 @@ div.gsc-input-box, .gsc-input input.gsc-input:-moz-input-placeholder, .gsc-input input.gsc-input::-moz-input-placeholder, .gsc-input input.gsc-input:-ms-input-placeholder { - color: #CCC; + color: black; } /* Clear search button */ @@ -168,7 +176,7 @@ input.gsc-search-button[title], input.gsc-search-button:hover[title], input.gsc- } .footer a { - color: #989898; + color: black; text-decoration: underline; } @@ -178,7 +186,7 @@ input.gsc-search-button[title], input.gsc-search-button:hover[title], input.gsc- } .footer .box { - background-color: #f5f6f7; + background-color: white; min-height: 20px; padding: 15px; margin-bottom: 20px; @@ -186,7 +194,7 @@ input.gsc-search-button[title], input.gsc-search-button:hover[title], input.gsc- } .footer .box a { - color: #333; + color: black; text-decoration: none; } @@ -219,8 +227,8 @@ input.gsc-search-button[title], input.gsc-search-button:hover[title], input.gsc- /* Hero Styles */ #hero { - background-color: #666; - color: #f3f4eb; + background-color: #023430; + color: white ; border-bottom: 1px solid #313030; padding: 12px 0px; } @@ -237,6 +245,7 @@ input.gsc-search-button[title], input.gsc-search-button:hover[title], input.gsc- } #hero h2 { + font-family: "Noto Serif JP", "Lexend Deca", "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;; border-top: 3px solid #6ca439; color: #f3f4eb; padding: 10px 0; @@ -257,14 +266,14 @@ input.gsc-search-button[title], input.gsc-search-button:hover[title], input.gsc- .btn-mongo:hover { color: white; - border-color:#34302d; + border-color:black; box-shadow:none; text-decoration:none; } .btn-dark { - border: 2px solid #3b291f; - background-color: #3b291f; + border: 2px solid black; + background-color: black; color: white; border-radius: 0; } diff --git a/docs/s/img/logo-mongodb-header-slate.png b/docs/s/img/logo-mongodb-header-slate.png new file mode 100644 index 00000000000..7a51fece863 Binary files /dev/null and b/docs/s/img/logo-mongodb-header-slate.png differ diff --git a/docs/s/img/logo-mongodb-header.png b/docs/s/img/logo-mongodb-header-white.png similarity index 100% rename from docs/s/img/logo-mongodb-header.png rename to docs/s/img/logo-mongodb-header-white.png diff --git a/etc/docs/template/layouts/partials/header/main.html b/etc/docs/template/layouts/partials/header/main.html index 3da110ccda2..8fb805fe007 100644 --- a/etc/docs/template/layouts/partials/header/main.html +++ b/etc/docs/template/layouts/partials/header/main.html @@ -3,7 +3,7 @@

                diff --git a/etc/docs/template/layouts/partials/hero.html b/etc/docs/template/layouts/partials/hero.html index 61a087f0407..280bae3a3d1 100644 --- a/etc/docs/template/layouts/partials/hero.html +++ b/etc/docs/template/layouts/partials/hero.html @@ -3,9 +3,9 @@
                -

                MongoDB Node.JS Driver

                +

                MongoDB Node.js Driver

                - The next generation Node.JS driver for MongoDB + The next generation Node.js driver for MongoDB

                {{ range where $.Site.Data.releases.versions "version" $.Site.Data.releases.current }}{{ $.Scratch.Set "qs.currentReleasedVersion" . }}{{end }} diff --git a/etc/docs/template/static/s/css/frontpage.css b/etc/docs/template/static/s/css/frontpage.css index 714d3ed73fb..55f1908ddb2 100644 --- a/etc/docs/template/static/s/css/frontpage.css +++ b/etc/docs/template/static/s/css/frontpage.css @@ -1,12 +1,20 @@ +@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@300&display=swap'); +@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap'); +@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro&display=swap'); + +code, pre, kbd, samp { + font-family: 'Source Code Pro', Monaco, Menlo, Consolas, "Courier New", monospace; +} + body { - font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; + font-family: "Lexend Deca", "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; margin: 0; padding: 0; - color: #494747; + color: black; font-size: 16px; -webkit-font-smoothing: antialiased; - background-color: #f3f4eb; - color: #4c3a2c; + background-color: white; + color: black; padding-top: 50px; } @@ -40,8 +48,8 @@ dt { left: 0; width: 100%; font-size: 31px; - background-color: #3b291f; - color: white; + background-color: white; + color: black; margin: 0; padding: 0; z-index: 100; @@ -65,7 +73,7 @@ dt { } #header-db a { - color: white; + color: black; } #header-db .logo img { @@ -109,7 +117,7 @@ div.gsc-input-box, .gsc-input input.gsc-input:-moz-input-placeholder, .gsc-input input.gsc-input::-moz-input-placeholder, .gsc-input input.gsc-input:-ms-input-placeholder { - color: #CCC; + color: black; } /* Clear search button */ @@ -168,7 +176,7 @@ input.gsc-search-button[title], input.gsc-search-button:hover[title], input.gsc- } .footer a { - color: #989898; + color: black; text-decoration: underline; } @@ -178,7 +186,7 @@ input.gsc-search-button[title], input.gsc-search-button:hover[title], input.gsc- } .footer .box { - background-color: #f5f6f7; + background-color: white; min-height: 20px; padding: 15px; margin-bottom: 20px; @@ -186,7 +194,7 @@ input.gsc-search-button[title], input.gsc-search-button:hover[title], input.gsc- } .footer .box a { - color: #333; + color: black; text-decoration: none; } @@ -219,8 +227,8 @@ input.gsc-search-button[title], input.gsc-search-button:hover[title], input.gsc- /* Hero Styles */ #hero { - background-color: #666; - color: #f3f4eb; + background-color: #023430; + color: white ; border-bottom: 1px solid #313030; padding: 12px 0px; } @@ -237,6 +245,7 @@ input.gsc-search-button[title], input.gsc-search-button:hover[title], input.gsc- } #hero h2 { + font-family: "Noto Serif JP", "Lexend Deca", "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;; border-top: 3px solid #6ca439; color: #f3f4eb; padding: 10px 0; @@ -257,14 +266,14 @@ input.gsc-search-button[title], input.gsc-search-button:hover[title], input.gsc- .btn-mongo:hover { color: white; - border-color:#34302d; + border-color:black; box-shadow:none; text-decoration:none; } .btn-dark { - border: 2px solid #3b291f; - background-color: #3b291f; + border: 2px solid black; + background-color: black; color: white; border-radius: 0; } diff --git a/package-lock.json b/package-lock.json index 38cf9137df5..e6cd4038c44 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,30 +17,30 @@ "devDependencies": { "@iarna/toml": "^2.2.5", "@istanbuljs/nyc-config-typescript": "^1.0.2", - "@microsoft/api-extractor": "^7.25.0", + "@microsoft/api-extractor": "^7.29.5", "@microsoft/tsdoc-config": "^0.16.1", "@mongodb-js/zstd": "^1.0.0", - "@types/chai": "^4.3.1", + "@types/chai": "^4.3.3", "@types/chai-subset": "^1.3.3", "@types/express": "^4.17.13", "@types/kerberos": "^1.1.1", "@types/mocha": "^9.1.1", - "@types/node": "^17.0.42", + "@types/node": "^18.7.13", "@types/saslprep": "^1.0.1", - "@types/semver": "^7.3.9", + "@types/semver": "^7.3.12", "@types/sinon": "^10.0.11", "@types/sinon-chai": "^3.2.8", - "@types/whatwg-url": "^8.2.1", - "@typescript-eslint/eslint-plugin": "^5.28.0", - "@typescript-eslint/parser": "^5.28.0", + "@types/whatwg-url": "^8.2.2", + "@typescript-eslint/eslint-plugin": "^5.35.1", + "@typescript-eslint/parser": "^5.35.1", "bluebird": "^3.7.2", "chai": "^4.3.6", "chai-subset": "^1.6.0", "chalk": "^4.1.2", - "eslint": "^8.17.0", + "eslint": "^8.22.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-import": "^2.26.0", - "eslint-plugin-prettier": "^4.0.0", + "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-simple-import-sort": "^7.0.0", "eslint-plugin-tsdoc": "^0.2.16", "express": "^4.18.1", @@ -48,16 +48,16 @@ "mocha": "^9.2.2", "mocha-sinon": "^2.1.2", "nyc": "^15.1.0", - "prettier": "^2.7.0", + "prettier": "^2.7.1", "rimraf": "^3.0.2", "semver": "^7.3.7", "sinon": "^13.0.1", "sinon-chai": "^3.7.0", "source-map-support": "^0.5.21", "standard-version": "^9.5.0", - "ts-node": "^10.8.1", - "tsd": "^0.21.0", - "typescript": "^4.7.3", + "ts-node": "^10.9.1", + "tsd": "^0.22.0", + "typescript": "^4.8.2", "typescript-cached-transpile": "^0.0.6", "xml2js": "^0.4.23", "yargs": "^17.5.1" @@ -70,58 +70,59 @@ } }, "node_modules/@ampproject/remapping": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.1.2.tgz", - "integrity": "sha512-hoyByceqwKirw7w3Z7gnIIZC3Wx3J484Y3L/cMpXFbr7d9ZQj2mODrirNzcJa+SM3UlpWXYvKV4RlRpFXlWgXg==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.0.tgz", + "integrity": "sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==", "dev": true, "dependencies": { - "@jridgewell/trace-mapping": "^0.3.0" + "@jridgewell/gen-mapping": "^0.1.0", + "@jridgewell/trace-mapping": "^0.3.9" }, "engines": { "node": ">=6.0.0" } }, "node_modules/@babel/code-frame": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.16.7.tgz", - "integrity": "sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.18.6.tgz", + "integrity": "sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==", "dev": true, "dependencies": { - "@babel/highlight": "^7.16.7" + "@babel/highlight": "^7.18.6" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/compat-data": { - "version": "7.17.7", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.17.7.tgz", - "integrity": "sha512-p8pdE6j0a29TNGebNm7NzYZWB3xVZJBZ7XGs42uAKzQo8VQ3F0By/cQCtUEABwIqw5zo6WA4NbmxsfzADzMKnQ==", + "version": "7.18.13", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.18.13.tgz", + "integrity": "sha512-5yUzC5LqyTFp2HLmDoxGQelcdYgSpP9xsnMWBphAscOdFrHSAVbLNzWiy32sVNDqJRDiJK6klfDnAgu6PAGSHw==", "dev": true, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/core": { - "version": "7.17.8", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.17.8.tgz", - "integrity": "sha512-OdQDV/7cRBtJHLSOBqqbYNkOcydOgnX59TZx4puf41fzcVtN3e/4yqY8lMQsK+5X2lJtAdmA+6OHqsj1hBJ4IQ==", + "version": "7.18.13", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.18.13.tgz", + "integrity": "sha512-ZisbOvRRusFktksHSG6pjj1CSvkPkcZq/KHD45LAkVP/oiHJkNBZWfpvlLmX8OtHDG8IuzsFlVRWo08w7Qxn0A==", "dev": true, "dependencies": { "@ampproject/remapping": "^2.1.0", - "@babel/code-frame": "^7.16.7", - "@babel/generator": "^7.17.7", - "@babel/helper-compilation-targets": "^7.17.7", - "@babel/helper-module-transforms": "^7.17.7", - "@babel/helpers": "^7.17.8", - "@babel/parser": "^7.17.8", - "@babel/template": "^7.16.7", - "@babel/traverse": "^7.17.3", - "@babel/types": "^7.17.0", + "@babel/code-frame": "^7.18.6", + "@babel/generator": "^7.18.13", + "@babel/helper-compilation-targets": "^7.18.9", + "@babel/helper-module-transforms": "^7.18.9", + "@babel/helpers": "^7.18.9", + "@babel/parser": "^7.18.13", + "@babel/template": "^7.18.10", + "@babel/traverse": "^7.18.13", + "@babel/types": "^7.18.13", "convert-source-map": "^1.7.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", - "json5": "^2.1.2", + "json5": "^2.2.1", "semver": "^6.3.0" }, "engines": { @@ -142,37 +143,42 @@ } }, "node_modules/@babel/generator": { - "version": "7.17.7", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.17.7.tgz", - "integrity": "sha512-oLcVCTeIFadUoArDTwpluncplrYBmTCCZZgXCbgNGvOBBiSDDK3eWO4b/+eOTli5tKv1lg+a5/NAXg+nTcei1w==", + "version": "7.18.13", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.18.13.tgz", + "integrity": "sha512-CkPg8ySSPuHTYPJYo7IRALdqyjM9HCbt/3uOBEFbzyGVP6Mn8bwFPB0jX6982JVNBlYzM1nnPkfjuXSOPtQeEQ==", "dev": true, "dependencies": { - "@babel/types": "^7.17.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" + "@babel/types": "^7.18.13", + "@jridgewell/gen-mapping": "^0.3.2", + "jsesc": "^2.5.1" }, "engines": { "node": ">=6.9.0" } }, - "node_modules/@babel/generator/node_modules/source-map": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", - "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", + "node_modules/@babel/generator/node_modules/@jridgewell/gen-mapping": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz", + "integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==", "dev": true, + "dependencies": { + "@jridgewell/set-array": "^1.0.1", + "@jridgewell/sourcemap-codec": "^1.4.10", + "@jridgewell/trace-mapping": "^0.3.9" + }, "engines": { - "node": ">=0.10.0" + "node": ">=6.0.0" } }, "node_modules/@babel/helper-compilation-targets": { - "version": "7.17.7", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.17.7.tgz", - "integrity": "sha512-UFzlz2jjd8kroj0hmCFV5zr+tQPi1dpC2cRsDV/3IEW8bJfCPrPpmcSN6ZS8RqIq4LXcmpipCQFPddyFA5Yc7w==", + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.18.9.tgz", + "integrity": "sha512-tzLCyVmqUiFlcFoAPLA/gL9TeYrF61VLNtb+hvkuVaB5SUjW7jcfrglBIX1vUIoT7CLP3bBlIMeyEsIl2eFQNg==", "dev": true, "dependencies": { - "@babel/compat-data": "^7.17.7", - "@babel/helper-validator-option": "^7.16.7", - "browserslist": "^4.17.5", + "@babel/compat-data": "^7.18.8", + "@babel/helper-validator-option": "^7.18.6", + "browserslist": "^4.20.2", "semver": "^6.3.0" }, "engines": { @@ -192,149 +198,142 @@ } }, "node_modules/@babel/helper-environment-visitor": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.16.7.tgz", - "integrity": "sha512-SLLb0AAn6PkUeAfKJCCOl9e1R53pQlGAfc4y4XuMRZfqeMYLE0dM1LMhqbGAlGQY0lfw5/ohoYWAe9V1yibRag==", + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz", + "integrity": "sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==", "dev": true, - "dependencies": { - "@babel/types": "^7.16.7" - }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-function-name": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.16.7.tgz", - "integrity": "sha512-QfDfEnIUyyBSR3HtrtGECuZ6DAyCkYFp7GHl75vFtTnn6pjKeK0T1DB5lLkFvBea8MdaiUABx3osbgLyInoejA==", - "dev": true, - "dependencies": { - "@babel/helper-get-function-arity": "^7.16.7", - "@babel/template": "^7.16.7", - "@babel/types": "^7.16.7" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-get-function-arity": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.7.tgz", - "integrity": "sha512-flc+RLSOBXzNzVhcLu6ujeHUrD6tANAOU5ojrRx/as+tbzf8+stUCj7+IfRRoAbEZqj/ahXEMsjhOhgeZsrnTw==", + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.18.9.tgz", + "integrity": "sha512-fJgWlZt7nxGksJS9a0XdSaI4XvpExnNIgRP+rVefWh5U7BL8pPuir6SJUmFKRfjWQ51OtWSzwOxhaH/EBWWc0A==", "dev": true, "dependencies": { - "@babel/types": "^7.16.7" + "@babel/template": "^7.18.6", + "@babel/types": "^7.18.9" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-hoist-variables": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz", - "integrity": "sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz", + "integrity": "sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==", "dev": true, "dependencies": { - "@babel/types": "^7.16.7" + "@babel/types": "^7.18.6" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-module-imports": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.16.7.tgz", - "integrity": "sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz", + "integrity": "sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==", "dev": true, "dependencies": { - "@babel/types": "^7.16.7" + "@babel/types": "^7.18.6" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-module-transforms": { - "version": "7.17.7", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.17.7.tgz", - "integrity": "sha512-VmZD99F3gNTYB7fJRDTi+u6l/zxY0BE6OIxPSU7a50s6ZUQkHwSDmV92FfM+oCG0pZRVojGYhkR8I0OGeCVREw==", + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.18.9.tgz", + "integrity": "sha512-KYNqY0ICwfv19b31XzvmI/mfcylOzbLtowkw+mfvGPAQ3kfCnMLYbED3YecL5tPd8nAYFQFAd6JHp2LxZk/J1g==", "dev": true, "dependencies": { - "@babel/helper-environment-visitor": "^7.16.7", - "@babel/helper-module-imports": "^7.16.7", - "@babel/helper-simple-access": "^7.17.7", - "@babel/helper-split-export-declaration": "^7.16.7", - "@babel/helper-validator-identifier": "^7.16.7", - "@babel/template": "^7.16.7", - "@babel/traverse": "^7.17.3", - "@babel/types": "^7.17.0" + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-module-imports": "^7.18.6", + "@babel/helper-simple-access": "^7.18.6", + "@babel/helper-split-export-declaration": "^7.18.6", + "@babel/helper-validator-identifier": "^7.18.6", + "@babel/template": "^7.18.6", + "@babel/traverse": "^7.18.9", + "@babel/types": "^7.18.9" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-simple-access": { - "version": "7.17.7", - "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.17.7.tgz", - "integrity": "sha512-txyMCGroZ96i+Pxr3Je3lzEJjqwaRC9buMUgtomcrLe5Nd0+fk1h0LLA+ixUF5OW7AhHuQ7Es1WcQJZmZsz2XA==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.18.6.tgz", + "integrity": "sha512-iNpIgTgyAvDQpDj76POqg+YEt8fPxx3yaNBg3S30dxNKm2SWfYhD0TGrK/Eu9wHpUW63VQU894TsTg+GLbUa1g==", "dev": true, "dependencies": { - "@babel/types": "^7.17.0" + "@babel/types": "^7.18.6" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-split-export-declaration": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.7.tgz", - "integrity": "sha512-xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz", + "integrity": "sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==", "dev": true, "dependencies": { - "@babel/types": "^7.16.7" + "@babel/types": "^7.18.6" }, "engines": { "node": ">=6.9.0" } }, + "node_modules/@babel/helper-string-parser": { + "version": "7.18.10", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.18.10.tgz", + "integrity": "sha512-XtIfWmeNY3i4t7t4D2t02q50HvqHybPqW2ki1kosnvWCwuCMeo81Jf0gwr85jy/neUdg5XDdeFE/80DXiO+njw==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, "node_modules/@babel/helper-validator-identifier": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz", - "integrity": "sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz", + "integrity": "sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g==", "dev": true, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-validator-option": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz", - "integrity": "sha512-TRtenOuRUVo9oIQGPC5G9DgK4743cdxvtOw0weQNpZXaS16SCBi5MNjZF8vba3ETURjZpTbVn7Vvcf2eAwFozQ==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz", + "integrity": "sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==", "dev": true, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helpers": { - "version": "7.17.8", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.17.8.tgz", - "integrity": "sha512-QcL86FGxpfSJwGtAvv4iG93UL6bmqBdmoVY0CMCU2g+oD2ezQse3PT5Pa+jiD6LJndBQi0EDlpzOWNlLuhz5gw==", + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.18.9.tgz", + "integrity": "sha512-Jf5a+rbrLoR4eNdUmnFu8cN5eNJT6qdTdOg5IHIzq87WwyRw9PwguLFOWYgktN/60IP4fgDUawJvs7PjQIzELQ==", "dev": true, "dependencies": { - "@babel/template": "^7.16.7", - "@babel/traverse": "^7.17.3", - "@babel/types": "^7.17.0" + "@babel/template": "^7.18.6", + "@babel/traverse": "^7.18.9", + "@babel/types": "^7.18.9" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/highlight": { - "version": "7.16.10", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.16.10.tgz", - "integrity": "sha512-5FnTQLSLswEj6IkgVw5KusNUUFY9ZGqe/TRFnP/BKYHYgfh7tc+C7mwiy95/yNP7Dh9x580Vv8r7u7ZfTBFxdw==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.18.6.tgz", + "integrity": "sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==", "dev": true, "dependencies": { - "@babel/helper-validator-identifier": "^7.16.7", + "@babel/helper-validator-identifier": "^7.18.6", "chalk": "^2.0.0", "js-tokens": "^4.0.0" }, @@ -380,13 +379,13 @@ "node_modules/@babel/highlight/node_modules/color-name": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", + "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", "dev": true }, "node_modules/@babel/highlight/node_modules/escape-string-regexp": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", "dev": true, "engines": { "node": ">=0.8.0" @@ -395,7 +394,7 @@ "node_modules/@babel/highlight/node_modules/has-flag": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", "dev": true, "engines": { "node": ">=4" @@ -414,9 +413,9 @@ } }, "node_modules/@babel/parser": { - "version": "7.17.8", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.17.8.tgz", - "integrity": "sha512-BoHhDJrJXqcg+ZL16Xv39H9n+AqJ4pcDrQBGZN+wHxIysrLZ3/ECwCBUch/1zUNhnsXULcONU3Ei5Hmkfk6kiQ==", + "version": "7.18.13", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.18.13.tgz", + "integrity": "sha512-dgXcIfMuQ0kgzLB2b9tRZs7TTFFaGM2AbtA4fJgUUYukzGH4jwsS7hzQHEGs67jdehpm22vkgKwvbU+aEflgwg==", "dev": true, "bin": { "parser": "bin/babel-parser.js" @@ -426,33 +425,33 @@ } }, "node_modules/@babel/template": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.16.7.tgz", - "integrity": "sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w==", + "version": "7.18.10", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.18.10.tgz", + "integrity": "sha512-TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA==", "dev": true, "dependencies": { - "@babel/code-frame": "^7.16.7", - "@babel/parser": "^7.16.7", - "@babel/types": "^7.16.7" + "@babel/code-frame": "^7.18.6", + "@babel/parser": "^7.18.10", + "@babel/types": "^7.18.10" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/traverse": { - "version": "7.17.3", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.17.3.tgz", - "integrity": "sha512-5irClVky7TxRWIRtxlh2WPUUOLhcPN06AGgaQSB8AEwuyEBgJVuJ5imdHm5zxk8w0QS5T+tDfnDxAlhWjpb7cw==", - "dev": true, - "dependencies": { - "@babel/code-frame": "^7.16.7", - "@babel/generator": "^7.17.3", - "@babel/helper-environment-visitor": "^7.16.7", - "@babel/helper-function-name": "^7.16.7", - "@babel/helper-hoist-variables": "^7.16.7", - "@babel/helper-split-export-declaration": "^7.16.7", - "@babel/parser": "^7.17.3", - "@babel/types": "^7.17.0", + "version": "7.18.13", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.18.13.tgz", + "integrity": "sha512-N6kt9X1jRMLPxxxPYWi7tgvJRH/rtoU+dbKAPDM44RFHiMH8igdsaSBgFeskhSl/kLWLDUvIh1RXCrTmg0/zvA==", + "dev": true, + "dependencies": { + "@babel/code-frame": "^7.18.6", + "@babel/generator": "^7.18.13", + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-function-name": "^7.18.9", + "@babel/helper-hoist-variables": "^7.18.6", + "@babel/helper-split-export-declaration": "^7.18.6", + "@babel/parser": "^7.18.13", + "@babel/types": "^7.18.13", "debug": "^4.1.0", "globals": "^11.1.0" }, @@ -470,12 +469,13 @@ } }, "node_modules/@babel/types": { - "version": "7.17.0", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.17.0.tgz", - "integrity": "sha512-TmKSNO4D5rzhL5bjWFcVHHLETzfQ/AmbKpKPOSjlP0WoHZ6L911fgoOKY4Alp/emzG4cHJdyN49zpgkbXFEHHw==", + "version": "7.18.13", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.18.13.tgz", + "integrity": "sha512-ePqfTihzW0W6XAU+aMw2ykilisStJfDnsejDCXRchCcMJ4O0+8DhPXf2YUbZ6wjBlsEmZwLK/sPweWtu8hcJYQ==", "dev": true, "dependencies": { - "@babel/helper-validator-identifier": "^7.16.7", + "@babel/helper-string-parser": "^7.18.10", + "@babel/helper-validator-identifier": "^7.18.6", "to-fast-properties": "^2.0.0" }, "engines": { @@ -494,6 +494,16 @@ "node": ">=12" } }, + "node_modules/@cspotcode/source-map-support/node_modules/@jridgewell/trace-mapping": { + "version": "0.3.9", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz", + "integrity": "sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==", + "dev": true, + "dependencies": { + "@jridgewell/resolve-uri": "^3.0.3", + "@jridgewell/sourcemap-codec": "^1.4.10" + } + }, "node_modules/@eslint/eslintrc": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.3.0.tgz", @@ -515,9 +525,9 @@ } }, "node_modules/@humanwhocodes/config-array": { - "version": "0.9.5", - "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.9.5.tgz", - "integrity": "sha512-ObyMyWxZiCu/yTisA7uzx81s40xR2fD5Cg/2Kq7G02ajkNubJf6BopgDTmDyc3U7sXpNKM8cYOw7s7Tyr+DnCw==", + "version": "0.10.4", + "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.10.4.tgz", + "integrity": "sha512-mXAIHxZT3Vcpg83opl1wGlVZ9xydbfZO3r5YfRSH6Gpp2J/PfdBP0wbDa2sO6/qRbcalpoevVyW6A/fI6LfeMw==", "dev": true, "dependencies": { "@humanwhocodes/object-schema": "^1.2.1", @@ -528,6 +538,16 @@ "node": ">=10.10.0" } }, + "node_modules/@humanwhocodes/gitignore-to-minimatch": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@humanwhocodes/gitignore-to-minimatch/-/gitignore-to-minimatch-1.0.2.tgz", + "integrity": "sha512-rSqmMJDdLFUsyxR6FMtD00nfQKKLFb1kv+qBbOVKqErvloEIJLo5bDTJTQNTYgeyp78JsA7u/NPi5jT1GR/MuA==", + "dev": true, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/nzakas" + } + }, "node_modules/@humanwhocodes/object-schema": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz", @@ -630,24 +650,6 @@ "node": ">=8" } }, - "node_modules/@istanbuljs/load-nyc-config/node_modules/p-try": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", - "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/@istanbuljs/load-nyc-config/node_modules/path-exists": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", - "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", - "dev": true, - "engines": { - "node": ">=8" - } - }, "node_modules/@istanbuljs/load-nyc-config/node_modules/resolve-from": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", @@ -681,25 +683,47 @@ "node": ">=8" } }, + "node_modules/@jridgewell/gen-mapping": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz", + "integrity": "sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w==", + "dev": true, + "dependencies": { + "@jridgewell/set-array": "^1.0.0", + "@jridgewell/sourcemap-codec": "^1.4.10" + }, + "engines": { + "node": ">=6.0.0" + } + }, "node_modules/@jridgewell/resolve-uri": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.0.5.tgz", - "integrity": "sha512-VPeQ7+wH0itvQxnG+lIzWgkysKIr3L9sslimFW55rHMdGu/qCQ5z5h9zq4gI8uBtqkpHhsF4Z/OwExufUCThew==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz", + "integrity": "sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==", + "dev": true, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/set-array": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz", + "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==", "dev": true, "engines": { "node": ">=6.0.0" } }, "node_modules/@jridgewell/sourcemap-codec": { - "version": "1.4.11", - "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.11.tgz", - "integrity": "sha512-Fg32GrJo61m+VqYSdRSjRXMjQ06j8YIYfcTqndLYVAaHmroZHLJZCydsWBOTDqXS2v+mjxohBWEMfg97GXmYQg==", + "version": "1.4.14", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz", + "integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==", "dev": true }, "node_modules/@jridgewell/trace-mapping": { - "version": "0.3.9", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz", - "integrity": "sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==", + "version": "0.3.15", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.15.tgz", + "integrity": "sha512-oWZNOULl+UbhsgB51uuZzglikfIKSUBO/M9W2OfEjn7cmqoAiCgmv9lyACTUacZwBz0ITnJ2NqjU8Tx0DHL88g==", "dev": true, "dependencies": { "@jridgewell/resolve-uri": "^3.0.3", @@ -707,43 +731,43 @@ } }, "node_modules/@microsoft/api-extractor": { - "version": "7.25.0", - "resolved": "https://registry.npmjs.org/@microsoft/api-extractor/-/api-extractor-7.25.0.tgz", - "integrity": "sha512-GS1XOY2RgLthUkfcTR4CLPvCIvpFYj+2MfJMZ3J4NX8H64BWSHGaDUvVV6QvjKNpt/RHdLyyJZ+j7dQveBAZnA==", + "version": "7.29.5", + "resolved": "https://registry.npmjs.org/@microsoft/api-extractor/-/api-extractor-7.29.5.tgz", + "integrity": "sha512-+vqO/TAGw9xXANpvTjA4y5ADcaRuYuBoJ9IfoAHubrGuxKG6GoW3P2tfdgwteLz95CnlftBxYp+3NG/mf05P9Q==", "dev": true, "dependencies": { - "@microsoft/api-extractor-model": "7.18.0", + "@microsoft/api-extractor-model": "7.23.3", "@microsoft/tsdoc": "0.14.1", "@microsoft/tsdoc-config": "~0.16.1", - "@rushstack/node-core-library": "3.45.5", - "@rushstack/rig-package": "0.3.11", - "@rushstack/ts-command-line": "4.11.0", + "@rushstack/node-core-library": "3.51.1", + "@rushstack/rig-package": "0.3.14", + "@rushstack/ts-command-line": "4.12.2", "colors": "~1.2.1", "lodash": "~4.17.15", "resolve": "~1.17.0", "semver": "~7.3.0", "source-map": "~0.6.1", - "typescript": "~4.6.3" + "typescript": "~4.7.4" }, "bin": { "api-extractor": "bin/api-extractor" } }, "node_modules/@microsoft/api-extractor-model": { - "version": "7.18.0", - "resolved": "https://registry.npmjs.org/@microsoft/api-extractor-model/-/api-extractor-model-7.18.0.tgz", - "integrity": "sha512-Q7ZhD6zKQd/J5ayNNChFCCgHZ8tw3ibljm6nXP/JEmiEFFbpKKtWMPVCaN8Y+8/qFmrz7mblLrupcKmUu8cF4A==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@microsoft/api-extractor-model/-/api-extractor-model-7.23.3.tgz", + "integrity": "sha512-HpsWzG6jrWHrTlIg53kmp/IVQPBHUZc+8dunnr9VXrmDjVBehaXxp9A6jhTQ/bd7W1m5TYfAvwCmseC1+9FCuA==", "dev": true, "dependencies": { "@microsoft/tsdoc": "0.14.1", "@microsoft/tsdoc-config": "~0.16.1", - "@rushstack/node-core-library": "3.45.5" + "@rushstack/node-core-library": "3.51.1" } }, "node_modules/@microsoft/api-extractor/node_modules/typescript": { - "version": "4.6.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.4.tgz", - "integrity": "sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==", + "version": "4.7.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.4.tgz", + "integrity": "sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==", "dev": true, "bin": { "tsc": "bin/tsc", @@ -916,9 +940,9 @@ } }, "node_modules/@rushstack/node-core-library": { - "version": "3.45.5", - "resolved": "https://registry.npmjs.org/@rushstack/node-core-library/-/node-core-library-3.45.5.tgz", - "integrity": "sha512-KbN7Hp9vH3bD3YJfv6RnVtzzTAwGYIBl7y2HQLY4WEQqRbvE3LgI78W9l9X+cTAXCX//p0EeoiUYNTFdqJrMZg==", + "version": "3.51.1", + "resolved": "https://registry.npmjs.org/@rushstack/node-core-library/-/node-core-library-3.51.1.tgz", + "integrity": "sha512-xLoUztvGpaT5CphDexDPt2WbBx8D68VS5tYOkwfr98p90y0f/wepgXlTA/q5MUeZGGucASiXKp5ysdD+GPYf9A==", "dev": true, "dependencies": { "@types/node": "12.20.24", @@ -928,7 +952,6 @@ "jju": "~1.4.0", "resolve": "~1.17.0", "semver": "~7.3.0", - "timsort": "~0.3.0", "z-schema": "~5.0.2" } }, @@ -939,9 +962,9 @@ "dev": true }, "node_modules/@rushstack/rig-package": { - "version": "0.3.11", - "resolved": "https://registry.npmjs.org/@rushstack/rig-package/-/rig-package-0.3.11.tgz", - "integrity": "sha512-uI1/g5oQPtyrT9nStoyX/xgZSLa2b+srRFaDk3r1eqC7zA5th4/bvTGl2QfV3C9NcP+coSqmk5mFJkUfH6i3Lw==", + "version": "0.3.14", + "resolved": "https://registry.npmjs.org/@rushstack/rig-package/-/rig-package-0.3.14.tgz", + "integrity": "sha512-Ic9EN3kWJCK6iOxEDtwED9nrM146zCDrQaUxbeGOF+q/VLZ/HNHPw+aLqrqmTl0ZT66Sf75Qk6OG+rySjTorvQ==", "dev": true, "dependencies": { "resolve": "~1.17.0", @@ -949,9 +972,9 @@ } }, "node_modules/@rushstack/ts-command-line": { - "version": "4.11.0", - "resolved": "https://registry.npmjs.org/@rushstack/ts-command-line/-/ts-command-line-4.11.0.tgz", - "integrity": "sha512-ptG9L0mjvJ5QtK11GsAFY+jGfsnqHDS6CY6Yw1xT7a9bhjfNYnf6UPwjV+pF6UgiucfNcMDNW9lkDLxvZKKxMg==", + "version": "4.12.2", + "resolved": "https://registry.npmjs.org/@rushstack/ts-command-line/-/ts-command-line-4.12.2.tgz", + "integrity": "sha512-poBtnumLuWmwmhCEkVAgynWgtnF9Kygekxyp4qtQUSbBrkuyPQTL85c8Cva1YfoUpOdOXxezMAkUt0n5SNKGqw==", "dev": true, "dependencies": { "@types/argparse": "1.0.38", @@ -970,9 +993,9 @@ } }, "node_modules/@sinonjs/fake-timers": { - "version": "9.1.1", - "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-9.1.1.tgz", - "integrity": "sha512-Wp5vwlZ0lOqpSYGKqr53INws9HLkt6JDc/pDZcPf7bchQnrXJMXPns8CXx0hFikMSGSWfvtvvpb2gtMVfkWagA==", + "version": "9.1.2", + "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-9.1.2.tgz", + "integrity": "sha512-BPS4ynJW/o92PUR4wgriz2Ud5gpST5vz6GQfMixEDK0Z8ZCUv2M7SkBLykH56T++Xs+8ln9zTGbOvNGIe02/jw==", "dev": true, "dependencies": { "@sinonjs/commons": "^1.7.0" @@ -990,39 +1013,39 @@ } }, "node_modules/@sinonjs/text-encoding": { - "version": "0.7.1", - "resolved": "https://registry.npmjs.org/@sinonjs/text-encoding/-/text-encoding-0.7.1.tgz", - "integrity": "sha512-+iTbntw2IZPb/anVDbypzfQa+ay64MW0Zo8aJ8gZPWMMK6/OubMVb6lUPMagqjOPnmtauXnFCACVl3O7ogjeqQ==", + "version": "0.7.2", + "resolved": "https://registry.npmjs.org/@sinonjs/text-encoding/-/text-encoding-0.7.2.tgz", + "integrity": "sha512-sXXKG+uL9IrKqViTtao2Ws6dy0znu9sOaP1di/jKGW1M6VssO8vlpXCQcpZ+jisQ1tTFAC5Jo/EOzFbggBagFQ==", "dev": true }, "node_modules/@tsconfig/node10": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/@tsconfig/node10/-/node10-1.0.8.tgz", - "integrity": "sha512-6XFfSQmMgq0CFLY1MslA/CPUfhIL919M1rMsa5lP2P097N2Wd1sSX0tx1u4olM16fLNhtHZpRhedZJphNJqmZg==", + "version": "1.0.9", + "resolved": "https://registry.npmjs.org/@tsconfig/node10/-/node10-1.0.9.tgz", + "integrity": "sha512-jNsYVVxU8v5g43Erja32laIDHXeoNvFEpX33OK4d6hljo3jDhCBDhx5dhCCTMWUojscpAagGiRkBKxpdl9fxqA==", "dev": true }, "node_modules/@tsconfig/node12": { - "version": "1.0.9", - "resolved": "https://registry.npmjs.org/@tsconfig/node12/-/node12-1.0.9.tgz", - "integrity": "sha512-/yBMcem+fbvhSREH+s14YJi18sp7J9jpuhYByADT2rypfajMZZN4WQ6zBGgBKp53NKmqI36wFYDb3yaMPurITw==", + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/@tsconfig/node12/-/node12-1.0.11.tgz", + "integrity": "sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==", "dev": true }, "node_modules/@tsconfig/node14": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@tsconfig/node14/-/node14-1.0.1.tgz", - "integrity": "sha512-509r2+yARFfHHE7T6Puu2jjkoycftovhXRqW328PDXTVGKihlb1P8Z9mMZH04ebyajfRY7dedfGynlrFHJUQCg==", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@tsconfig/node14/-/node14-1.0.3.tgz", + "integrity": "sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow==", "dev": true }, "node_modules/@tsconfig/node16": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@tsconfig/node16/-/node16-1.0.2.tgz", - "integrity": "sha512-eZxlbI8GZscaGS7kkc/trHTT5xgrjH3/1n2JDwusC9iahPKWMRvRjJSAN5mCXviuTGQ/lHnhvv8Q1YTpnfz9gA==", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@tsconfig/node16/-/node16-1.0.3.tgz", + "integrity": "sha512-yOlFc+7UtL/89t2ZhjPvvB/DeAr3r+Dq58IgzsFkOAvVC6NMJXmCGjbptdXdR9qsX7pKcTL+s87FtYREi2dEEQ==", "dev": true }, "node_modules/@tsd/typescript": { - "version": "4.7.3", - "resolved": "https://registry.npmjs.org/@tsd/typescript/-/typescript-4.7.3.tgz", - "integrity": "sha512-jjxcFpaWwETZZedPuPhWehlHA6cifStKV8viwc80FUVSUdv6sC4V0dWJ3OCBIWOQcxk7roxCDvzrc40CoDr5tg==", + "version": "4.7.4", + "resolved": "https://registry.npmjs.org/@tsd/typescript/-/typescript-4.7.4.tgz", + "integrity": "sha512-jbtC+RgKZ9Kk65zuRZbKLTACf+tvFW4Rfq0JEMXrlmV3P3yme+Hm+pnb5fJRyt61SjIitcrC810wj7+1tgsEmg==", "dev": true, "bin": { "tsc": "typescript/bin/tsc", @@ -1046,9 +1069,9 @@ } }, "node_modules/@types/chai": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.1.tgz", - "integrity": "sha512-/zPMqDkzSZ8t3VtxOa4KPq7uzzW978M9Tvh+j7GHKuo6k6GTLxPJ4J5gE5cjfJ26pnXst0N5Hax8Sr0T2Mi9zQ==", + "version": "4.3.3", + "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.3.tgz", + "integrity": "sha512-hC7OMnszpxhZPduX+m+nrx+uFoLkWOMiR4oa/AZF3MuSETYTZmFfJAHqZEM8MVlvfG7BEUcgvtwoCTxBp6hm3g==", "dev": true }, "node_modules/@types/chai-subset": { @@ -1080,9 +1103,9 @@ } }, "node_modules/@types/estree": { - "version": "0.0.51", - "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.51.tgz", - "integrity": "sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ==", + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.0.tgz", + "integrity": "sha512-WulqXMDUTYAXCjZnk6JtIHPigp55cVtDgDrO2gHRwhyJto21+1zbVCtOYB2L1F9w4qCQ0rOGWBnBe0FNTiEJIQ==", "dev": true }, "node_modules/@types/express": { @@ -1098,9 +1121,9 @@ } }, "node_modules/@types/express-serve-static-core": { - "version": "4.17.28", - "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.28.tgz", - "integrity": "sha512-P1BJAEAW3E2DJUlkgq4tOL3RyMunoWXqbSCygWo5ZIWTjUgN1YnaXWW4VWl/oc8vs/XoYibEGBKP0uZyF4AHig==", + "version": "4.17.30", + "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.30.tgz", + "integrity": "sha512-gstzbTWro2/nFed1WXtf+TtrpwxH7Ggs4RLYTLbeVgIkUQOI3WG/JKjgeOU1zXDvezllupjrf8OPIdvTbIaVOQ==", "dev": true, "dependencies": { "@types/node": "*", @@ -1117,7 +1140,7 @@ "node_modules/@types/json5": { "version": "0.0.29", "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz", - "integrity": "sha1-7ihweulOEdK4J7y+UnC86n8+ce4=", + "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==", "dev": true }, "node_modules/@types/kerberos": { @@ -1127,9 +1150,9 @@ "dev": true }, "node_modules/@types/mime": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/@types/mime/-/mime-1.3.2.tgz", - "integrity": "sha512-YATxVxgRqNH6nHEIsvg6k2Boc1JHI9ZbH5iWFFv/MTkchz3b1ieGDa5T0a9RznNdI0KhVbdbWSN+KWWrQZRxTw==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@types/mime/-/mime-3.0.1.tgz", + "integrity": "sha512-Y4XFY5VJAuw0FgAqPNd6NNoV44jbq9Bz2L7Rh/J6jLTiHBSBJa9fxqQIvkIld4GsoDOcCbvzOUAbLPsSKKg+uA==", "dev": true }, "node_modules/@types/minimist": { @@ -1145,9 +1168,9 @@ "dev": true }, "node_modules/@types/node": { - "version": "17.0.42", - "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.42.tgz", - "integrity": "sha512-Q5BPGyGKcvQgAMbsr7qEGN/kIPN6zZecYYABeTDBizOsau+2NMdSVTar9UQw21A2+JyA2KRNDYaYrPB0Rpk2oQ==" + "version": "18.7.13", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.7.13.tgz", + "integrity": "sha512-46yIhxSe5xEaJZXWdIBP7GU4HDTG8/eo0qd9atdiL+lFpA03y8KS+lkTN834TWJj5767GbWv4n/P6efyTFt1Dw==" }, "node_modules/@types/normalize-package-data": { "version": "2.4.1", @@ -1174,25 +1197,25 @@ "dev": true }, "node_modules/@types/semver": { - "version": "7.3.9", - "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.3.9.tgz", - "integrity": "sha512-L/TMpyURfBkf+o/526Zb6kd/tchUP3iBDEPjqjb+U2MAJhVRxxrmr2fwpe08E7QsV7YLcpq0tUaQ9O9x97ZIxQ==", + "version": "7.3.12", + "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.3.12.tgz", + "integrity": "sha512-WwA1MW0++RfXmCr12xeYOOC5baSC9mSb0ZqCquFzKhcoF4TvHu5MKOuXsncgZcpVFhB1pXd5hZmM0ryAoCp12A==", "dev": true }, "node_modules/@types/serve-static": { - "version": "1.13.10", - "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.13.10.tgz", - "integrity": "sha512-nCkHGI4w7ZgAdNkrEu0bv+4xNV/XDqW+DydknebMOQwkpDGx8G+HTlj7R7ABI8i8nKxVw0wtKPi1D+lPOkh4YQ==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.0.tgz", + "integrity": "sha512-z5xyF6uh8CbjAu9760KDKsH2FcDxZ2tFCsA4HIMWE6IkiYMXfVoa+4f9KX+FN0ZLsaMw1WNG2ETLA6N+/YA+cg==", "dev": true, "dependencies": { - "@types/mime": "^1", + "@types/mime": "*", "@types/node": "*" } }, "node_modules/@types/sinon": { - "version": "10.0.11", - "resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-10.0.11.tgz", - "integrity": "sha512-dmZsHlBsKUtBpHriNjlK0ndlvEh8dcb9uV9Afsbt89QIyydpC7NcR+nWlAhASfy3GHnxTl4FX/aKE7XZUt/B4g==", + "version": "10.0.13", + "resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-10.0.13.tgz", + "integrity": "sha512-UVjDqJblVNQYvVNUsj0PuYYw0ELRmgt1Nt5Vk0pT5f16ROGfcKJY8o1HVuMOJOpD727RrGB9EGvoaTQE5tgxZQ==", "dev": true, "dependencies": { "@types/sinonjs__fake-timers": "*" @@ -1220,23 +1243,23 @@ "integrity": "sha512-XAahCdThVuCFDQLT7R7Pk/vqeObFNL3YqRyFZg+AqAP/W1/w3xHaIxuW7WszQqTbIBOPRcItYJIou3i/mppu3Q==" }, "node_modules/@types/whatwg-url": { - "version": "8.2.1", - "resolved": "https://registry.npmjs.org/@types/whatwg-url/-/whatwg-url-8.2.1.tgz", - "integrity": "sha512-2YubE1sjj5ifxievI5Ge1sckb9k/Er66HyR2c+3+I6VDUUg1TLPdYYTEbQ+DjRkS4nTxMJhgWfSfMRD2sl2EYQ==", + "version": "8.2.2", + "resolved": "https://registry.npmjs.org/@types/whatwg-url/-/whatwg-url-8.2.2.tgz", + "integrity": "sha512-FtQu10RWgn3D9U4aazdwIE2yzphmTJREDqNdODHrbrZmmMqI0vMheC/6NE/J1Yveaj8H+ela+YwWTjq5PGmuhA==", "dependencies": { "@types/node": "*", "@types/webidl-conversions": "*" } }, "node_modules/@typescript-eslint/eslint-plugin": { - "version": "5.28.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.28.0.tgz", - "integrity": "sha512-DXVU6Cg29H2M6EybqSg2A+x8DgO9TCUBRp4QEXQHJceLS7ogVDP0g3Lkg/SZCqcvkAP/RruuQqK0gdlkgmhSUA==", + "version": "5.35.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.35.1.tgz", + "integrity": "sha512-RBZZXZlI4XCY4Wzgy64vB+0slT9+yAPQRjj/HSaRwUot33xbDjF1oN9BLwOLTewoOI0jothIltZRe9uJCHf8gg==", "dev": true, "dependencies": { - "@typescript-eslint/scope-manager": "5.28.0", - "@typescript-eslint/type-utils": "5.28.0", - "@typescript-eslint/utils": "5.28.0", + "@typescript-eslint/scope-manager": "5.35.1", + "@typescript-eslint/type-utils": "5.35.1", + "@typescript-eslint/utils": "5.35.1", "debug": "^4.3.4", "functional-red-black-tree": "^1.0.1", "ignore": "^5.2.0", @@ -1262,14 +1285,14 @@ } }, "node_modules/@typescript-eslint/parser": { - "version": "5.28.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.28.0.tgz", - "integrity": "sha512-ekqoNRNK1lAcKhZESN/PdpVsWbP9jtiNqzFWkp/yAUdZvJalw2heCYuqRmM5eUJSIYEkgq5sGOjq+ZqsLMjtRA==", + "version": "5.35.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.35.1.tgz", + "integrity": "sha512-XL2TBTSrh3yWAsMYpKseBYTVpvudNf69rPOWXWVBI08My2JVT5jR66eTt4IgQFHA/giiKJW5dUD4x/ZviCKyGg==", "dev": true, "dependencies": { - "@typescript-eslint/scope-manager": "5.28.0", - "@typescript-eslint/types": "5.28.0", - "@typescript-eslint/typescript-estree": "5.28.0", + "@typescript-eslint/scope-manager": "5.35.1", + "@typescript-eslint/types": "5.35.1", + "@typescript-eslint/typescript-estree": "5.35.1", "debug": "^4.3.4" }, "engines": { @@ -1289,13 +1312,13 @@ } }, "node_modules/@typescript-eslint/scope-manager": { - "version": "5.28.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.28.0.tgz", - "integrity": "sha512-LeBLTqF/he1Z+boRhSqnso6YrzcKMTQ8bO/YKEe+6+O/JGof9M0g3IJlIsqfrK/6K03MlFIlycbf1uQR1IjE+w==", + "version": "5.35.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.35.1.tgz", + "integrity": "sha512-kCYRSAzIW9ByEIzmzGHE50NGAvAP3wFTaZevgWva7GpquDyFPFcmvVkFJGWJJktg/hLwmys/FZwqM9EKr2u24Q==", "dev": true, "dependencies": { - "@typescript-eslint/types": "5.28.0", - "@typescript-eslint/visitor-keys": "5.28.0" + "@typescript-eslint/types": "5.35.1", + "@typescript-eslint/visitor-keys": "5.35.1" }, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" @@ -1306,12 +1329,12 @@ } }, "node_modules/@typescript-eslint/type-utils": { - "version": "5.28.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.28.0.tgz", - "integrity": "sha512-SyKjKh4CXPglueyC6ceAFytjYWMoPHMswPQae236zqe1YbhvCVQyIawesYywGiu98L9DwrxsBN69vGIVxJ4mQQ==", + "version": "5.35.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.35.1.tgz", + "integrity": "sha512-8xT8ljvo43Mp7BiTn1vxLXkjpw8wS4oAc00hMSB4L1/jIiYbjjnc3Qp2GAUOG/v8zsNCd1qwcqfCQ0BuishHkw==", "dev": true, "dependencies": { - "@typescript-eslint/utils": "5.28.0", + "@typescript-eslint/utils": "5.35.1", "debug": "^4.3.4", "tsutils": "^3.21.0" }, @@ -1332,9 +1355,9 @@ } }, "node_modules/@typescript-eslint/types": { - "version": "5.28.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.28.0.tgz", - "integrity": "sha512-2OOm8ZTOQxqkPbf+DAo8oc16sDlVR5owgJfKheBkxBKg1vAfw2JsSofH9+16VPlN9PWtv8Wzhklkqw3k/zCVxA==", + "version": "5.35.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.35.1.tgz", + "integrity": "sha512-FDaujtsH07VHzG0gQ6NDkVVhi1+rhq0qEvzHdJAQjysN+LHDCKDKCBRlZFFE0ec0jKxiv0hN63SNfExy0KrbQQ==", "dev": true, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" @@ -1345,13 +1368,13 @@ } }, "node_modules/@typescript-eslint/typescript-estree": { - "version": "5.28.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.28.0.tgz", - "integrity": "sha512-9GX+GfpV+F4hdTtYc6OV9ZkyYilGXPmQpm6AThInpBmKJEyRSIjORJd1G9+bknb7OTFYL+Vd4FBJAO6T78OVqA==", + "version": "5.35.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.35.1.tgz", + "integrity": "sha512-JUqE1+VRTGyoXlDWWjm6MdfpBYVq+hixytrv1oyjYIBEOZhBCwtpp5ZSvBt4wIA1MKWlnaC2UXl2XmYGC3BoQA==", "dev": true, "dependencies": { - "@typescript-eslint/types": "5.28.0", - "@typescript-eslint/visitor-keys": "5.28.0", + "@typescript-eslint/types": "5.35.1", + "@typescript-eslint/visitor-keys": "5.35.1", "debug": "^4.3.4", "globby": "^11.1.0", "is-glob": "^4.0.3", @@ -1372,15 +1395,15 @@ } }, "node_modules/@typescript-eslint/utils": { - "version": "5.28.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.28.0.tgz", - "integrity": "sha512-E60N5L0fjv7iPJV3UGc4EC+A3Lcj4jle9zzR0gW7vXhflO7/J29kwiTGITA2RlrmPokKiZbBy2DgaclCaEUs6g==", + "version": "5.35.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.35.1.tgz", + "integrity": "sha512-v6F8JNXgeBWI4pzZn36hT2HXXzoBBBJuOYvoQiaQaEEjdi5STzux3Yj8v7ODIpx36i/5s8TdzuQ54TPc5AITQQ==", "dev": true, "dependencies": { "@types/json-schema": "^7.0.9", - "@typescript-eslint/scope-manager": "5.28.0", - "@typescript-eslint/types": "5.28.0", - "@typescript-eslint/typescript-estree": "5.28.0", + "@typescript-eslint/scope-manager": "5.35.1", + "@typescript-eslint/types": "5.35.1", + "@typescript-eslint/typescript-estree": "5.35.1", "eslint-scope": "^5.1.1", "eslint-utils": "^3.0.0" }, @@ -1396,12 +1419,12 @@ } }, "node_modules/@typescript-eslint/visitor-keys": { - "version": "5.28.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.28.0.tgz", - "integrity": "sha512-BtfP1vCor8cWacovzzPFOoeW4kBQxzmhxGoOpt0v1SFvG+nJ0cWaVdJk7cky1ArTcFHHKNIxyo2LLr3oNkSuXA==", + "version": "5.35.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.35.1.tgz", + "integrity": "sha512-cEB1DvBVo1bxbW/S5axbGPE6b7FIMAbo3w+AGq6zNDA7+NYJOIkKj/sInfTv4edxd4PxJSgdN4t6/pbvgA+n5g==", "dev": true, "dependencies": { - "@typescript-eslint/types": "5.28.0", + "@typescript-eslint/types": "5.35.1", "eslint-visitor-keys": "^3.3.0" }, "engines": { @@ -1432,9 +1455,9 @@ } }, "node_modules/acorn": { - "version": "8.7.1", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.7.1.tgz", - "integrity": "sha512-Xx54uLJQZ19lKygFXOWsscKUbsBZW0CPykPhVQdhIeIwrbPmJzqeASDInc8nKBnp/JT6igTs82qPXz069H8I/A==", + "version": "8.8.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.8.0.tgz", + "integrity": "sha512-QOxyigPVrpZ2GXT+PFyZTl6TtOFc5egxHIP9IlQ+RbupQuX4RkT/Bee4/kQuC02Xkzg84JcT7oLYtDIQxp+v7w==", "dev": true, "bin": { "acorn": "bin/acorn" @@ -1584,7 +1607,7 @@ "node_modules/archy": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/archy/-/archy-1.0.0.tgz", - "integrity": "sha1-+cjBN1fMHde8N5rHeyxipcKGjEA=", + "integrity": "sha512-Xg+9RwCg/0p32teKdGMPTPnVXKD0w3DfHnFTficozsAgsvq2XenPJq/MYpzzQ/v8zrOyJn6Ds39VA4JIDwFfqw==", "dev": true }, "node_modules/arg": { @@ -1605,7 +1628,7 @@ "node_modules/array-flatten": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", - "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=", + "integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==", "dev": true }, "node_modules/array-ify": { @@ -1615,14 +1638,14 @@ "dev": true }, "node_modules/array-includes": { - "version": "3.1.4", - "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.4.tgz", - "integrity": "sha512-ZTNSQkmWumEbiHO2GF4GmWxYVTiQyJy2XOTa15sdQSrvKn7l+180egQMqlrMOUMCyLMD7pmyQe4mMDUT6Behrw==", + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.5.tgz", + "integrity": "sha512-iSDYZMMyTPkiFasVqfuAQnWAYcvO/SeBSCGKePoEthjp4LEMTe4uLc7b025o4jAZpHhihh8xPo99TNWUWWkGDQ==", "dev": true, "dependencies": { "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1", + "define-properties": "^1.1.4", + "es-abstract": "^1.19.5", "get-intrinsic": "^1.1.1", "is-string": "^1.0.7" }, @@ -1643,14 +1666,15 @@ } }, "node_modules/array.prototype.flat": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.2.5.tgz", - "integrity": "sha512-KaYU+S+ndVqyUnignHftkwc58o3uVU1jzczILJ1tN2YaIZpFIKBiP/x/j97E5MVPsaCloPbqWLB/8qCTVvT2qg==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.0.tgz", + "integrity": "sha512-12IUEkHsAhA4DY5s0FPgNXIdc8VRSqD9Zp78a5au9abH/SOBrsp082JOWFNTjkMozh8mqcdiKuaLGhPeYztxSw==", "dev": true, "dependencies": { "call-bind": "^1.0.2", "define-properties": "^1.1.3", - "es-abstract": "^1.19.0" + "es-abstract": "^1.19.2", + "es-shim-unscopables": "^1.0.0" }, "engines": { "node": ">= 0.4" @@ -1662,7 +1686,7 @@ "node_modules/arrify": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz", - "integrity": "sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=", + "integrity": "sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA==", "dev": true, "engines": { "node": ">=0.10.0" @@ -1750,15 +1774,6 @@ "ms": "2.0.0" } }, - "node_modules/body-parser/node_modules/depd": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", - "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", - "dev": true, - "engines": { - "node": ">= 0.8" - } - }, "node_modules/body-parser/node_modules/ms": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", @@ -1794,9 +1809,9 @@ "dev": true }, "node_modules/browserslist": { - "version": "4.20.2", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.20.2.tgz", - "integrity": "sha512-CQOBCqp/9pDvDbx3xfMi+86pr4KXIf2FDkTTdeuYw8OxS9t898LA1Khq57gtufFILXpfgsSx5woNgsBgvGjpsA==", + "version": "4.21.3", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.3.tgz", + "integrity": "sha512-898rgRXLAyRkM1GryrrBHGkqA5hlpkV5MhtZwg9QXeiyLUYs2k00Un05aX5l2/yJIOObYKOpS2JNo8nJDE7fWQ==", "dev": true, "funding": [ { @@ -1809,11 +1824,10 @@ } ], "dependencies": { - "caniuse-lite": "^1.0.30001317", - "electron-to-chromium": "^1.4.84", - "escalade": "^3.1.1", - "node-releases": "^2.0.2", - "picocolors": "^1.0.0" + "caniuse-lite": "^1.0.30001370", + "electron-to-chromium": "^1.4.202", + "node-releases": "^2.0.6", + "update-browserslist-db": "^1.0.5" }, "bin": { "browserslist": "cli.js" @@ -1935,9 +1949,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001323", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001323.tgz", - "integrity": "sha512-e4BF2RlCVELKx8+RmklSEIVub1TWrmdhvA5kEUueummz1XyySW0DVk+3x9HyhU9MuWTa2BhqLgEuEmUwASAdCA==", + "version": "1.0.30001383", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001383.tgz", + "integrity": "sha512-swMpEoTp5vDoGBZsYZX7L7nXHe6dsHxi9o6/LKf/f0LukVtnrxly5GVb/fWdCDTqi/yw6Km6tiJ0pmBacm0gbg==", "dev": true, "funding": [ { @@ -1971,7 +1985,7 @@ "node_modules/chai-subset": { "version": "1.6.0", "resolved": "https://registry.npmjs.org/chai-subset/-/chai-subset-1.6.0.tgz", - "integrity": "sha1-pdDKFOMpp5WW7XAFi2ZGvWmIz+k=", + "integrity": "sha512-K3d+KmqdS5XKW5DWPd5sgNffL3uxdDe+6GdnJh3AYPhwnBGRY5urfvfcbRtWIvvpz+KxkL9FeBB6MZewLUNwug==", "dev": true, "engines": { "node": ">=4" @@ -1996,7 +2010,7 @@ "node_modules/check-error": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/check-error/-/check-error-1.0.2.tgz", - "integrity": "sha1-V00xLt2Iu13YkS6Sht1sCu1KrII=", + "integrity": "sha512-BrgHpW9NURQgzoNyjfq0Wu6VFO6D7IZEmJNdtgNqpzGG8RuNFHt2jQxWlAs4HMe119chBnv+34syEZtc6IhLtA==", "dev": true, "engines": { "node": "*" @@ -2098,7 +2112,7 @@ "node_modules/commondir": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", - "integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=", + "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==", "dev": true }, "node_modules/compare-func": { @@ -2114,7 +2128,7 @@ "node_modules/concat-map": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=", + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", "dev": true }, "node_modules/concat-stream": { @@ -2441,7 +2455,7 @@ "node_modules/cookie-signature": { "version": "1.0.6", "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", - "integrity": "sha1-4wOogrNCzD7oylE6eZmXNNqzriw=", + "integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==", "dev": true }, "node_modules/core-util-is": { @@ -2508,7 +2522,7 @@ "node_modules/decamelize": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", - "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=", + "integrity": "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==", "dev": true, "engines": { "node": ">=0.10.0" @@ -2517,7 +2531,7 @@ "node_modules/decamelize-keys": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/decamelize-keys/-/decamelize-keys-1.1.0.tgz", - "integrity": "sha1-0XGoeTMlKAfrPLYdwcFEXQeN8tk=", + "integrity": "sha512-ocLWuYzRPoS9bfiSdDd3cxvrzovVMZnRDVEzAs+hWIVXGDbHxWMECij2OBuyB/An0FFW/nLuq6Kv1i/YC5Qfzg==", "dev": true, "dependencies": { "decamelize": "^1.1.0", @@ -2530,7 +2544,7 @@ "node_modules/decamelize-keys/node_modules/map-obj": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz", - "integrity": "sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0=", + "integrity": "sha512-7N/q3lyZ+LVCp7PzuxrJr4KMbBE2hW7BT7YNia330OFxIf4d3r5zVpicP2650l7CPN6RM9zOJRl3NGpqSiw3Eg==", "dev": true, "engines": { "node": ">=0.10.0" @@ -2567,15 +2581,19 @@ } }, "node_modules/define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz", - "integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==", + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.4.tgz", + "integrity": "sha512-uckOqKcfaVvtBdsVkdPv3XjveQJsNQqmhXgRi8uhvWWuPYZCNlzT8qAyblUgNoXdHdjMTzAqeGjAoli8f+bzPA==", "dev": true, "dependencies": { - "object-keys": "^1.0.12" + "has-property-descriptors": "^1.0.0", + "object-keys": "^1.1.1" }, "engines": { "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, "node_modules/denque": { @@ -2586,6 +2604,15 @@ "node": ">=0.10" } }, + "node_modules/depd": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", + "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", + "dev": true, + "engines": { + "node": ">= 0.8" + } + }, "node_modules/destroy": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz", @@ -2724,13 +2751,13 @@ "node": ">=6" } }, - "node_modules/dotgitignore/node_modules/p-try": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", - "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", + "node_modules/dotgitignore/node_modules/path-exists": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", + "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==", "dev": true, "engines": { - "node": ">=6" + "node": ">=4" } }, "node_modules/ee-first": { @@ -2740,9 +2767,9 @@ "dev": true }, "node_modules/electron-to-chromium": { - "version": "1.4.103", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.103.tgz", - "integrity": "sha512-c/uKWR1Z/W30Wy/sx3dkZoj4BijbXX85QKWu9jJfjho3LBAXNEGAEW3oWiGb+dotA6C6BzCTxL2/aLes7jlUeg==", + "version": "1.4.232", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.232.tgz", + "integrity": "sha512-nd+FW8xHjM+PxNWG44nKnwHaBDdVpJUZuI2sS2JJPt/QpdombnmoCRWEEQNnzaktdIQhsNWdD+dlqxwO8Bn99g==", "dev": true }, "node_modules/emoji-regex": { @@ -2770,31 +2797,34 @@ } }, "node_modules/es-abstract": { - "version": "1.19.2", - "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.19.2.tgz", - "integrity": "sha512-gfSBJoZdlL2xRiOCy0g8gLMryhoe1TlimjzU99L/31Z8QEGIhVQI+EWwt5lT+AuU9SnorVupXFqqOGqGfsyO6w==", + "version": "1.20.1", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.20.1.tgz", + "integrity": "sha512-WEm2oBhfoI2sImeM4OF2zE2V3BYdSF+KnSi9Sidz51fQHd7+JuF8Xgcj9/0o+OWeIeIS/MiuNnlruQrJf16GQA==", "dev": true, "dependencies": { "call-bind": "^1.0.2", "es-to-primitive": "^1.2.1", "function-bind": "^1.1.1", + "function.prototype.name": "^1.1.5", "get-intrinsic": "^1.1.1", "get-symbol-description": "^1.0.0", "has": "^1.0.3", + "has-property-descriptors": "^1.0.0", "has-symbols": "^1.0.3", "internal-slot": "^1.0.3", "is-callable": "^1.2.4", "is-negative-zero": "^2.0.2", "is-regex": "^1.1.4", - "is-shared-array-buffer": "^1.0.1", + "is-shared-array-buffer": "^1.0.2", "is-string": "^1.0.7", "is-weakref": "^1.0.2", "object-inspect": "^1.12.0", "object-keys": "^1.1.1", "object.assign": "^4.1.2", - "string.prototype.trimend": "^1.0.4", - "string.prototype.trimstart": "^1.0.4", - "unbox-primitive": "^1.0.1" + "regexp.prototype.flags": "^1.4.3", + "string.prototype.trimend": "^1.0.5", + "string.prototype.trimstart": "^1.0.5", + "unbox-primitive": "^1.0.2" }, "engines": { "node": ">= 0.4" @@ -2803,6 +2833,15 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/es-shim-unscopables": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.0.0.tgz", + "integrity": "sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==", + "dev": true, + "dependencies": { + "has": "^1.0.3" + } + }, "node_modules/es-to-primitive": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz", @@ -2854,13 +2893,14 @@ } }, "node_modules/eslint": { - "version": "8.17.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.17.0.tgz", - "integrity": "sha512-gq0m0BTJfci60Fz4nczYxNAlED+sMcihltndR8t9t1evnU/azx53x3t2UHXC/uRjcbvRw/XctpaNygSTcQD+Iw==", + "version": "8.22.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.22.0.tgz", + "integrity": "sha512-ci4t0sz6vSRKdmkOGmprBo6fmI4PrphDFMy5JEq/fNS0gQkJM3rLmrqcp8ipMcdobH3KtUP40KniAE9W19S4wA==", "dev": true, "dependencies": { "@eslint/eslintrc": "^1.3.0", - "@humanwhocodes/config-array": "^0.9.2", + "@humanwhocodes/config-array": "^0.10.4", + "@humanwhocodes/gitignore-to-minimatch": "^1.0.2", "ajv": "^6.10.0", "chalk": "^4.0.0", "cross-spawn": "^7.0.2", @@ -2870,14 +2910,17 @@ "eslint-scope": "^7.1.1", "eslint-utils": "^3.0.0", "eslint-visitor-keys": "^3.3.0", - "espree": "^9.3.2", + "espree": "^9.3.3", "esquery": "^1.4.0", "esutils": "^2.0.2", "fast-deep-equal": "^3.1.3", "file-entry-cache": "^6.0.1", + "find-up": "^5.0.0", "functional-red-black-tree": "^1.0.1", "glob-parent": "^6.0.1", "globals": "^13.15.0", + "globby": "^11.1.0", + "grapheme-splitter": "^1.0.4", "ignore": "^5.2.0", "import-fresh": "^3.0.0", "imurmurhash": "^0.1.4", @@ -2959,12 +3002,12 @@ } }, "node_modules/eslint-import-resolver-node/node_modules/resolve": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.0.tgz", - "integrity": "sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw==", + "version": "1.22.1", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.1.tgz", + "integrity": "sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==", "dev": true, "dependencies": { - "is-core-module": "^2.8.1", + "is-core-module": "^2.9.0", "path-parse": "^1.0.7", "supports-preserve-symlinks-flag": "^1.0.0" }, @@ -2976,16 +3019,20 @@ } }, "node_modules/eslint-module-utils": { - "version": "2.7.3", - "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.7.3.tgz", - "integrity": "sha512-088JEC7O3lDZM9xGe0RerkOMd0EjFl+Yvd1jPWIkMT5u3H9+HC34mWWPnqPrN13gieT9pBOO+Qt07Nb/6TresQ==", + "version": "2.7.4", + "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.7.4.tgz", + "integrity": "sha512-j4GT+rqzCoRKHwURX7pddtIPGySnX9Si/cgMI5ztrcqOPtk5dDEeZ34CQVPphnqkJytlc97Vuk05Um2mJ3gEQA==", "dev": true, "dependencies": { - "debug": "^3.2.7", - "find-up": "^2.1.0" + "debug": "^3.2.7" }, "engines": { "node": ">=4" + }, + "peerDependenciesMeta": { + "eslint": { + "optional": true + } } }, "node_modules/eslint-module-utils/node_modules/debug": { @@ -3048,16 +3095,16 @@ "node_modules/eslint-plugin-import/node_modules/ms": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", "dev": true }, "node_modules/eslint-plugin-import/node_modules/resolve": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.0.tgz", - "integrity": "sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw==", + "version": "1.22.1", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.1.tgz", + "integrity": "sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==", "dev": true, "dependencies": { - "is-core-module": "^2.8.1", + "is-core-module": "^2.9.0", "path-parse": "^1.0.7", "supports-preserve-symlinks-flag": "^1.0.0" }, @@ -3069,15 +3116,15 @@ } }, "node_modules/eslint-plugin-prettier": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-4.0.0.tgz", - "integrity": "sha512-98MqmCJ7vJodoQK359bqQWaxOE0CS8paAz/GgjaZLyex4TTk3g9HugoO89EqWCrFiOqn9EVvcoo7gZzONCWVwQ==", + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-4.2.1.tgz", + "integrity": "sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==", "dev": true, "dependencies": { "prettier-linter-helpers": "^1.0.0" }, "engines": { - "node": ">=6.0.0" + "node": ">=12.0.0" }, "peerDependencies": { "eslint": ">=7.28.0", @@ -3109,9 +3156,9 @@ } }, "node_modules/eslint-rule-docs": { - "version": "1.1.231", - "resolved": "https://registry.npmjs.org/eslint-rule-docs/-/eslint-rule-docs-1.1.231.tgz", - "integrity": "sha512-egHz9A1WG7b8CS0x1P6P/Rj5FqZOjray/VjpJa14tMZalfRKvpE2ONJ3plCM7+PcinmU4tcmbPLv0VtwzSdLVA==", + "version": "1.1.235", + "resolved": "https://registry.npmjs.org/eslint-rule-docs/-/eslint-rule-docs-1.1.235.tgz", + "integrity": "sha512-+TQ+x4JdTnDoFEXXb3fDvfGOwnyNV7duH8fXWTPD1ieaBmB8omj7Gw/pMBBu4uI2uJCCU8APDaQJzWuXnTsH4A==", "dev": true }, "node_modules/eslint-scope": { @@ -3186,17 +3233,20 @@ } }, "node_modules/espree": { - "version": "9.3.2", - "resolved": "https://registry.npmjs.org/espree/-/espree-9.3.2.tgz", - "integrity": "sha512-D211tC7ZwouTIuY5x9XnS0E9sWNChB7IYKX/Xp5eQj3nFXhqmiUDB9q27y76oFl8jTg3pXcQx/bpxMfs3CIZbA==", + "version": "9.3.3", + "resolved": "https://registry.npmjs.org/espree/-/espree-9.3.3.tgz", + "integrity": "sha512-ORs1Rt/uQTqUKjDdGCyrtYxbazf5umATSf/K4qxjmZHORR6HJk+2s/2Pqe+Kk49HHINC/xNIrGfgh8sZcll0ng==", "dev": true, "dependencies": { - "acorn": "^8.7.1", + "acorn": "^8.8.0", "acorn-jsx": "^5.3.2", "eslint-visitor-keys": "^3.3.0" }, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" } }, "node_modules/esprima": { @@ -3332,19 +3382,10 @@ "ms": "2.0.0" } }, - "node_modules/express/node_modules/depd": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", - "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", - "dev": true, - "engines": { - "node": ">= 0.8" - } - }, "node_modules/express/node_modules/ms": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", "dev": true }, "node_modules/fast-deep-equal": { @@ -3396,7 +3437,7 @@ "node_modules/fast-levenshtein": { "version": "2.0.6", "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", - "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=", + "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==", "dev": true }, "node_modules/fastq": { @@ -3426,7 +3467,7 @@ "node_modules/figures/node_modules/escape-string-regexp": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", "dev": true, "engines": { "node": ">=0.8.0" @@ -3507,15 +3548,19 @@ } }, "node_modules/find-up": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz", - "integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", + "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", "dev": true, "dependencies": { - "locate-path": "^2.0.0" + "locate-path": "^6.0.0", + "path-exists": "^4.0.0" }, "engines": { - "node": ">=4" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/flat": { @@ -3541,9 +3586,9 @@ } }, "node_modules/flatted": { - "version": "3.2.5", - "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.5.tgz", - "integrity": "sha512-WIWGi2L3DyTUvUrwRKgGi9TwxQMUEqPOPQBVi71R96jZXJdFskXEmf54BoZaS1kknGODoIGASGEzBUYdyMCBJg==", + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.7.tgz", + "integrity": "sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==", "dev": true }, "node_modules/foreground-child": { @@ -3614,7 +3659,7 @@ "node_modules/fs.realpath": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=", + "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", "dev": true }, "node_modules/fsevents": { @@ -3637,12 +3682,39 @@ "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", "dev": true }, + "node_modules/function.prototype.name": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.5.tgz", + "integrity": "sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.3", + "es-abstract": "^1.19.0", + "functions-have-names": "^1.2.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/functional-red-black-tree": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz", - "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=", + "integrity": "sha512-dsKNQNdj6xA3T+QlADDA7mOSlX0qiMINjn0cgr+eGHGsbSHzTabcIogz2+p/iqP1Xs6EP/sS2SbqH+brGTbq0g==", "dev": true }, + "node_modules/functions-have-names": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz", + "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==", + "dev": true, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/gensync": { "version": "1.0.0-beta.2", "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", @@ -3664,21 +3736,21 @@ "node_modules/get-func-name": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/get-func-name/-/get-func-name-2.0.0.tgz", - "integrity": "sha1-6td0q+5y4gQJQzoGY2YCPdaIekE=", + "integrity": "sha512-Hm0ixYtaSZ/V7C8FJrtZIuBBI+iSgL+1Aq82zSu8VQNB4S3Gk8e7Qs3VwBDJAhmRZcFqkl3tQu36g/Foh5I5ig==", "dev": true, "engines": { "node": "*" } }, "node_modules/get-intrinsic": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.1.tgz", - "integrity": "sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.2.tgz", + "integrity": "sha512-Jfm3OyCxHh9DJyc28qGk+JmfkpO41A4XkneDSujN9MDXrm4oDKdHvndhZ2dN94+ERNfkYJWDclW6k2L/ZGHjXA==", "dev": true, "dependencies": { "function-bind": "^1.1.1", "has": "^1.0.3", - "has-symbols": "^1.0.1" + "has-symbols": "^1.0.3" }, "funding": { "url": "https://github.com/sponsors/ljharb" @@ -3884,9 +3956,9 @@ } }, "node_modules/globals": { - "version": "13.15.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.15.0.tgz", - "integrity": "sha512-bpzcOlgDhMG070Av0Vy5Owklpv1I6+j96GhUI7Rh7IzDCKLzboflLrrfqMu8NquDbiR4EOQk7XzJwqVJxicxog==", + "version": "13.17.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.17.0.tgz", + "integrity": "sha512-1C+6nQRb1GwGMKm2dH/E7enFAMxGTmGI7/dEdhy/DNelv85w9B72t3uc5frtMNXIbzrarJJ/lTCjcaZwbLJmyw==", "dev": true, "dependencies": { "type-fest": "^0.20.2" @@ -3919,9 +3991,15 @@ } }, "node_modules/graceful-fs": { - "version": "4.2.9", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.9.tgz", - "integrity": "sha512-NtNxqUcXgpW2iMrfqSfR73Glt39K+BLwWsPs94yR63v45T0Wbej7eRmL5cWfwEgqXnmjQp3zaJTshdRW/qC2ZQ==", + "version": "4.2.10", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz", + "integrity": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==", + "dev": true + }, + "node_modules/grapheme-splitter": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz", + "integrity": "sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==", "dev": true }, "node_modules/growl": { @@ -3976,9 +4054,9 @@ } }, "node_modules/has-bigints": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.1.tgz", - "integrity": "sha512-LSBS2LjbNBTf6287JEbEzvJgftkF5qFkmCo9hDRpAzKhUOlJ+hx8dd4USs00SgsUNwc4617J9ki5YtEClM2ffA==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz", + "integrity": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==", "dev": true, "funding": { "url": "https://github.com/sponsors/ljharb" @@ -3993,6 +4071,18 @@ "node": ">=8" } }, + "node_modules/has-property-descriptors": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz", + "integrity": "sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==", + "dev": true, + "dependencies": { + "get-intrinsic": "^1.1.1" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/has-symbols": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", @@ -4088,15 +4178,6 @@ "node": ">= 0.8" } }, - "node_modules/http-errors/node_modules/depd": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", - "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", - "dev": true, - "engines": { - "node": ">= 0.8" - } - }, "node_modules/iconv-lite": { "version": "0.4.24", "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", @@ -4165,7 +4246,7 @@ "node_modules/imurmurhash": { "version": "0.1.4", "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", - "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=", + "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==", "dev": true, "engines": { "node": ">=0.8.19" @@ -4183,7 +4264,7 @@ "node_modules/inflight": { "version": "1.0.6", "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", + "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", "dev": true, "dependencies": { "once": "^1.3.0", @@ -4242,7 +4323,7 @@ "node_modules/is-arrayish": { "version": "0.2.1", "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", - "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=", + "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==", "dev": true }, "node_modules/is-bigint": { @@ -4298,9 +4379,9 @@ } }, "node_modules/is-core-module": { - "version": "2.8.1", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.8.1.tgz", - "integrity": "sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA==", + "version": "2.10.0", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.10.0.tgz", + "integrity": "sha512-Erxj2n/LDAZ7H8WNJXd9tw38GYM3dv8rk8Zcs+jJuxYTW7sozH+SS8NtrSjVL1/vpLvWi1hxy96IzjJ3EHTJJg==", "dev": true, "dependencies": { "has": "^1.0.3" @@ -4327,7 +4408,7 @@ "node_modules/is-extglob": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", - "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=", + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", "dev": true, "engines": { "node": ">=0.10.0" @@ -4376,9 +4457,9 @@ } }, "node_modules/is-number-object": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.6.tgz", - "integrity": "sha512-bEVOqiRcvo3zO1+G2lVMy+gkkEm9Yh7cDMRusKKu5ZJKPUYSJwICTKZrNKHA2EbSP0Tu0+6B/emsYNHZyn6K8g==", + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz", + "integrity": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==", "dev": true, "dependencies": { "has-tostringtag": "^1.0.0" @@ -4402,7 +4483,7 @@ "node_modules/is-plain-obj": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz", - "integrity": "sha1-caUMhCnfync8kqOQpKA7OfzVHT4=", + "integrity": "sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg==", "dev": true, "engines": { "node": ">=0.10.0" @@ -4425,10 +4506,13 @@ } }, "node_modules/is-shared-array-buffer": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.1.tgz", - "integrity": "sha512-IU0NmyknYZN0rChcKhRO1X8LYz5Isj/Fsqh8NJOSf+N/hCOTwy29F32Ik7a+QszE63IdvmwdTPDd6cZ5pg4cwA==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz", + "integrity": "sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==", "dev": true, + "dependencies": { + "call-bind": "^1.0.2" + }, "funding": { "url": "https://github.com/sponsors/ljharb" } @@ -4478,7 +4562,7 @@ "node_modules/is-text-path": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/is-text-path/-/is-text-path-1.0.1.tgz", - "integrity": "sha1-Thqg+1G/vLPpJogAE5cgLBd1tm4=", + "integrity": "sha512-xFuJpne9oFz5qDaodwmmG08e3CawH/2ZV8Qqza1Ko7Sk8POWbkRdwIoAWVhqvq0XeUzANEhKo2n0IXUGBm7A/w==", "dev": true, "dependencies": { "text-extensions": "^1.0.0" @@ -4490,7 +4574,7 @@ "node_modules/is-typedarray": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", - "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=", + "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==", "dev": true }, "node_modules/is-unicode-supported": { @@ -4535,7 +4619,7 @@ "node_modules/isexe": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", - "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=", + "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", "dev": true }, "node_modules/istanbul-lib-coverage": { @@ -4584,18 +4668,17 @@ } }, "node_modules/istanbul-lib-processinfo": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/istanbul-lib-processinfo/-/istanbul-lib-processinfo-2.0.2.tgz", - "integrity": "sha512-kOwpa7z9hme+IBPZMzQ5vdQj8srYgAtaRqeI48NGmAQ+/5yKiHLV0QbYqQpxsdEF0+w14SoB8YbnHKcXE2KnYw==", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/istanbul-lib-processinfo/-/istanbul-lib-processinfo-2.0.3.tgz", + "integrity": "sha512-NkwHbo3E00oybX6NGJi6ar0B29vxyvNwoC7eJ4G4Yq28UfY758Hgn/heV8VRFhevPED4LXfFz0DQ8z/0kw9zMg==", "dev": true, "dependencies": { "archy": "^1.0.0", - "cross-spawn": "^7.0.0", - "istanbul-lib-coverage": "^3.0.0-alpha.1", - "make-dir": "^3.0.0", + "cross-spawn": "^7.0.3", + "istanbul-lib-coverage": "^3.2.0", "p-map": "^3.0.0", "rimraf": "^3.0.0", - "uuid": "^3.3.3" + "uuid": "^8.3.2" }, "engines": { "node": ">=8" @@ -4630,9 +4713,9 @@ } }, "node_modules/istanbul-reports": { - "version": "3.1.4", - "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.4.tgz", - "integrity": "sha512-r1/DshN4KSE7xWEknZLLLLDn5CJybV3nw01VTkp6D5jzLuELlcbudfj/eSQFvrKsJuTVCGnePO7ho82Nw9zzfw==", + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.5.tgz", + "integrity": "sha512-nUsEMa9pBt/NOHqbcbeJEgqIlY/K7rVWUX6Lql2orY5e9roQOthbR3vtY4zzf2orPELg80fnxxk9zUyPlgwD1w==", "dev": true, "dependencies": { "html-escaper": "^2.0.0", @@ -4645,7 +4728,7 @@ "node_modules/jju": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/jju/-/jju-1.4.0.tgz", - "integrity": "sha1-o6vicYryQaKykE+EpiWXDzia4yo=", + "integrity": "sha512-8wb9Yw966OSxApiCt0K3yNJL8pnNeIv+OEq2YMidz4FKP6nonSRoOXc80iXY4JaN2FC11B9qsNmDsm+ZOfMROA==", "dev": true }, "node_modules/js-tokens": { @@ -4705,7 +4788,7 @@ "node_modules/json-stable-stringify-without-jsonify": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", - "integrity": "sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=", + "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==", "dev": true }, "node_modules/json-stringify-safe": { @@ -4729,7 +4812,7 @@ "node_modules/jsonfile": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", - "integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=", + "integrity": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==", "dev": true, "optionalDependencies": { "graceful-fs": "^4.1.6" @@ -4738,7 +4821,7 @@ "node_modules/jsonparse": { "version": "1.3.1", "resolved": "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz", - "integrity": "sha1-P02uSpH6wxX3EGL4UhzCOfE2YoA=", + "integrity": "sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==", "dev": true, "engines": [ "node >= 0.2.0" @@ -4828,16 +4911,18 @@ } }, "node_modules/locate-path": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz", - "integrity": "sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", + "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", "dev": true, "dependencies": { - "p-locate": "^2.0.0", - "path-exists": "^3.0.0" + "p-locate": "^5.0.0" }, "engines": { - "node": ">=4" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/lodash": { @@ -4849,13 +4934,13 @@ "node_modules/lodash.flattendeep": { "version": "4.4.0", "resolved": "https://registry.npmjs.org/lodash.flattendeep/-/lodash.flattendeep-4.4.0.tgz", - "integrity": "sha1-+wMJF/hqMTTlvJvsDWngAT3f7bI=", + "integrity": "sha512-uHaJFihxmJcEX3kT4I23ABqKKalJ/zDrDg0lsFtc1h+3uw49SIJ5beyhx5ExVRti3AvKoOJngIj7xz3oylPdWQ==", "dev": true }, "node_modules/lodash.get": { "version": "4.4.2", "resolved": "https://registry.npmjs.org/lodash.get/-/lodash.get-4.4.2.tgz", - "integrity": "sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk=", + "integrity": "sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ==", "dev": true }, "node_modules/lodash.isequal": { @@ -4867,7 +4952,7 @@ "node_modules/lodash.ismatch": { "version": "4.4.0", "resolved": "https://registry.npmjs.org/lodash.ismatch/-/lodash.ismatch-4.4.0.tgz", - "integrity": "sha1-dWy1FQyjum8RCFp4hJZF8Yj4Xzc=", + "integrity": "sha512-fPMfXjGQEV9Xsq/8MTSgUf255gawYRbjwMyDbcvDhXgV7enSZA0hynz6vMPnpAb5iONEzBHBPsT+0zes5Z301g==", "dev": true }, "node_modules/lodash.merge": { @@ -5053,15 +5138,6 @@ "node": ">=8" } }, - "node_modules/meow/node_modules/p-try": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", - "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", - "dev": true, - "engines": { - "node": ">=6" - } - }, "node_modules/meow/node_modules/parse-json": { "version": "5.2.0", "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", @@ -5080,15 +5156,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/meow/node_modules/path-exists": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", - "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", - "dev": true, - "engines": { - "node": ">=8" - } - }, "node_modules/meow/node_modules/read-pkg": { "version": "5.2.0", "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz", @@ -5175,7 +5242,7 @@ "node_modules/merge-descriptors": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz", - "integrity": "sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E=", + "integrity": "sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==", "dev": true }, "node_modules/merge2": { @@ -5190,7 +5257,7 @@ "node_modules/methods": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", - "integrity": "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=", + "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==", "dev": true, "engines": { "node": ">= 0.6" @@ -5362,41 +5429,10 @@ "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", "dev": true }, - "node_modules/mocha/node_modules/find-up": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", - "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", - "dev": true, - "dependencies": { - "locate-path": "^6.0.0", - "path-exists": "^4.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/mocha/node_modules/locate-path": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", - "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", - "dev": true, - "dependencies": { - "p-locate": "^5.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/mocha/node_modules/minimatch": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-4.2.1.tgz", - "integrity": "sha512-9Uq1ChtSZO+Mxa/CL1eGizn2vRn3MlLgzhT0Iz8zaY8NdvxvB0d5QdPFmCKf7JKA9Lerx5vRrnwO03jsSfGG9g==", + "node_modules/mocha/node_modules/minimatch": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-4.2.1.tgz", + "integrity": "sha512-9Uq1ChtSZO+Mxa/CL1eGizn2vRn3MlLgzhT0Iz8zaY8NdvxvB0d5QdPFmCKf7JKA9Lerx5vRrnwO03jsSfGG9g==", "dev": true, "dependencies": { "brace-expansion": "^1.1.7" @@ -5411,45 +5447,6 @@ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", "dev": true }, - "node_modules/mocha/node_modules/p-limit": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", - "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", - "dev": true, - "dependencies": { - "yocto-queue": "^0.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/mocha/node_modules/p-locate": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", - "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", - "dev": true, - "dependencies": { - "p-limit": "^3.0.2" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/mocha/node_modules/path-exists": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", - "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", - "dev": true, - "engines": { - "node": ">=8" - } - }, "node_modules/mocha/node_modules/supports-color": { "version": "8.1.1", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", @@ -5522,7 +5519,7 @@ "node_modules/natural-compare": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", - "integrity": "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=", + "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==", "dev": true }, "node_modules/negotiator": { @@ -5556,7 +5553,7 @@ "node_modules/nise/node_modules/isarray": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", - "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=", + "integrity": "sha512-D2S+3GLxWH+uhrNEcoh/fnmYeP8E8/zHl644d/jdA0g2uyXvy3sb0qxotE+ne0LtccHknQzWwZEzhak7oJ0COQ==", "dev": true }, "node_modules/nise/node_modules/path-to-regexp": { @@ -5581,9 +5578,9 @@ } }, "node_modules/node-releases": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.2.tgz", - "integrity": "sha512-XxYDdcQ6eKqp/YjI+tb2C5WM2LgjnZrfYg4vgQt49EK268b6gYCHsBLrK2qvJo4FmCtqmKezb0WZFK4fkrZNsg==", + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.6.tgz", + "integrity": "sha512-PiVXnNuFm5+iYkLBNeq5211hvO38y63T0i2KKh2KnUs3RpzJ+JtODFjkD8yjLwnDkTYF1eKXheUwdssR+NRZdg==", "dev": true }, "node_modules/normalize-package-data": { @@ -5714,24 +5711,6 @@ "node": ">=8" } }, - "node_modules/nyc/node_modules/p-try": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", - "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/nyc/node_modules/path-exists": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", - "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", - "dev": true, - "engines": { - "node": ">=8" - } - }, "node_modules/nyc/node_modules/resolve-from": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", @@ -5797,9 +5776,9 @@ } }, "node_modules/object-inspect": { - "version": "1.12.0", - "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.0.tgz", - "integrity": "sha512-Ho2z80bVIvJloH+YzRmpZVQe87+qASmBUKZDWgx9cu+KDrX2ZDH/3tMy+gXbZETVGs2M8YdxObOh7XAtim9Y0g==", + "version": "1.12.2", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.2.tgz", + "integrity": "sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ==", "dev": true, "funding": { "url": "https://github.com/sponsors/ljharb" @@ -5815,14 +5794,14 @@ } }, "node_modules/object.assign": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.2.tgz", - "integrity": "sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==", + "version": "4.1.4", + "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.4.tgz", + "integrity": "sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==", "dev": true, "dependencies": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "has-symbols": "^1.0.1", + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "has-symbols": "^1.0.3", "object-keys": "^1.1.1" }, "engines": { @@ -5864,7 +5843,7 @@ "node_modules/once": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", + "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", "dev": true, "dependencies": { "wrappy": "1" @@ -5888,27 +5867,33 @@ } }, "node_modules/p-limit": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-1.3.0.tgz", - "integrity": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", + "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", "dev": true, "dependencies": { - "p-try": "^1.0.0" + "yocto-queue": "^0.1.0" }, "engines": { - "node": ">=4" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/p-locate": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz", - "integrity": "sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", + "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", "dev": true, "dependencies": { - "p-limit": "^1.1.0" + "p-limit": "^3.0.2" }, "engines": { - "node": ">=4" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/p-map": { @@ -5924,12 +5909,12 @@ } }, "node_modules/p-try": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz", - "integrity": "sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", + "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", "dev": true, "engines": { - "node": ">=4" + "node": ">=6" } }, "node_modules/package-hash": { @@ -5982,18 +5967,18 @@ } }, "node_modules/path-exists": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", - "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", "dev": true, "engines": { - "node": ">=4" + "node": ">=8" } }, "node_modules/path-is-absolute": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", - "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", + "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", "dev": true, "engines": { "node": ">=0.10.0" @@ -6017,7 +6002,7 @@ "node_modules/path-to-regexp": { "version": "0.1.7", "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", - "integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=", + "integrity": "sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==", "dev": true }, "node_modules/path-type": { @@ -6129,24 +6114,6 @@ "node": ">=8" } }, - "node_modules/pkg-dir/node_modules/p-try": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", - "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/pkg-dir/node_modules/path-exists": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", - "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", - "dev": true, - "engines": { - "node": ">=8" - } - }, "node_modules/plur": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/plur/-/plur-4.0.0.tgz", @@ -6172,9 +6139,9 @@ } }, "node_modules/prettier": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.7.0.tgz", - "integrity": "sha512-nwoX4GMFgxoPC6diHvSwmK/4yU8FFH3V8XWtLQrbj4IBsK2pkYhG4kf/ljF/haaZ/aii+wNJqISrCDPgxGWDVQ==", + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.7.1.tgz", + "integrity": "sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g==", "dev": true, "bin": { "prettier": "bin-prettier.js" @@ -6240,7 +6207,7 @@ "node_modules/q": { "version": "1.5.1", "resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz", - "integrity": "sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc=", + "integrity": "sha512-kV/CThkXo6xyFEZUugw/+pIOywXcDbFYgSct5cT3gqlbkBE1SJdwy6UQoZvodiWF/ckQLZyDE/Bu1M6gVu5lVw==", "dev": true, "engines": { "node": ">=0.6.0", @@ -6351,6 +6318,73 @@ "node": ">=4" } }, + "node_modules/read-pkg-up/node_modules/find-up": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz", + "integrity": "sha512-NWzkk0jSJtTt08+FBFMvXoeZnOJD+jTtsRmBYbAIzJdX6l7dLgR7CTubCM5/eDdPUBvLCeVasP1brfVR/9/EZQ==", + "dev": true, + "dependencies": { + "locate-path": "^2.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/read-pkg-up/node_modules/locate-path": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz", + "integrity": "sha512-NCI2kiDkyR7VeEKm27Kda/iQHyKJe1Bu0FlTbYp3CqJu+9IFe9bLyAjMxf5ZDDbEg+iMPzB5zYyUTSm8wVTKmA==", + "dev": true, + "dependencies": { + "p-locate": "^2.0.0", + "path-exists": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/read-pkg-up/node_modules/p-limit": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-1.3.0.tgz", + "integrity": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==", + "dev": true, + "dependencies": { + "p-try": "^1.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/read-pkg-up/node_modules/p-locate": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz", + "integrity": "sha512-nQja7m7gSKuewoVRen45CtVfODR3crN3goVQ0DDZ9N3yHxgpkuBhZqsaiotSQRrADUrne346peY7kT3TSACykg==", + "dev": true, + "dependencies": { + "p-limit": "^1.1.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/read-pkg-up/node_modules/p-try": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz", + "integrity": "sha512-U1etNYuMJoIz3ZXSrrySFjsXQTWOx2/jdi86L+2pRvph/qMKL6sbcCYdH23fqsbm8TH2Gn0OybpT4eSFlCVHww==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/read-pkg-up/node_modules/path-exists": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", + "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==", + "dev": true, + "engines": { + "node": ">=4" + } + }, "node_modules/read-pkg/node_modules/hosted-git-info": { "version": "2.8.9", "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz", @@ -6438,6 +6472,23 @@ "node": ">=8" } }, + "node_modules/regexp.prototype.flags": { + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.4.3.tgz", + "integrity": "sha512-fjggEOO3slI6Wvgjwflkc4NFRCTZAu5CnNfBd5qOMYhWdn67nJBBu34/TkD++eeFmd8C9r9jfXJ27+nSiRkSUA==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.3", + "functions-have-names": "^1.2.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/regexpp": { "version": "3.2.0", "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-3.2.0.tgz", @@ -6453,7 +6504,7 @@ "node_modules/release-zalgo": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/release-zalgo/-/release-zalgo-1.0.0.tgz", - "integrity": "sha1-CXALflB0Mpc5Mw5TXFqQ+2eFFzA=", + "integrity": "sha512-gUAyHVHPPC5wdqX/LG4LWtRYtgjxyX78oanFNTMMyFEfOqdC54s3eE82imuWKbOeqYht2CrNf64Qb8vgmmtZGA==", "dev": true, "dependencies": { "es6-error": "^4.0.1" @@ -6465,7 +6516,7 @@ "node_modules/require-directory": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", - "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=", + "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==", "dev": true, "engines": { "node": ">=0.10.0" @@ -6644,15 +6695,6 @@ "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", "dev": true }, - "node_modules/send/node_modules/depd": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", - "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", - "dev": true, - "engines": { - "node": ">= 0.8" - } - }, "node_modules/send/node_modules/ms": { "version": "2.1.3", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", @@ -6686,7 +6728,7 @@ "node_modules/set-blocking": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", - "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=", + "integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==", "dev": true }, "node_modules/setprototypeof": { @@ -6737,13 +6779,13 @@ "dev": true }, "node_modules/sinon": { - "version": "13.0.1", - "resolved": "https://registry.npmjs.org/sinon/-/sinon-13.0.1.tgz", - "integrity": "sha512-8yx2wIvkBjIq/MGY1D9h1LMraYW+z1X0mb648KZnKSdvLasvDu7maa0dFaNYdTDczFgbjNw2tOmWdTk9saVfwQ==", + "version": "13.0.2", + "resolved": "https://registry.npmjs.org/sinon/-/sinon-13.0.2.tgz", + "integrity": "sha512-KvOrztAVqzSJWMDoxM4vM+GPys1df2VBoXm+YciyB/OLMamfS3VXh3oGh5WtrAGSzrgczNWFFY22oKb7Fi5eeA==", "dev": true, "dependencies": { "@sinonjs/commons": "^1.8.3", - "@sinonjs/fake-timers": "^9.0.0", + "@sinonjs/fake-timers": "^9.1.2", "@sinonjs/samsam": "^6.1.1", "diff": "^5.0.0", "nise": "^5.1.1", @@ -6817,7 +6859,7 @@ "node_modules/sparse-bitfield": { "version": "3.0.3", "resolved": "https://registry.npmjs.org/sparse-bitfield/-/sparse-bitfield-3.0.3.tgz", - "integrity": "sha1-/0rm5oZWBWuks+eSqzM004JzyhE=", + "integrity": "sha512-kvzhi7vqKTfkh0PZU+2D2PIllw2ymqJKujUcyPMd9Y75Nv4nPbGJZXNhxsgdQab2BmlDct1YnfQCguEvHr7VsQ==", "optional": true, "dependencies": { "memory-pager": "^1.0.2" @@ -6867,9 +6909,9 @@ } }, "node_modules/spdx-license-ids": { - "version": "3.0.11", - "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.11.tgz", - "integrity": "sha512-Ctl2BrFiM0X3MANYgj3CkygxhRmr9mi6xhejbdO960nF6EDJApTYpn0BQnDKlnNBULKiCN1n3w9EBkHK8ZWg+g==", + "version": "3.0.12", + "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.12.tgz", + "integrity": "sha512-rr+VVSXtRhO4OHbXUiAF7xW3Bo9DuuF6C5jH+q/x15j2jniycgKbxU09Hr0WqlSLUs4i4ltHGXqTe7VHclYWyA==", "dev": true }, "node_modules/split": { @@ -6896,7 +6938,7 @@ "node_modules/sprintf-js": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", - "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=", + "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==", "dev": true }, "node_modules/standard-version": { @@ -6965,97 +7007,27 @@ "node_modules/standard-version/node_modules/color-name": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", + "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", "dev": true }, "node_modules/standard-version/node_modules/escape-string-regexp": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", "dev": true, "engines": { "node": ">=0.8.0" } }, - "node_modules/standard-version/node_modules/find-up": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", - "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", - "dev": true, - "dependencies": { - "locate-path": "^6.0.0", - "path-exists": "^4.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/standard-version/node_modules/has-flag": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", "dev": true, "engines": { "node": ">=4" } }, - "node_modules/standard-version/node_modules/locate-path": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", - "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", - "dev": true, - "dependencies": { - "p-locate": "^5.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/standard-version/node_modules/p-limit": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", - "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", - "dev": true, - "dependencies": { - "yocto-queue": "^0.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/standard-version/node_modules/p-locate": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", - "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", - "dev": true, - "dependencies": { - "p-limit": "^3.0.2" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/standard-version/node_modules/path-exists": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", - "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", - "dev": true, - "engines": { - "node": ">=8" - } - }, "node_modules/standard-version/node_modules/supports-color": { "version": "5.5.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", @@ -7128,26 +7100,28 @@ } }, "node_modules/string.prototype.trimend": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.4.tgz", - "integrity": "sha512-y9xCjw1P23Awk8EvTpcyL2NIr1j7wJ39f+k6lvRnSMz+mz9CGz9NYPelDk42kOz6+ql8xjfK8oYzy3jAP5QU5A==", + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.5.tgz", + "integrity": "sha512-I7RGvmjV4pJ7O3kdf+LXFpVfdNOxtCW/2C8f6jNiW4+PQchwxkCDzlk1/7p+Wl4bqFIZeF47qAHXLuHHWKAxog==", "dev": true, "dependencies": { "call-bind": "^1.0.2", - "define-properties": "^1.1.3" + "define-properties": "^1.1.4", + "es-abstract": "^1.19.5" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/string.prototype.trimstart": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.4.tgz", - "integrity": "sha512-jh6e984OBfvxS50tdY2nRZnoC5/mLFKOREQfw8t5yytkoUsJRNxvI/E39qu1sD0OtWI3OC0XgKSmcWwziwYuZw==", + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.5.tgz", + "integrity": "sha512-THx16TJCGlsN0o6dl2o6ncWUsdgnLRSA23rRE5pyGBw/mLr3Ej/R2LaqCtgP8VNMGZsvMWnf9ooZPyY2bHvUFg==", "dev": true, "dependencies": { "call-bind": "^1.0.2", - "define-properties": "^1.1.3" + "define-properties": "^1.1.4", + "es-abstract": "^1.19.5" }, "funding": { "url": "https://github.com/sponsors/ljharb" @@ -7267,13 +7241,13 @@ "node_modules/text-table": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", - "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=", + "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==", "dev": true }, "node_modules/through": { "version": "2.3.8", "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", - "integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=", + "integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==", "dev": true }, "node_modules/through2": { @@ -7285,16 +7259,10 @@ "readable-stream": "3" } }, - "node_modules/timsort": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/timsort/-/timsort-0.3.0.tgz", - "integrity": "sha512-qsdtZH+vMoCARQtyod4imc2nIJwg9Cc7lPRrw9CzF8ZKR0khdr8+2nX80PBhET3tcyTtJDxAffGh2rXH4tyU8A==", - "dev": true - }, "node_modules/to-fast-properties": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", - "integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=", + "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==", "dev": true, "engines": { "node": ">=4" @@ -7342,9 +7310,9 @@ } }, "node_modules/ts-node": { - "version": "10.8.1", - "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.8.1.tgz", - "integrity": "sha512-Wwsnao4DQoJsN034wePSg5nZiw4YKXf56mPIAeD6wVmiv+RytNSWqc2f3fKvcUoV+Yn2+yocD71VOfQHbmVX4g==", + "version": "10.9.1", + "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.1.tgz", + "integrity": "sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==", "dev": true, "dependencies": { "@cspotcode/source-map-support": "^0.8.0", @@ -7420,19 +7388,19 @@ "node_modules/tsconfig-paths/node_modules/strip-bom": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", - "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=", + "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==", "dev": true, "engines": { "node": ">=4" } }, "node_modules/tsd": { - "version": "0.21.0", - "resolved": "https://registry.npmjs.org/tsd/-/tsd-0.21.0.tgz", - "integrity": "sha512-6DugCw1Q4H8HYwDT3itzgALjeDxN4RO3iqu7gRdC/YNVSCRSGXRGQRRasftL1uKDuKxlFffYKHv5j5G7YnKGxQ==", + "version": "0.22.0", + "resolved": "https://registry.npmjs.org/tsd/-/tsd-0.22.0.tgz", + "integrity": "sha512-NH+tfEDQ0Ze8gH7TorB6IxYybD+M68EYawe45YNVrbQcydNBfdQHP9IiD0QbnqmwNXrv+l9GAiULT68mo4q/xA==", "dev": true, "dependencies": { - "@tsd/typescript": "~4.7.3", + "@tsd/typescript": "~4.7.4", "eslint-formatter-pretty": "^4.1.0", "globby": "^11.0.1", "meow": "^9.0.0", @@ -7443,7 +7411,7 @@ "tsd": "dist/cli.js" }, "engines": { - "node": ">=12" + "node": ">=14.16" } }, "node_modules/tsd/node_modules/find-up": { @@ -7530,15 +7498,6 @@ "node": ">=8" } }, - "node_modules/tsd/node_modules/p-try": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", - "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", - "dev": true, - "engines": { - "node": ">=6" - } - }, "node_modules/tsd/node_modules/parse-json": { "version": "5.2.0", "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", @@ -7557,15 +7516,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/tsd/node_modules/path-exists": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", - "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", - "dev": true, - "engines": { - "node": ">=8" - } - }, "node_modules/tsd/node_modules/read-pkg": { "version": "5.2.0", "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz", @@ -7719,7 +7669,7 @@ "node_modules/typedarray": { "version": "0.0.6", "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz", - "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=", + "integrity": "sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==", "dev": true }, "node_modules/typedarray-to-buffer": { @@ -7732,9 +7682,9 @@ } }, "node_modules/typescript": { - "version": "4.7.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.3.tgz", - "integrity": "sha512-WOkT3XYvrpXx4vMMqlD+8R8R37fZkjyLGlxavMc4iB8lrl8L0DeTcHbYgw/v0N/z9wAFsgBhcsF0ruoySS22mA==", + "version": "4.8.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.2.tgz", + "integrity": "sha512-C0I1UsrrDHo2fYI5oaCGbSejwX4ch+9Y5jTQELvovfmFkK3HHSZJB8MSJcWLmCUBzQBchCrZ9rMRV6GuNrvGtw==", "dev": true, "bin": { "tsc": "bin/tsc", @@ -7759,9 +7709,9 @@ } }, "node_modules/typescript-cached-transpile/node_modules/@types/node": { - "version": "12.20.47", - "resolved": "https://registry.npmjs.org/@types/node/-/node-12.20.47.tgz", - "integrity": "sha512-BzcaRsnFuznzOItW1WpQrDHM7plAa7GIDMZ6b5pnMbkqEtM/6WCOhvZar39oeMQP79gwvFUWjjptE7/KGcNqFg==", + "version": "12.20.55", + "resolved": "https://registry.npmjs.org/@types/node/-/node-12.20.55.tgz", + "integrity": "sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==", "dev": true }, "node_modules/typescript-cached-transpile/node_modules/fs-extra": { @@ -7779,9 +7729,9 @@ } }, "node_modules/uglify-js": { - "version": "3.16.0", - "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.16.0.tgz", - "integrity": "sha512-FEikl6bR30n0T3amyBh3LoiBdqHRy/f4H80+My34HOesOKyHfOsxAPAxOoqC0JUnC1amnO0IwkYC3sko51caSw==", + "version": "3.17.0", + "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.17.0.tgz", + "integrity": "sha512-aTeNPVmgIMPpm1cxXr2Q/nEbvkmV8yq66F3om7X3P/cvOXQ0TMQ64Wk63iyT1gPlmdmGzjGpyLh1f3y8MZWXGg==", "dev": true, "optional": true, "bin": { @@ -7792,14 +7742,14 @@ } }, "node_modules/unbox-primitive": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.1.tgz", - "integrity": "sha512-tZU/3NqK3dA5gpE1KtyiJUrEB0lxnGkMFHptJ7q6ewdZ8s12QrODwNbhIJStmJkd1QDXa1NRA8aF2A1zk/Ypyw==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz", + "integrity": "sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==", "dev": true, "dependencies": { - "function-bind": "^1.1.1", - "has-bigints": "^1.0.1", - "has-symbols": "^1.0.2", + "call-bind": "^1.0.2", + "has-bigints": "^1.0.2", + "has-symbols": "^1.0.3", "which-boxed-primitive": "^1.0.2" }, "funding": { @@ -7824,6 +7774,32 @@ "node": ">= 0.8" } }, + "node_modules/update-browserslist-db": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.5.tgz", + "integrity": "sha512-dteFFpCyvuDdr9S/ff1ISkKt/9YZxKjI9WlRR99c180GaztJtRa/fn18FdxGVKVsnPY7/a/FDN68mcvUmP4U7Q==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/browserslist" + } + ], + "dependencies": { + "escalade": "^3.1.1", + "picocolors": "^1.0.0" + }, + "bin": { + "browserslist-lint": "cli.js" + }, + "peerDependencies": { + "browserslist": ">= 4.21.0" + } + }, "node_modules/uri-js": { "version": "4.4.1", "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", @@ -7836,26 +7812,25 @@ "node_modules/util-deprecate": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", - "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=", + "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", "dev": true }, "node_modules/utils-merge": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", - "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=", + "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==", "dev": true, "engines": { "node": ">= 0.4.0" } }, "node_modules/uuid": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", - "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==", - "deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.", + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", "dev": true, "bin": { - "uuid": "bin/uuid" + "uuid": "dist/bin/uuid" } }, "node_modules/v8-compile-cache": { @@ -7892,7 +7867,7 @@ "node_modules/vary": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", - "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=", + "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==", "dev": true, "engines": { "node": ">= 0.8" @@ -7952,7 +7927,7 @@ "node_modules/which-module": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz", - "integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=", + "integrity": "sha512-B+enWhmw6cjfVC7kS8Pj9pCrKSc5txArRyaYGe088shv/FGWH+0Rjx/xPgtsWfsUtS27FkP697E4DDhgrgoc0Q==", "dev": true }, "node_modules/word-wrap": { @@ -7996,7 +7971,7 @@ "node_modules/wrappy": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", - "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=", + "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", "dev": true }, "node_modules/write-file-atomic": { @@ -8133,9 +8108,9 @@ } }, "node_modules/yargs/node_modules/yargs-parser": { - "version": "21.0.1", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.0.1.tgz", - "integrity": "sha512-9BK1jFpLzJROCI5TzwZL/TU4gqjK5xiHV/RfWLOahrjAko/e4DJkRDZQXfvqAsiZzzYhgAzbgz6lg48jcm4GLg==", + "version": "21.1.1", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", + "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", "dev": true, "engines": { "node": ">=12" @@ -8185,49 +8160,50 @@ }, "dependencies": { "@ampproject/remapping": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.1.2.tgz", - "integrity": "sha512-hoyByceqwKirw7w3Z7gnIIZC3Wx3J484Y3L/cMpXFbr7d9ZQj2mODrirNzcJa+SM3UlpWXYvKV4RlRpFXlWgXg==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.0.tgz", + "integrity": "sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==", "dev": true, "requires": { - "@jridgewell/trace-mapping": "^0.3.0" + "@jridgewell/gen-mapping": "^0.1.0", + "@jridgewell/trace-mapping": "^0.3.9" } }, "@babel/code-frame": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.16.7.tgz", - "integrity": "sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.18.6.tgz", + "integrity": "sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==", "dev": true, "requires": { - "@babel/highlight": "^7.16.7" + "@babel/highlight": "^7.18.6" } }, "@babel/compat-data": { - "version": "7.17.7", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.17.7.tgz", - "integrity": "sha512-p8pdE6j0a29TNGebNm7NzYZWB3xVZJBZ7XGs42uAKzQo8VQ3F0By/cQCtUEABwIqw5zo6WA4NbmxsfzADzMKnQ==", + "version": "7.18.13", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.18.13.tgz", + "integrity": "sha512-5yUzC5LqyTFp2HLmDoxGQelcdYgSpP9xsnMWBphAscOdFrHSAVbLNzWiy32sVNDqJRDiJK6klfDnAgu6PAGSHw==", "dev": true }, "@babel/core": { - "version": "7.17.8", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.17.8.tgz", - "integrity": "sha512-OdQDV/7cRBtJHLSOBqqbYNkOcydOgnX59TZx4puf41fzcVtN3e/4yqY8lMQsK+5X2lJtAdmA+6OHqsj1hBJ4IQ==", + "version": "7.18.13", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.18.13.tgz", + "integrity": "sha512-ZisbOvRRusFktksHSG6pjj1CSvkPkcZq/KHD45LAkVP/oiHJkNBZWfpvlLmX8OtHDG8IuzsFlVRWo08w7Qxn0A==", "dev": true, "requires": { "@ampproject/remapping": "^2.1.0", - "@babel/code-frame": "^7.16.7", - "@babel/generator": "^7.17.7", - "@babel/helper-compilation-targets": "^7.17.7", - "@babel/helper-module-transforms": "^7.17.7", - "@babel/helpers": "^7.17.8", - "@babel/parser": "^7.17.8", - "@babel/template": "^7.16.7", - "@babel/traverse": "^7.17.3", - "@babel/types": "^7.17.0", + "@babel/code-frame": "^7.18.6", + "@babel/generator": "^7.18.13", + "@babel/helper-compilation-targets": "^7.18.9", + "@babel/helper-module-transforms": "^7.18.9", + "@babel/helpers": "^7.18.9", + "@babel/parser": "^7.18.13", + "@babel/template": "^7.18.10", + "@babel/traverse": "^7.18.13", + "@babel/types": "^7.18.13", "convert-source-map": "^1.7.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", - "json5": "^2.1.2", + "json5": "^2.2.1", "semver": "^6.3.0" }, "dependencies": { @@ -8240,33 +8216,38 @@ } }, "@babel/generator": { - "version": "7.17.7", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.17.7.tgz", - "integrity": "sha512-oLcVCTeIFadUoArDTwpluncplrYBmTCCZZgXCbgNGvOBBiSDDK3eWO4b/+eOTli5tKv1lg+a5/NAXg+nTcei1w==", + "version": "7.18.13", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.18.13.tgz", + "integrity": "sha512-CkPg8ySSPuHTYPJYo7IRALdqyjM9HCbt/3uOBEFbzyGVP6Mn8bwFPB0jX6982JVNBlYzM1nnPkfjuXSOPtQeEQ==", "dev": true, "requires": { - "@babel/types": "^7.17.0", - "jsesc": "^2.5.1", - "source-map": "^0.5.0" + "@babel/types": "^7.18.13", + "@jridgewell/gen-mapping": "^0.3.2", + "jsesc": "^2.5.1" }, "dependencies": { - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", - "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", - "dev": true + "@jridgewell/gen-mapping": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz", + "integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==", + "dev": true, + "requires": { + "@jridgewell/set-array": "^1.0.1", + "@jridgewell/sourcemap-codec": "^1.4.10", + "@jridgewell/trace-mapping": "^0.3.9" + } } } }, "@babel/helper-compilation-targets": { - "version": "7.17.7", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.17.7.tgz", - "integrity": "sha512-UFzlz2jjd8kroj0hmCFV5zr+tQPi1dpC2cRsDV/3IEW8bJfCPrPpmcSN6ZS8RqIq4LXcmpipCQFPddyFA5Yc7w==", + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.18.9.tgz", + "integrity": "sha512-tzLCyVmqUiFlcFoAPLA/gL9TeYrF61VLNtb+hvkuVaB5SUjW7jcfrglBIX1vUIoT7CLP3bBlIMeyEsIl2eFQNg==", "dev": true, "requires": { - "@babel/compat-data": "^7.17.7", - "@babel/helper-validator-option": "^7.16.7", - "browserslist": "^4.17.5", + "@babel/compat-data": "^7.18.8", + "@babel/helper-validator-option": "^7.18.6", + "browserslist": "^4.20.2", "semver": "^6.3.0" }, "dependencies": { @@ -8279,116 +8260,109 @@ } }, "@babel/helper-environment-visitor": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.16.7.tgz", - "integrity": "sha512-SLLb0AAn6PkUeAfKJCCOl9e1R53pQlGAfc4y4XuMRZfqeMYLE0dM1LMhqbGAlGQY0lfw5/ohoYWAe9V1yibRag==", - "dev": true, - "requires": { - "@babel/types": "^7.16.7" - } + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz", + "integrity": "sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==", + "dev": true }, "@babel/helper-function-name": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.16.7.tgz", - "integrity": "sha512-QfDfEnIUyyBSR3HtrtGECuZ6DAyCkYFp7GHl75vFtTnn6pjKeK0T1DB5lLkFvBea8MdaiUABx3osbgLyInoejA==", - "dev": true, - "requires": { - "@babel/helper-get-function-arity": "^7.16.7", - "@babel/template": "^7.16.7", - "@babel/types": "^7.16.7" - } - }, - "@babel/helper-get-function-arity": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.7.tgz", - "integrity": "sha512-flc+RLSOBXzNzVhcLu6ujeHUrD6tANAOU5ojrRx/as+tbzf8+stUCj7+IfRRoAbEZqj/ahXEMsjhOhgeZsrnTw==", + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.18.9.tgz", + "integrity": "sha512-fJgWlZt7nxGksJS9a0XdSaI4XvpExnNIgRP+rVefWh5U7BL8pPuir6SJUmFKRfjWQ51OtWSzwOxhaH/EBWWc0A==", "dev": true, "requires": { - "@babel/types": "^7.16.7" + "@babel/template": "^7.18.6", + "@babel/types": "^7.18.9" } }, "@babel/helper-hoist-variables": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz", - "integrity": "sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz", + "integrity": "sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==", "dev": true, "requires": { - "@babel/types": "^7.16.7" + "@babel/types": "^7.18.6" } }, "@babel/helper-module-imports": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.16.7.tgz", - "integrity": "sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz", + "integrity": "sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==", "dev": true, "requires": { - "@babel/types": "^7.16.7" + "@babel/types": "^7.18.6" } }, "@babel/helper-module-transforms": { - "version": "7.17.7", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.17.7.tgz", - "integrity": "sha512-VmZD99F3gNTYB7fJRDTi+u6l/zxY0BE6OIxPSU7a50s6ZUQkHwSDmV92FfM+oCG0pZRVojGYhkR8I0OGeCVREw==", + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.18.9.tgz", + "integrity": "sha512-KYNqY0ICwfv19b31XzvmI/mfcylOzbLtowkw+mfvGPAQ3kfCnMLYbED3YecL5tPd8nAYFQFAd6JHp2LxZk/J1g==", "dev": true, "requires": { - "@babel/helper-environment-visitor": "^7.16.7", - "@babel/helper-module-imports": "^7.16.7", - "@babel/helper-simple-access": "^7.17.7", - "@babel/helper-split-export-declaration": "^7.16.7", - "@babel/helper-validator-identifier": "^7.16.7", - "@babel/template": "^7.16.7", - "@babel/traverse": "^7.17.3", - "@babel/types": "^7.17.0" + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-module-imports": "^7.18.6", + "@babel/helper-simple-access": "^7.18.6", + "@babel/helper-split-export-declaration": "^7.18.6", + "@babel/helper-validator-identifier": "^7.18.6", + "@babel/template": "^7.18.6", + "@babel/traverse": "^7.18.9", + "@babel/types": "^7.18.9" } }, "@babel/helper-simple-access": { - "version": "7.17.7", - "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.17.7.tgz", - "integrity": "sha512-txyMCGroZ96i+Pxr3Je3lzEJjqwaRC9buMUgtomcrLe5Nd0+fk1h0LLA+ixUF5OW7AhHuQ7Es1WcQJZmZsz2XA==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.18.6.tgz", + "integrity": "sha512-iNpIgTgyAvDQpDj76POqg+YEt8fPxx3yaNBg3S30dxNKm2SWfYhD0TGrK/Eu9wHpUW63VQU894TsTg+GLbUa1g==", "dev": true, "requires": { - "@babel/types": "^7.17.0" + "@babel/types": "^7.18.6" } }, "@babel/helper-split-export-declaration": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.7.tgz", - "integrity": "sha512-xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz", + "integrity": "sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==", "dev": true, "requires": { - "@babel/types": "^7.16.7" + "@babel/types": "^7.18.6" } }, + "@babel/helper-string-parser": { + "version": "7.18.10", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.18.10.tgz", + "integrity": "sha512-XtIfWmeNY3i4t7t4D2t02q50HvqHybPqW2ki1kosnvWCwuCMeo81Jf0gwr85jy/neUdg5XDdeFE/80DXiO+njw==", + "dev": true + }, "@babel/helper-validator-identifier": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz", - "integrity": "sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.18.6.tgz", + "integrity": "sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g==", "dev": true }, "@babel/helper-validator-option": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz", - "integrity": "sha512-TRtenOuRUVo9oIQGPC5G9DgK4743cdxvtOw0weQNpZXaS16SCBi5MNjZF8vba3ETURjZpTbVn7Vvcf2eAwFozQ==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz", + "integrity": "sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==", "dev": true }, "@babel/helpers": { - "version": "7.17.8", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.17.8.tgz", - "integrity": "sha512-QcL86FGxpfSJwGtAvv4iG93UL6bmqBdmoVY0CMCU2g+oD2ezQse3PT5Pa+jiD6LJndBQi0EDlpzOWNlLuhz5gw==", + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.18.9.tgz", + "integrity": "sha512-Jf5a+rbrLoR4eNdUmnFu8cN5eNJT6qdTdOg5IHIzq87WwyRw9PwguLFOWYgktN/60IP4fgDUawJvs7PjQIzELQ==", "dev": true, "requires": { - "@babel/template": "^7.16.7", - "@babel/traverse": "^7.17.3", - "@babel/types": "^7.17.0" + "@babel/template": "^7.18.6", + "@babel/traverse": "^7.18.9", + "@babel/types": "^7.18.9" } }, "@babel/highlight": { - "version": "7.16.10", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.16.10.tgz", - "integrity": "sha512-5FnTQLSLswEj6IkgVw5KusNUUFY9ZGqe/TRFnP/BKYHYgfh7tc+C7mwiy95/yNP7Dh9x580Vv8r7u7ZfTBFxdw==", + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.18.6.tgz", + "integrity": "sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==", "dev": true, "requires": { - "@babel/helper-validator-identifier": "^7.16.7", + "@babel/helper-validator-identifier": "^7.18.6", "chalk": "^2.0.0", "js-tokens": "^4.0.0" }, @@ -8425,19 +8399,19 @@ "color-name": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", + "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", "dev": true }, "escape-string-regexp": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", "dev": true }, "has-flag": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", "dev": true }, "supports-color": { @@ -8452,36 +8426,36 @@ } }, "@babel/parser": { - "version": "7.17.8", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.17.8.tgz", - "integrity": "sha512-BoHhDJrJXqcg+ZL16Xv39H9n+AqJ4pcDrQBGZN+wHxIysrLZ3/ECwCBUch/1zUNhnsXULcONU3Ei5Hmkfk6kiQ==", + "version": "7.18.13", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.18.13.tgz", + "integrity": "sha512-dgXcIfMuQ0kgzLB2b9tRZs7TTFFaGM2AbtA4fJgUUYukzGH4jwsS7hzQHEGs67jdehpm22vkgKwvbU+aEflgwg==", "dev": true }, "@babel/template": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.16.7.tgz", - "integrity": "sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w==", + "version": "7.18.10", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.18.10.tgz", + "integrity": "sha512-TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA==", "dev": true, "requires": { - "@babel/code-frame": "^7.16.7", - "@babel/parser": "^7.16.7", - "@babel/types": "^7.16.7" + "@babel/code-frame": "^7.18.6", + "@babel/parser": "^7.18.10", + "@babel/types": "^7.18.10" } }, "@babel/traverse": { - "version": "7.17.3", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.17.3.tgz", - "integrity": "sha512-5irClVky7TxRWIRtxlh2WPUUOLhcPN06AGgaQSB8AEwuyEBgJVuJ5imdHm5zxk8w0QS5T+tDfnDxAlhWjpb7cw==", - "dev": true, - "requires": { - "@babel/code-frame": "^7.16.7", - "@babel/generator": "^7.17.3", - "@babel/helper-environment-visitor": "^7.16.7", - "@babel/helper-function-name": "^7.16.7", - "@babel/helper-hoist-variables": "^7.16.7", - "@babel/helper-split-export-declaration": "^7.16.7", - "@babel/parser": "^7.17.3", - "@babel/types": "^7.17.0", + "version": "7.18.13", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.18.13.tgz", + "integrity": "sha512-N6kt9X1jRMLPxxxPYWi7tgvJRH/rtoU+dbKAPDM44RFHiMH8igdsaSBgFeskhSl/kLWLDUvIh1RXCrTmg0/zvA==", + "dev": true, + "requires": { + "@babel/code-frame": "^7.18.6", + "@babel/generator": "^7.18.13", + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-function-name": "^7.18.9", + "@babel/helper-hoist-variables": "^7.18.6", + "@babel/helper-split-export-declaration": "^7.18.6", + "@babel/parser": "^7.18.13", + "@babel/types": "^7.18.13", "debug": "^4.1.0", "globals": "^11.1.0" }, @@ -8495,12 +8469,13 @@ } }, "@babel/types": { - "version": "7.17.0", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.17.0.tgz", - "integrity": "sha512-TmKSNO4D5rzhL5bjWFcVHHLETzfQ/AmbKpKPOSjlP0WoHZ6L911fgoOKY4Alp/emzG4cHJdyN49zpgkbXFEHHw==", + "version": "7.18.13", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.18.13.tgz", + "integrity": "sha512-ePqfTihzW0W6XAU+aMw2ykilisStJfDnsejDCXRchCcMJ4O0+8DhPXf2YUbZ6wjBlsEmZwLK/sPweWtu8hcJYQ==", "dev": true, "requires": { - "@babel/helper-validator-identifier": "^7.16.7", + "@babel/helper-string-parser": "^7.18.10", + "@babel/helper-validator-identifier": "^7.18.6", "to-fast-properties": "^2.0.0" } }, @@ -8511,6 +8486,18 @@ "dev": true, "requires": { "@jridgewell/trace-mapping": "0.3.9" + }, + "dependencies": { + "@jridgewell/trace-mapping": { + "version": "0.3.9", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz", + "integrity": "sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==", + "dev": true, + "requires": { + "@jridgewell/resolve-uri": "^3.0.3", + "@jridgewell/sourcemap-codec": "^1.4.10" + } + } } }, "@eslint/eslintrc": { @@ -8531,9 +8518,9 @@ } }, "@humanwhocodes/config-array": { - "version": "0.9.5", - "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.9.5.tgz", - "integrity": "sha512-ObyMyWxZiCu/yTisA7uzx81s40xR2fD5Cg/2Kq7G02ajkNubJf6BopgDTmDyc3U7sXpNKM8cYOw7s7Tyr+DnCw==", + "version": "0.10.4", + "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.10.4.tgz", + "integrity": "sha512-mXAIHxZT3Vcpg83opl1wGlVZ9xydbfZO3r5YfRSH6Gpp2J/PfdBP0wbDa2sO6/qRbcalpoevVyW6A/fI6LfeMw==", "dev": true, "requires": { "@humanwhocodes/object-schema": "^1.2.1", @@ -8541,6 +8528,12 @@ "minimatch": "^3.0.4" } }, + "@humanwhocodes/gitignore-to-minimatch": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@humanwhocodes/gitignore-to-minimatch/-/gitignore-to-minimatch-1.0.2.tgz", + "integrity": "sha512-rSqmMJDdLFUsyxR6FMtD00nfQKKLFb1kv+qBbOVKqErvloEIJLo5bDTJTQNTYgeyp78JsA7u/NPi5jT1GR/MuA==", + "dev": true + }, "@humanwhocodes/object-schema": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz", @@ -8619,18 +8612,6 @@ "p-limit": "^2.2.0" } }, - "p-try": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", - "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", - "dev": true - }, - "path-exists": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", - "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", - "dev": true - }, "resolve-from": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", @@ -8654,22 +8635,38 @@ "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==", "dev": true }, + "@jridgewell/gen-mapping": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz", + "integrity": "sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w==", + "dev": true, + "requires": { + "@jridgewell/set-array": "^1.0.0", + "@jridgewell/sourcemap-codec": "^1.4.10" + } + }, "@jridgewell/resolve-uri": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.0.5.tgz", - "integrity": "sha512-VPeQ7+wH0itvQxnG+lIzWgkysKIr3L9sslimFW55rHMdGu/qCQ5z5h9zq4gI8uBtqkpHhsF4Z/OwExufUCThew==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz", + "integrity": "sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==", + "dev": true + }, + "@jridgewell/set-array": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz", + "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==", "dev": true }, "@jridgewell/sourcemap-codec": { - "version": "1.4.11", - "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.11.tgz", - "integrity": "sha512-Fg32GrJo61m+VqYSdRSjRXMjQ06j8YIYfcTqndLYVAaHmroZHLJZCydsWBOTDqXS2v+mjxohBWEMfg97GXmYQg==", + "version": "1.4.14", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz", + "integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==", "dev": true }, "@jridgewell/trace-mapping": { - "version": "0.3.9", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz", - "integrity": "sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==", + "version": "0.3.15", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.15.tgz", + "integrity": "sha512-oWZNOULl+UbhsgB51uuZzglikfIKSUBO/M9W2OfEjn7cmqoAiCgmv9lyACTUacZwBz0ITnJ2NqjU8Tx0DHL88g==", "dev": true, "requires": { "@jridgewell/resolve-uri": "^3.0.3", @@ -8677,42 +8674,42 @@ } }, "@microsoft/api-extractor": { - "version": "7.25.0", - "resolved": "https://registry.npmjs.org/@microsoft/api-extractor/-/api-extractor-7.25.0.tgz", - "integrity": "sha512-GS1XOY2RgLthUkfcTR4CLPvCIvpFYj+2MfJMZ3J4NX8H64BWSHGaDUvVV6QvjKNpt/RHdLyyJZ+j7dQveBAZnA==", + "version": "7.29.5", + "resolved": "https://registry.npmjs.org/@microsoft/api-extractor/-/api-extractor-7.29.5.tgz", + "integrity": "sha512-+vqO/TAGw9xXANpvTjA4y5ADcaRuYuBoJ9IfoAHubrGuxKG6GoW3P2tfdgwteLz95CnlftBxYp+3NG/mf05P9Q==", "dev": true, "requires": { - "@microsoft/api-extractor-model": "7.18.0", + "@microsoft/api-extractor-model": "7.23.3", "@microsoft/tsdoc": "0.14.1", "@microsoft/tsdoc-config": "~0.16.1", - "@rushstack/node-core-library": "3.45.5", - "@rushstack/rig-package": "0.3.11", - "@rushstack/ts-command-line": "4.11.0", + "@rushstack/node-core-library": "3.51.1", + "@rushstack/rig-package": "0.3.14", + "@rushstack/ts-command-line": "4.12.2", "colors": "~1.2.1", "lodash": "~4.17.15", "resolve": "~1.17.0", "semver": "~7.3.0", "source-map": "~0.6.1", - "typescript": "~4.6.3" + "typescript": "~4.7.4" }, "dependencies": { "typescript": { - "version": "4.6.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.4.tgz", - "integrity": "sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==", + "version": "4.7.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.4.tgz", + "integrity": "sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==", "dev": true } } }, "@microsoft/api-extractor-model": { - "version": "7.18.0", - "resolved": "https://registry.npmjs.org/@microsoft/api-extractor-model/-/api-extractor-model-7.18.0.tgz", - "integrity": "sha512-Q7ZhD6zKQd/J5ayNNChFCCgHZ8tw3ibljm6nXP/JEmiEFFbpKKtWMPVCaN8Y+8/qFmrz7mblLrupcKmUu8cF4A==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@microsoft/api-extractor-model/-/api-extractor-model-7.23.3.tgz", + "integrity": "sha512-HpsWzG6jrWHrTlIg53kmp/IVQPBHUZc+8dunnr9VXrmDjVBehaXxp9A6jhTQ/bd7W1m5TYfAvwCmseC1+9FCuA==", "dev": true, "requires": { "@microsoft/tsdoc": "0.14.1", "@microsoft/tsdoc-config": "~0.16.1", - "@rushstack/node-core-library": "3.45.5" + "@rushstack/node-core-library": "3.51.1" } }, "@microsoft/tsdoc": { @@ -8820,9 +8817,9 @@ } }, "@rushstack/node-core-library": { - "version": "3.45.5", - "resolved": "https://registry.npmjs.org/@rushstack/node-core-library/-/node-core-library-3.45.5.tgz", - "integrity": "sha512-KbN7Hp9vH3bD3YJfv6RnVtzzTAwGYIBl7y2HQLY4WEQqRbvE3LgI78W9l9X+cTAXCX//p0EeoiUYNTFdqJrMZg==", + "version": "3.51.1", + "resolved": "https://registry.npmjs.org/@rushstack/node-core-library/-/node-core-library-3.51.1.tgz", + "integrity": "sha512-xLoUztvGpaT5CphDexDPt2WbBx8D68VS5tYOkwfr98p90y0f/wepgXlTA/q5MUeZGGucASiXKp5ysdD+GPYf9A==", "dev": true, "requires": { "@types/node": "12.20.24", @@ -8832,7 +8829,6 @@ "jju": "~1.4.0", "resolve": "~1.17.0", "semver": "~7.3.0", - "timsort": "~0.3.0", "z-schema": "~5.0.2" }, "dependencies": { @@ -8845,9 +8841,9 @@ } }, "@rushstack/rig-package": { - "version": "0.3.11", - "resolved": "https://registry.npmjs.org/@rushstack/rig-package/-/rig-package-0.3.11.tgz", - "integrity": "sha512-uI1/g5oQPtyrT9nStoyX/xgZSLa2b+srRFaDk3r1eqC7zA5th4/bvTGl2QfV3C9NcP+coSqmk5mFJkUfH6i3Lw==", + "version": "0.3.14", + "resolved": "https://registry.npmjs.org/@rushstack/rig-package/-/rig-package-0.3.14.tgz", + "integrity": "sha512-Ic9EN3kWJCK6iOxEDtwED9nrM146zCDrQaUxbeGOF+q/VLZ/HNHPw+aLqrqmTl0ZT66Sf75Qk6OG+rySjTorvQ==", "dev": true, "requires": { "resolve": "~1.17.0", @@ -8855,9 +8851,9 @@ } }, "@rushstack/ts-command-line": { - "version": "4.11.0", - "resolved": "https://registry.npmjs.org/@rushstack/ts-command-line/-/ts-command-line-4.11.0.tgz", - "integrity": "sha512-ptG9L0mjvJ5QtK11GsAFY+jGfsnqHDS6CY6Yw1xT7a9bhjfNYnf6UPwjV+pF6UgiucfNcMDNW9lkDLxvZKKxMg==", + "version": "4.12.2", + "resolved": "https://registry.npmjs.org/@rushstack/ts-command-line/-/ts-command-line-4.12.2.tgz", + "integrity": "sha512-poBtnumLuWmwmhCEkVAgynWgtnF9Kygekxyp4qtQUSbBrkuyPQTL85c8Cva1YfoUpOdOXxezMAkUt0n5SNKGqw==", "dev": true, "requires": { "@types/argparse": "1.0.38", @@ -8876,9 +8872,9 @@ } }, "@sinonjs/fake-timers": { - "version": "9.1.1", - "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-9.1.1.tgz", - "integrity": "sha512-Wp5vwlZ0lOqpSYGKqr53INws9HLkt6JDc/pDZcPf7bchQnrXJMXPns8CXx0hFikMSGSWfvtvvpb2gtMVfkWagA==", + "version": "9.1.2", + "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-9.1.2.tgz", + "integrity": "sha512-BPS4ynJW/o92PUR4wgriz2Ud5gpST5vz6GQfMixEDK0Z8ZCUv2M7SkBLykH56T++Xs+8ln9zTGbOvNGIe02/jw==", "dev": true, "requires": { "@sinonjs/commons": "^1.7.0" @@ -8896,39 +8892,39 @@ } }, "@sinonjs/text-encoding": { - "version": "0.7.1", - "resolved": "https://registry.npmjs.org/@sinonjs/text-encoding/-/text-encoding-0.7.1.tgz", - "integrity": "sha512-+iTbntw2IZPb/anVDbypzfQa+ay64MW0Zo8aJ8gZPWMMK6/OubMVb6lUPMagqjOPnmtauXnFCACVl3O7ogjeqQ==", + "version": "0.7.2", + "resolved": "https://registry.npmjs.org/@sinonjs/text-encoding/-/text-encoding-0.7.2.tgz", + "integrity": "sha512-sXXKG+uL9IrKqViTtao2Ws6dy0znu9sOaP1di/jKGW1M6VssO8vlpXCQcpZ+jisQ1tTFAC5Jo/EOzFbggBagFQ==", "dev": true }, "@tsconfig/node10": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/@tsconfig/node10/-/node10-1.0.8.tgz", - "integrity": "sha512-6XFfSQmMgq0CFLY1MslA/CPUfhIL919M1rMsa5lP2P097N2Wd1sSX0tx1u4olM16fLNhtHZpRhedZJphNJqmZg==", + "version": "1.0.9", + "resolved": "https://registry.npmjs.org/@tsconfig/node10/-/node10-1.0.9.tgz", + "integrity": "sha512-jNsYVVxU8v5g43Erja32laIDHXeoNvFEpX33OK4d6hljo3jDhCBDhx5dhCCTMWUojscpAagGiRkBKxpdl9fxqA==", "dev": true }, "@tsconfig/node12": { - "version": "1.0.9", - "resolved": "https://registry.npmjs.org/@tsconfig/node12/-/node12-1.0.9.tgz", - "integrity": "sha512-/yBMcem+fbvhSREH+s14YJi18sp7J9jpuhYByADT2rypfajMZZN4WQ6zBGgBKp53NKmqI36wFYDb3yaMPurITw==", + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/@tsconfig/node12/-/node12-1.0.11.tgz", + "integrity": "sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==", "dev": true }, "@tsconfig/node14": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@tsconfig/node14/-/node14-1.0.1.tgz", - "integrity": "sha512-509r2+yARFfHHE7T6Puu2jjkoycftovhXRqW328PDXTVGKihlb1P8Z9mMZH04ebyajfRY7dedfGynlrFHJUQCg==", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@tsconfig/node14/-/node14-1.0.3.tgz", + "integrity": "sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow==", "dev": true }, "@tsconfig/node16": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@tsconfig/node16/-/node16-1.0.2.tgz", - "integrity": "sha512-eZxlbI8GZscaGS7kkc/trHTT5xgrjH3/1n2JDwusC9iahPKWMRvRjJSAN5mCXviuTGQ/lHnhvv8Q1YTpnfz9gA==", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@tsconfig/node16/-/node16-1.0.3.tgz", + "integrity": "sha512-yOlFc+7UtL/89t2ZhjPvvB/DeAr3r+Dq58IgzsFkOAvVC6NMJXmCGjbptdXdR9qsX7pKcTL+s87FtYREi2dEEQ==", "dev": true }, "@tsd/typescript": { - "version": "4.7.3", - "resolved": "https://registry.npmjs.org/@tsd/typescript/-/typescript-4.7.3.tgz", - "integrity": "sha512-jjxcFpaWwETZZedPuPhWehlHA6cifStKV8viwc80FUVSUdv6sC4V0dWJ3OCBIWOQcxk7roxCDvzrc40CoDr5tg==", + "version": "4.7.4", + "resolved": "https://registry.npmjs.org/@tsd/typescript/-/typescript-4.7.4.tgz", + "integrity": "sha512-jbtC+RgKZ9Kk65zuRZbKLTACf+tvFW4Rfq0JEMXrlmV3P3yme+Hm+pnb5fJRyt61SjIitcrC810wj7+1tgsEmg==", "dev": true }, "@types/argparse": { @@ -8948,9 +8944,9 @@ } }, "@types/chai": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.1.tgz", - "integrity": "sha512-/zPMqDkzSZ8t3VtxOa4KPq7uzzW978M9Tvh+j7GHKuo6k6GTLxPJ4J5gE5cjfJ26pnXst0N5Hax8Sr0T2Mi9zQ==", + "version": "4.3.3", + "resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.3.tgz", + "integrity": "sha512-hC7OMnszpxhZPduX+m+nrx+uFoLkWOMiR4oa/AZF3MuSETYTZmFfJAHqZEM8MVlvfG7BEUcgvtwoCTxBp6hm3g==", "dev": true }, "@types/chai-subset": { @@ -8982,9 +8978,9 @@ } }, "@types/estree": { - "version": "0.0.51", - "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.51.tgz", - "integrity": "sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ==", + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.0.tgz", + "integrity": "sha512-WulqXMDUTYAXCjZnk6JtIHPigp55cVtDgDrO2gHRwhyJto21+1zbVCtOYB2L1F9w4qCQ0rOGWBnBe0FNTiEJIQ==", "dev": true }, "@types/express": { @@ -9000,9 +8996,9 @@ } }, "@types/express-serve-static-core": { - "version": "4.17.28", - "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.28.tgz", - "integrity": "sha512-P1BJAEAW3E2DJUlkgq4tOL3RyMunoWXqbSCygWo5ZIWTjUgN1YnaXWW4VWl/oc8vs/XoYibEGBKP0uZyF4AHig==", + "version": "4.17.30", + "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.30.tgz", + "integrity": "sha512-gstzbTWro2/nFed1WXtf+TtrpwxH7Ggs4RLYTLbeVgIkUQOI3WG/JKjgeOU1zXDvezllupjrf8OPIdvTbIaVOQ==", "dev": true, "requires": { "@types/node": "*", @@ -9019,7 +9015,7 @@ "@types/json5": { "version": "0.0.29", "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz", - "integrity": "sha1-7ihweulOEdK4J7y+UnC86n8+ce4=", + "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==", "dev": true }, "@types/kerberos": { @@ -9029,9 +9025,9 @@ "dev": true }, "@types/mime": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/@types/mime/-/mime-1.3.2.tgz", - "integrity": "sha512-YATxVxgRqNH6nHEIsvg6k2Boc1JHI9ZbH5iWFFv/MTkchz3b1ieGDa5T0a9RznNdI0KhVbdbWSN+KWWrQZRxTw==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@types/mime/-/mime-3.0.1.tgz", + "integrity": "sha512-Y4XFY5VJAuw0FgAqPNd6NNoV44jbq9Bz2L7Rh/J6jLTiHBSBJa9fxqQIvkIld4GsoDOcCbvzOUAbLPsSKKg+uA==", "dev": true }, "@types/minimist": { @@ -9047,9 +9043,9 @@ "dev": true }, "@types/node": { - "version": "17.0.42", - "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.42.tgz", - "integrity": "sha512-Q5BPGyGKcvQgAMbsr7qEGN/kIPN6zZecYYABeTDBizOsau+2NMdSVTar9UQw21A2+JyA2KRNDYaYrPB0Rpk2oQ==" + "version": "18.7.13", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.7.13.tgz", + "integrity": "sha512-46yIhxSe5xEaJZXWdIBP7GU4HDTG8/eo0qd9atdiL+lFpA03y8KS+lkTN834TWJj5767GbWv4n/P6efyTFt1Dw==" }, "@types/normalize-package-data": { "version": "2.4.1", @@ -9076,25 +9072,25 @@ "dev": true }, "@types/semver": { - "version": "7.3.9", - "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.3.9.tgz", - "integrity": "sha512-L/TMpyURfBkf+o/526Zb6kd/tchUP3iBDEPjqjb+U2MAJhVRxxrmr2fwpe08E7QsV7YLcpq0tUaQ9O9x97ZIxQ==", + "version": "7.3.12", + "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.3.12.tgz", + "integrity": "sha512-WwA1MW0++RfXmCr12xeYOOC5baSC9mSb0ZqCquFzKhcoF4TvHu5MKOuXsncgZcpVFhB1pXd5hZmM0ryAoCp12A==", "dev": true }, "@types/serve-static": { - "version": "1.13.10", - "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.13.10.tgz", - "integrity": "sha512-nCkHGI4w7ZgAdNkrEu0bv+4xNV/XDqW+DydknebMOQwkpDGx8G+HTlj7R7ABI8i8nKxVw0wtKPi1D+lPOkh4YQ==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.0.tgz", + "integrity": "sha512-z5xyF6uh8CbjAu9760KDKsH2FcDxZ2tFCsA4HIMWE6IkiYMXfVoa+4f9KX+FN0ZLsaMw1WNG2ETLA6N+/YA+cg==", "dev": true, "requires": { - "@types/mime": "^1", + "@types/mime": "*", "@types/node": "*" } }, "@types/sinon": { - "version": "10.0.11", - "resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-10.0.11.tgz", - "integrity": "sha512-dmZsHlBsKUtBpHriNjlK0ndlvEh8dcb9uV9Afsbt89QIyydpC7NcR+nWlAhASfy3GHnxTl4FX/aKE7XZUt/B4g==", + "version": "10.0.13", + "resolved": "https://registry.npmjs.org/@types/sinon/-/sinon-10.0.13.tgz", + "integrity": "sha512-UVjDqJblVNQYvVNUsj0PuYYw0ELRmgt1Nt5Vk0pT5f16ROGfcKJY8o1HVuMOJOpD727RrGB9EGvoaTQE5tgxZQ==", "dev": true, "requires": { "@types/sinonjs__fake-timers": "*" @@ -9122,23 +9118,23 @@ "integrity": "sha512-XAahCdThVuCFDQLT7R7Pk/vqeObFNL3YqRyFZg+AqAP/W1/w3xHaIxuW7WszQqTbIBOPRcItYJIou3i/mppu3Q==" }, "@types/whatwg-url": { - "version": "8.2.1", - "resolved": "https://registry.npmjs.org/@types/whatwg-url/-/whatwg-url-8.2.1.tgz", - "integrity": "sha512-2YubE1sjj5ifxievI5Ge1sckb9k/Er66HyR2c+3+I6VDUUg1TLPdYYTEbQ+DjRkS4nTxMJhgWfSfMRD2sl2EYQ==", + "version": "8.2.2", + "resolved": "https://registry.npmjs.org/@types/whatwg-url/-/whatwg-url-8.2.2.tgz", + "integrity": "sha512-FtQu10RWgn3D9U4aazdwIE2yzphmTJREDqNdODHrbrZmmMqI0vMheC/6NE/J1Yveaj8H+ela+YwWTjq5PGmuhA==", "requires": { "@types/node": "*", "@types/webidl-conversions": "*" } }, "@typescript-eslint/eslint-plugin": { - "version": "5.28.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.28.0.tgz", - "integrity": "sha512-DXVU6Cg29H2M6EybqSg2A+x8DgO9TCUBRp4QEXQHJceLS7ogVDP0g3Lkg/SZCqcvkAP/RruuQqK0gdlkgmhSUA==", + "version": "5.35.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.35.1.tgz", + "integrity": "sha512-RBZZXZlI4XCY4Wzgy64vB+0slT9+yAPQRjj/HSaRwUot33xbDjF1oN9BLwOLTewoOI0jothIltZRe9uJCHf8gg==", "dev": true, "requires": { - "@typescript-eslint/scope-manager": "5.28.0", - "@typescript-eslint/type-utils": "5.28.0", - "@typescript-eslint/utils": "5.28.0", + "@typescript-eslint/scope-manager": "5.35.1", + "@typescript-eslint/type-utils": "5.35.1", + "@typescript-eslint/utils": "5.35.1", "debug": "^4.3.4", "functional-red-black-tree": "^1.0.1", "ignore": "^5.2.0", @@ -9148,52 +9144,52 @@ } }, "@typescript-eslint/parser": { - "version": "5.28.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.28.0.tgz", - "integrity": "sha512-ekqoNRNK1lAcKhZESN/PdpVsWbP9jtiNqzFWkp/yAUdZvJalw2heCYuqRmM5eUJSIYEkgq5sGOjq+ZqsLMjtRA==", + "version": "5.35.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.35.1.tgz", + "integrity": "sha512-XL2TBTSrh3yWAsMYpKseBYTVpvudNf69rPOWXWVBI08My2JVT5jR66eTt4IgQFHA/giiKJW5dUD4x/ZviCKyGg==", "dev": true, "requires": { - "@typescript-eslint/scope-manager": "5.28.0", - "@typescript-eslint/types": "5.28.0", - "@typescript-eslint/typescript-estree": "5.28.0", + "@typescript-eslint/scope-manager": "5.35.1", + "@typescript-eslint/types": "5.35.1", + "@typescript-eslint/typescript-estree": "5.35.1", "debug": "^4.3.4" } }, "@typescript-eslint/scope-manager": { - "version": "5.28.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.28.0.tgz", - "integrity": "sha512-LeBLTqF/he1Z+boRhSqnso6YrzcKMTQ8bO/YKEe+6+O/JGof9M0g3IJlIsqfrK/6K03MlFIlycbf1uQR1IjE+w==", + "version": "5.35.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.35.1.tgz", + "integrity": "sha512-kCYRSAzIW9ByEIzmzGHE50NGAvAP3wFTaZevgWva7GpquDyFPFcmvVkFJGWJJktg/hLwmys/FZwqM9EKr2u24Q==", "dev": true, "requires": { - "@typescript-eslint/types": "5.28.0", - "@typescript-eslint/visitor-keys": "5.28.0" + "@typescript-eslint/types": "5.35.1", + "@typescript-eslint/visitor-keys": "5.35.1" } }, "@typescript-eslint/type-utils": { - "version": "5.28.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.28.0.tgz", - "integrity": "sha512-SyKjKh4CXPglueyC6ceAFytjYWMoPHMswPQae236zqe1YbhvCVQyIawesYywGiu98L9DwrxsBN69vGIVxJ4mQQ==", + "version": "5.35.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.35.1.tgz", + "integrity": "sha512-8xT8ljvo43Mp7BiTn1vxLXkjpw8wS4oAc00hMSB4L1/jIiYbjjnc3Qp2GAUOG/v8zsNCd1qwcqfCQ0BuishHkw==", "dev": true, "requires": { - "@typescript-eslint/utils": "5.28.0", + "@typescript-eslint/utils": "5.35.1", "debug": "^4.3.4", "tsutils": "^3.21.0" } }, "@typescript-eslint/types": { - "version": "5.28.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.28.0.tgz", - "integrity": "sha512-2OOm8ZTOQxqkPbf+DAo8oc16sDlVR5owgJfKheBkxBKg1vAfw2JsSofH9+16VPlN9PWtv8Wzhklkqw3k/zCVxA==", + "version": "5.35.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.35.1.tgz", + "integrity": "sha512-FDaujtsH07VHzG0gQ6NDkVVhi1+rhq0qEvzHdJAQjysN+LHDCKDKCBRlZFFE0ec0jKxiv0hN63SNfExy0KrbQQ==", "dev": true }, "@typescript-eslint/typescript-estree": { - "version": "5.28.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.28.0.tgz", - "integrity": "sha512-9GX+GfpV+F4hdTtYc6OV9ZkyYilGXPmQpm6AThInpBmKJEyRSIjORJd1G9+bknb7OTFYL+Vd4FBJAO6T78OVqA==", + "version": "5.35.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.35.1.tgz", + "integrity": "sha512-JUqE1+VRTGyoXlDWWjm6MdfpBYVq+hixytrv1oyjYIBEOZhBCwtpp5ZSvBt4wIA1MKWlnaC2UXl2XmYGC3BoQA==", "dev": true, "requires": { - "@typescript-eslint/types": "5.28.0", - "@typescript-eslint/visitor-keys": "5.28.0", + "@typescript-eslint/types": "5.35.1", + "@typescript-eslint/visitor-keys": "5.35.1", "debug": "^4.3.4", "globby": "^11.1.0", "is-glob": "^4.0.3", @@ -9202,26 +9198,26 @@ } }, "@typescript-eslint/utils": { - "version": "5.28.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.28.0.tgz", - "integrity": "sha512-E60N5L0fjv7iPJV3UGc4EC+A3Lcj4jle9zzR0gW7vXhflO7/J29kwiTGITA2RlrmPokKiZbBy2DgaclCaEUs6g==", + "version": "5.35.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.35.1.tgz", + "integrity": "sha512-v6F8JNXgeBWI4pzZn36hT2HXXzoBBBJuOYvoQiaQaEEjdi5STzux3Yj8v7ODIpx36i/5s8TdzuQ54TPc5AITQQ==", "dev": true, "requires": { "@types/json-schema": "^7.0.9", - "@typescript-eslint/scope-manager": "5.28.0", - "@typescript-eslint/types": "5.28.0", - "@typescript-eslint/typescript-estree": "5.28.0", + "@typescript-eslint/scope-manager": "5.35.1", + "@typescript-eslint/types": "5.35.1", + "@typescript-eslint/typescript-estree": "5.35.1", "eslint-scope": "^5.1.1", "eslint-utils": "^3.0.0" } }, "@typescript-eslint/visitor-keys": { - "version": "5.28.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.28.0.tgz", - "integrity": "sha512-BtfP1vCor8cWacovzzPFOoeW4kBQxzmhxGoOpt0v1SFvG+nJ0cWaVdJk7cky1ArTcFHHKNIxyo2LLr3oNkSuXA==", + "version": "5.35.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.35.1.tgz", + "integrity": "sha512-cEB1DvBVo1bxbW/S5axbGPE6b7FIMAbo3w+AGq6zNDA7+NYJOIkKj/sInfTv4edxd4PxJSgdN4t6/pbvgA+n5g==", "dev": true, "requires": { - "@typescript-eslint/types": "5.28.0", + "@typescript-eslint/types": "5.35.1", "eslint-visitor-keys": "^3.3.0" } }, @@ -9242,9 +9238,9 @@ } }, "acorn": { - "version": "8.7.1", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.7.1.tgz", - "integrity": "sha512-Xx54uLJQZ19lKygFXOWsscKUbsBZW0CPykPhVQdhIeIwrbPmJzqeASDInc8nKBnp/JT6igTs82qPXz069H8I/A==", + "version": "8.8.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.8.0.tgz", + "integrity": "sha512-QOxyigPVrpZ2GXT+PFyZTl6TtOFc5egxHIP9IlQ+RbupQuX4RkT/Bee4/kQuC02Xkzg84JcT7oLYtDIQxp+v7w==", "dev": true }, "acorn-jsx": { @@ -9348,7 +9344,7 @@ "archy": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/archy/-/archy-1.0.0.tgz", - "integrity": "sha1-+cjBN1fMHde8N5rHeyxipcKGjEA=", + "integrity": "sha512-Xg+9RwCg/0p32teKdGMPTPnVXKD0w3DfHnFTficozsAgsvq2XenPJq/MYpzzQ/v8zrOyJn6Ds39VA4JIDwFfqw==", "dev": true }, "arg": { @@ -9369,7 +9365,7 @@ "array-flatten": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", - "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=", + "integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==", "dev": true }, "array-ify": { @@ -9379,14 +9375,14 @@ "dev": true }, "array-includes": { - "version": "3.1.4", - "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.4.tgz", - "integrity": "sha512-ZTNSQkmWumEbiHO2GF4GmWxYVTiQyJy2XOTa15sdQSrvKn7l+180egQMqlrMOUMCyLMD7pmyQe4mMDUT6Behrw==", + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.5.tgz", + "integrity": "sha512-iSDYZMMyTPkiFasVqfuAQnWAYcvO/SeBSCGKePoEthjp4LEMTe4uLc7b025o4jAZpHhihh8xPo99TNWUWWkGDQ==", "dev": true, "requires": { "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.1", + "define-properties": "^1.1.4", + "es-abstract": "^1.19.5", "get-intrinsic": "^1.1.1", "is-string": "^1.0.7" } @@ -9398,20 +9394,21 @@ "dev": true }, "array.prototype.flat": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.2.5.tgz", - "integrity": "sha512-KaYU+S+ndVqyUnignHftkwc58o3uVU1jzczILJ1tN2YaIZpFIKBiP/x/j97E5MVPsaCloPbqWLB/8qCTVvT2qg==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.0.tgz", + "integrity": "sha512-12IUEkHsAhA4DY5s0FPgNXIdc8VRSqD9Zp78a5au9abH/SOBrsp082JOWFNTjkMozh8mqcdiKuaLGhPeYztxSw==", "dev": true, "requires": { "call-bind": "^1.0.2", "define-properties": "^1.1.3", - "es-abstract": "^1.19.0" + "es-abstract": "^1.19.2", + "es-shim-unscopables": "^1.0.0" } }, "arrify": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz", - "integrity": "sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=", + "integrity": "sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA==", "dev": true }, "assertion-error": { @@ -9472,12 +9469,6 @@ "ms": "2.0.0" } }, - "depd": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", - "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", - "dev": true - }, "ms": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", @@ -9512,16 +9503,15 @@ "dev": true }, "browserslist": { - "version": "4.20.2", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.20.2.tgz", - "integrity": "sha512-CQOBCqp/9pDvDbx3xfMi+86pr4KXIf2FDkTTdeuYw8OxS9t898LA1Khq57gtufFILXpfgsSx5woNgsBgvGjpsA==", + "version": "4.21.3", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.3.tgz", + "integrity": "sha512-898rgRXLAyRkM1GryrrBHGkqA5hlpkV5MhtZwg9QXeiyLUYs2k00Un05aX5l2/yJIOObYKOpS2JNo8nJDE7fWQ==", "dev": true, "requires": { - "caniuse-lite": "^1.0.30001317", - "electron-to-chromium": "^1.4.84", - "escalade": "^3.1.1", - "node-releases": "^2.0.2", - "picocolors": "^1.0.0" + "caniuse-lite": "^1.0.30001370", + "electron-to-chromium": "^1.4.202", + "node-releases": "^2.0.6", + "update-browserslist-db": "^1.0.5" } }, "bson": { @@ -9599,9 +9589,9 @@ } }, "caniuse-lite": { - "version": "1.0.30001323", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001323.tgz", - "integrity": "sha512-e4BF2RlCVELKx8+RmklSEIVub1TWrmdhvA5kEUueummz1XyySW0DVk+3x9HyhU9MuWTa2BhqLgEuEmUwASAdCA==", + "version": "1.0.30001383", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001383.tgz", + "integrity": "sha512-swMpEoTp5vDoGBZsYZX7L7nXHe6dsHxi9o6/LKf/f0LukVtnrxly5GVb/fWdCDTqi/yw6Km6tiJ0pmBacm0gbg==", "dev": true }, "chai": { @@ -9622,7 +9612,7 @@ "chai-subset": { "version": "1.6.0", "resolved": "https://registry.npmjs.org/chai-subset/-/chai-subset-1.6.0.tgz", - "integrity": "sha1-pdDKFOMpp5WW7XAFi2ZGvWmIz+k=", + "integrity": "sha512-K3d+KmqdS5XKW5DWPd5sgNffL3uxdDe+6GdnJh3AYPhwnBGRY5urfvfcbRtWIvvpz+KxkL9FeBB6MZewLUNwug==", "dev": true }, "chalk": { @@ -9638,7 +9628,7 @@ "check-error": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/check-error/-/check-error-1.0.2.tgz", - "integrity": "sha1-V00xLt2Iu13YkS6Sht1sCu1KrII=", + "integrity": "sha512-BrgHpW9NURQgzoNyjfq0Wu6VFO6D7IZEmJNdtgNqpzGG8RuNFHt2jQxWlAs4HMe119chBnv+34syEZtc6IhLtA==", "dev": true }, "chokidar": { @@ -9716,7 +9706,7 @@ "commondir": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", - "integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=", + "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==", "dev": true }, "compare-func": { @@ -9732,7 +9722,7 @@ "concat-map": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=", + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", "dev": true }, "concat-stream": { @@ -9991,7 +9981,7 @@ "cookie-signature": { "version": "1.0.6", "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", - "integrity": "sha1-4wOogrNCzD7oylE6eZmXNNqzriw=", + "integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==", "dev": true }, "core-util-is": { @@ -10041,13 +10031,13 @@ "decamelize": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", - "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=", + "integrity": "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==", "dev": true }, "decamelize-keys": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/decamelize-keys/-/decamelize-keys-1.1.0.tgz", - "integrity": "sha1-0XGoeTMlKAfrPLYdwcFEXQeN8tk=", + "integrity": "sha512-ocLWuYzRPoS9bfiSdDd3cxvrzovVMZnRDVEzAs+hWIVXGDbHxWMECij2OBuyB/An0FFW/nLuq6Kv1i/YC5Qfzg==", "dev": true, "requires": { "decamelize": "^1.1.0", @@ -10057,7 +10047,7 @@ "map-obj": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz", - "integrity": "sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0=", + "integrity": "sha512-7N/q3lyZ+LVCp7PzuxrJr4KMbBE2hW7BT7YNia330OFxIf4d3r5zVpicP2650l7CPN6RM9zOJRl3NGpqSiw3Eg==", "dev": true } } @@ -10087,12 +10077,13 @@ } }, "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz", - "integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==", + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.4.tgz", + "integrity": "sha512-uckOqKcfaVvtBdsVkdPv3XjveQJsNQqmhXgRi8uhvWWuPYZCNlzT8qAyblUgNoXdHdjMTzAqeGjAoli8f+bzPA==", "dev": true, "requires": { - "object-keys": "^1.0.12" + "has-property-descriptors": "^1.0.0", + "object-keys": "^1.1.1" } }, "denque": { @@ -10100,6 +10091,12 @@ "resolved": "https://registry.npmjs.org/denque/-/denque-2.1.0.tgz", "integrity": "sha512-HVQE3AAb/pxF8fQAoiqpvg9i3evqug3hoiwakOyZAwJm+6vZehbkYXZ0l4JxS+I3QxM97v5aaRNhj8v5oBhekw==" }, + "depd": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", + "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", + "dev": true + }, "destroy": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz", @@ -10198,10 +10195,10 @@ "p-limit": "^2.0.0" } }, - "p-try": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", - "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", + "path-exists": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", + "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==", "dev": true } } @@ -10213,9 +10210,9 @@ "dev": true }, "electron-to-chromium": { - "version": "1.4.103", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.103.tgz", - "integrity": "sha512-c/uKWR1Z/W30Wy/sx3dkZoj4BijbXX85QKWu9jJfjho3LBAXNEGAEW3oWiGb+dotA6C6BzCTxL2/aLes7jlUeg==", + "version": "1.4.232", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.232.tgz", + "integrity": "sha512-nd+FW8xHjM+PxNWG44nKnwHaBDdVpJUZuI2sS2JJPt/QpdombnmoCRWEEQNnzaktdIQhsNWdD+dlqxwO8Bn99g==", "dev": true }, "emoji-regex": { @@ -10240,31 +10237,43 @@ } }, "es-abstract": { - "version": "1.19.2", - "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.19.2.tgz", - "integrity": "sha512-gfSBJoZdlL2xRiOCy0g8gLMryhoe1TlimjzU99L/31Z8QEGIhVQI+EWwt5lT+AuU9SnorVupXFqqOGqGfsyO6w==", + "version": "1.20.1", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.20.1.tgz", + "integrity": "sha512-WEm2oBhfoI2sImeM4OF2zE2V3BYdSF+KnSi9Sidz51fQHd7+JuF8Xgcj9/0o+OWeIeIS/MiuNnlruQrJf16GQA==", "dev": true, "requires": { "call-bind": "^1.0.2", "es-to-primitive": "^1.2.1", "function-bind": "^1.1.1", + "function.prototype.name": "^1.1.5", "get-intrinsic": "^1.1.1", "get-symbol-description": "^1.0.0", "has": "^1.0.3", + "has-property-descriptors": "^1.0.0", "has-symbols": "^1.0.3", "internal-slot": "^1.0.3", "is-callable": "^1.2.4", "is-negative-zero": "^2.0.2", "is-regex": "^1.1.4", - "is-shared-array-buffer": "^1.0.1", + "is-shared-array-buffer": "^1.0.2", "is-string": "^1.0.7", "is-weakref": "^1.0.2", "object-inspect": "^1.12.0", "object-keys": "^1.1.1", "object.assign": "^4.1.2", - "string.prototype.trimend": "^1.0.4", - "string.prototype.trimstart": "^1.0.4", - "unbox-primitive": "^1.0.1" + "regexp.prototype.flags": "^1.4.3", + "string.prototype.trimend": "^1.0.5", + "string.prototype.trimstart": "^1.0.5", + "unbox-primitive": "^1.0.2" + } + }, + "es-shim-unscopables": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.0.0.tgz", + "integrity": "sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==", + "dev": true, + "requires": { + "has": "^1.0.3" } }, "es-to-primitive": { @@ -10303,13 +10312,14 @@ "dev": true }, "eslint": { - "version": "8.17.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.17.0.tgz", - "integrity": "sha512-gq0m0BTJfci60Fz4nczYxNAlED+sMcihltndR8t9t1evnU/azx53x3t2UHXC/uRjcbvRw/XctpaNygSTcQD+Iw==", + "version": "8.22.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.22.0.tgz", + "integrity": "sha512-ci4t0sz6vSRKdmkOGmprBo6fmI4PrphDFMy5JEq/fNS0gQkJM3rLmrqcp8ipMcdobH3KtUP40KniAE9W19S4wA==", "dev": true, "requires": { "@eslint/eslintrc": "^1.3.0", - "@humanwhocodes/config-array": "^0.9.2", + "@humanwhocodes/config-array": "^0.10.4", + "@humanwhocodes/gitignore-to-minimatch": "^1.0.2", "ajv": "^6.10.0", "chalk": "^4.0.0", "cross-spawn": "^7.0.2", @@ -10319,14 +10329,17 @@ "eslint-scope": "^7.1.1", "eslint-utils": "^3.0.0", "eslint-visitor-keys": "^3.3.0", - "espree": "^9.3.2", + "espree": "^9.3.3", "esquery": "^1.4.0", "esutils": "^2.0.2", "fast-deep-equal": "^3.1.3", "file-entry-cache": "^6.0.1", + "find-up": "^5.0.0", "functional-red-black-tree": "^1.0.1", "glob-parent": "^6.0.1", "globals": "^13.15.0", + "globby": "^11.1.0", + "grapheme-splitter": "^1.0.4", "ignore": "^5.2.0", "import-fresh": "^3.0.0", "imurmurhash": "^0.1.4", @@ -10406,12 +10419,12 @@ } }, "resolve": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.0.tgz", - "integrity": "sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw==", + "version": "1.22.1", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.1.tgz", + "integrity": "sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==", "dev": true, "requires": { - "is-core-module": "^2.8.1", + "is-core-module": "^2.9.0", "path-parse": "^1.0.7", "supports-preserve-symlinks-flag": "^1.0.0" } @@ -10419,13 +10432,12 @@ } }, "eslint-module-utils": { - "version": "2.7.3", - "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.7.3.tgz", - "integrity": "sha512-088JEC7O3lDZM9xGe0RerkOMd0EjFl+Yvd1jPWIkMT5u3H9+HC34mWWPnqPrN13gieT9pBOO+Qt07Nb/6TresQ==", + "version": "2.7.4", + "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.7.4.tgz", + "integrity": "sha512-j4GT+rqzCoRKHwURX7pddtIPGySnX9Si/cgMI5ztrcqOPtk5dDEeZ34CQVPphnqkJytlc97Vuk05Um2mJ3gEQA==", "dev": true, "requires": { - "debug": "^3.2.7", - "find-up": "^2.1.0" + "debug": "^3.2.7" }, "dependencies": { "debug": { @@ -10481,16 +10493,16 @@ "ms": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", "dev": true }, "resolve": { - "version": "1.22.0", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.0.tgz", - "integrity": "sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw==", + "version": "1.22.1", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.1.tgz", + "integrity": "sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==", "dev": true, "requires": { - "is-core-module": "^2.8.1", + "is-core-module": "^2.9.0", "path-parse": "^1.0.7", "supports-preserve-symlinks-flag": "^1.0.0" } @@ -10498,9 +10510,9 @@ } }, "eslint-plugin-prettier": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-4.0.0.tgz", - "integrity": "sha512-98MqmCJ7vJodoQK359bqQWaxOE0CS8paAz/GgjaZLyex4TTk3g9HugoO89EqWCrFiOqn9EVvcoo7gZzONCWVwQ==", + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-4.2.1.tgz", + "integrity": "sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==", "dev": true, "requires": { "prettier-linter-helpers": "^1.0.0" @@ -10524,9 +10536,9 @@ } }, "eslint-rule-docs": { - "version": "1.1.231", - "resolved": "https://registry.npmjs.org/eslint-rule-docs/-/eslint-rule-docs-1.1.231.tgz", - "integrity": "sha512-egHz9A1WG7b8CS0x1P6P/Rj5FqZOjray/VjpJa14tMZalfRKvpE2ONJ3plCM7+PcinmU4tcmbPLv0VtwzSdLVA==", + "version": "1.1.235", + "resolved": "https://registry.npmjs.org/eslint-rule-docs/-/eslint-rule-docs-1.1.235.tgz", + "integrity": "sha512-+TQ+x4JdTnDoFEXXb3fDvfGOwnyNV7duH8fXWTPD1ieaBmB8omj7Gw/pMBBu4uI2uJCCU8APDaQJzWuXnTsH4A==", "dev": true }, "eslint-scope": { @@ -10563,12 +10575,12 @@ "dev": true }, "espree": { - "version": "9.3.2", - "resolved": "https://registry.npmjs.org/espree/-/espree-9.3.2.tgz", - "integrity": "sha512-D211tC7ZwouTIuY5x9XnS0E9sWNChB7IYKX/Xp5eQj3nFXhqmiUDB9q27y76oFl8jTg3pXcQx/bpxMfs3CIZbA==", + "version": "9.3.3", + "resolved": "https://registry.npmjs.org/espree/-/espree-9.3.3.tgz", + "integrity": "sha512-ORs1Rt/uQTqUKjDdGCyrtYxbazf5umATSf/K4qxjmZHORR6HJk+2s/2Pqe+Kk49HHINC/xNIrGfgh8sZcll0ng==", "dev": true, "requires": { - "acorn": "^8.7.1", + "acorn": "^8.8.0", "acorn-jsx": "^5.3.2", "eslint-visitor-keys": "^3.3.0" } @@ -10679,16 +10691,10 @@ "ms": "2.0.0" } }, - "depd": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", - "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", - "dev": true - }, "ms": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", "dev": true } } @@ -10738,7 +10744,7 @@ "fast-levenshtein": { "version": "2.0.6", "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", - "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=", + "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==", "dev": true }, "fastq": { @@ -10762,7 +10768,7 @@ "escape-string-regexp": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", "dev": true } } @@ -10829,12 +10835,13 @@ } }, "find-up": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz", - "integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", + "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", "dev": true, "requires": { - "locate-path": "^2.0.0" + "locate-path": "^6.0.0", + "path-exists": "^4.0.0" } }, "flat": { @@ -10854,9 +10861,9 @@ } }, "flatted": { - "version": "3.2.5", - "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.5.tgz", - "integrity": "sha512-WIWGi2L3DyTUvUrwRKgGi9TwxQMUEqPOPQBVi71R96jZXJdFskXEmf54BoZaS1kknGODoIGASGEzBUYdyMCBJg==", + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.7.tgz", + "integrity": "sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==", "dev": true }, "foreground-child": { @@ -10901,7 +10908,7 @@ "fs.realpath": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=", + "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", "dev": true }, "fsevents": { @@ -10917,10 +10924,28 @@ "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", "dev": true }, + "function.prototype.name": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.5.tgz", + "integrity": "sha512-uN7m/BzVKQnCUF/iW8jYea67v++2u7m5UgENbHRtdDVclOUP+FMPlCNdmk0h/ysGyo2tavMJEDqJAkJdRa1vMA==", + "dev": true, + "requires": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.3", + "es-abstract": "^1.19.0", + "functions-have-names": "^1.2.2" + } + }, "functional-red-black-tree": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz", - "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=", + "integrity": "sha512-dsKNQNdj6xA3T+QlADDA7mOSlX0qiMINjn0cgr+eGHGsbSHzTabcIogz2+p/iqP1Xs6EP/sS2SbqH+brGTbq0g==", + "dev": true + }, + "functions-have-names": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz", + "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==", "dev": true }, "gensync": { @@ -10938,18 +10963,18 @@ "get-func-name": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/get-func-name/-/get-func-name-2.0.0.tgz", - "integrity": "sha1-6td0q+5y4gQJQzoGY2YCPdaIekE=", + "integrity": "sha512-Hm0ixYtaSZ/V7C8FJrtZIuBBI+iSgL+1Aq82zSu8VQNB4S3Gk8e7Qs3VwBDJAhmRZcFqkl3tQu36g/Foh5I5ig==", "dev": true }, "get-intrinsic": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.1.tgz", - "integrity": "sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.2.tgz", + "integrity": "sha512-Jfm3OyCxHh9DJyc28qGk+JmfkpO41A4XkneDSujN9MDXrm4oDKdHvndhZ2dN94+ERNfkYJWDclW6k2L/ZGHjXA==", "dev": true, "requires": { "function-bind": "^1.1.1", "has": "^1.0.3", - "has-symbols": "^1.0.1" + "has-symbols": "^1.0.3" } }, "get-package-type": { @@ -11111,9 +11136,9 @@ } }, "globals": { - "version": "13.15.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.15.0.tgz", - "integrity": "sha512-bpzcOlgDhMG070Av0Vy5Owklpv1I6+j96GhUI7Rh7IzDCKLzboflLrrfqMu8NquDbiR4EOQk7XzJwqVJxicxog==", + "version": "13.17.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.17.0.tgz", + "integrity": "sha512-1C+6nQRb1GwGMKm2dH/E7enFAMxGTmGI7/dEdhy/DNelv85w9B72t3uc5frtMNXIbzrarJJ/lTCjcaZwbLJmyw==", "dev": true, "requires": { "type-fest": "^0.20.2" @@ -11134,9 +11159,15 @@ } }, "graceful-fs": { - "version": "4.2.9", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.9.tgz", - "integrity": "sha512-NtNxqUcXgpW2iMrfqSfR73Glt39K+BLwWsPs94yR63v45T0Wbej7eRmL5cWfwEgqXnmjQp3zaJTshdRW/qC2ZQ==", + "version": "4.2.10", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz", + "integrity": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==", + "dev": true + }, + "grapheme-splitter": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz", + "integrity": "sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==", "dev": true }, "growl": { @@ -11174,9 +11205,9 @@ } }, "has-bigints": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.1.tgz", - "integrity": "sha512-LSBS2LjbNBTf6287JEbEzvJgftkF5qFkmCo9hDRpAzKhUOlJ+hx8dd4USs00SgsUNwc4617J9ki5YtEClM2ffA==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz", + "integrity": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==", "dev": true }, "has-flag": { @@ -11185,6 +11216,15 @@ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "dev": true }, + "has-property-descriptors": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz", + "integrity": "sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==", + "dev": true, + "requires": { + "get-intrinsic": "^1.1.1" + } + }, "has-symbols": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", @@ -11250,14 +11290,6 @@ "setprototypeof": "1.2.0", "statuses": "2.0.1", "toidentifier": "1.0.1" - }, - "dependencies": { - "depd": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", - "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", - "dev": true - } } }, "iconv-lite": { @@ -11299,7 +11331,7 @@ "imurmurhash": { "version": "0.1.4", "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", - "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=", + "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==", "dev": true }, "indent-string": { @@ -11311,7 +11343,7 @@ "inflight": { "version": "1.0.6", "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", + "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", "dev": true, "requires": { "once": "^1.3.0", @@ -11361,7 +11393,7 @@ "is-arrayish": { "version": "0.2.1", "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", - "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=", + "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==", "dev": true }, "is-bigint": { @@ -11399,9 +11431,9 @@ "dev": true }, "is-core-module": { - "version": "2.8.1", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.8.1.tgz", - "integrity": "sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA==", + "version": "2.10.0", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.10.0.tgz", + "integrity": "sha512-Erxj2n/LDAZ7H8WNJXd9tw38GYM3dv8rk8Zcs+jJuxYTW7sozH+SS8NtrSjVL1/vpLvWi1hxy96IzjJ3EHTJJg==", "dev": true, "requires": { "has": "^1.0.3" @@ -11419,7 +11451,7 @@ "is-extglob": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", - "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=", + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", "dev": true }, "is-fullwidth-code-point": { @@ -11450,9 +11482,9 @@ "dev": true }, "is-number-object": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.6.tgz", - "integrity": "sha512-bEVOqiRcvo3zO1+G2lVMy+gkkEm9Yh7cDMRusKKu5ZJKPUYSJwICTKZrNKHA2EbSP0Tu0+6B/emsYNHZyn6K8g==", + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz", + "integrity": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==", "dev": true, "requires": { "has-tostringtag": "^1.0.0" @@ -11467,7 +11499,7 @@ "is-plain-obj": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz", - "integrity": "sha1-caUMhCnfync8kqOQpKA7OfzVHT4=", + "integrity": "sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg==", "dev": true }, "is-regex": { @@ -11481,10 +11513,13 @@ } }, "is-shared-array-buffer": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.1.tgz", - "integrity": "sha512-IU0NmyknYZN0rChcKhRO1X8LYz5Isj/Fsqh8NJOSf+N/hCOTwy29F32Ik7a+QszE63IdvmwdTPDd6cZ5pg4cwA==", - "dev": true + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz", + "integrity": "sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==", + "dev": true, + "requires": { + "call-bind": "^1.0.2" + } }, "is-stream": { "version": "2.0.1", @@ -11513,7 +11548,7 @@ "is-text-path": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/is-text-path/-/is-text-path-1.0.1.tgz", - "integrity": "sha1-Thqg+1G/vLPpJogAE5cgLBd1tm4=", + "integrity": "sha512-xFuJpne9oFz5qDaodwmmG08e3CawH/2ZV8Qqza1Ko7Sk8POWbkRdwIoAWVhqvq0XeUzANEhKo2n0IXUGBm7A/w==", "dev": true, "requires": { "text-extensions": "^1.0.0" @@ -11522,7 +11557,7 @@ "is-typedarray": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", - "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=", + "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==", "dev": true }, "is-unicode-supported": { @@ -11555,7 +11590,7 @@ "isexe": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", - "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=", + "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", "dev": true }, "istanbul-lib-coverage": { @@ -11594,18 +11629,17 @@ } }, "istanbul-lib-processinfo": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/istanbul-lib-processinfo/-/istanbul-lib-processinfo-2.0.2.tgz", - "integrity": "sha512-kOwpa7z9hme+IBPZMzQ5vdQj8srYgAtaRqeI48NGmAQ+/5yKiHLV0QbYqQpxsdEF0+w14SoB8YbnHKcXE2KnYw==", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/istanbul-lib-processinfo/-/istanbul-lib-processinfo-2.0.3.tgz", + "integrity": "sha512-NkwHbo3E00oybX6NGJi6ar0B29vxyvNwoC7eJ4G4Yq28UfY758Hgn/heV8VRFhevPED4LXfFz0DQ8z/0kw9zMg==", "dev": true, "requires": { "archy": "^1.0.0", - "cross-spawn": "^7.0.0", - "istanbul-lib-coverage": "^3.0.0-alpha.1", - "make-dir": "^3.0.0", + "cross-spawn": "^7.0.3", + "istanbul-lib-coverage": "^3.2.0", "p-map": "^3.0.0", "rimraf": "^3.0.0", - "uuid": "^3.3.3" + "uuid": "^8.3.2" } }, "istanbul-lib-report": { @@ -11631,9 +11665,9 @@ } }, "istanbul-reports": { - "version": "3.1.4", - "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.4.tgz", - "integrity": "sha512-r1/DshN4KSE7xWEknZLLLLDn5CJybV3nw01VTkp6D5jzLuELlcbudfj/eSQFvrKsJuTVCGnePO7ho82Nw9zzfw==", + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.5.tgz", + "integrity": "sha512-nUsEMa9pBt/NOHqbcbeJEgqIlY/K7rVWUX6Lql2orY5e9roQOthbR3vtY4zzf2orPELg80fnxxk9zUyPlgwD1w==", "dev": true, "requires": { "html-escaper": "^2.0.0", @@ -11643,7 +11677,7 @@ "jju": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/jju/-/jju-1.4.0.tgz", - "integrity": "sha1-o6vicYryQaKykE+EpiWXDzia4yo=", + "integrity": "sha512-8wb9Yw966OSxApiCt0K3yNJL8pnNeIv+OEq2YMidz4FKP6nonSRoOXc80iXY4JaN2FC11B9qsNmDsm+ZOfMROA==", "dev": true }, "js-tokens": { @@ -11696,7 +11730,7 @@ "json-stable-stringify-without-jsonify": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", - "integrity": "sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=", + "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==", "dev": true }, "json-stringify-safe": { @@ -11714,7 +11748,7 @@ "jsonfile": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", - "integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=", + "integrity": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==", "dev": true, "requires": { "graceful-fs": "^4.1.6" @@ -11723,7 +11757,7 @@ "jsonparse": { "version": "1.3.1", "resolved": "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz", - "integrity": "sha1-P02uSpH6wxX3EGL4UhzCOfE2YoA=", + "integrity": "sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==", "dev": true }, "JSONStream": { @@ -11791,13 +11825,12 @@ } }, "locate-path": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz", - "integrity": "sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", + "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", "dev": true, "requires": { - "p-locate": "^2.0.0", - "path-exists": "^3.0.0" + "p-locate": "^5.0.0" } }, "lodash": { @@ -11809,13 +11842,13 @@ "lodash.flattendeep": { "version": "4.4.0", "resolved": "https://registry.npmjs.org/lodash.flattendeep/-/lodash.flattendeep-4.4.0.tgz", - "integrity": "sha1-+wMJF/hqMTTlvJvsDWngAT3f7bI=", + "integrity": "sha512-uHaJFihxmJcEX3kT4I23ABqKKalJ/zDrDg0lsFtc1h+3uw49SIJ5beyhx5ExVRti3AvKoOJngIj7xz3oylPdWQ==", "dev": true }, "lodash.get": { "version": "4.4.2", "resolved": "https://registry.npmjs.org/lodash.get/-/lodash.get-4.4.2.tgz", - "integrity": "sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk=", + "integrity": "sha512-z+Uw/vLuy6gQe8cfaFWD7p0wVv8fJl3mbzXh33RS+0oW2wvUqiRXiQ69gLWSLpgB5/6sU+r6BlQR0MBILadqTQ==", "dev": true }, "lodash.isequal": { @@ -11827,7 +11860,7 @@ "lodash.ismatch": { "version": "4.4.0", "resolved": "https://registry.npmjs.org/lodash.ismatch/-/lodash.ismatch-4.4.0.tgz", - "integrity": "sha1-dWy1FQyjum8RCFp4hJZF8Yj4Xzc=", + "integrity": "sha512-fPMfXjGQEV9Xsq/8MTSgUf255gawYRbjwMyDbcvDhXgV7enSZA0hynz6vMPnpAb5iONEzBHBPsT+0zes5Z301g==", "dev": true }, "lodash.merge": { @@ -11967,12 +12000,6 @@ "p-limit": "^2.2.0" } }, - "p-try": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", - "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", - "dev": true - }, "parse-json": { "version": "5.2.0", "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", @@ -11985,12 +12012,6 @@ "lines-and-columns": "^1.1.6" } }, - "path-exists": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", - "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", - "dev": true - }, "read-pkg": { "version": "5.2.0", "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz", @@ -12059,7 +12080,7 @@ "merge-descriptors": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz", - "integrity": "sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E=", + "integrity": "sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==", "dev": true }, "merge2": { @@ -12071,7 +12092,7 @@ "methods": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", - "integrity": "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=", + "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==", "dev": true }, "micromatch": { @@ -12186,25 +12207,6 @@ } } }, - "find-up": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", - "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", - "dev": true, - "requires": { - "locate-path": "^6.0.0", - "path-exists": "^4.0.0" - } - }, - "locate-path": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", - "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", - "dev": true, - "requires": { - "p-locate": "^5.0.0" - } - }, "minimatch": { "version": "4.2.1", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-4.2.1.tgz", @@ -12220,30 +12222,6 @@ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", "dev": true }, - "p-limit": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", - "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", - "dev": true, - "requires": { - "yocto-queue": "^0.1.0" - } - }, - "p-locate": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", - "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", - "dev": true, - "requires": { - "p-limit": "^3.0.2" - } - }, - "path-exists": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", - "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", - "dev": true - }, "supports-color": { "version": "8.1.1", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", @@ -12307,7 +12285,7 @@ "natural-compare": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", - "integrity": "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=", + "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==", "dev": true }, "negotiator": { @@ -12338,7 +12316,7 @@ "isarray": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", - "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=", + "integrity": "sha512-D2S+3GLxWH+uhrNEcoh/fnmYeP8E8/zHl644d/jdA0g2uyXvy3sb0qxotE+ne0LtccHknQzWwZEzhak7oJ0COQ==", "dev": true }, "path-to-regexp": { @@ -12362,9 +12340,9 @@ } }, "node-releases": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.2.tgz", - "integrity": "sha512-XxYDdcQ6eKqp/YjI+tb2C5WM2LgjnZrfYg4vgQt49EK268b6gYCHsBLrK2qvJo4FmCtqmKezb0WZFK4fkrZNsg==", + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.6.tgz", + "integrity": "sha512-PiVXnNuFm5+iYkLBNeq5211hvO38y63T0i2KKh2KnUs3RpzJ+JtODFjkD8yjLwnDkTYF1eKXheUwdssR+NRZdg==", "dev": true }, "normalize-package-data": { @@ -12468,18 +12446,6 @@ "p-limit": "^2.2.0" } }, - "p-try": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", - "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", - "dev": true - }, - "path-exists": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", - "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", - "dev": true - }, "resolve-from": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", @@ -12535,9 +12501,9 @@ } }, "object-inspect": { - "version": "1.12.0", - "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.0.tgz", - "integrity": "sha512-Ho2z80bVIvJloH+YzRmpZVQe87+qASmBUKZDWgx9cu+KDrX2ZDH/3tMy+gXbZETVGs2M8YdxObOh7XAtim9Y0g==", + "version": "1.12.2", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.2.tgz", + "integrity": "sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ==", "dev": true }, "object-keys": { @@ -12547,14 +12513,14 @@ "dev": true }, "object.assign": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.2.tgz", - "integrity": "sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==", + "version": "4.1.4", + "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.4.tgz", + "integrity": "sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==", "dev": true, "requires": { - "call-bind": "^1.0.0", - "define-properties": "^1.1.3", - "has-symbols": "^1.0.1", + "call-bind": "^1.0.2", + "define-properties": "^1.1.4", + "has-symbols": "^1.0.3", "object-keys": "^1.1.1" } }, @@ -12581,7 +12547,7 @@ "once": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", + "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", "dev": true, "requires": { "wrappy": "1" @@ -12602,21 +12568,21 @@ } }, "p-limit": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-1.3.0.tgz", - "integrity": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", + "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", "dev": true, "requires": { - "p-try": "^1.0.0" + "yocto-queue": "^0.1.0" } }, "p-locate": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz", - "integrity": "sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", + "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", "dev": true, "requires": { - "p-limit": "^1.1.0" + "p-limit": "^3.0.2" } }, "p-map": { @@ -12629,9 +12595,9 @@ } }, "p-try": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz", - "integrity": "sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", + "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", "dev": true }, "package-hash": { @@ -12672,15 +12638,15 @@ "dev": true }, "path-exists": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", - "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", "dev": true }, "path-is-absolute": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", - "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", + "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", "dev": true }, "path-key": { @@ -12698,7 +12664,7 @@ "path-to-regexp": { "version": "0.1.7", "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", - "integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=", + "integrity": "sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==", "dev": true }, "path-type": { @@ -12776,18 +12742,6 @@ "requires": { "p-limit": "^2.2.0" } - }, - "p-try": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", - "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", - "dev": true - }, - "path-exists": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", - "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", - "dev": true } } }, @@ -12807,9 +12761,9 @@ "dev": true }, "prettier": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.7.0.tgz", - "integrity": "sha512-nwoX4GMFgxoPC6diHvSwmK/4yU8FFH3V8XWtLQrbj4IBsK2pkYhG4kf/ljF/haaZ/aii+wNJqISrCDPgxGWDVQ==", + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.7.1.tgz", + "integrity": "sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g==", "dev": true }, "prettier-linter-helpers": { @@ -12854,7 +12808,7 @@ "q": { "version": "1.5.1", "resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz", - "integrity": "sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc=", + "integrity": "sha512-kV/CThkXo6xyFEZUugw/+pIOywXcDbFYgSct5cT3gqlbkBE1SJdwy6UQoZvodiWF/ckQLZyDE/Bu1M6gVu5lVw==", "dev": true }, "qs": { @@ -12965,6 +12919,57 @@ "requires": { "find-up": "^2.0.0", "read-pkg": "^3.0.0" + }, + "dependencies": { + "find-up": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz", + "integrity": "sha512-NWzkk0jSJtTt08+FBFMvXoeZnOJD+jTtsRmBYbAIzJdX6l7dLgR7CTubCM5/eDdPUBvLCeVasP1brfVR/9/EZQ==", + "dev": true, + "requires": { + "locate-path": "^2.0.0" + } + }, + "locate-path": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz", + "integrity": "sha512-NCI2kiDkyR7VeEKm27Kda/iQHyKJe1Bu0FlTbYp3CqJu+9IFe9bLyAjMxf5ZDDbEg+iMPzB5zYyUTSm8wVTKmA==", + "dev": true, + "requires": { + "p-locate": "^2.0.0", + "path-exists": "^3.0.0" + } + }, + "p-limit": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-1.3.0.tgz", + "integrity": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==", + "dev": true, + "requires": { + "p-try": "^1.0.0" + } + }, + "p-locate": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz", + "integrity": "sha512-nQja7m7gSKuewoVRen45CtVfODR3crN3goVQ0DDZ9N3yHxgpkuBhZqsaiotSQRrADUrne346peY7kT3TSACykg==", + "dev": true, + "requires": { + "p-limit": "^1.1.0" + } + }, + "p-try": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz", + "integrity": "sha512-U1etNYuMJoIz3ZXSrrySFjsXQTWOx2/jdi86L+2pRvph/qMKL6sbcCYdH23fqsbm8TH2Gn0OybpT4eSFlCVHww==", + "dev": true + }, + "path-exists": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", + "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==", + "dev": true + } } }, "readable-stream": { @@ -12997,6 +13002,17 @@ "strip-indent": "^3.0.0" } }, + "regexp.prototype.flags": { + "version": "1.4.3", + "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.4.3.tgz", + "integrity": "sha512-fjggEOO3slI6Wvgjwflkc4NFRCTZAu5CnNfBd5qOMYhWdn67nJBBu34/TkD++eeFmd8C9r9jfXJ27+nSiRkSUA==", + "dev": true, + "requires": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.3", + "functions-have-names": "^1.2.2" + } + }, "regexpp": { "version": "3.2.0", "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-3.2.0.tgz", @@ -13006,7 +13022,7 @@ "release-zalgo": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/release-zalgo/-/release-zalgo-1.0.0.tgz", - "integrity": "sha1-CXALflB0Mpc5Mw5TXFqQ+2eFFzA=", + "integrity": "sha512-gUAyHVHPPC5wdqX/LG4LWtRYtgjxyX78oanFNTMMyFEfOqdC54s3eE82imuWKbOeqYht2CrNf64Qb8vgmmtZGA==", "dev": true, "requires": { "es6-error": "^4.0.1" @@ -13015,7 +13031,7 @@ "require-directory": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", - "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=", + "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==", "dev": true }, "require-main-filename": { @@ -13137,12 +13153,6 @@ } } }, - "depd": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", - "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", - "dev": true - }, "ms": { "version": "2.1.3", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", @@ -13175,7 +13185,7 @@ "set-blocking": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", - "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=", + "integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==", "dev": true }, "setprototypeof": { @@ -13217,13 +13227,13 @@ "dev": true }, "sinon": { - "version": "13.0.1", - "resolved": "https://registry.npmjs.org/sinon/-/sinon-13.0.1.tgz", - "integrity": "sha512-8yx2wIvkBjIq/MGY1D9h1LMraYW+z1X0mb648KZnKSdvLasvDu7maa0dFaNYdTDczFgbjNw2tOmWdTk9saVfwQ==", + "version": "13.0.2", + "resolved": "https://registry.npmjs.org/sinon/-/sinon-13.0.2.tgz", + "integrity": "sha512-KvOrztAVqzSJWMDoxM4vM+GPys1df2VBoXm+YciyB/OLMamfS3VXh3oGh5WtrAGSzrgczNWFFY22oKb7Fi5eeA==", "dev": true, "requires": { "@sinonjs/commons": "^1.8.3", - "@sinonjs/fake-timers": "^9.0.0", + "@sinonjs/fake-timers": "^9.1.2", "@sinonjs/samsam": "^6.1.1", "diff": "^5.0.0", "nise": "^5.1.1", @@ -13276,7 +13286,7 @@ "sparse-bitfield": { "version": "3.0.3", "resolved": "https://registry.npmjs.org/sparse-bitfield/-/sparse-bitfield-3.0.3.tgz", - "integrity": "sha1-/0rm5oZWBWuks+eSqzM004JzyhE=", + "integrity": "sha512-kvzhi7vqKTfkh0PZU+2D2PIllw2ymqJKujUcyPMd9Y75Nv4nPbGJZXNhxsgdQab2BmlDct1YnfQCguEvHr7VsQ==", "optional": true, "requires": { "memory-pager": "^1.0.2" @@ -13323,9 +13333,9 @@ } }, "spdx-license-ids": { - "version": "3.0.11", - "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.11.tgz", - "integrity": "sha512-Ctl2BrFiM0X3MANYgj3CkygxhRmr9mi6xhejbdO960nF6EDJApTYpn0BQnDKlnNBULKiCN1n3w9EBkHK8ZWg+g==", + "version": "3.0.12", + "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.12.tgz", + "integrity": "sha512-rr+VVSXtRhO4OHbXUiAF7xW3Bo9DuuF6C5jH+q/x15j2jniycgKbxU09Hr0WqlSLUs4i4ltHGXqTe7VHclYWyA==", "dev": true }, "split": { @@ -13349,7 +13359,7 @@ "sprintf-js": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", - "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=", + "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==", "dev": true }, "standard-version": { @@ -13406,62 +13416,19 @@ "color-name": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", + "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", "dev": true }, "escape-string-regexp": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", "dev": true }, - "find-up": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", - "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", - "dev": true, - "requires": { - "locate-path": "^6.0.0", - "path-exists": "^4.0.0" - } - }, "has-flag": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", - "dev": true - }, - "locate-path": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", - "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", - "dev": true, - "requires": { - "p-locate": "^5.0.0" - } - }, - "p-limit": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", - "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", - "dev": true, - "requires": { - "yocto-queue": "^0.1.0" - } - }, - "p-locate": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", - "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", - "dev": true, - "requires": { - "p-limit": "^3.0.2" - } - }, - "path-exists": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", - "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", "dev": true }, "supports-color": { @@ -13523,23 +13490,25 @@ } }, "string.prototype.trimend": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.4.tgz", - "integrity": "sha512-y9xCjw1P23Awk8EvTpcyL2NIr1j7wJ39f+k6lvRnSMz+mz9CGz9NYPelDk42kOz6+ql8xjfK8oYzy3jAP5QU5A==", + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.5.tgz", + "integrity": "sha512-I7RGvmjV4pJ7O3kdf+LXFpVfdNOxtCW/2C8f6jNiW4+PQchwxkCDzlk1/7p+Wl4bqFIZeF47qAHXLuHHWKAxog==", "dev": true, "requires": { "call-bind": "^1.0.2", - "define-properties": "^1.1.3" + "define-properties": "^1.1.4", + "es-abstract": "^1.19.5" } }, "string.prototype.trimstart": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.4.tgz", - "integrity": "sha512-jh6e984OBfvxS50tdY2nRZnoC5/mLFKOREQfw8t5yytkoUsJRNxvI/E39qu1sD0OtWI3OC0XgKSmcWwziwYuZw==", + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.5.tgz", + "integrity": "sha512-THx16TJCGlsN0o6dl2o6ncWUsdgnLRSA23rRE5pyGBw/mLr3Ej/R2LaqCtgP8VNMGZsvMWnf9ooZPyY2bHvUFg==", "dev": true, "requires": { "call-bind": "^1.0.2", - "define-properties": "^1.1.3" + "define-properties": "^1.1.4", + "es-abstract": "^1.19.5" } }, "stringify-package": { @@ -13623,13 +13592,13 @@ "text-table": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", - "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=", + "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==", "dev": true }, "through": { "version": "2.3.8", "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", - "integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=", + "integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==", "dev": true }, "through2": { @@ -13641,16 +13610,10 @@ "readable-stream": "3" } }, - "timsort": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/timsort/-/timsort-0.3.0.tgz", - "integrity": "sha512-qsdtZH+vMoCARQtyod4imc2nIJwg9Cc7lPRrw9CzF8ZKR0khdr8+2nX80PBhET3tcyTtJDxAffGh2rXH4tyU8A==", - "dev": true - }, "to-fast-properties": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", - "integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=", + "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==", "dev": true }, "to-regex-range": { @@ -13683,9 +13646,9 @@ "dev": true }, "ts-node": { - "version": "10.8.1", - "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.8.1.tgz", - "integrity": "sha512-Wwsnao4DQoJsN034wePSg5nZiw4YKXf56mPIAeD6wVmiv+RytNSWqc2f3fKvcUoV+Yn2+yocD71VOfQHbmVX4g==", + "version": "10.9.1", + "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.1.tgz", + "integrity": "sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==", "dev": true, "requires": { "@cspotcode/source-map-support": "^0.8.0", @@ -13735,18 +13698,18 @@ "strip-bom": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", - "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=", + "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==", "dev": true } } }, "tsd": { - "version": "0.21.0", - "resolved": "https://registry.npmjs.org/tsd/-/tsd-0.21.0.tgz", - "integrity": "sha512-6DugCw1Q4H8HYwDT3itzgALjeDxN4RO3iqu7gRdC/YNVSCRSGXRGQRRasftL1uKDuKxlFffYKHv5j5G7YnKGxQ==", + "version": "0.22.0", + "resolved": "https://registry.npmjs.org/tsd/-/tsd-0.22.0.tgz", + "integrity": "sha512-NH+tfEDQ0Ze8gH7TorB6IxYybD+M68EYawe45YNVrbQcydNBfdQHP9IiD0QbnqmwNXrv+l9GAiULT68mo4q/xA==", "dev": true, "requires": { - "@tsd/typescript": "~4.7.3", + "@tsd/typescript": "~4.7.4", "eslint-formatter-pretty": "^4.1.0", "globby": "^11.0.1", "meow": "^9.0.0", @@ -13817,12 +13780,6 @@ "p-limit": "^2.2.0" } }, - "p-try": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", - "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", - "dev": true - }, "parse-json": { "version": "5.2.0", "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", @@ -13835,12 +13792,6 @@ "lines-and-columns": "^1.1.6" } }, - "path-exists": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", - "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", - "dev": true - }, "read-pkg": { "version": "5.2.0", "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz", @@ -13955,7 +13906,7 @@ "typedarray": { "version": "0.0.6", "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz", - "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=", + "integrity": "sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==", "dev": true }, "typedarray-to-buffer": { @@ -13968,9 +13919,9 @@ } }, "typescript": { - "version": "4.7.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.3.tgz", - "integrity": "sha512-WOkT3XYvrpXx4vMMqlD+8R8R37fZkjyLGlxavMc4iB8lrl8L0DeTcHbYgw/v0N/z9wAFsgBhcsF0ruoySS22mA==", + "version": "4.8.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.2.tgz", + "integrity": "sha512-C0I1UsrrDHo2fYI5oaCGbSejwX4ch+9Y5jTQELvovfmFkK3HHSZJB8MSJcWLmCUBzQBchCrZ9rMRV6GuNrvGtw==", "dev": true }, "typescript-cached-transpile": { @@ -13985,9 +13936,9 @@ }, "dependencies": { "@types/node": { - "version": "12.20.47", - "resolved": "https://registry.npmjs.org/@types/node/-/node-12.20.47.tgz", - "integrity": "sha512-BzcaRsnFuznzOItW1WpQrDHM7plAa7GIDMZ6b5pnMbkqEtM/6WCOhvZar39oeMQP79gwvFUWjjptE7/KGcNqFg==", + "version": "12.20.55", + "resolved": "https://registry.npmjs.org/@types/node/-/node-12.20.55.tgz", + "integrity": "sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==", "dev": true }, "fs-extra": { @@ -14004,21 +13955,21 @@ } }, "uglify-js": { - "version": "3.16.0", - "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.16.0.tgz", - "integrity": "sha512-FEikl6bR30n0T3amyBh3LoiBdqHRy/f4H80+My34HOesOKyHfOsxAPAxOoqC0JUnC1amnO0IwkYC3sko51caSw==", + "version": "3.17.0", + "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.17.0.tgz", + "integrity": "sha512-aTeNPVmgIMPpm1cxXr2Q/nEbvkmV8yq66F3om7X3P/cvOXQ0TMQ64Wk63iyT1gPlmdmGzjGpyLh1f3y8MZWXGg==", "dev": true, "optional": true }, "unbox-primitive": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.1.tgz", - "integrity": "sha512-tZU/3NqK3dA5gpE1KtyiJUrEB0lxnGkMFHptJ7q6ewdZ8s12QrODwNbhIJStmJkd1QDXa1NRA8aF2A1zk/Ypyw==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz", + "integrity": "sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==", "dev": true, "requires": { - "function-bind": "^1.1.1", - "has-bigints": "^1.0.1", - "has-symbols": "^1.0.2", + "call-bind": "^1.0.2", + "has-bigints": "^1.0.2", + "has-symbols": "^1.0.3", "which-boxed-primitive": "^1.0.2" } }, @@ -14034,6 +13985,16 @@ "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==", "dev": true }, + "update-browserslist-db": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.5.tgz", + "integrity": "sha512-dteFFpCyvuDdr9S/ff1ISkKt/9YZxKjI9WlRR99c180GaztJtRa/fn18FdxGVKVsnPY7/a/FDN68mcvUmP4U7Q==", + "dev": true, + "requires": { + "escalade": "^3.1.1", + "picocolors": "^1.0.0" + } + }, "uri-js": { "version": "4.4.1", "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", @@ -14046,19 +14007,19 @@ "util-deprecate": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", - "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=", + "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", "dev": true }, "utils-merge": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", - "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=", + "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==", "dev": true }, "uuid": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", - "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==", + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", "dev": true }, "v8-compile-cache": { @@ -14092,7 +14053,7 @@ "vary": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", - "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=", + "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==", "dev": true }, "webidl-conversions": { @@ -14134,7 +14095,7 @@ "which-module": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz", - "integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=", + "integrity": "sha512-B+enWhmw6cjfVC7kS8Pj9pCrKSc5txArRyaYGe088shv/FGWH+0Rjx/xPgtsWfsUtS27FkP697E4DDhgrgoc0Q==", "dev": true }, "word-wrap": { @@ -14169,7 +14130,7 @@ "wrappy": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", - "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=", + "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", "dev": true }, "write-file-atomic": { @@ -14234,9 +14195,9 @@ }, "dependencies": { "yargs-parser": { - "version": "21.0.1", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.0.1.tgz", - "integrity": "sha512-9BK1jFpLzJROCI5TzwZL/TU4gqjK5xiHV/RfWLOahrjAko/e4DJkRDZQXfvqAsiZzzYhgAzbgz6lg48jcm4GLg==", + "version": "21.1.1", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", + "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", "dev": true } } diff --git a/package.json b/package.json index 5471dffca5f..554523b8463 100644 --- a/package.json +++ b/package.json @@ -33,30 +33,30 @@ "devDependencies": { "@iarna/toml": "^2.2.5", "@istanbuljs/nyc-config-typescript": "^1.0.2", - "@microsoft/api-extractor": "^7.25.0", + "@microsoft/api-extractor": "^7.29.5", "@microsoft/tsdoc-config": "^0.16.1", "@mongodb-js/zstd": "^1.0.0", - "@types/chai": "^4.3.1", + "@types/chai": "^4.3.3", "@types/chai-subset": "^1.3.3", "@types/express": "^4.17.13", "@types/kerberos": "^1.1.1", "@types/mocha": "^9.1.1", - "@types/node": "^17.0.42", + "@types/node": "^18.7.13", "@types/saslprep": "^1.0.1", - "@types/semver": "^7.3.9", + "@types/semver": "^7.3.12", "@types/sinon": "^10.0.11", "@types/sinon-chai": "^3.2.8", - "@types/whatwg-url": "^8.2.1", - "@typescript-eslint/eslint-plugin": "^5.28.0", - "@typescript-eslint/parser": "^5.28.0", + "@types/whatwg-url": "^8.2.2", + "@typescript-eslint/eslint-plugin": "^5.35.1", + "@typescript-eslint/parser": "^5.35.1", "bluebird": "^3.7.2", "chai": "^4.3.6", "chai-subset": "^1.6.0", "chalk": "^4.1.2", - "eslint": "^8.17.0", + "eslint": "^8.22.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-import": "^2.26.0", - "eslint-plugin-prettier": "^4.0.0", + "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-simple-import-sort": "^7.0.0", "eslint-plugin-tsdoc": "^0.2.16", "express": "^4.18.1", @@ -64,16 +64,16 @@ "mocha": "^9.2.2", "mocha-sinon": "^2.1.2", "nyc": "^15.1.0", - "prettier": "^2.7.0", + "prettier": "^2.7.1", "rimraf": "^3.0.2", "semver": "^7.3.7", "sinon": "^13.0.1", "sinon-chai": "^3.7.0", "source-map-support": "^0.5.21", "standard-version": "^9.5.0", - "ts-node": "^10.8.1", - "tsd": "^0.21.0", - "typescript": "^4.7.3", + "ts-node": "^10.9.1", + "tsd": "^0.22.0", + "typescript": "^4.8.2", "typescript-cached-transpile": "^0.0.6", "xml2js": "^0.4.23", "yargs": "^17.5.1" diff --git a/src/change_stream.ts b/src/change_stream.ts index 93be71047f2..d9b6adefa9f 100644 --- a/src/change_stream.ts +++ b/src/change_stream.ts @@ -210,7 +210,7 @@ export interface ChangeStreamDocumentCollectionUUID { * **NOTE:** collectionUUID will be converted to a NodeJS Buffer if the promoteBuffers * flag is enabled. * - * @since 6.1.0 + * @sinceServerVersion 6.1.0 */ collectionUUID: Binary; } @@ -222,7 +222,7 @@ export interface ChangeStreamDocumentOperationDescription { * * Only present when the `showExpandedEvents` flag is enabled. * - * @since 6.1.0 + * @sinceServerVersion 6.1.0 */ operationDescription?: Document; } @@ -496,6 +496,25 @@ export interface UpdateDescription { /** The number of elements in the truncated array. */ newSize: number; }>; + + /** + * A document containing additional information about any ambiguous update paths from the update event. The document + * maps the full ambiguous update path to an array containing the actual resolved components of the path. For example, + * given a document shaped like `{ a: { '0': 0 } }`, and an update of `{ $inc: 'a.0' }`, disambiguated paths would look like + * the following: + * + * ``` + * { + * 'a.0': ['a', '0'] + * } + * ``` + * + * This field is only present when there are ambiguous paths that are updated as a part of the update event and `showExpandedEvents` + * is enabled for the change stream. + * @sinceServerVersion 6.1.0 + * @experimental + */ + disambiguatedPaths?: Document; } /** @public */ diff --git a/src/cmap/connect.ts b/src/cmap/connect.ts index 354e1043ec5..fedf7311322 100644 --- a/src/cmap/connect.ts +++ b/src/cmap/connect.ts @@ -214,10 +214,18 @@ export interface HandshakeDocument extends Document { client: ClientMetadata; compression: string[]; saslSupportedMechs?: string; - loadBalanced: boolean; + loadBalanced?: boolean; } -function prepareHandshakeDocument(authContext: AuthContext, callback: Callback) { +/** + * @internal + * + * This function is only exposed for testing purposes. + */ +export function prepareHandshakeDocument( + authContext: AuthContext, + callback: Callback +) { const options = authContext.options; const compressors = options.compressors ? options.compressors : []; const { serverApi } = authContext.connection; @@ -226,10 +234,13 @@ function prepareHandshakeDocument(authContext: AuthContext, callback: Callback = Omit; export type Filter = | Partial | ({ - [Property in Join, true>, '.'>]?: Condition< - PropertyType, Property, true> + [Property in Join>, '.'>]?: Condition< + PropertyType, Property> >; } & RootFilterOperators>); @@ -261,9 +261,19 @@ export type OnlyFieldsOfType; /** @public */ -export type MatchKeysAndValues = Readonly<{ - [Property in Join, '.'>]?: PropertyType; -}>; +export type MatchKeysAndValues = Readonly< + { + [Property in Join, '.'>]?: PropertyType; + } & { + [Property in `${NestedPathsOfType}.$${`[${string}]` | ''}`]?: ArrayElement< + PropertyType + >; + } & { + [Property in `${NestedPathsOfType[]>}.$${ + | `[${string}]` + | ''}.${string}`]?: any; // Could be further narrowed + } +>; /** @public */ export type AddToSetOperators = { @@ -464,83 +474,75 @@ export type Join = T extends [] : string; /** @public */ -export type PropertyType< - Type, - Property extends string, - AllowToSkipArrayIndex extends boolean -> = Type extends unknown - ? string extends Property - ? Type extends Map +export type PropertyType = string extends Property + ? unknown + : Property extends keyof Type + ? Type[Property] + : Property extends `${number}` + ? Type extends ReadonlyArray + ? ArrayType + : unknown + : Property extends `${infer Key}.${infer Rest}` + ? Key extends `${number}` + ? Type extends ReadonlyArray + ? PropertyType + : unknown + : Key extends keyof Type + ? Type[Key] extends Map ? MapType - : never - : - | (AllowToSkipArrayIndex extends false - ? never - : Type extends ReadonlyArray - ? PropertyType - : never) - | (Property extends keyof Type - ? Type[Property] - : Property extends `${number | `$${'' | `[${string}]`}`}` - ? Type extends ReadonlyArray - ? ArrayType - : never - : Property extends `${infer Key}.${infer Rest}` - ? Key extends `${number | `$${'' | `[${string}]`}`}` - ? Type extends ReadonlyArray - ? PropertyType - : never - : Key extends keyof Type - ? PropertyType - : never - : never) - : never; + : PropertyType + : unknown + : unknown; /** * @public * returns tuple of strings (keys to be joined on '.') that represent every path into a schema * https://docs.mongodb.com/manual/tutorial/query-embedded-documents/ */ -export type NestedPaths = Type extends unknown - ? Type extends - | string - | number - | boolean - | Date - | RegExp - | Buffer - | Uint8Array - | ((...args: any[]) => any) - | { _bsontype: string } - ? never - : Type extends ReadonlyArray - ? [ - ...( - | (AllowToSkipArrayIndex extends true ? [] : never) - | [number | `$${'' | `[${string}]`}`] - ), - ...([] | NestedPaths) - ] - : Type extends Map - ? [string] - : Type extends object - ? { - [Key in Extract]: Type[Key] extends Type // type of value extends the parent - ? [Key] - : // for a recursive union type, the child will never extend the parent type. - // but the parent will still extend the child - Type extends Type[Key] - ? [Key] - : Type[Key] extends ReadonlyArray // handling recursive types with arrays - ? Type extends ArrayType // is the type of the parent the same as the type of the array? - ? [Key] // yes, it's a recursive array type - : // for unions, the child type extends the parent - ArrayType extends Type - ? [Key] // we have a recursive array union - : // child is an array, but it's not a recursive array - [Key, ...([] | NestedPaths)] - : // child is not structured the same as the parent - [Key, ...([] | NestedPaths)]; - }[Extract] - : never - : never; +export type NestedPaths = Type extends + | string + | number + | boolean + | Date + | RegExp + | Buffer + | Uint8Array + | ((...args: any[]) => any) + | { _bsontype: string } + ? [] + : Type extends ReadonlyArray + ? [] | [number, ...NestedPaths] + : Type extends Map + ? [string] + : Type extends object + ? { + [Key in Extract]: Type[Key] extends Type // type of value extends the parent + ? [Key] + : // for a recursive union type, the child will never extend the parent type. + // but the parent will still extend the child + Type extends Type[Key] + ? [Key] + : Type[Key] extends ReadonlyArray // handling recursive types with arrays + ? Type extends ArrayType // is the type of the parent the same as the type of the array? + ? [Key] // yes, it's a recursive array type + : // for unions, the child type extends the parent + ArrayType extends Type + ? [Key] // we have a recursive array union + : // child is an array, but it's not a recursive array + [Key, ...NestedPaths] + : // child is not structured the same as the parent + [Key, ...NestedPaths] | [Key]; + }[Extract] + : []; + +/** + * @public + * returns keys (strings) for every path into a schema with a value of type + * https://docs.mongodb.com/manual/tutorial/query-embedded-documents/ + */ +export type NestedPathsOfType = KeysOfAType< + { + [Property in Join, '.'>]: PropertyType; + }, + Type +>; diff --git a/src/read_preference.ts b/src/read_preference.ts index 8db0491bbc2..b7210b8e6c1 100644 --- a/src/read_preference.ts +++ b/src/read_preference.ts @@ -156,7 +156,7 @@ export class ReadPreference { } if (typeof readPreference === 'string') { - return new ReadPreference(readPreference as ReadPreferenceMode, readPreferenceTags, { + return new ReadPreference(readPreference, readPreferenceTags, { maxStalenessSeconds: options.maxStalenessSeconds, hedge: options.hedge }); @@ -185,7 +185,7 @@ export class ReadPreference { const r = options.readPreference; if (typeof r === 'string') { - options.readPreference = new ReadPreference(r as ReadPreferenceMode); + options.readPreference = new ReadPreference(r); } else if (r && !(r instanceof ReadPreference) && typeof r === 'object') { const mode = r.mode || r.preference; if (mode && typeof mode === 'string') { diff --git a/test/integration/server-discovery-and-monitoring/server_discovery_and_monitoring.spec.test.js b/test/integration/server-discovery-and-monitoring/server_discovery_and_monitoring.spec.test.js deleted file mode 100644 index f4fdb2b9ac5..00000000000 --- a/test/integration/server-discovery-and-monitoring/server_discovery_and_monitoring.spec.test.js +++ /dev/null @@ -1,80 +0,0 @@ -'use strict'; -const { TestRunnerContext, generateTopologyTests } = require('../../tools/spec-runner'); -const { loadSpecTests } = require('../../spec'); - -class SDAMRunnerContext extends TestRunnerContext { - constructor() { - super(); - - this.currentPrimary = null; - } - - configureFailPoint(args) { - return this.enableFailPoint(args.failPoint); - } - - recordPrimary(client) { - const servers = client.topology.description.servers; - const primary = Array.from(servers.values()).filter(sd => sd.type === 'RSPrimary')[0]; - this.currentPrimary = primary.address; - } - - waitForPrimaryChange(client) { - const currentPrimary = this.currentPrimary; - - return new Promise(resolve => { - function eventHandler(event) { - if ( - event.newDescription.type === 'RSPrimary' && - event.newDescription.address !== currentPrimary - ) { - resolve(); - client.removeListener('serverDescriptionChanged', eventHandler); - } - } - - client.on('serverDescriptionChanged', eventHandler); - }); - } -} - -// 'TODO: NODE-3891 - fix tests broken when AUTH enabled' -// Some tests are failing when setting a failCommand when auth is enabled. -const isAuthEnabled = process.env.AUTH === 'auth'; -const failpointTests = [ - 'Reset server and pool after AuthenticationFailure error', - 'Reset server and pool after misc command error', - 'Reset server and pool after network error during authentication', - 'Reset server and pool after network timeout error during authentication', - 'Reset server and pool after shutdown error during authentication' -]; -const skippedTests = isAuthEnabled ? failpointTests : []; - -function sdamDisabledTestFilter(test) { - const { description } = test; - return !skippedTests.includes(description); -} - -describe('SDAM', function () { - describe('integration spec tests', function () { - const testContext = new SDAMRunnerContext(); - const testSuites = loadSpecTests('server-discovery-and-monitoring/integration'); - - beforeEach(async function () { - if (this.configuration.isLoadBalanced) { - this.currentTest.skipReason = 'Cannot run in a loadBalanced environment'; - this.skip(); - } - }); - - beforeEach(async function () { - await testContext.setup(this.configuration); - }); - - afterEach(async () => { - await testContext.teardown(); - }); - - generateTopologyTests(testSuites, testContext, sdamDisabledTestFilter); - }); -}); diff --git a/test/integration/server-discovery-and-monitoring/server_discovery_and_monitoring.spec.test.ts b/test/integration/server-discovery-and-monitoring/server_discovery_and_monitoring.spec.test.ts new file mode 100644 index 00000000000..84e3289e62d --- /dev/null +++ b/test/integration/server-discovery-and-monitoring/server_discovery_and_monitoring.spec.test.ts @@ -0,0 +1,54 @@ +/* eslint-disable @typescript-eslint/no-non-null-assertion */ +import { Socket } from 'net'; +import * as path from 'path'; + +import { loadSpecTests } from '../../spec'; +import { runUnifiedSuite } from '../../tools/unified-spec-runner/runner'; +import { TestFilter } from '../../tools/unified-spec-runner/schema'; +import { sleep } from '../../tools/utils'; + +const filter: TestFilter = ({ description }) => { + const isAuthEnabled = process.env.AUTH === 'auth'; + switch (description) { + case 'Reset server and pool after AuthenticationFailure error': + case 'Reset server and pool after misc command error': + case 'Reset server and pool after network error during authentication': + case 'Reset server and pool after network timeout error during authentication': + case 'Reset server and pool after shutdown error during authentication': + // These tests time out waiting for the PoolCleared event + return isAuthEnabled ? 'TODO(NODE-3891): fix tests broken when AUTH enabled' : false; + case 'Network error on minPoolSize background creation': + return 'TODO(NODE-4385): implement pool pausing and pool ready event'; + default: + return false; + } +}; + +describe('SDAM Unified Tests', function () { + afterEach(async function () { + // TODO(NODE-4573): fix socket leaks + const LEAKY_TESTS = [ + 'Command error on Monitor handshake', + 'Network error on Monitor check', + 'Network timeout on Monitor check', + 'Network error on Monitor handshake', + 'Network timeout on Monitor handshake' + ]; + + await sleep(250); + const sockArray = (process as any)._getActiveHandles().filter(handle => { + // Stdio are instanceof Socket so look for fd to be null + return handle.fd == null && handle instanceof Socket && handle.destroyed !== true; + }); + if (!sockArray.length) { + return; + } + for (const sock of sockArray) { + sock.destroy(); + } + if (!LEAKY_TESTS.some(test => test === this.currentTest!.title)) { + this.test!.error(new Error(`Test failed to clean up ${sockArray.length} socket(s)`)); + } + }); + runUnifiedSuite(loadSpecTests(path.join('server-discovery-and-monitoring', 'unified')), filter); +}); diff --git a/test/integration/server-selection/server_selection.prose.operation_count.test.ts b/test/integration/server-selection/server_selection.prose.operation_count.test.ts index 39bb7d25669..48e8c23cb85 100644 --- a/test/integration/server-selection/server_selection.prose.operation_count.test.ts +++ b/test/integration/server-selection/server_selection.prose.operation_count.test.ts @@ -19,7 +19,7 @@ const failPoint = { const POOL_SIZE = 100; -async function runTaskGroup(collection: Collection, count: 10 | 100) { +async function runTaskGroup(collection: Collection, count: 10 | 100 | 1000) { for (let i = 0; i < count; ++i) { await collection.findOne({}); } @@ -147,13 +147,21 @@ describe('operationCount-based Selection Within Latency Window - Prose Test', fu it('equally distributes operations with both hosts are fine', TEST_METADATA, async function () { const collection = client.db('test-db').collection('collection0'); + const numberTaskGroups = 10; + const numberOfTasks = 1000; + const totalNumberOfTasks = numberTaskGroups * numberOfTasks; + + // This test has proved flakey, not just for Node. The number of iterations for the test has been increased, + // to prevent the test from failing. // Step 8: Start 10 concurrent threads / tasks that each run 100 findOne operations with empty filters using that client. - await Promise.all(Array.from({ length: 10 }, () => runTaskGroup(collection, 100))); + await Promise.all( + Array.from({ length: numberTaskGroups }, () => runTaskGroup(collection, numberOfTasks)) + ); // Step 9: Using command monitoring events, assert that each mongos was selected roughly 50% of the time (within +/- 10%). const [host1, host2] = seeds.map(seed => seed.split(':')[1]); - const percentageToHost1 = (counts[host1] / 1000) * 100; - const percentageToHost2 = (counts[host2] / 1000) * 100; + const percentageToHost1 = (counts[host1] / totalNumberOfTasks) * 100; + const percentageToHost2 = (counts[host2] / totalNumberOfTasks) * 100; expect(percentageToHost1).to.be.greaterThan(40).and.lessThan(60); expect(percentageToHost2).to.be.greaterThan(40).and.lessThan(60); }); diff --git a/test/spec/change-streams/unified/change-streams-disambiguatedPaths.json b/test/spec/change-streams/unified/change-streams-disambiguatedPaths.json new file mode 100644 index 00000000000..9a639801eed --- /dev/null +++ b/test/spec/change-streams/unified/change-streams-disambiguatedPaths.json @@ -0,0 +1,251 @@ +{ + "description": "disambiguatedPaths", + "schemaVersion": "1.3", + "createEntities": [ + { + "client": { + "id": "client0", + "useMultipleMongoses": false + } + }, + { + "database": { + "id": "database0", + "client": "client0", + "databaseName": "database0" + } + }, + { + "collection": { + "id": "collection0", + "database": "database0", + "collectionName": "collection0" + } + } + ], + "runOnRequirements": [ + { + "minServerVersion": "6.1.0", + "topologies": [ + "replicaset", + "sharded-replicaset", + "load-balanced", + "sharded" + ] + } + ], + "initialData": [ + { + "collectionName": "collection0", + "databaseName": "database0", + "documents": [] + } + ], + "tests": [ + { + "description": "disambiguatedPaths is not present when showExpandedEvents is false/unset", + "operations": [ + { + "name": "insertOne", + "object": "collection0", + "arguments": { + "document": { + "_id": 1, + "a": { + "1": 1 + } + } + } + }, + { + "name": "createChangeStream", + "object": "collection0", + "arguments": { + "pipeline": [] + }, + "saveResultAsEntity": "changeStream0" + }, + { + "name": "updateOne", + "object": "collection0", + "arguments": { + "filter": { + "_id": 1 + }, + "update": { + "$set": { + "a.1": 2 + } + } + } + }, + { + "name": "iterateUntilDocumentOrError", + "object": "changeStream0", + "expectResult": { + "operationType": "update", + "ns": { + "db": "database0", + "coll": "collection0" + }, + "updateDescription": { + "updatedFields": { + "$$exists": true + }, + "removedFields": { + "$$exists": true + }, + "truncatedArrays": { + "$$exists": true + }, + "disambiguatedPaths": { + "$$exists": false + } + } + } + } + ] + }, + { + "description": "disambiguatedPaths is present on updateDescription when an ambiguous path is present", + "operations": [ + { + "name": "insertOne", + "object": "collection0", + "arguments": { + "document": { + "_id": 1, + "a": { + "1": 1 + } + } + } + }, + { + "name": "createChangeStream", + "object": "collection0", + "arguments": { + "pipeline": [], + "showExpandedEvents": true + }, + "saveResultAsEntity": "changeStream0" + }, + { + "name": "updateOne", + "object": "collection0", + "arguments": { + "filter": { + "_id": 1 + }, + "update": { + "$set": { + "a.1": 2 + } + } + } + }, + { + "name": "iterateUntilDocumentOrError", + "object": "changeStream0", + "expectResult": { + "operationType": "update", + "ns": { + "db": "database0", + "coll": "collection0" + }, + "updateDescription": { + "updatedFields": { + "$$exists": true + }, + "removedFields": { + "$$exists": true + }, + "truncatedArrays": { + "$$exists": true + }, + "disambiguatedPaths": { + "a.1": [ + "a", + "1" + ] + } + } + } + } + ] + }, + { + "description": "disambiguatedPaths returns array indices as integers", + "operations": [ + { + "name": "insertOne", + "object": "collection0", + "arguments": { + "document": { + "_id": 1, + "a": [ + { + "1": 1 + } + ] + } + } + }, + { + "name": "createChangeStream", + "object": "collection0", + "arguments": { + "pipeline": [], + "showExpandedEvents": true + }, + "saveResultAsEntity": "changeStream0" + }, + { + "name": "updateOne", + "object": "collection0", + "arguments": { + "filter": { + "_id": 1 + }, + "update": { + "$set": { + "a.0.1": 2 + } + } + } + }, + { + "name": "iterateUntilDocumentOrError", + "object": "changeStream0", + "expectResult": { + "operationType": "update", + "ns": { + "db": "database0", + "coll": "collection0" + }, + "updateDescription": { + "updatedFields": { + "$$exists": true + }, + "removedFields": { + "$$exists": true + }, + "truncatedArrays": { + "$$exists": true + }, + "disambiguatedPaths": { + "a.0.1": [ + "a", + { + "$$type": "int" + }, + "1" + ] + } + } + } + } + ] + } + ] +} diff --git a/test/spec/change-streams/unified/change-streams-disambiguatedPaths.yml b/test/spec/change-streams/unified/change-streams-disambiguatedPaths.yml new file mode 100644 index 00000000000..674c876b02a --- /dev/null +++ b/test/spec/change-streams/unified/change-streams-disambiguatedPaths.yml @@ -0,0 +1,102 @@ +description: "disambiguatedPaths" +schemaVersion: "1.3" +createEntities: + - client: + id: &client0 client0 + useMultipleMongoses: false + - database: + id: &database0 database0 + client: *client0 + databaseName: *database0 + - collection: + id: &collection0 collection0 + database: *database0 + collectionName: *collection0 + +runOnRequirements: + - minServerVersion: "6.1.0" + topologies: [ replicaset, sharded-replicaset, load-balanced, sharded ] + +initialData: + - collectionName: *collection0 + databaseName: *database0 + documents: [] + +tests: + - description: "disambiguatedPaths is not present when showExpandedEvents is false/unset" + operations: + - name: insertOne + object: *collection0 + arguments: + document: { _id: 1, 'a': { '1': 1 } } + - name: createChangeStream + object: *collection0 + arguments: { pipeline: [] } + saveResultAsEntity: &changeStream0 changeStream0 + - name: updateOne + object: *collection0 + arguments: + filter: { _id: 1 } + update: { $set: { 'a.1': 2 } } + - name: iterateUntilDocumentOrError + object: *changeStream0 + expectResult: + operationType: "update" + ns: { db: *database0, coll: *collection0 } + updateDescription: + updatedFields: { $$exists: true } + removedFields: { $$exists: true } + truncatedArrays: { $$exists: true } + disambiguatedPaths: { $$exists: false } + + - description: "disambiguatedPaths is present on updateDescription when an ambiguous path is present" + operations: + - name: insertOne + object: *collection0 + arguments: + document: { _id: 1, 'a': { '1': 1 } } + - name: createChangeStream + object: *collection0 + arguments: { pipeline: [], showExpandedEvents: true } + saveResultAsEntity: &changeStream0 changeStream0 + - name: updateOne + object: *collection0 + arguments: + filter: { _id: 1 } + update: { $set: { 'a.1': 2 } } + - name: iterateUntilDocumentOrError + object: *changeStream0 + expectResult: + operationType: "update" + ns: { db: *database0, coll: *collection0 } + updateDescription: + updatedFields: { $$exists: true } + removedFields: { $$exists: true } + truncatedArrays: { $$exists: true } + disambiguatedPaths: { 'a.1': ['a', '1'] } + + - description: "disambiguatedPaths returns array indices as integers" + operations: + - name: insertOne + object: *collection0 + arguments: + document: { _id: 1, 'a': [{'1': 1 }] } + - name: createChangeStream + object: *collection0 + arguments: { pipeline: [], showExpandedEvents: true } + saveResultAsEntity: &changeStream0 changeStream0 + - name: updateOne + object: *collection0 + arguments: + filter: { _id: 1 } + update: { $set: { 'a.0.1': 2 } } + - name: iterateUntilDocumentOrError + object: *changeStream0 + expectResult: + operationType: "update" + ns: { db: *database0, coll: *collection0 } + updateDescription: + updatedFields: { $$exists: true } + removedFields: { $$exists: true } + truncatedArrays: { $$exists: true } + disambiguatedPaths: { 'a.0.1': ['a', { $$type: 'int' }, '1'] } diff --git a/test/spec/change-streams/unified/change-streams-errors.json b/test/spec/change-streams/unified/change-streams-errors.json index c0a9b3f09d2..04fe8f04f33 100644 --- a/test/spec/change-streams/unified/change-streams-errors.json +++ b/test/spec/change-streams/unified/change-streams-errors.json @@ -1,6 +1,11 @@ { "description": "change-streams-errors", "schemaVersion": "1.7", + "runOnRequirements": [ + { + "serverless": "forbid" + } + ], "createEntities": [ { "client": { diff --git a/test/spec/change-streams/unified/change-streams-errors.yml b/test/spec/change-streams/unified/change-streams-errors.yml index e404922ca20..47ad1d07abf 100644 --- a/test/spec/change-streams/unified/change-streams-errors.yml +++ b/test/spec/change-streams/unified/change-streams-errors.yml @@ -1,5 +1,10 @@ description: "change-streams-errors" + schemaVersion: "1.7" + +runOnRequirements: + - serverless: forbid + createEntities: - client: id: &client0 client0 diff --git a/test/spec/change-streams/unified/change-streams-pre_and_post_images.json b/test/spec/change-streams/unified/change-streams-pre_and_post_images.json index b6f0e2c3bdf..8beefb2bc82 100644 --- a/test/spec/change-streams/unified/change-streams-pre_and_post_images.json +++ b/test/spec/change-streams/unified/change-streams-pre_and_post_images.json @@ -1,6 +1,6 @@ { "description": "change-streams-pre_and_post_images", - "schemaVersion": "1.0", + "schemaVersion": "1.4", "runOnRequirements": [ { "minServerVersion": "6.0.0", @@ -8,7 +8,8 @@ "replicaset", "sharded-replicaset", "load-balanced" - ] + ], + "serverless": "forbid" } ], "createEntities": [ diff --git a/test/spec/change-streams/unified/change-streams-pre_and_post_images.yml b/test/spec/change-streams/unified/change-streams-pre_and_post_images.yml index 3dc6afab744..2f6edd9820b 100644 --- a/test/spec/change-streams/unified/change-streams-pre_and_post_images.yml +++ b/test/spec/change-streams/unified/change-streams-pre_and_post_images.yml @@ -1,10 +1,11 @@ description: "change-streams-pre_and_post_images" -schemaVersion: "1.3" +schemaVersion: "1.4" runOnRequirements: - minServerVersion: "6.0.0" topologies: [ replicaset, sharded-replicaset, load-balanced ] + serverless: forbid createEntities: - client: diff --git a/test/spec/change-streams/unified/change-streams-resume-allowlist.json b/test/spec/change-streams/unified/change-streams-resume-allowlist.json index 167f4bb4bcc..b4953ec736a 100644 --- a/test/spec/change-streams/unified/change-streams-resume-allowlist.json +++ b/test/spec/change-streams/unified/change-streams-resume-allowlist.json @@ -8,7 +8,8 @@ "replicaset", "sharded-replicaset", "load-balanced" - ] + ], + "serverless": "forbid" } ], "createEntities": [ diff --git a/test/spec/change-streams/unified/change-streams-resume-allowlist.yml b/test/spec/change-streams/unified/change-streams-resume-allowlist.yml index 8b01e03ce34..5c69e23010a 100644 --- a/test/spec/change-streams/unified/change-streams-resume-allowlist.yml +++ b/test/spec/change-streams/unified/change-streams-resume-allowlist.yml @@ -1,9 +1,13 @@ # Tests for resume behavior on server versions that do not support the ResumableChangeStreamError label description: "change-streams-resume-allowlist" + schemaVersion: "1.7" + runOnRequirements: - minServerVersion: "3.6" topologies: [ replicaset, sharded-replicaset, load-balanced ] + serverless: forbid + createEntities: - client: id: &client0 client0 diff --git a/test/spec/change-streams/unified/change-streams-resume-errorLabels.json b/test/spec/change-streams/unified/change-streams-resume-errorLabels.json index fc8772f0ed9..f5f4505a9f9 100644 --- a/test/spec/change-streams/unified/change-streams-resume-errorLabels.json +++ b/test/spec/change-streams/unified/change-streams-resume-errorLabels.json @@ -8,7 +8,8 @@ "replicaset", "sharded-replicaset", "load-balanced" - ] + ], + "serverless": "forbid" } ], "createEntities": [ diff --git a/test/spec/change-streams/unified/change-streams-resume-errorLabels.yml b/test/spec/change-streams/unified/change-streams-resume-errorLabels.yml index 330c2bbb04c..5879b59c6ac 100644 --- a/test/spec/change-streams/unified/change-streams-resume-errorLabels.yml +++ b/test/spec/change-streams/unified/change-streams-resume-errorLabels.yml @@ -1,9 +1,13 @@ # Tests for resume behavior on server versions that support the ResumableChangeStreamError label description: "change-streams-resume-errorlabels" + schemaVersion: "1.7" + runOnRequirements: - minServerVersion: "4.3.1" topologies: [ replicaset, sharded-replicaset, load-balanced ] + serverless: forbid + createEntities: - client: id: &client0 client0 diff --git a/test/spec/change-streams/unified/change-streams.json b/test/spec/change-streams/unified/change-streams.json index 599905aaaa7..c8b60ed4e25 100644 --- a/test/spec/change-streams/unified/change-streams.json +++ b/test/spec/change-streams/unified/change-streams.json @@ -6,7 +6,8 @@ "minServerVersion": "3.6", "topologies": [ "replicaset" - ] + ], + "serverless": "forbid" } ], "createEntities": [ @@ -613,6 +614,15 @@ }, { "description": "Test new structure in ns document MUST NOT err", + "runOnRequirements": [ + { + "minServerVersion": "3.6", + "maxServerVersion": "5.2.99" + }, + { + "minServerVersion": "6.0" + } + ], "operations": [ { "name": "createChangeStream", diff --git a/test/spec/change-streams/unified/change-streams.yml b/test/spec/change-streams/unified/change-streams.yml index 3f0d14c0966..3235533b5d8 100644 --- a/test/spec/change-streams/unified/change-streams.yml +++ b/test/spec/change-streams/unified/change-streams.yml @@ -7,6 +7,7 @@ runOnRequirements: # TODO(DRIVERS-2323): Run all possible tests against sharded clusters once we know the # cause of unexpected command monitoring events. topologies: [ replicaset ] + serverless: forbid createEntities: - client: diff --git a/test/spec/server-discovery-and-monitoring/README.rst b/test/spec/server-discovery-and-monitoring/README.rst index 7dcaaa8fa50..caadb9b4b69 100644 --- a/test/spec/server-discovery-and-monitoring/README.rst +++ b/test/spec/server-discovery-and-monitoring/README.rst @@ -188,196 +188,9 @@ Continue until all phases have been executed. Integration Tests ----------------- -Integration tests are provided in the "integration" directory. - -Test Format -~~~~~~~~~~~ - -The same as the `Transactions Spec Test format -`_ with the following -additions: - -- The ``runOn`` requirement gains a new field: - - - ``authEnabled`` (optional): If True, skip this test if auth is not enabled. - If False, skip this test if auth is enabled. If this field is omitted, - this test can be run on clusters with or without auth. - -Special Test Operations -~~~~~~~~~~~~~~~~~~~~~~~ - -Certain operations that appear in the "operations" array do not correspond to -API methods but instead represent special test operations. Such operations are -defined on the "testRunner" object and are documented in the -`Transactions Spec Test -`_. - -Additional, SDAM test specific operations are documented here: - -configureFailPoint -'''''''''''''''''' - -The "configureFailPoint" operation instructs the test runner to configure -the given server failpoint on the "admin" database. The runner MUST disable -this failpoint at the end of the test. For example:: - - - name: configureFailPoint - object: testRunner - arguments: - failPoint: - configureFailPoint: failCommand - mode: { times: 1 } - data: - failCommands: ["insert"] - closeConnection: true - -Tests that use the "configureFailPoint" operation do not include -``configureFailPoint`` commands in their command expectations. Drivers MUST -ensure that ``configureFailPoint`` commands do not appear in the list of logged -commands, either by manually filtering it from the list of observed commands or -by using a different MongoClient to execute ``configureFailPoint``. - -Note, similar to the ``tests.failPoint`` field described in the `Transactions -Spec Test format `_ tests -with ``useMultipleMongoses: true`` will not contain a ``configureFailPoint`` -operation. - -wait -'''' - -The "wait" operation instructs the test runner to sleep for "ms" -milliseconds. For example:: - - - name: wait - object: testRunner - arguments: - ms: 1000 - -waitForEvent -'''''''''''' - -The "waitForEvent" operation instructs the test runner to wait until the test's -MongoClient has published a specific event a given number of times. For -example, the following instructs the test runner to wait for at least one -PoolClearedEvent to be published:: - - - name: waitForEvent - object: testRunner - arguments: - event: PoolClearedEvent - count: 1 - -Note that "count" includes events that were published while running previous -operations. - -If the "waitForEvent" operation is not satisfied after 10 seconds, the -operation is considered an error. - -ServerMarkedUnknownEvent -```````````````````````` - -The ServerMarkedUnknownEvent may appear as an event in `waitForEvent`_ and -`assertEventCount`_. This event is defined as ServerDescriptionChangedEvent -where newDescription.type is ``Unknown``. - -assertEventCount -'''''''''''''''' - -The "assertEventCount" operation instructs the test runner to assert the test's -MongoClient has published a specific event a given number of times. For -example, the following instructs the test runner to assert that a single -PoolClearedEvent was published:: - - - name: assertEventCount - object: testRunner - arguments: - event: PoolClearedEvent - count: 1 - -recordPrimary -''''''''''''' - -The "recordPrimary" operation instructs the test runner to record the current -primary of the test's MongoClient. For example:: - - - name: recordPrimary - object: testRunner - -runAdminCommand -''''''''''''''' - -The "runAdminCommand" operation instructs the test runner to run the given -command on the admin database. Drivers MUST run this command on a different -MongoClient from the one used for test operations. For example:: - - - name: runAdminCommand - object: testRunner - command_name: replSetFreeze - arguments: - command: - replSetFreeze: 0 - readPreference: - mode: Secondary - -waitForPrimaryChange -'''''''''''''''''''' - -The "waitForPrimaryChange" operation instructs the test runner to wait up to -"timeoutMS" milliseconds for the MongoClient to discover a new primary server. -The new primary should be different from the one recorded by "recordPrimary". -For example:: - - - name: waitForPrimaryChange - object: testRunner - arguments: - timeoutMS: 15000 - -To implement, Drivers can subscribe to ServerDescriptionChangedEvents and wait -for an event where newDescription.type is ``RSPrimary`` and the address is -different from the one previously recorded by "recordPrimary". - -startThread -''''''''''' - -The "startThread" operation instructs the test runner to start a new thread -with the provided "name". The `runOnThread`_ and `waitForThread`_ operations -reference a thread by its "name". For example:: - - - name: startThread - object: testRunner - arguments: - name: thread1 - -runOnThread -''''''''''' - -The "runOnThread" operation instructs the test runner to schedule an operation -to be run on the given thread. runOnThread MUST NOT wait for the scheduled -operation to complete. For example:: - - - name: runOnThread - object: testRunner - arguments: - name: thread1 - operation: - name: insertOne - object: collection - arguments: - document: - _id: 2 - error: true - -waitForThread -''''''''''''' - -The "waitForThread" operation instructs the test runner to stop the given -thread, wait for it to complete, and assert that the thread exited without -any errors. For example:: - - - name: waitForThread - object: testRunner - arguments: - name: thread1 +Integration tests are provided in the "unified" directory and are +written in the `Unified Test Format +<../unified-test-format/unified-test-format.rst>`_. Prose Tests ----------- diff --git a/test/spec/server-discovery-and-monitoring/integration/auth-error.json b/test/spec/server-discovery-and-monitoring/integration/auth-error.json deleted file mode 100644 index 064d660e321..00000000000 --- a/test/spec/server-discovery-and-monitoring/integration/auth-error.json +++ /dev/null @@ -1,140 +0,0 @@ -{ - "runOn": [ - { - "minServerVersion": "4.4", - "authEnabled": true - } - ], - "database_name": "sdam-tests", - "collection_name": "auth-error", - "data": [ - { - "_id": 1 - }, - { - "_id": 2 - } - ], - "tests": [ - { - "description": "Reset server and pool after AuthenticationFailure error", - "failPoint": { - "configureFailPoint": "failCommand", - "mode": { - "times": 1 - }, - "data": { - "failCommands": [ - "saslContinue" - ], - "appName": "authErrorTest", - "errorCode": 18 - } - }, - "clientOptions": { - "retryWrites": false, - "appname": "authErrorTest" - }, - "operations": [ - { - "name": "insertMany", - "object": "collection", - "arguments": { - "documents": [ - { - "_id": 3 - }, - { - "_id": 4 - } - ] - }, - "error": true - }, - { - "name": "waitForEvent", - "object": "testRunner", - "arguments": { - "event": "ServerMarkedUnknownEvent", - "count": 1 - } - }, - { - "name": "waitForEvent", - "object": "testRunner", - "arguments": { - "event": "PoolClearedEvent", - "count": 1 - } - }, - { - "name": "insertMany", - "object": "collection", - "arguments": { - "documents": [ - { - "_id": 5 - }, - { - "_id": 6 - } - ] - } - }, - { - "name": "assertEventCount", - "object": "testRunner", - "arguments": { - "event": "ServerMarkedUnknownEvent", - "count": 1 - } - }, - { - "name": "assertEventCount", - "object": "testRunner", - "arguments": { - "event": "PoolClearedEvent", - "count": 1 - } - } - ], - "expectations": [ - { - "command_started_event": { - "command": { - "insert": "auth-error", - "documents": [ - { - "_id": 5 - }, - { - "_id": 6 - } - ] - }, - "command_name": "insert", - "database_name": "sdam-tests" - } - } - ], - "outcome": { - "collection": { - "data": [ - { - "_id": 1 - }, - { - "_id": 2 - }, - { - "_id": 5 - }, - { - "_id": 6 - } - ] - } - } - } - ] -} diff --git a/test/spec/server-discovery-and-monitoring/integration/auth-error.yml b/test/spec/server-discovery-and-monitoring/integration/auth-error.yml deleted file mode 100644 index 9c646543e06..00000000000 --- a/test/spec/server-discovery-and-monitoring/integration/auth-error.yml +++ /dev/null @@ -1,81 +0,0 @@ -# Test SDAM error handling. -runOn: - # failCommand appName requirements - - minServerVersion: "4.4" - authEnabled: true - -database_name: &database_name "sdam-tests" -collection_name: &collection_name "auth-error" - -data: &data - - {_id: 1} - - {_id: 2} - -tests: - - description: Reset server and pool after AuthenticationFailure error - failPoint: - configureFailPoint: failCommand - mode: { times: 1 } - data: - failCommands: ["saslContinue"] - appName: authErrorTest - errorCode: 18 # AuthenticationFailure - clientOptions: - retryWrites: false - appname: authErrorTest - operations: - - name: insertMany - object: collection - arguments: - documents: - - _id: 3 - - _id: 4 - error: true - - name: waitForEvent - object: testRunner - arguments: - event: ServerMarkedUnknownEvent - count: 1 - - name: waitForEvent - object: testRunner - arguments: - event: PoolClearedEvent - count: 1 - # Perform another operation to ensure the node is rediscovered. - - name: insertMany - object: collection - arguments: - documents: - - _id: 5 - - _id: 6 - # Assert the server was marked Unknown and pool was cleared exactly once. - - name: assertEventCount - object: testRunner - arguments: - event: ServerMarkedUnknownEvent - count: 1 - - name: assertEventCount - object: testRunner - arguments: - event: PoolClearedEvent - count: 1 - - expectations: - # Note: The first insert command is never attempted because connection - # checkout fails. - - command_started_event: - command: - insert: *collection_name - documents: - - _id: 5 - - _id: 6 - command_name: insert - database_name: *database_name - - outcome: - collection: - data: - - {_id: 1} - - {_id: 2} - - {_id: 5} - - {_id: 6} diff --git a/test/spec/server-discovery-and-monitoring/integration/auth-misc-command-error.json b/test/spec/server-discovery-and-monitoring/integration/auth-misc-command-error.json deleted file mode 100644 index 70dd59251df..00000000000 --- a/test/spec/server-discovery-and-monitoring/integration/auth-misc-command-error.json +++ /dev/null @@ -1,140 +0,0 @@ -{ - "runOn": [ - { - "minServerVersion": "4.4", - "authEnabled": true - } - ], - "database_name": "sdam-tests", - "collection_name": "auth-misc-error", - "data": [ - { - "_id": 1 - }, - { - "_id": 2 - } - ], - "tests": [ - { - "description": "Reset server and pool after misc command error", - "failPoint": { - "configureFailPoint": "failCommand", - "mode": { - "times": 1 - }, - "data": { - "failCommands": [ - "saslContinue" - ], - "appName": "authMiscErrorTest", - "errorCode": 1 - } - }, - "clientOptions": { - "retryWrites": false, - "appname": "authMiscErrorTest" - }, - "operations": [ - { - "name": "insertMany", - "object": "collection", - "arguments": { - "documents": [ - { - "_id": 3 - }, - { - "_id": 4 - } - ] - }, - "error": true - }, - { - "name": "waitForEvent", - "object": "testRunner", - "arguments": { - "event": "ServerMarkedUnknownEvent", - "count": 1 - } - }, - { - "name": "waitForEvent", - "object": "testRunner", - "arguments": { - "event": "PoolClearedEvent", - "count": 1 - } - }, - { - "name": "insertMany", - "object": "collection", - "arguments": { - "documents": [ - { - "_id": 5 - }, - { - "_id": 6 - } - ] - } - }, - { - "name": "assertEventCount", - "object": "testRunner", - "arguments": { - "event": "ServerMarkedUnknownEvent", - "count": 1 - } - }, - { - "name": "assertEventCount", - "object": "testRunner", - "arguments": { - "event": "PoolClearedEvent", - "count": 1 - } - } - ], - "expectations": [ - { - "command_started_event": { - "command": { - "insert": "auth-misc-error", - "documents": [ - { - "_id": 5 - }, - { - "_id": 6 - } - ] - }, - "command_name": "insert", - "database_name": "sdam-tests" - } - } - ], - "outcome": { - "collection": { - "data": [ - { - "_id": 1 - }, - { - "_id": 2 - }, - { - "_id": 5 - }, - { - "_id": 6 - } - ] - } - } - } - ] -} diff --git a/test/spec/server-discovery-and-monitoring/integration/auth-misc-command-error.yml b/test/spec/server-discovery-and-monitoring/integration/auth-misc-command-error.yml deleted file mode 100644 index 20eae4533ed..00000000000 --- a/test/spec/server-discovery-and-monitoring/integration/auth-misc-command-error.yml +++ /dev/null @@ -1,81 +0,0 @@ -# Test SDAM error handling. -runOn: - # failCommand appName requirements - - minServerVersion: "4.4" - authEnabled: true - -database_name: &database_name "sdam-tests" -collection_name: &collection_name "auth-misc-error" - -data: &data - - {_id: 1} - - {_id: 2} - -tests: - - description: Reset server and pool after misc command error - failPoint: - configureFailPoint: failCommand - mode: { times: 1 } - data: - failCommands: ["saslContinue"] - appName: authMiscErrorTest - errorCode: 1 # InternalError - clientOptions: - retryWrites: false - appname: authMiscErrorTest - operations: - - name: insertMany - object: collection - arguments: - documents: - - _id: 3 - - _id: 4 - error: true - - name: waitForEvent - object: testRunner - arguments: - event: ServerMarkedUnknownEvent - count: 1 - - name: waitForEvent - object: testRunner - arguments: - event: PoolClearedEvent - count: 1 - # Perform another operation to ensure the node is rediscovered. - - name: insertMany - object: collection - arguments: - documents: - - _id: 5 - - _id: 6 - # Assert the server was marked Unknown and pool was cleared exactly once. - - name: assertEventCount - object: testRunner - arguments: - event: ServerMarkedUnknownEvent - count: 1 - - name: assertEventCount - object: testRunner - arguments: - event: PoolClearedEvent - count: 1 - - expectations: - # Note: The first insert command is never attempted because connection - # checkout fails. - - command_started_event: - command: - insert: *collection_name - documents: - - _id: 5 - - _id: 6 - command_name: insert - database_name: *database_name - - outcome: - collection: - data: - - {_id: 1} - - {_id: 2} - - {_id: 5} - - {_id: 6} diff --git a/test/spec/server-discovery-and-monitoring/integration/auth-network-error.json b/test/spec/server-discovery-and-monitoring/integration/auth-network-error.json deleted file mode 100644 index a75a398c5e1..00000000000 --- a/test/spec/server-discovery-and-monitoring/integration/auth-network-error.json +++ /dev/null @@ -1,140 +0,0 @@ -{ - "runOn": [ - { - "minServerVersion": "4.4", - "authEnabled": true - } - ], - "database_name": "sdam-tests", - "collection_name": "auth-network-error", - "data": [ - { - "_id": 1 - }, - { - "_id": 2 - } - ], - "tests": [ - { - "description": "Reset server and pool after network error during authentication", - "failPoint": { - "configureFailPoint": "failCommand", - "mode": { - "times": 1 - }, - "data": { - "failCommands": [ - "saslContinue" - ], - "closeConnection": true, - "appName": "authNetworkErrorTest" - } - }, - "clientOptions": { - "retryWrites": false, - "appname": "authNetworkErrorTest" - }, - "operations": [ - { - "name": "insertMany", - "object": "collection", - "arguments": { - "documents": [ - { - "_id": 3 - }, - { - "_id": 4 - } - ] - }, - "error": true - }, - { - "name": "waitForEvent", - "object": "testRunner", - "arguments": { - "event": "ServerMarkedUnknownEvent", - "count": 1 - } - }, - { - "name": "waitForEvent", - "object": "testRunner", - "arguments": { - "event": "PoolClearedEvent", - "count": 1 - } - }, - { - "name": "insertMany", - "object": "collection", - "arguments": { - "documents": [ - { - "_id": 5 - }, - { - "_id": 6 - } - ] - } - }, - { - "name": "assertEventCount", - "object": "testRunner", - "arguments": { - "event": "ServerMarkedUnknownEvent", - "count": 1 - } - }, - { - "name": "assertEventCount", - "object": "testRunner", - "arguments": { - "event": "PoolClearedEvent", - "count": 1 - } - } - ], - "expectations": [ - { - "command_started_event": { - "command": { - "insert": "auth-network-error", - "documents": [ - { - "_id": 5 - }, - { - "_id": 6 - } - ] - }, - "command_name": "insert", - "database_name": "sdam-tests" - } - } - ], - "outcome": { - "collection": { - "data": [ - { - "_id": 1 - }, - { - "_id": 2 - }, - { - "_id": 5 - }, - { - "_id": 6 - } - ] - } - } - } - ] -} diff --git a/test/spec/server-discovery-and-monitoring/integration/auth-network-error.yml b/test/spec/server-discovery-and-monitoring/integration/auth-network-error.yml deleted file mode 100644 index abb2b1471e0..00000000000 --- a/test/spec/server-discovery-and-monitoring/integration/auth-network-error.yml +++ /dev/null @@ -1,81 +0,0 @@ -# Test SDAM error handling. -runOn: - # failCommand appName requirements - - minServerVersion: "4.4" - authEnabled: true - -database_name: &database_name "sdam-tests" -collection_name: &collection_name "auth-network-error" - -data: &data - - {_id: 1} - - {_id: 2} - -tests: - - description: Reset server and pool after network error during authentication - failPoint: - configureFailPoint: failCommand - mode: { times: 1 } - data: - failCommands: ["saslContinue"] - closeConnection: true - appName: authNetworkErrorTest - clientOptions: - retryWrites: false - appname: authNetworkErrorTest - operations: - - name: insertMany - object: collection - arguments: - documents: - - _id: 3 - - _id: 4 - error: true - - name: waitForEvent - object: testRunner - arguments: - event: ServerMarkedUnknownEvent - count: 1 - - name: waitForEvent - object: testRunner - arguments: - event: PoolClearedEvent - count: 1 - # Perform another operation to ensure the node is rediscovered. - - name: insertMany - object: collection - arguments: - documents: - - _id: 5 - - _id: 6 - # Assert the server was marked Unknown and pool was cleared exactly once. - - name: assertEventCount - object: testRunner - arguments: - event: ServerMarkedUnknownEvent - count: 1 - - name: assertEventCount - object: testRunner - arguments: - event: PoolClearedEvent - count: 1 - - expectations: - # Note: The first insert command is never attempted because connection - # checkout fails. - - command_started_event: - command: - insert: *collection_name - documents: - - _id: 5 - - _id: 6 - command_name: insert - database_name: *database_name - - outcome: - collection: - data: - - {_id: 1} - - {_id: 2} - - {_id: 5} - - {_id: 6} diff --git a/test/spec/server-discovery-and-monitoring/integration/auth-network-timeout-error.json b/test/spec/server-discovery-and-monitoring/integration/auth-network-timeout-error.json deleted file mode 100644 index a4ee7d9effd..00000000000 --- a/test/spec/server-discovery-and-monitoring/integration/auth-network-timeout-error.json +++ /dev/null @@ -1,143 +0,0 @@ -{ - "runOn": [ - { - "minServerVersion": "4.4", - "authEnabled": true - } - ], - "database_name": "sdam-tests", - "collection_name": "auth-network-timeout-error", - "data": [ - { - "_id": 1 - }, - { - "_id": 2 - } - ], - "tests": [ - { - "description": "Reset server and pool after network timeout error during authentication", - "failPoint": { - "configureFailPoint": "failCommand", - "mode": { - "times": 1 - }, - "data": { - "failCommands": [ - "saslContinue" - ], - "blockConnection": true, - "blockTimeMS": 500, - "appName": "authNetworkTimeoutErrorTest" - } - }, - "clientOptions": { - "retryWrites": false, - "appname": "authNetworkTimeoutErrorTest", - "connectTimeoutMS": 250, - "socketTimeoutMS": 250 - }, - "operations": [ - { - "name": "insertMany", - "object": "collection", - "arguments": { - "documents": [ - { - "_id": 3 - }, - { - "_id": 4 - } - ] - }, - "error": true - }, - { - "name": "waitForEvent", - "object": "testRunner", - "arguments": { - "event": "ServerMarkedUnknownEvent", - "count": 1 - } - }, - { - "name": "waitForEvent", - "object": "testRunner", - "arguments": { - "event": "PoolClearedEvent", - "count": 1 - } - }, - { - "name": "insertMany", - "object": "collection", - "arguments": { - "documents": [ - { - "_id": 5 - }, - { - "_id": 6 - } - ] - } - }, - { - "name": "assertEventCount", - "object": "testRunner", - "arguments": { - "event": "ServerMarkedUnknownEvent", - "count": 1 - } - }, - { - "name": "assertEventCount", - "object": "testRunner", - "arguments": { - "event": "PoolClearedEvent", - "count": 1 - } - } - ], - "expectations": [ - { - "command_started_event": { - "command": { - "insert": "auth-network-timeout-error", - "documents": [ - { - "_id": 5 - }, - { - "_id": 6 - } - ] - }, - "command_name": "insert", - "database_name": "sdam-tests" - } - } - ], - "outcome": { - "collection": { - "data": [ - { - "_id": 1 - }, - { - "_id": 2 - }, - { - "_id": 5 - }, - { - "_id": 6 - } - ] - } - } - } - ] -} diff --git a/test/spec/server-discovery-and-monitoring/integration/auth-network-timeout-error.yml b/test/spec/server-discovery-and-monitoring/integration/auth-network-timeout-error.yml deleted file mode 100644 index e065ec5abf0..00000000000 --- a/test/spec/server-discovery-and-monitoring/integration/auth-network-timeout-error.yml +++ /dev/null @@ -1,86 +0,0 @@ -# Test SDAM error handling. -runOn: - # failCommand appName requirements - - minServerVersion: "4.4" - authEnabled: true - -database_name: &database_name "sdam-tests" -collection_name: &collection_name "auth-network-timeout-error" - -data: &data - - {_id: 1} - - {_id: 2} - -tests: - - description: Reset server and pool after network timeout error during authentication - failPoint: - configureFailPoint: failCommand - mode: { times: 1 } - data: - failCommands: ["saslContinue"] - blockConnection: true - blockTimeMS: 500 - appName: authNetworkTimeoutErrorTest - clientOptions: - retryWrites: false - appname: authNetworkTimeoutErrorTest - # Set a short connect/socket timeout to ensure the fail point causes the - # connection establishment to timeout. - connectTimeoutMS: 250 - socketTimeoutMS: 250 - operations: - - name: insertMany - object: collection - arguments: - documents: - - _id: 3 - - _id: 4 - error: true - - name: waitForEvent - object: testRunner - arguments: - event: ServerMarkedUnknownEvent - count: 1 - - name: waitForEvent - object: testRunner - arguments: - event: PoolClearedEvent - count: 1 - # Perform another operation to ensure the node is rediscovered. - - name: insertMany - object: collection - arguments: - documents: - - _id: 5 - - _id: 6 - # Assert the server was marked Unknown and pool was cleared exactly once. - - name: assertEventCount - object: testRunner - arguments: - event: ServerMarkedUnknownEvent - count: 1 - - name: assertEventCount - object: testRunner - arguments: - event: PoolClearedEvent - count: 1 - - expectations: - # Note: The first insert command is never attempted because connection - # checkout fails. - - command_started_event: - command: - insert: *collection_name - documents: - - _id: 5 - - _id: 6 - command_name: insert - database_name: *database_name - - outcome: - collection: - data: - - {_id: 1} - - {_id: 2} - - {_id: 5} - - {_id: 6} diff --git a/test/spec/server-discovery-and-monitoring/integration/auth-shutdown-error.json b/test/spec/server-discovery-and-monitoring/integration/auth-shutdown-error.json deleted file mode 100644 index 2dab90e1c56..00000000000 --- a/test/spec/server-discovery-and-monitoring/integration/auth-shutdown-error.json +++ /dev/null @@ -1,140 +0,0 @@ -{ - "runOn": [ - { - "minServerVersion": "4.4", - "authEnabled": true - } - ], - "database_name": "sdam-tests", - "collection_name": "auth-shutdown-error", - "data": [ - { - "_id": 1 - }, - { - "_id": 2 - } - ], - "tests": [ - { - "description": "Reset server and pool after shutdown error during authentication", - "failPoint": { - "configureFailPoint": "failCommand", - "mode": { - "times": 1 - }, - "data": { - "failCommands": [ - "saslContinue" - ], - "appName": "authShutdownErrorTest", - "errorCode": 91 - } - }, - "clientOptions": { - "retryWrites": false, - "appname": "authShutdownErrorTest" - }, - "operations": [ - { - "name": "insertMany", - "object": "collection", - "arguments": { - "documents": [ - { - "_id": 3 - }, - { - "_id": 4 - } - ] - }, - "error": true - }, - { - "name": "waitForEvent", - "object": "testRunner", - "arguments": { - "event": "ServerMarkedUnknownEvent", - "count": 1 - } - }, - { - "name": "waitForEvent", - "object": "testRunner", - "arguments": { - "event": "PoolClearedEvent", - "count": 1 - } - }, - { - "name": "insertMany", - "object": "collection", - "arguments": { - "documents": [ - { - "_id": 5 - }, - { - "_id": 6 - } - ] - } - }, - { - "name": "assertEventCount", - "object": "testRunner", - "arguments": { - "event": "ServerMarkedUnknownEvent", - "count": 1 - } - }, - { - "name": "assertEventCount", - "object": "testRunner", - "arguments": { - "event": "PoolClearedEvent", - "count": 1 - } - } - ], - "expectations": [ - { - "command_started_event": { - "command": { - "insert": "auth-shutdown-error", - "documents": [ - { - "_id": 5 - }, - { - "_id": 6 - } - ] - }, - "command_name": "insert", - "database_name": "sdam-tests" - } - } - ], - "outcome": { - "collection": { - "data": [ - { - "_id": 1 - }, - { - "_id": 2 - }, - { - "_id": 5 - }, - { - "_id": 6 - } - ] - } - } - } - ] -} diff --git a/test/spec/server-discovery-and-monitoring/integration/auth-shutdown-error.yml b/test/spec/server-discovery-and-monitoring/integration/auth-shutdown-error.yml deleted file mode 100644 index 4efe25f3be1..00000000000 --- a/test/spec/server-discovery-and-monitoring/integration/auth-shutdown-error.yml +++ /dev/null @@ -1,81 +0,0 @@ -# Test SDAM error handling. -runOn: - # failCommand appName requirements - - minServerVersion: "4.4" - authEnabled: true - -database_name: &database_name "sdam-tests" -collection_name: &collection_name "auth-shutdown-error" - -data: &data - - {_id: 1} - - {_id: 2} - -tests: - - description: Reset server and pool after shutdown error during authentication - failPoint: - configureFailPoint: failCommand - mode: { times: 1 } - data: - failCommands: ["saslContinue"] - appName: authShutdownErrorTest - errorCode: 91 - clientOptions: - retryWrites: false - appname: authShutdownErrorTest - operations: - - name: insertMany - object: collection - arguments: - documents: - - _id: 3 - - _id: 4 - error: true - - name: waitForEvent - object: testRunner - arguments: - event: ServerMarkedUnknownEvent - count: 1 - - name: waitForEvent - object: testRunner - arguments: - event: PoolClearedEvent - count: 1 - # Perform another operation to ensure the node is rediscovered. - - name: insertMany - object: collection - arguments: - documents: - - _id: 5 - - _id: 6 - # Assert the server was marked Unknown and pool was cleared exactly once. - - name: assertEventCount - object: testRunner - arguments: - event: ServerMarkedUnknownEvent - count: 1 - - name: assertEventCount - object: testRunner - arguments: - event: PoolClearedEvent - count: 1 - - expectations: - # Note: The first insert command is never attempted because connection - # checkout fails. - - command_started_event: - command: - insert: *collection_name - documents: - - _id: 5 - - _id: 6 - command_name: insert - database_name: *database_name - - outcome: - collection: - data: - - {_id: 1} - - {_id: 2} - - {_id: 5} - - {_id: 6} diff --git a/test/spec/server-discovery-and-monitoring/integration/cancel-server-check.json b/test/spec/server-discovery-and-monitoring/integration/cancel-server-check.json deleted file mode 100644 index 95863509595..00000000000 --- a/test/spec/server-discovery-and-monitoring/integration/cancel-server-check.json +++ /dev/null @@ -1,130 +0,0 @@ -{ - "runOn": [ - { - "minServerVersion": "4.0", - "topology": [ - "replicaset" - ] - }, - { - "minServerVersion": "4.2", - "topology": [ - "sharded" - ] - } - ], - "database_name": "sdam-tests", - "collection_name": "cancel-server-check", - "data": [], - "tests": [ - { - "description": "Cancel server check", - "clientOptions": { - "retryWrites": true, - "heartbeatFrequencyMS": 10000, - "serverSelectionTimeoutMS": 5000, - "appname": "cancelServerCheckTest" - }, - "operations": [ - { - "name": "insertOne", - "object": "collection", - "arguments": { - "document": { - "_id": 1 - } - } - }, - { - "name": "configureFailPoint", - "object": "testRunner", - "arguments": { - "failPoint": { - "configureFailPoint": "failCommand", - "mode": { - "times": 1 - }, - "data": { - "failCommands": [ - "insert" - ], - "closeConnection": true - } - } - } - }, - { - "name": "insertOne", - "object": "collection", - "arguments": { - "document": { - "_id": 2 - } - }, - "result": { - "insertedId": 2 - } - }, - { - "name": "waitForEvent", - "object": "testRunner", - "arguments": { - "event": "ServerMarkedUnknownEvent", - "count": 1 - } - }, - { - "name": "waitForEvent", - "object": "testRunner", - "arguments": { - "event": "PoolClearedEvent", - "count": 1 - } - }, - { - "name": "insertOne", - "object": "collection", - "arguments": { - "document": { - "_id": 3 - } - }, - "result": { - "insertedId": 3 - } - }, - { - "name": "assertEventCount", - "object": "testRunner", - "arguments": { - "event": "ServerMarkedUnknownEvent", - "count": 1 - } - }, - { - "name": "assertEventCount", - "object": "testRunner", - "arguments": { - "event": "PoolClearedEvent", - "count": 1 - } - } - ], - "outcome": { - "collection": { - "data": [ - { - "_id": 1 - }, - { - "_id": 2 - }, - { - "_id": 3 - } - ] - } - } - } - ] -} diff --git a/test/spec/server-discovery-and-monitoring/integration/cancel-server-check.yml b/test/spec/server-discovery-and-monitoring/integration/cancel-server-check.yml deleted file mode 100644 index 2a759a84523..00000000000 --- a/test/spec/server-discovery-and-monitoring/integration/cancel-server-check.yml +++ /dev/null @@ -1,96 +0,0 @@ -# Test SDAM error handling. -runOn: - # General failCommand requirements (this file does not use appName - # with failCommand). - - minServerVersion: "4.0" - topology: ["replicaset"] - - minServerVersion: "4.2" - topology: ["sharded"] - -database_name: &database_name "sdam-tests" -collection_name: &collection_name "cancel-server-check" - -data: [] - -tests: - - description: Cancel server check - clientOptions: - retryWrites: true - heartbeatFrequencyMS: 10000 - # Server selection timeout MUST be less than heartbeatFrequencyMS for - # this test. This setting ensures that the retried insert will fail - # after 5 seconds if the driver does not properly cancel the in progress - # check. - serverSelectionTimeoutMS: 5000 - appname: cancelServerCheckTest - operations: - # Perform an operation to ensure the node is discovered. - - name: insertOne - object: collection - arguments: - document: - _id: 1 - # Configure the next inserts to fail with a non-timeout network error. - # This should: - # 1) Mark the server Unknown - # 2) Clear the connection pool - # 3) Cancel the in progress hello or legacy hello check and close the Monitor - # connection - # 4) The write will be then we retried, server selection will request an - # immediate check, and block for ~500ms until the next Monitor check - # proceeds. - # 5) The write will succeed on the second attempt. - - name: configureFailPoint - object: testRunner - arguments: - failPoint: - configureFailPoint: failCommand - mode: { times: 1 } - data: - failCommands: ["insert"] - closeConnection: True - - name: insertOne - object: collection - arguments: - document: - _id: 2 - result: - insertedId: 2 - # The first error should mark the server Unknown and then clear the pool. - - name: waitForEvent - object: testRunner - arguments: - event: ServerMarkedUnknownEvent - count: 1 - - name: waitForEvent - object: testRunner - arguments: - event: PoolClearedEvent - count: 1 - # Perform another operation to ensure the node still selectable. - - name: insertOne - object: collection - arguments: - document: - _id: 3 - result: - insertedId: 3 - # Assert the server was marked Unknown and pool was cleared exactly once. - - name: assertEventCount - object: testRunner - arguments: - event: ServerMarkedUnknownEvent - count: 1 - - name: assertEventCount - object: testRunner - arguments: - event: PoolClearedEvent - count: 1 - - # Order of operations is non-deterministic so we cannot check events. - outcome: - collection: - data: - - {_id: 1} - - {_id: 2} - - {_id: 3} diff --git a/test/spec/server-discovery-and-monitoring/integration/connectTimeoutMS.json b/test/spec/server-discovery-and-monitoring/integration/connectTimeoutMS.json deleted file mode 100644 index 36a6dc4507e..00000000000 --- a/test/spec/server-discovery-and-monitoring/integration/connectTimeoutMS.json +++ /dev/null @@ -1,149 +0,0 @@ -{ - "runOn": [ - { - "minServerVersion": "4.4" - } - ], - "database_name": "sdam-tests", - "collection_name": "connectTimeoutMS", - "data": [], - "tests": [ - { - "description": "connectTimeoutMS=0", - "clientOptions": { - "retryWrites": false, - "connectTimeoutMS": 0, - "heartbeatFrequencyMS": 500, - "appname": "connectTimeoutMS=0" - }, - "operations": [ - { - "name": "insertMany", - "object": "collection", - "arguments": { - "documents": [ - { - "_id": 1 - }, - { - "_id": 2 - } - ] - } - }, - { - "name": "configureFailPoint", - "object": "testRunner", - "arguments": { - "failPoint": { - "configureFailPoint": "failCommand", - "mode": { - "times": 2 - }, - "data": { - "failCommands": [ - "hello", - "isMaster" - ], - "appName": "connectTimeoutMS=0", - "blockConnection": true, - "blockTimeMS": 550 - } - } - } - }, - { - "name": "wait", - "object": "testRunner", - "arguments": { - "ms": 750 - } - }, - { - "name": "insertMany", - "object": "collection", - "arguments": { - "documents": [ - { - "_id": 3 - }, - { - "_id": 4 - } - ] - } - }, - { - "name": "assertEventCount", - "object": "testRunner", - "arguments": { - "event": "ServerMarkedUnknownEvent", - "count": 0 - } - }, - { - "name": "assertEventCount", - "object": "testRunner", - "arguments": { - "event": "PoolClearedEvent", - "count": 0 - } - } - ], - "expectations": [ - { - "command_started_event": { - "command": { - "insert": "connectTimeoutMS", - "documents": [ - { - "_id": 1 - }, - { - "_id": 2 - } - ] - }, - "command_name": "insert", - "database_name": "sdam-tests" - } - }, - { - "command_started_event": { - "command": { - "insert": "connectTimeoutMS", - "documents": [ - { - "_id": 3 - }, - { - "_id": 4 - } - ] - }, - "command_name": "insert", - "database_name": "sdam-tests" - } - } - ], - "outcome": { - "collection": { - "data": [ - { - "_id": 1 - }, - { - "_id": 2 - }, - { - "_id": 3 - }, - { - "_id": 4 - } - ] - } - } - } - ] -} diff --git a/test/spec/server-discovery-and-monitoring/integration/connectTimeoutMS.yml b/test/spec/server-discovery-and-monitoring/integration/connectTimeoutMS.yml deleted file mode 100644 index 3ee4d329264..00000000000 --- a/test/spec/server-discovery-and-monitoring/integration/connectTimeoutMS.yml +++ /dev/null @@ -1,88 +0,0 @@ -# Test SDAM error handling. -runOn: - # failCommand appName requirements - - minServerVersion: "4.4" - -database_name: &database_name "sdam-tests" -collection_name: &collection_name "connectTimeoutMS" - -data: [] - -tests: - - description: connectTimeoutMS=0 - clientOptions: - retryWrites: false - connectTimeoutMS: 0 - heartbeatFrequencyMS: 500 - appname: connectTimeoutMS=0 - operations: - # Perform an operation to ensure the node is discovered. - - name: insertMany - object: collection - arguments: - documents: - - _id: 1 - - _id: 2 - # Block the next streaming hello check for longer than - # heartbeatFrequencyMS to ensure that the connection timeout remains - # unlimited. - - name: configureFailPoint - object: testRunner - arguments: - failPoint: - configureFailPoint: failCommand - mode: { times: 2 } - data: - failCommands: ["hello", "isMaster"] - appName: connectTimeoutMS=0 - blockConnection: true - blockTimeMS: 550 - - name: wait - object: testRunner - arguments: - ms: 750 - # Perform an operation to ensure the node is still selectable. - - name: insertMany - object: collection - arguments: - documents: - - _id: 3 - - _id: 4 - # Assert that the server was never marked Unknown and the pool was never - # cleared. - - name: assertEventCount - object: testRunner - arguments: - event: ServerMarkedUnknownEvent - count: 0 - - name: assertEventCount - object: testRunner - arguments: - event: PoolClearedEvent - count: 0 - - expectations: - - command_started_event: - command: - insert: *collection_name - documents: - - _id: 1 - - _id: 2 - command_name: insert - database_name: *database_name - - command_started_event: - command: - insert: *collection_name - documents: - - _id: 3 - - _id: 4 - command_name: insert - database_name: *database_name - - outcome: - collection: - data: - - {_id: 1} - - {_id: 2} - - {_id: 3} - - {_id: 4} diff --git a/test/spec/server-discovery-and-monitoring/integration/find-network-error.json b/test/spec/server-discovery-and-monitoring/integration/find-network-error.json deleted file mode 100644 index 4db2634cd62..00000000000 --- a/test/spec/server-discovery-and-monitoring/integration/find-network-error.json +++ /dev/null @@ -1,144 +0,0 @@ -{ - "runOn": [ - { - "minServerVersion": "4.4" - } - ], - "database_name": "sdam-tests", - "collection_name": "find-network-error", - "data": [ - { - "_id": 1 - }, - { - "_id": 2 - } - ], - "tests": [ - { - "description": "Reset server and pool after network error on find", - "failPoint": { - "configureFailPoint": "failCommand", - "mode": { - "times": 1 - }, - "data": { - "failCommands": [ - "find" - ], - "closeConnection": true, - "appName": "findNetworkErrorTest" - } - }, - "clientOptions": { - "retryWrites": false, - "retryReads": false, - "appname": "findNetworkErrorTest" - }, - "operations": [ - { - "name": "find", - "object": "collection", - "arguments": { - "filter": { - "_id": 1 - } - }, - "error": true - }, - { - "name": "waitForEvent", - "object": "testRunner", - "arguments": { - "event": "ServerMarkedUnknownEvent", - "count": 1 - } - }, - { - "name": "waitForEvent", - "object": "testRunner", - "arguments": { - "event": "PoolClearedEvent", - "count": 1 - } - }, - { - "name": "insertMany", - "object": "collection", - "arguments": { - "documents": [ - { - "_id": 5 - }, - { - "_id": 6 - } - ] - } - }, - { - "name": "assertEventCount", - "object": "testRunner", - "arguments": { - "event": "ServerMarkedUnknownEvent", - "count": 1 - } - }, - { - "name": "assertEventCount", - "object": "testRunner", - "arguments": { - "event": "PoolClearedEvent", - "count": 1 - } - } - ], - "expectations": [ - { - "command_started_event": { - "command": { - "find": "find-network-error" - }, - "command_name": "find", - "database_name": "sdam-tests" - } - }, - { - "command_started_event": { - "command": { - "insert": "find-network-error", - "documents": [ - { - "_id": 5 - }, - { - "_id": 6 - } - ] - }, - "command_name": "insert", - "database_name": "sdam-tests" - } - } - ], - "outcome": { - "collection": { - "data": [ - { - "_id": 1 - }, - { - "_id": 2 - }, - { - "_id": 5 - }, - { - "_id": 6 - } - ] - } - } - } - ] -} diff --git a/test/spec/server-discovery-and-monitoring/integration/find-network-error.yml b/test/spec/server-discovery-and-monitoring/integration/find-network-error.yml deleted file mode 100644 index 1f505428dda..00000000000 --- a/test/spec/server-discovery-and-monitoring/integration/find-network-error.yml +++ /dev/null @@ -1,83 +0,0 @@ -# Test SDAM error handling. -runOn: - # failCommand appName requirements - - minServerVersion: "4.4" - -database_name: &database_name "sdam-tests" -collection_name: &collection_name "find-network-error" - -data: &data - - {_id: 1} - - {_id: 2} - -tests: - - description: Reset server and pool after network error on find - failPoint: - configureFailPoint: failCommand - mode: { times: 1 } - data: - failCommands: ["find"] - closeConnection: true - appName: findNetworkErrorTest - clientOptions: - retryWrites: false - retryReads: false - appname: findNetworkErrorTest - operations: - - name: find - object: collection - arguments: - filter: - _id: 1 - error: true - - name: waitForEvent - object: testRunner - arguments: - event: ServerMarkedUnknownEvent - count: 1 - - name: waitForEvent - object: testRunner - arguments: - event: PoolClearedEvent - count: 1 - # Perform another operation to ensure the node is rediscovered. - - name: insertMany - object: collection - arguments: - documents: - - _id: 5 - - _id: 6 - # Assert the server was marked Unknown and pool was cleared exactly once. - - name: assertEventCount - object: testRunner - arguments: - event: ServerMarkedUnknownEvent - count: 1 - - name: assertEventCount - object: testRunner - arguments: - event: PoolClearedEvent - count: 1 - - expectations: - - command_started_event: - command: - find: *collection_name - command_name: find - database_name: *database_name - - command_started_event: - command: - insert: *collection_name - documents: - - _id: 5 - - _id: 6 - command_name: insert - database_name: *database_name - - outcome: - collection: - data: - - {_id: 1} - - {_id: 2} - - {_id: 5} - - {_id: 6} diff --git a/test/spec/server-discovery-and-monitoring/integration/find-network-timeout-error.json b/test/spec/server-discovery-and-monitoring/integration/find-network-timeout-error.json deleted file mode 100644 index c4e10b3a764..00000000000 --- a/test/spec/server-discovery-and-monitoring/integration/find-network-timeout-error.json +++ /dev/null @@ -1,119 +0,0 @@ -{ - "runOn": [ - { - "minServerVersion": "4.4" - } - ], - "database_name": "sdam-tests", - "collection_name": "find-network-timeout-error", - "data": [ - { - "_id": 1 - }, - { - "_id": 2 - } - ], - "tests": [ - { - "description": "Ignore network timeout error on find", - "failPoint": { - "configureFailPoint": "failCommand", - "mode": { - "times": 1 - }, - "data": { - "failCommands": [ - "find" - ], - "blockConnection": true, - "blockTimeMS": 500, - "appName": "findNetworkTimeoutErrorTest" - } - }, - "clientOptions": { - "retryWrites": false, - "retryReads": false, - "appname": "findNetworkTimeoutErrorTest", - "socketTimeoutMS": 250 - }, - "operations": [ - { - "name": "find", - "object": "collection", - "arguments": { - "filter": { - "_id": 1 - } - }, - "error": true - }, - { - "name": "insertOne", - "object": "collection", - "arguments": { - "document": { - "_id": 3 - } - } - }, - { - "name": "assertEventCount", - "object": "testRunner", - "arguments": { - "event": "ServerMarkedUnknownEvent", - "count": 0 - } - }, - { - "name": "assertEventCount", - "object": "testRunner", - "arguments": { - "event": "PoolClearedEvent", - "count": 0 - } - } - ], - "expectations": [ - { - "command_started_event": { - "command": { - "find": "find-network-timeout-error" - }, - "command_name": "find", - "database_name": "sdam-tests" - } - }, - { - "command_started_event": { - "command": { - "insert": "find-network-timeout-error", - "documents": [ - { - "_id": 3 - } - ] - }, - "command_name": "insert", - "database_name": "sdam-tests" - } - } - ], - "outcome": { - "collection": { - "data": [ - { - "_id": 1 - }, - { - "_id": 2 - }, - { - "_id": 3 - } - ] - } - } - } - ] -} diff --git a/test/spec/server-discovery-and-monitoring/integration/find-network-timeout-error.yml b/test/spec/server-discovery-and-monitoring/integration/find-network-timeout-error.yml deleted file mode 100644 index d4ce8e39a70..00000000000 --- a/test/spec/server-discovery-and-monitoring/integration/find-network-timeout-error.yml +++ /dev/null @@ -1,73 +0,0 @@ -# Test SDAM error handling. -runOn: - # failCommand appName requirements - - minServerVersion: "4.4" - -database_name: &database_name "sdam-tests" -collection_name: &collection_name "find-network-timeout-error" - -data: &data - - {_id: 1} - - {_id: 2} - -tests: - - description: Ignore network timeout error on find - failPoint: - configureFailPoint: failCommand - mode: { times: 1 } - data: - failCommands: ["find"] - blockConnection: true - blockTimeMS: 500 - appName: findNetworkTimeoutErrorTest - clientOptions: - retryWrites: false - retryReads: false - appname: findNetworkTimeoutErrorTest - # Set a short socket timeout to ensure the find command times out. - socketTimeoutMS: 250 - operations: - - name: find - object: collection - arguments: - filter: - _id: 1 - error: true - # Perform another operation to ensure the node is still usable. - - name: insertOne - object: collection - arguments: - document: - _id: 3 - # Assert the server was not marked Unknown and the pool was not cleared. - - name: assertEventCount - object: testRunner - arguments: - event: ServerMarkedUnknownEvent - count: 0 - - name: assertEventCount - object: testRunner - arguments: - event: PoolClearedEvent - count: 0 - - expectations: - - command_started_event: - command: - find: *collection_name - command_name: find - database_name: *database_name - - command_started_event: - command: - insert: *collection_name - documents: - - _id: 3 - command_name: insert - database_name: *database_name - - outcome: - collection: - data: - - {_id: 1} - - {_id: 2} - - {_id: 3} diff --git a/test/spec/server-discovery-and-monitoring/integration/find-shutdown-error.json b/test/spec/server-discovery-and-monitoring/integration/find-shutdown-error.json deleted file mode 100644 index 65de8398b13..00000000000 --- a/test/spec/server-discovery-and-monitoring/integration/find-shutdown-error.json +++ /dev/null @@ -1,168 +0,0 @@ -{ - "runOn": [ - { - "minServerVersion": "4.4" - } - ], - "database_name": "sdam-tests", - "collection_name": "find-shutdown-error", - "data": [], - "tests": [ - { - "description": "Concurrent shutdown error on find", - "clientOptions": { - "retryWrites": false, - "retryReads": false, - "heartbeatFrequencyMS": 500, - "appname": "shutdownErrorFindTest" - }, - "operations": [ - { - "name": "insertOne", - "object": "collection", - "arguments": { - "document": { - "_id": 1 - } - } - }, - { - "name": "configureFailPoint", - "object": "testRunner", - "arguments": { - "failPoint": { - "configureFailPoint": "failCommand", - "mode": { - "times": 2 - }, - "data": { - "failCommands": [ - "find" - ], - "appName": "shutdownErrorFindTest", - "errorCode": 91, - "blockConnection": true, - "blockTimeMS": 500 - } - } - } - }, - { - "name": "startThread", - "object": "testRunner", - "arguments": { - "name": "thread1" - } - }, - { - "name": "startThread", - "object": "testRunner", - "arguments": { - "name": "thread2" - } - }, - { - "name": "runOnThread", - "object": "testRunner", - "arguments": { - "name": "thread1", - "operation": { - "name": "find", - "object": "collection", - "arguments": { - "filter": { - "_id": 1 - } - }, - "error": true - } - } - }, - { - "name": "runOnThread", - "object": "testRunner", - "arguments": { - "name": "thread2", - "operation": { - "name": "find", - "object": "collection", - "arguments": { - "filter": { - "_id": 1 - } - }, - "error": true - } - } - }, - { - "name": "waitForThread", - "object": "testRunner", - "arguments": { - "name": "thread1" - } - }, - { - "name": "waitForThread", - "object": "testRunner", - "arguments": { - "name": "thread2" - } - }, - { - "name": "waitForEvent", - "object": "testRunner", - "arguments": { - "event": "ServerMarkedUnknownEvent", - "count": 1 - } - }, - { - "name": "waitForEvent", - "object": "testRunner", - "arguments": { - "event": "PoolClearedEvent", - "count": 1 - } - }, - { - "name": "insertOne", - "object": "collection", - "arguments": { - "document": { - "_id": 4 - } - } - }, - { - "name": "assertEventCount", - "object": "testRunner", - "arguments": { - "event": "ServerMarkedUnknownEvent", - "count": 1 - } - }, - { - "name": "assertEventCount", - "object": "testRunner", - "arguments": { - "event": "PoolClearedEvent", - "count": 1 - } - } - ], - "outcome": { - "collection": { - "data": [ - { - "_id": 1 - }, - { - "_id": 4 - } - ] - } - } - } - ] -} diff --git a/test/spec/server-discovery-and-monitoring/integration/find-shutdown-error.yml b/test/spec/server-discovery-and-monitoring/integration/find-shutdown-error.yml deleted file mode 100644 index bf523137380..00000000000 --- a/test/spec/server-discovery-and-monitoring/integration/find-shutdown-error.yml +++ /dev/null @@ -1,116 +0,0 @@ -# Test SDAM error handling. -runOn: - # failCommand appName requirements - - minServerVersion: "4.4" - -database_name: &database_name "sdam-tests" -collection_name: &collection_name "find-shutdown-error" - -data: [] - -tests: - - description: Concurrent shutdown error on find - clientOptions: - retryWrites: false - retryReads: false - heartbeatFrequencyMS: 500 - appname: shutdownErrorFindTest - operations: - # Perform an operation to ensure the node is discovered. - - name: insertOne - object: collection - arguments: - document: - _id: 1 - # Configure the next two finds to fail with a non-timeout shutdown - # errors. Block the connection for 500ms to ensure both operations check - # out connections from the same pool generation. - - name: configureFailPoint - object: testRunner - arguments: - failPoint: - configureFailPoint: failCommand - mode: { times: 2 } - data: - failCommands: ["find"] - appName: shutdownErrorFindTest - errorCode: 91 - blockConnection: true - blockTimeMS: 500 - # Start threads. - - name: startThread - object: testRunner - arguments: - name: thread1 - - name: startThread - object: testRunner - arguments: - name: thread2 - # Perform concurrent find operations. Both fail with shutdown errors. - - name: runOnThread - object: testRunner - arguments: - name: thread1 - operation: - name: find - object: collection - arguments: - filter: - _id: 1 - error: true - - name: runOnThread - object: testRunner - arguments: - name: thread2 - operation: - name: find - object: collection - arguments: - filter: - _id: 1 - error: true - # Stop threads. - - name: waitForThread - object: testRunner - arguments: - name: thread1 - - name: waitForThread - object: testRunner - arguments: - name: thread2 - # The first shutdown error should mark the server Unknown and then clear - # the pool. - - name: waitForEvent - object: testRunner - arguments: - event: ServerMarkedUnknownEvent - count: 1 - - name: waitForEvent - object: testRunner - arguments: - event: PoolClearedEvent - count: 1 - # Perform an operation to ensure the node is rediscovered. - - name: insertOne - object: collection - arguments: - document: - _id: 4 - # Assert the server was marked Unknown and pool was cleared exactly once. - - name: assertEventCount - object: testRunner - arguments: - event: ServerMarkedUnknownEvent - count: 1 - - name: assertEventCount - object: testRunner - arguments: - event: PoolClearedEvent - count: 1 - - # Order of operations is non-deterministic so we cannot check events. - outcome: - collection: - data: - - {_id: 1} - - {_id: 4} diff --git a/test/spec/server-discovery-and-monitoring/integration/hello-command-error.json b/test/spec/server-discovery-and-monitoring/integration/hello-command-error.json deleted file mode 100644 index 05a93e751c5..00000000000 --- a/test/spec/server-discovery-and-monitoring/integration/hello-command-error.json +++ /dev/null @@ -1,239 +0,0 @@ -{ - "runOn": [ - { - "minServerVersion": "4.9" - } - ], - "database_name": "sdam-tests", - "collection_name": "hello-command-error", - "data": [], - "tests": [ - { - "description": "Command error on Monitor handshake", - "failPoint": { - "configureFailPoint": "failCommand", - "mode": { - "times": 2 - }, - "data": { - "failCommands": [ - "hello", - "isMaster" - ], - "appName": "commandErrorHandshakeTest", - "closeConnection": false, - "errorCode": 91 - } - }, - "clientOptions": { - "retryWrites": false, - "connectTimeoutMS": 250, - "heartbeatFrequencyMS": 500, - "appname": "commandErrorHandshakeTest" - }, - "operations": [ - { - "name": "waitForEvent", - "object": "testRunner", - "arguments": { - "event": "ServerMarkedUnknownEvent", - "count": 1 - } - }, - { - "name": "insertMany", - "object": "collection", - "arguments": { - "documents": [ - { - "_id": 1 - }, - { - "_id": 2 - } - ] - } - } - ], - "expectations": [ - { - "command_started_event": { - "command": { - "insert": "hello-command-error", - "documents": [ - { - "_id": 1 - }, - { - "_id": 2 - } - ] - }, - "command_name": "insert", - "database_name": "sdam-tests" - } - } - ], - "outcome": { - "collection": { - "data": [ - { - "_id": 1 - }, - { - "_id": 2 - } - ] - } - } - }, - { - "description": "Command error on Monitor check", - "clientOptions": { - "retryWrites": false, - "connectTimeoutMS": 1000, - "heartbeatFrequencyMS": 500, - "appname": "commandErrorCheckTest" - }, - "operations": [ - { - "name": "insertMany", - "object": "collection", - "arguments": { - "documents": [ - { - "_id": 1 - }, - { - "_id": 2 - } - ] - } - }, - { - "name": "configureFailPoint", - "object": "testRunner", - "arguments": { - "failPoint": { - "configureFailPoint": "failCommand", - "mode": { - "times": 2 - }, - "data": { - "failCommands": [ - "hello", - "isMaster" - ], - "appName": "commandErrorCheckTest", - "closeConnection": false, - "blockConnection": true, - "blockTimeMS": 750, - "errorCode": 91 - } - } - } - }, - { - "name": "waitForEvent", - "object": "testRunner", - "arguments": { - "event": "ServerMarkedUnknownEvent", - "count": 1 - } - }, - { - "name": "waitForEvent", - "object": "testRunner", - "arguments": { - "event": "PoolClearedEvent", - "count": 1 - } - }, - { - "name": "insertMany", - "object": "collection", - "arguments": { - "documents": [ - { - "_id": 3 - }, - { - "_id": 4 - } - ] - } - }, - { - "name": "assertEventCount", - "object": "testRunner", - "arguments": { - "event": "ServerMarkedUnknownEvent", - "count": 1 - } - }, - { - "name": "assertEventCount", - "object": "testRunner", - "arguments": { - "event": "PoolClearedEvent", - "count": 1 - } - } - ], - "expectations": [ - { - "command_started_event": { - "command": { - "insert": "hello-command-error", - "documents": [ - { - "_id": 1 - }, - { - "_id": 2 - } - ] - }, - "command_name": "insert", - "database_name": "sdam-tests" - } - }, - { - "command_started_event": { - "command": { - "insert": "hello-command-error", - "documents": [ - { - "_id": 3 - }, - { - "_id": 4 - } - ] - }, - "command_name": "insert", - "database_name": "sdam-tests" - } - } - ], - "outcome": { - "collection": { - "data": [ - { - "_id": 1 - }, - { - "_id": 2 - }, - { - "_id": 3 - }, - { - "_id": 4 - } - ] - } - } - } - ] -} diff --git a/test/spec/server-discovery-and-monitoring/integration/hello-command-error.yml b/test/spec/server-discovery-and-monitoring/integration/hello-command-error.yml deleted file mode 100644 index ae25e4946c5..00000000000 --- a/test/spec/server-discovery-and-monitoring/integration/hello-command-error.yml +++ /dev/null @@ -1,158 +0,0 @@ -# Test SDAM error handling. -runOn: - # failCommand appName requirements - - minServerVersion: "4.9" - -database_name: &database_name "sdam-tests" -collection_name: &collection_name "hello-command-error" - -data: [] - -tests: - - description: Command error on Monitor handshake - # Configure the initial handshake to fail with a command error. - # Use times: 2 so that the RTT hello fails as well. - failPoint: - configureFailPoint: failCommand - mode: { times: 2 } - data: - failCommands: ["hello", "isMaster"] - appName: commandErrorHandshakeTest - closeConnection: false - errorCode: 91 # ShutdownInProgress - clientOptions: - retryWrites: false - connectTimeoutMS: 250 - heartbeatFrequencyMS: 500 - appname: commandErrorHandshakeTest - operations: - # The command error on the initial handshake should mark the server - # Unknown (emitting a ServerDescriptionChangedEvent) and clear the pool. - - name: waitForEvent - object: testRunner - arguments: - event: ServerMarkedUnknownEvent - count: 1 - # Perform an operation to ensure the node is discovered. - - name: insertMany - object: collection - arguments: - documents: - - _id: 1 - - _id: 2 - # We cannot assert the server was marked Unknown and pool was cleared an - # exact number of times because the RTT hello may or may not have - # triggered this failpoint as well. - # - name: assertEventCount - # object: testRunner - # arguments: - # event: ServerMarkedUnknownEvent - # count: 1 - # - name: assertEventCount - # object: testRunner - # arguments: - # event: PoolClearedEvent - # count: 1 - - expectations: - - command_started_event: - command: - insert: *collection_name - documents: - - _id: 1 - - _id: 2 - command_name: insert - database_name: *database_name - - outcome: - collection: - data: - - {_id: 1} - - {_id: 2} - - - description: Command error on Monitor check - clientOptions: - retryWrites: false - connectTimeoutMS: 1000 - heartbeatFrequencyMS: 500 - appname: commandErrorCheckTest - operations: - # Perform an operation to ensure the node is discovered. - - name: insertMany - object: collection - arguments: - documents: - - _id: 1 - - _id: 2 - # Configure the next streaming hello check to fail with a command - # error. - # Use times: 2 so that the RTT hello is blocked as well. - - name: configureFailPoint - object: testRunner - arguments: - failPoint: - configureFailPoint: failCommand - mode: { times: 2 } - data: - failCommands: ["hello", "isMaster"] - appName: commandErrorCheckTest - closeConnection: false - blockConnection: true - blockTimeMS: 750 - errorCode: 91 # ShutdownInProgress - # The command error on the next check should mark the server Unknown and - # clear the pool. - - name: waitForEvent - object: testRunner - arguments: - event: ServerMarkedUnknownEvent - count: 1 - - name: waitForEvent - object: testRunner - arguments: - event: PoolClearedEvent - count: 1 - # Perform an operation to ensure the node is rediscovered. - - name: insertMany - object: collection - arguments: - documents: - - _id: 3 - - _id: 4 - # Assert the server was marked Unknown and pool was cleared exactly once. - - name: assertEventCount - object: testRunner - arguments: - event: ServerMarkedUnknownEvent - count: 1 - - name: assertEventCount - object: testRunner - arguments: - event: PoolClearedEvent - count: 1 - - expectations: - - command_started_event: - command: - insert: *collection_name - documents: - - _id: 1 - - _id: 2 - command_name: insert - database_name: *database_name - - command_started_event: - command: - insert: *collection_name - documents: - - _id: 3 - - _id: 4 - command_name: insert - database_name: *database_name - - outcome: - collection: - data: - - {_id: 1} - - {_id: 2} - - {_id: 3} - - {_id: 4} diff --git a/test/spec/server-discovery-and-monitoring/integration/hello-network-error.json b/test/spec/server-discovery-and-monitoring/integration/hello-network-error.json deleted file mode 100644 index b699363923b..00000000000 --- a/test/spec/server-discovery-and-monitoring/integration/hello-network-error.json +++ /dev/null @@ -1,219 +0,0 @@ -{ - "runOn": [ - { - "minServerVersion": "4.9" - } - ], - "database_name": "sdam-tests", - "collection_name": "hello-network-error", - "data": [], - "tests": [ - { - "description": "Network error on Monitor handshake", - "failPoint": { - "configureFailPoint": "failCommand", - "mode": { - "times": 2 - }, - "data": { - "failCommands": [ - "hello", - "isMaster" - ], - "appName": "networkErrorHandshakeTest", - "closeConnection": true - } - }, - "clientOptions": { - "retryWrites": false, - "connectTimeoutMS": 250, - "heartbeatFrequencyMS": 500, - "appname": "networkErrorHandshakeTest" - }, - "operations": [ - { - "name": "waitForEvent", - "object": "testRunner", - "arguments": { - "event": "ServerMarkedUnknownEvent", - "count": 1 - } - }, - { - "name": "insertMany", - "object": "collection", - "arguments": { - "documents": [ - { - "_id": 1 - }, - { - "_id": 2 - } - ] - } - } - ], - "expectations": [ - { - "command_started_event": { - "command": { - "insert": "hello-network-error", - "documents": [ - { - "_id": 1 - }, - { - "_id": 2 - } - ] - }, - "command_name": "insert", - "database_name": "sdam-tests" - } - } - ], - "outcome": { - "collection": { - "data": [ - { - "_id": 1 - }, - { - "_id": 2 - } - ] - } - } - }, - { - "description": "Network error on Monitor check", - "clientOptions": { - "retryWrites": false, - "connectTimeoutMS": 250, - "heartbeatFrequencyMS": 500, - "appname": "networkErrorCheckTest" - }, - "operations": [ - { - "name": "insertMany", - "object": "collection", - "arguments": { - "documents": [ - { - "_id": 1 - }, - { - "_id": 2 - } - ] - } - }, - { - "name": "configureFailPoint", - "object": "testRunner", - "arguments": { - "failPoint": { - "configureFailPoint": "failCommand", - "mode": { - "times": 2 - }, - "data": { - "failCommands": [ - "hello", - "isMaster" - ], - "appName": "networkErrorCheckTest", - "closeConnection": true - } - } - } - }, - { - "name": "waitForEvent", - "object": "testRunner", - "arguments": { - "event": "ServerMarkedUnknownEvent", - "count": 1 - } - }, - { - "name": "waitForEvent", - "object": "testRunner", - "arguments": { - "event": "PoolClearedEvent", - "count": 1 - } - }, - { - "name": "insertMany", - "object": "collection", - "arguments": { - "documents": [ - { - "_id": 3 - }, - { - "_id": 4 - } - ] - } - } - ], - "expectations": [ - { - "command_started_event": { - "command": { - "insert": "hello-network-error", - "documents": [ - { - "_id": 1 - }, - { - "_id": 2 - } - ] - }, - "command_name": "insert", - "database_name": "sdam-tests" - } - }, - { - "command_started_event": { - "command": { - "insert": "hello-network-error", - "documents": [ - { - "_id": 3 - }, - { - "_id": 4 - } - ] - }, - "command_name": "insert", - "database_name": "sdam-tests" - } - } - ], - "outcome": { - "collection": { - "data": [ - { - "_id": 1 - }, - { - "_id": 2 - }, - { - "_id": 3 - }, - { - "_id": 4 - } - ] - } - } - } - ] -} diff --git a/test/spec/server-discovery-and-monitoring/integration/hello-network-error.yml b/test/spec/server-discovery-and-monitoring/integration/hello-network-error.yml deleted file mode 100644 index 54c6a3bac3c..00000000000 --- a/test/spec/server-discovery-and-monitoring/integration/hello-network-error.yml +++ /dev/null @@ -1,156 +0,0 @@ -#hello Test SDAM error handling. -runOn: - # failCommand appName requirements - - minServerVersion: "4.9" - -database_name: &database_name "sdam-tests" -collection_name: &collection_name "hello-network-error" - -data: [] - -tests: - - description: Network error on Monitor handshake - # Configure the initial handshake to fail with a network error. - # Use times: 2 so that the RTT hello fails as well. - failPoint: - configureFailPoint: failCommand - mode: { times: 2 } - data: - failCommands: ["hello", "isMaster"] - appName: networkErrorHandshakeTest - closeConnection: true - clientOptions: - retryWrites: false - connectTimeoutMS: 250 - heartbeatFrequencyMS: 500 - appname: networkErrorHandshakeTest - operations: - # The network error on the initial handshake should mark the server - # Unknown (emitting a ServerDescriptionChangedEvent) and clear the pool. - - name: waitForEvent - object: testRunner - arguments: - event: ServerMarkedUnknownEvent - count: 1 - # Perform an operation to ensure the node is discovered. - - name: insertMany - object: collection - arguments: - documents: - - _id: 1 - - _id: 2 - # We cannot assert the server was marked Unknown and pool was cleared an - # exact number of times because the RTT hello may or may not have - # triggered this failpoint as well. - # - name: assertEventCount - # object: testRunner - # arguments: - # event: ServerMarkedUnknownEvent - # count: 1 - # - name: assertEventCount - # object: testRunner - # arguments: - # event: PoolClearedEvent - # count: 1 - - expectations: - - command_started_event: - command: - insert: *collection_name - documents: - - _id: 1 - - _id: 2 - command_name: insert - database_name: *database_name - - outcome: - collection: - data: - - {_id: 1} - - {_id: 2} - - - description: Network error on Monitor check - clientOptions: - retryWrites: false - connectTimeoutMS: 250 - heartbeatFrequencyMS: 500 - appname: networkErrorCheckTest - operations: - # Perform an operation to ensure the node is discovered. - - name: insertMany - object: collection - arguments: - documents: - - _id: 1 - - _id: 2 - # Configure the next streaming hello check to fail with a non-timeout - # network error. Use times: 2 to ensure that the the Monitor check fails - # since the RTT hello may trigger this failpoint as well. - - name: configureFailPoint - object: testRunner - arguments: - failPoint: - configureFailPoint: failCommand - mode: { times: 2 } - data: - failCommands: ["hello", "isMaster"] - appName: networkErrorCheckTest - closeConnection: true - # The network error on the next check should mark the server Unknown and - # clear the pool. - - name: waitForEvent - object: testRunner - arguments: - event: ServerMarkedUnknownEvent - count: 1 - - name: waitForEvent - object: testRunner - arguments: - event: PoolClearedEvent - count: 1 - # Perform an operation to ensure the node is rediscovered. - - name: insertMany - object: collection - arguments: - documents: - - _id: 3 - - _id: 4 - # We cannot assert the server was marked Unknown and pool was cleared an - # exact number of times because the RTT hello may or may not have - # triggered this failpoint as well. - # - name: assertEventCount - # object: testRunner - # arguments: - # event: ServerMarkedUnknownEvent - # count: 1 - # - name: assertEventCount - # object: testRunner - # arguments: - # event: PoolClearedEvent - # count: 1 - - expectations: - - command_started_event: - command: - insert: *collection_name - documents: - - _id: 1 - - _id: 2 - command_name: insert - database_name: *database_name - - command_started_event: - command: - insert: *collection_name - documents: - - _id: 3 - - _id: 4 - command_name: insert - database_name: *database_name - - outcome: - collection: - data: - - {_id: 1} - - {_id: 2} - - {_id: 3} - - {_id: 4} diff --git a/test/spec/server-discovery-and-monitoring/integration/hello-timeout.json b/test/spec/server-discovery-and-monitoring/integration/hello-timeout.json deleted file mode 100644 index 7bdc61a9126..00000000000 --- a/test/spec/server-discovery-and-monitoring/integration/hello-timeout.json +++ /dev/null @@ -1,353 +0,0 @@ -{ - "runOn": [ - { - "minServerVersion": "4.4" - } - ], - "database_name": "sdam-tests", - "collection_name": "hello-timeout", - "data": [], - "tests": [ - { - "description": "Network timeout on Monitor handshake", - "failPoint": { - "configureFailPoint": "failCommand", - "mode": { - "times": 2 - }, - "data": { - "failCommands": [ - "hello", - "isMaster" - ], - "appName": "timeoutMonitorHandshakeTest", - "blockConnection": true, - "blockTimeMS": 1000 - } - }, - "clientOptions": { - "retryWrites": false, - "connectTimeoutMS": 250, - "heartbeatFrequencyMS": 500, - "appname": "timeoutMonitorHandshakeTest" - }, - "operations": [ - { - "name": "waitForEvent", - "object": "testRunner", - "arguments": { - "event": "ServerMarkedUnknownEvent", - "count": 1 - } - }, - { - "name": "insertMany", - "object": "collection", - "arguments": { - "documents": [ - { - "_id": 1 - }, - { - "_id": 2 - } - ] - } - } - ], - "expectations": [ - { - "command_started_event": { - "command": { - "insert": "hello-timeout", - "documents": [ - { - "_id": 1 - }, - { - "_id": 2 - } - ] - }, - "command_name": "insert", - "database_name": "sdam-tests" - } - } - ], - "outcome": { - "collection": { - "data": [ - { - "_id": 1 - }, - { - "_id": 2 - } - ] - } - } - }, - { - "description": "Network timeout on Monitor check", - "clientOptions": { - "retryWrites": false, - "connectTimeoutMS": 750, - "heartbeatFrequencyMS": 500, - "appname": "timeoutMonitorCheckTest" - }, - "operations": [ - { - "name": "insertMany", - "object": "collection", - "arguments": { - "documents": [ - { - "_id": 1 - }, - { - "_id": 2 - } - ] - } - }, - { - "name": "configureFailPoint", - "object": "testRunner", - "arguments": { - "failPoint": { - "configureFailPoint": "failCommand", - "mode": { - "times": 2 - }, - "data": { - "failCommands": [ - "hello", - "isMaster" - ], - "appName": "timeoutMonitorCheckTest", - "blockConnection": true, - "blockTimeMS": 1000 - } - } - } - }, - { - "name": "waitForEvent", - "object": "testRunner", - "arguments": { - "event": "ServerMarkedUnknownEvent", - "count": 1 - } - }, - { - "name": "waitForEvent", - "object": "testRunner", - "arguments": { - "event": "PoolClearedEvent", - "count": 1 - } - }, - { - "name": "insertMany", - "object": "collection", - "arguments": { - "documents": [ - { - "_id": 3 - }, - { - "_id": 4 - } - ] - } - }, - { - "name": "assertEventCount", - "object": "testRunner", - "arguments": { - "event": "ServerMarkedUnknownEvent", - "count": 1 - } - }, - { - "name": "assertEventCount", - "object": "testRunner", - "arguments": { - "event": "PoolClearedEvent", - "count": 1 - } - } - ], - "expectations": [ - { - "command_started_event": { - "command": { - "insert": "hello-timeout", - "documents": [ - { - "_id": 1 - }, - { - "_id": 2 - } - ] - }, - "command_name": "insert", - "database_name": "sdam-tests" - } - }, - { - "command_started_event": { - "command": { - "insert": "hello-timeout", - "documents": [ - { - "_id": 3 - }, - { - "_id": 4 - } - ] - }, - "command_name": "insert", - "database_name": "sdam-tests" - } - } - ], - "outcome": { - "collection": { - "data": [ - { - "_id": 1 - }, - { - "_id": 2 - }, - { - "_id": 3 - }, - { - "_id": 4 - } - ] - } - } - }, - { - "description": "Driver extends timeout while streaming", - "clientOptions": { - "retryWrites": false, - "connectTimeoutMS": 250, - "heartbeatFrequencyMS": 500, - "appname": "extendsTimeoutTest" - }, - "operations": [ - { - "name": "insertMany", - "object": "collection", - "arguments": { - "documents": [ - { - "_id": 1 - }, - { - "_id": 2 - } - ] - } - }, - { - "name": "wait", - "object": "testRunner", - "arguments": { - "ms": 2000 - } - }, - { - "name": "insertMany", - "object": "collection", - "arguments": { - "documents": [ - { - "_id": 3 - }, - { - "_id": 4 - } - ] - } - }, - { - "name": "assertEventCount", - "object": "testRunner", - "arguments": { - "event": "ServerMarkedUnknownEvent", - "count": 0 - } - }, - { - "name": "assertEventCount", - "object": "testRunner", - "arguments": { - "event": "PoolClearedEvent", - "count": 0 - } - } - ], - "expectations": [ - { - "command_started_event": { - "command": { - "insert": "hello-timeout", - "documents": [ - { - "_id": 1 - }, - { - "_id": 2 - } - ] - }, - "command_name": "insert", - "database_name": "sdam-tests" - } - }, - { - "command_started_event": { - "command": { - "insert": "hello-timeout", - "documents": [ - { - "_id": 3 - }, - { - "_id": 4 - } - ] - }, - "command_name": "insert", - "database_name": "sdam-tests" - } - } - ], - "outcome": { - "collection": { - "data": [ - { - "_id": 1 - }, - { - "_id": 2 - }, - { - "_id": 3 - }, - { - "_id": 4 - } - ] - } - } - } - ] -} diff --git a/test/spec/server-discovery-and-monitoring/integration/hello-timeout.yml b/test/spec/server-discovery-and-monitoring/integration/hello-timeout.yml deleted file mode 100644 index 6c91ca9a720..00000000000 --- a/test/spec/server-discovery-and-monitoring/integration/hello-timeout.yml +++ /dev/null @@ -1,223 +0,0 @@ -# Test SDAM error handling. -runOn: - # failCommand appName requirements - - minServerVersion: "4.4" - -database_name: &database_name "sdam-tests" -collection_name: &collection_name "hello-timeout" - -data: [] - -tests: - - description: Network timeout on Monitor handshake - # Configure the initial handshake to fail with a timeout. - # Use times: 2 so that the RTT hello is blocked as well. - failPoint: - configureFailPoint: failCommand - mode: { times: 2 } - data: - failCommands: ["hello", "isMaster"] - appName: timeoutMonitorHandshakeTest - blockConnection: true - blockTimeMS: 1000 - clientOptions: - retryWrites: false - connectTimeoutMS: 250 - heartbeatFrequencyMS: 500 - appname: timeoutMonitorHandshakeTest - operations: - # The network error on the initial handshake should mark the server - # Unknown (emitting a ServerDescriptionChangedEvent) and clear the pool. - - name: waitForEvent - object: testRunner - arguments: - event: ServerMarkedUnknownEvent - count: 1 - # Perform an operation to ensure the node is discovered. - - name: insertMany - object: collection - arguments: - documents: - - _id: 1 - - _id: 2 - # We cannot assert the server was marked Unknown and pool was cleared an - # exact number of times because the RTT hello may or may not have - # triggered this failpoint as well. - # - name: assertEventCount - # object: testRunner - # arguments: - # event: ServerMarkedUnknownEvent - # count: 1 - # - name: assertEventCount - # object: testRunner - # arguments: - # event: PoolClearedEvent - # count: 1 - - expectations: - - command_started_event: - command: - insert: *collection_name - documents: - - _id: 1 - - _id: 2 - command_name: insert - database_name: *database_name - - outcome: - collection: - data: - - {_id: 1} - - {_id: 2} - - - description: Network timeout on Monitor check - clientOptions: - retryWrites: false - connectTimeoutMS: 750 - heartbeatFrequencyMS: 500 - appname: timeoutMonitorCheckTest - operations: - # Perform an operation to ensure the node is discovered. - - name: insertMany - object: collection - arguments: - documents: - - _id: 1 - - _id: 2 - # Configure the next streaming hello check to fail with a timeout - # Use times: 2 so that the RTT hello is blocked as well. - - name: configureFailPoint - object: testRunner - arguments: - failPoint: - configureFailPoint: failCommand - mode: { times: 2 } - data: - failCommands: ["hello", "isMaster"] - appName: timeoutMonitorCheckTest - blockConnection: true - # blockTimeMS is evaluated after the waiting for heartbeatFrequencyMS server-side, so this value only - # needs to be greater than connectTimeoutMS. The driver will wait for (500+750)ms and the server will - # respond after (500+1000)ms. - blockTimeMS: 1000 - # The network error on the next check should mark the server Unknown and - # clear the pool. - - name: waitForEvent - object: testRunner - arguments: - event: ServerMarkedUnknownEvent - count: 1 - - name: waitForEvent - object: testRunner - arguments: - event: PoolClearedEvent - count: 1 - # Perform an operation to ensure the node is rediscovered. - - name: insertMany - object: collection - arguments: - documents: - - _id: 3 - - _id: 4 - # Assert the server was marked Unknown and pool was cleared exactly once. - - name: assertEventCount - object: testRunner - arguments: - event: ServerMarkedUnknownEvent - count: 1 - - name: assertEventCount - object: testRunner - arguments: - event: PoolClearedEvent - count: 1 - - expectations: - - command_started_event: - command: - insert: *collection_name - documents: - - _id: 1 - - _id: 2 - command_name: insert - database_name: *database_name - - command_started_event: - command: - insert: *collection_name - documents: - - _id: 3 - - _id: 4 - command_name: insert - database_name: *database_name - - outcome: - collection: - data: - - {_id: 1} - - {_id: 2} - - {_id: 3} - - {_id: 4} - - - description: Driver extends timeout while streaming - clientOptions: - retryWrites: false - connectTimeoutMS: 250 - heartbeatFrequencyMS: 500 - appname: extendsTimeoutTest - operations: - # Perform an operation to ensure the node is discovered. - - name: insertMany - object: collection - arguments: - documents: - - _id: 1 - - _id: 2 - # Wait for multiple monitor checks to complete. - - name: wait - object: testRunner - arguments: - ms: 2000 - # Perform an operation to ensure the node is still selectable. - - name: insertMany - object: collection - arguments: - documents: - - _id: 3 - - _id: 4 - # Assert that the server was never marked Unknown and the pool was never - # cleared. - - name: assertEventCount - object: testRunner - arguments: - event: ServerMarkedUnknownEvent - count: 0 - - name: assertEventCount - object: testRunner - arguments: - event: PoolClearedEvent - count: 0 - - expectations: - - command_started_event: - command: - insert: *collection_name - documents: - - _id: 1 - - _id: 2 - command_name: insert - database_name: *database_name - - command_started_event: - command: - insert: *collection_name - documents: - - _id: 3 - - _id: 4 - command_name: insert - database_name: *database_name - - outcome: - collection: - data: - - {_id: 1} - - {_id: 2} - - {_id: 3} - - {_id: 4} diff --git a/test/spec/server-discovery-and-monitoring/integration/insert-network-error.json b/test/spec/server-discovery-and-monitoring/integration/insert-network-error.json deleted file mode 100644 index fa8bb253e12..00000000000 --- a/test/spec/server-discovery-and-monitoring/integration/insert-network-error.json +++ /dev/null @@ -1,156 +0,0 @@ -{ - "runOn": [ - { - "minServerVersion": "4.4" - } - ], - "database_name": "sdam-tests", - "collection_name": "insert-network-error", - "data": [ - { - "_id": 1 - }, - { - "_id": 2 - } - ], - "tests": [ - { - "description": "Reset server and pool after network error on insert", - "failPoint": { - "configureFailPoint": "failCommand", - "mode": { - "times": 1 - }, - "data": { - "failCommands": [ - "insert" - ], - "closeConnection": true, - "appName": "insertNetworkErrorTest" - } - }, - "clientOptions": { - "retryWrites": false, - "appname": "insertNetworkErrorTest" - }, - "operations": [ - { - "name": "insertMany", - "object": "collection", - "arguments": { - "documents": [ - { - "_id": 3 - }, - { - "_id": 4 - } - ] - }, - "error": true - }, - { - "name": "waitForEvent", - "object": "testRunner", - "arguments": { - "event": "ServerMarkedUnknownEvent", - "count": 1 - } - }, - { - "name": "waitForEvent", - "object": "testRunner", - "arguments": { - "event": "PoolClearedEvent", - "count": 1 - } - }, - { - "name": "insertMany", - "object": "collection", - "arguments": { - "documents": [ - { - "_id": 5 - }, - { - "_id": 6 - } - ] - } - }, - { - "name": "assertEventCount", - "object": "testRunner", - "arguments": { - "event": "ServerMarkedUnknownEvent", - "count": 1 - } - }, - { - "name": "assertEventCount", - "object": "testRunner", - "arguments": { - "event": "PoolClearedEvent", - "count": 1 - } - } - ], - "expectations": [ - { - "command_started_event": { - "command": { - "insert": "insert-network-error", - "documents": [ - { - "_id": 3 - }, - { - "_id": 4 - } - ] - }, - "command_name": "insert", - "database_name": "sdam-tests" - } - }, - { - "command_started_event": { - "command": { - "insert": "insert-network-error", - "documents": [ - { - "_id": 5 - }, - { - "_id": 6 - } - ] - }, - "command_name": "insert", - "database_name": "sdam-tests" - } - } - ], - "outcome": { - "collection": { - "data": [ - { - "_id": 1 - }, - { - "_id": 2 - }, - { - "_id": 5 - }, - { - "_id": 6 - } - ] - } - } - } - ] -} diff --git a/test/spec/server-discovery-and-monitoring/integration/insert-network-error.yml b/test/spec/server-discovery-and-monitoring/integration/insert-network-error.yml deleted file mode 100644 index ddd9f356b41..00000000000 --- a/test/spec/server-discovery-and-monitoring/integration/insert-network-error.yml +++ /dev/null @@ -1,86 +0,0 @@ -# Test SDAM error handling. -runOn: - # failCommand appName requirements - - minServerVersion: "4.4" - -database_name: &database_name "sdam-tests" -collection_name: &collection_name "insert-network-error" - -data: &data - - {_id: 1} - - {_id: 2} - -tests: - - description: Reset server and pool after network error on insert - failPoint: - configureFailPoint: failCommand - mode: { times: 1 } - data: - failCommands: ["insert"] - closeConnection: true - appName: insertNetworkErrorTest - clientOptions: - retryWrites: false - appname: insertNetworkErrorTest - operations: - - name: insertMany - object: collection - arguments: - documents: - - _id: 3 - - _id: 4 - error: true - - name: waitForEvent - object: testRunner - arguments: - event: ServerMarkedUnknownEvent - count: 1 - - name: waitForEvent - object: testRunner - arguments: - event: PoolClearedEvent - count: 1 - # Perform another operation to ensure the node is rediscovered. - - name: insertMany - object: collection - arguments: - documents: - - _id: 5 - - _id: 6 - # Assert the server was marked Unknown and pool was cleared exactly once. - - name: assertEventCount - object: testRunner - arguments: - event: ServerMarkedUnknownEvent - count: 1 - - name: assertEventCount - object: testRunner - arguments: - event: PoolClearedEvent - count: 1 - - expectations: - - command_started_event: - command: - insert: *collection_name - documents: - - _id: 3 - - _id: 4 - command_name: insert - database_name: *database_name - - command_started_event: - command: - insert: *collection_name - documents: - - _id: 5 - - _id: 6 - command_name: insert - database_name: *database_name - - outcome: - collection: - data: - - {_id: 1} - - {_id: 2} - - {_id: 5} - - {_id: 6} diff --git a/test/spec/server-discovery-and-monitoring/integration/insert-shutdown-error.json b/test/spec/server-discovery-and-monitoring/integration/insert-shutdown-error.json deleted file mode 100644 index edde149a91b..00000000000 --- a/test/spec/server-discovery-and-monitoring/integration/insert-shutdown-error.json +++ /dev/null @@ -1,167 +0,0 @@ -{ - "runOn": [ - { - "minServerVersion": "4.4" - } - ], - "database_name": "sdam-tests", - "collection_name": "insert-shutdown-error", - "data": [], - "tests": [ - { - "description": "Concurrent shutdown error on insert", - "clientOptions": { - "retryWrites": false, - "heartbeatFrequencyMS": 500, - "appname": "shutdownErrorInsertTest" - }, - "operations": [ - { - "name": "insertOne", - "object": "collection", - "arguments": { - "document": { - "_id": 1 - } - } - }, - { - "name": "configureFailPoint", - "object": "testRunner", - "arguments": { - "failPoint": { - "configureFailPoint": "failCommand", - "mode": { - "times": 2 - }, - "data": { - "failCommands": [ - "insert" - ], - "appName": "shutdownErrorInsertTest", - "errorCode": 91, - "blockConnection": true, - "blockTimeMS": 500 - } - } - } - }, - { - "name": "startThread", - "object": "testRunner", - "arguments": { - "name": "thread1" - } - }, - { - "name": "startThread", - "object": "testRunner", - "arguments": { - "name": "thread2" - } - }, - { - "name": "runOnThread", - "object": "testRunner", - "arguments": { - "name": "thread1", - "operation": { - "name": "insertOne", - "object": "collection", - "arguments": { - "document": { - "_id": 2 - } - }, - "error": true - } - } - }, - { - "name": "runOnThread", - "object": "testRunner", - "arguments": { - "name": "thread2", - "operation": { - "name": "insertOne", - "object": "collection", - "arguments": { - "document": { - "_id": 3 - } - }, - "error": true - } - } - }, - { - "name": "waitForThread", - "object": "testRunner", - "arguments": { - "name": "thread1" - } - }, - { - "name": "waitForThread", - "object": "testRunner", - "arguments": { - "name": "thread2" - } - }, - { - "name": "waitForEvent", - "object": "testRunner", - "arguments": { - "event": "ServerMarkedUnknownEvent", - "count": 1 - } - }, - { - "name": "waitForEvent", - "object": "testRunner", - "arguments": { - "event": "PoolClearedEvent", - "count": 1 - } - }, - { - "name": "insertOne", - "object": "collection", - "arguments": { - "document": { - "_id": 4 - } - } - }, - { - "name": "assertEventCount", - "object": "testRunner", - "arguments": { - "event": "ServerMarkedUnknownEvent", - "count": 1 - } - }, - { - "name": "assertEventCount", - "object": "testRunner", - "arguments": { - "event": "PoolClearedEvent", - "count": 1 - } - } - ], - "outcome": { - "collection": { - "data": [ - { - "_id": 1 - }, - { - "_id": 4 - } - ] - } - } - } - ] -} diff --git a/test/spec/server-discovery-and-monitoring/integration/insert-shutdown-error.yml b/test/spec/server-discovery-and-monitoring/integration/insert-shutdown-error.yml deleted file mode 100644 index 503607a6bd6..00000000000 --- a/test/spec/server-discovery-and-monitoring/integration/insert-shutdown-error.yml +++ /dev/null @@ -1,115 +0,0 @@ -# Test SDAM error handling. -runOn: - # failCommand appName requirements - - minServerVersion: "4.4" - -database_name: &database_name "sdam-tests" -collection_name: &collection_name "insert-shutdown-error" - -data: [] - -tests: - - description: Concurrent shutdown error on insert - clientOptions: - retryWrites: false - heartbeatFrequencyMS: 500 - appname: shutdownErrorInsertTest - operations: - # Perform an operation to ensure the node is discovered. - - name: insertOne - object: collection - arguments: - document: - _id: 1 - # Configure the next two inserts to fail with a non-timeout shutdown - # errors. Block the connection for 500ms to ensure both operations check - # out connections from the same pool generation. - - name: configureFailPoint - object: testRunner - arguments: - failPoint: - configureFailPoint: failCommand - mode: { times: 2 } - data: - failCommands: ["insert"] - appName: shutdownErrorInsertTest - errorCode: 91 - blockConnection: true - blockTimeMS: 500 - # Start threads. - - name: startThread - object: testRunner - arguments: - name: thread1 - - name: startThread - object: testRunner - arguments: - name: thread2 - # Perform concurrent insert operations. Both fail with shutdown errors. - - name: runOnThread - object: testRunner - arguments: - name: thread1 - operation: - name: insertOne - object: collection - arguments: - document: - _id: 2 - error: true - - name: runOnThread - object: testRunner - arguments: - name: thread2 - operation: - name: insertOne - object: collection - arguments: - document: - _id: 3 - error: true - # Stop threads. - - name: waitForThread - object: testRunner - arguments: - name: thread1 - - name: waitForThread - object: testRunner - arguments: - name: thread2 - # The first shutdown error should mark the server Unknown and then clear - # the pool. - - name: waitForEvent - object: testRunner - arguments: - event: ServerMarkedUnknownEvent - count: 1 - - name: waitForEvent - object: testRunner - arguments: - event: PoolClearedEvent - count: 1 - # Perform an operation to ensure the node is rediscovered. - - name: insertOne - object: collection - arguments: - document: - _id: 4 - # Assert the server was marked Unknown and pool was cleared exactly once. - - name: assertEventCount - object: testRunner - arguments: - event: ServerMarkedUnknownEvent - count: 1 - - name: assertEventCount - object: testRunner - arguments: - event: PoolClearedEvent - count: 1 - - # Order of operations is non-deterministic so we cannot check events. - outcome: - collection: - data: - - {_id: 1} - - {_id: 4} diff --git a/test/spec/server-discovery-and-monitoring/integration/minPoolSize-error.json b/test/spec/server-discovery-and-monitoring/integration/minPoolSize-error.json deleted file mode 100644 index 9f8e4f6f8be..00000000000 --- a/test/spec/server-discovery-and-monitoring/integration/minPoolSize-error.json +++ /dev/null @@ -1,102 +0,0 @@ -{ - "runOn": [ - { - "minServerVersion": "4.9" - } - ], - "database_name": "sdam-tests", - "collection_name": "sdam-minPoolSize-error", - "data": [], - "tests": [ - { - "description": "Network error on minPoolSize background creation", - "failPoint": { - "configureFailPoint": "failCommand", - "mode": { - "skip": 3 - }, - "data": { - "failCommands": [ - "hello", - "isMaster" - ], - "appName": "SDAMminPoolSizeError", - "closeConnection": true - } - }, - "clientOptions": { - "heartbeatFrequencyMS": 10000, - "appname": "SDAMminPoolSizeError", - "minPoolSize": 10, - "serverSelectionTimeoutMS": 1000, - "directConnection": true - }, - "operations": [ - { - "name": "waitForEvent", - "object": "testRunner", - "arguments": { - "event": "PoolReadyEvent", - "count": 1 - } - }, - { - "name": "waitForEvent", - "object": "testRunner", - "arguments": { - "event": "PoolClearedEvent", - "count": 1 - } - }, - { - "name": "waitForEvent", - "object": "testRunner", - "arguments": { - "event": "ServerMarkedUnknownEvent", - "count": 1 - } - }, - { - "name": "runCommand", - "object": "database", - "command_name": "ping", - "arguments": { - "command": { - "ping": {} - } - }, - "error": true - }, - { - "name": "configureFailPoint", - "object": "testRunner", - "arguments": { - "failPoint": { - "configureFailPoint": "failCommand", - "mode": "off" - } - } - }, - { - "name": "runCommand", - "object": "database", - "command_name": "ping", - "arguments": { - "command": { - "ping": 1 - } - }, - "error": false - }, - { - "name": "assertEventCount", - "object": "testRunner", - "arguments": { - "event": "PoolReadyEvent", - "count": 2 - } - } - ] - } - ] -} diff --git a/test/spec/server-discovery-and-monitoring/integration/minPoolSize-error.yml b/test/spec/server-discovery-and-monitoring/integration/minPoolSize-error.yml deleted file mode 100644 index 32727288931..00000000000 --- a/test/spec/server-discovery-and-monitoring/integration/minPoolSize-error.yml +++ /dev/null @@ -1,77 +0,0 @@ -# Test SDAM error handling. -runOn: - # failCommand appName requirements - - minServerVersion: "4.9" - -database_name: &database_name "sdam-tests" -collection_name: &collection_name "sdam-minPoolSize-error" - -data: [] - -tests: - - description: Network error on minPoolSize background creation - # Configure the initial monitor handshake to succeed but the - # first or second background minPoolSize establishments to fail. - failPoint: - configureFailPoint: failCommand - mode: { skip: 3 } - data: - failCommands: ["hello", "isMaster"] - appName: SDAMminPoolSizeError - closeConnection: true - clientOptions: - heartbeatFrequencyMS: 10000 - appname: SDAMminPoolSizeError - minPoolSize: 10 - serverSelectionTimeoutMS: 1000 - directConnection: true - operations: - # Wait for monitor to succeed handshake and mark the pool as ready. - - name: waitForEvent - object: testRunner - arguments: - event: PoolReadyEvent - count: 1 - # Background connection establishment ensuring minPoolSize should fail, - # causing the pool to be cleared. - - name: waitForEvent - object: testRunner - arguments: - event: PoolClearedEvent - count: 1 - # The server should be marked as Unknown as part of this. - - name: waitForEvent - object: testRunner - arguments: - event: ServerMarkedUnknownEvent - count: 1 - # Executing a command should fail server selection due to not being able - # to find the primary. - - name: runCommand - object: database - command_name: ping - arguments: - command: - ping: {} - error: true - # Disable the failpoint, allowing the monitor to discover the primary again. - - name: configureFailPoint - object: testRunner - arguments: - failPoint: - configureFailPoint: failCommand - mode: off - # Perform an operation to ensure the node is discovered. - - name: runCommand - object: database - command_name: ping - arguments: - command: - ping: 1 - error: false - # Assert that the monitor discovered the primary and mark the pool as ready again. - - name: assertEventCount - object: testRunner - arguments: - event: PoolReadyEvent - count: 2 diff --git a/test/spec/server-discovery-and-monitoring/integration/rediscover-quickly-after-step-down.json b/test/spec/server-discovery-and-monitoring/integration/rediscover-quickly-after-step-down.json deleted file mode 100644 index 41fbdc695cf..00000000000 --- a/test/spec/server-discovery-and-monitoring/integration/rediscover-quickly-after-step-down.json +++ /dev/null @@ -1,165 +0,0 @@ -{ - "runOn": [ - { - "minServerVersion": "4.4", - "topology": [ - "replicaset" - ] - } - ], - "database_name": "sdam-tests", - "collection_name": "test-replSetStepDown", - "data": [ - { - "_id": 1 - }, - { - "_id": 2 - } - ], - "tests": [ - { - "description": "Rediscover quickly after replSetStepDown", - "clientOptions": { - "appname": "replSetStepDownTest", - "heartbeatFrequencyMS": 60000, - "serverSelectionTimeoutMS": 5000, - "w": "majority" - }, - "operations": [ - { - "name": "insertMany", - "object": "collection", - "arguments": { - "documents": [ - { - "_id": 3 - }, - { - "_id": 4 - } - ] - } - }, - { - "name": "recordPrimary", - "object": "testRunner" - }, - { - "name": "runAdminCommand", - "object": "testRunner", - "command_name": "replSetFreeze", - "arguments": { - "command": { - "replSetFreeze": 0 - }, - "readPreference": { - "mode": "Secondary" - } - } - }, - { - "name": "runAdminCommand", - "object": "testRunner", - "command_name": "replSetStepDown", - "arguments": { - "command": { - "replSetStepDown": 30, - "secondaryCatchUpPeriodSecs": 30, - "force": false - } - } - }, - { - "name": "waitForPrimaryChange", - "object": "testRunner", - "arguments": { - "timeoutMS": 15000 - } - }, - { - "name": "insertMany", - "object": "collection", - "arguments": { - "documents": [ - { - "_id": 5 - }, - { - "_id": 6 - } - ] - } - }, - { - "name": "assertEventCount", - "object": "testRunner", - "arguments": { - "event": "PoolClearedEvent", - "count": 0 - } - } - ], - "expectations": [ - { - "command_started_event": { - "command": { - "insert": "test-replSetStepDown", - "documents": [ - { - "_id": 3 - }, - { - "_id": 4 - } - ] - }, - "command_name": "insert", - "database_name": "sdam-tests" - } - }, - { - "command_started_event": { - "command": { - "insert": "test-replSetStepDown", - "documents": [ - { - "_id": 5 - }, - { - "_id": 6 - } - ] - }, - "command_name": "insert", - "database_name": "sdam-tests" - } - } - ], - "outcome": { - "collection": { - "data": [ - { - "_id": 1 - }, - { - "_id": 2 - }, - { - "_id": 3 - }, - { - "_id": 4 - }, - { - "_id": 5 - }, - { - "_id": 6 - } - ] - } - } - } - ] -} diff --git a/test/spec/server-discovery-and-monitoring/integration/rediscover-quickly-after-step-down.yml b/test/spec/server-discovery-and-monitoring/integration/rediscover-quickly-after-step-down.yml deleted file mode 100644 index fd8b4307039..00000000000 --- a/test/spec/server-discovery-and-monitoring/integration/rediscover-quickly-after-step-down.yml +++ /dev/null @@ -1,98 +0,0 @@ -runOn: - # 4.4 is required for streaming. - # A replica set is required for replSetStepDown. - - minServerVersion: "4.4" - topology: ["replicaset"] - -database_name: &database_name "sdam-tests" -collection_name: &collection_name "test-replSetStepDown" - -data: &data - - {_id: 1} - - {_id: 2} - -tests: - - description: Rediscover quickly after replSetStepDown - clientOptions: - appname: replSetStepDownTest - # Configure a large heartbeatFrequencyMS - heartbeatFrequencyMS: 60000 - # Configure a much smaller server selection timeout so that the test - # will error when it cannot discover the new primary soon. - serverSelectionTimeoutMS: 5000 - w: majority - operations: - # Discover the primary. - - name: insertMany - object: collection - arguments: - documents: - - _id: 3 - - _id: 4 - - name: recordPrimary - object: testRunner - # Unfreeze a secondary with replSetFreeze:0 to ensure a speedy election. - - name: runAdminCommand - object: testRunner - command_name: replSetFreeze - arguments: - command: - replSetFreeze: 0 - readPreference: - mode: Secondary - # Run replSetStepDown on the meta client. - - name: runAdminCommand - object: testRunner - command_name: replSetStepDown - arguments: - command: - replSetStepDown: 30 - secondaryCatchUpPeriodSecs: 30 - force: false - - name: waitForPrimaryChange - object: testRunner - arguments: - # We use a relatively large timeout here to workaround slow - # elections on Windows, possibly caused by SERVER-48154. - timeoutMS: 15000 - # Rediscover the new primary. - - name: insertMany - object: collection - arguments: - documents: - - _id: 5 - - _id: 6 - # Assert that no pools were cleared. - - name: assertEventCount - object: testRunner - arguments: - event: PoolClearedEvent - count: 0 - - expectations: - - command_started_event: - command: - insert: *collection_name - documents: - - _id: 3 - - _id: 4 - command_name: insert - database_name: *database_name - - command_started_event: - command: - insert: *collection_name - documents: - - _id: 5 - - _id: 6 - command_name: insert - database_name: *database_name - - outcome: - collection: - data: - - {_id: 1} - - {_id: 2} - - {_id: 3} - - {_id: 4} - - {_id: 5} - - {_id: 6} diff --git a/test/spec/server-discovery-and-monitoring/unified/auth-error.json b/test/spec/server-discovery-and-monitoring/unified/auth-error.json new file mode 100644 index 00000000000..5c78ecfe503 --- /dev/null +++ b/test/spec/server-discovery-and-monitoring/unified/auth-error.json @@ -0,0 +1,230 @@ +{ + "description": "auth-error", + "schemaVersion": "1.10", + "runOnRequirements": [ + { + "minServerVersion": "4.4", + "auth": true, + "serverless": "forbid", + "topologies": [ + "single", + "replicaset", + "sharded" + ] + } + ], + "createEntities": [ + { + "client": { + "id": "setupClient", + "useMultipleMongoses": false + } + } + ], + "initialData": [ + { + "collectionName": "auth-error", + "databaseName": "sdam-tests", + "documents": [ + { + "_id": 1 + }, + { + "_id": 2 + } + ] + } + ], + "tests": [ + { + "description": "Reset server and pool after AuthenticationFailure error", + "operations": [ + { + "name": "failPoint", + "object": "testRunner", + "arguments": { + "client": "setupClient", + "failPoint": { + "configureFailPoint": "failCommand", + "mode": { + "times": 1 + }, + "data": { + "failCommands": [ + "saslContinue" + ], + "appName": "authErrorTest", + "errorCode": 18 + } + } + } + }, + { + "name": "createEntities", + "object": "testRunner", + "arguments": { + "entities": [ + { + "client": { + "id": "client", + "useMultipleMongoses": false, + "observeEvents": [ + "commandStartedEvent", + "serverDescriptionChangedEvent", + "poolClearedEvent" + ], + "uriOptions": { + "retryWrites": false, + "appname": "authErrorTest" + } + } + }, + { + "database": { + "id": "database", + "client": "client", + "databaseName": "sdam-tests" + } + }, + { + "collection": { + "id": "collection", + "database": "database", + "collectionName": "auth-error" + } + } + ] + } + }, + { + "name": "insertMany", + "object": "collection", + "arguments": { + "documents": [ + { + "_id": 3 + }, + { + "_id": 4 + } + ] + }, + "expectError": { + "isError": true + } + }, + { + "name": "waitForEvent", + "object": "testRunner", + "arguments": { + "client": "client", + "event": { + "serverDescriptionChangedEvent": { + "newDescription": { + "type": "Unknown" + } + } + }, + "count": 1 + } + }, + { + "name": "waitForEvent", + "object": "testRunner", + "arguments": { + "client": "client", + "event": { + "poolClearedEvent": {} + }, + "count": 1 + } + }, + { + "name": "insertMany", + "object": "collection", + "arguments": { + "documents": [ + { + "_id": 5 + }, + { + "_id": 6 + } + ] + } + }, + { + "name": "assertEventCount", + "object": "testRunner", + "arguments": { + "client": "client", + "event": { + "serverDescriptionChangedEvent": { + "newDescription": { + "type": "Unknown" + } + } + }, + "count": 1 + } + }, + { + "name": "assertEventCount", + "object": "testRunner", + "arguments": { + "client": "client", + "event": { + "poolClearedEvent": {} + }, + "count": 1 + } + } + ], + "expectEvents": [ + { + "client": "client", + "eventType": "command", + "events": [ + { + "commandStartedEvent": { + "command": { + "insert": "auth-error", + "documents": [ + { + "_id": 5 + }, + { + "_id": 6 + } + ] + }, + "commandName": "insert", + "databaseName": "sdam-tests" + } + } + ] + } + ], + "outcome": [ + { + "collectionName": "auth-error", + "databaseName": "sdam-tests", + "documents": [ + { + "_id": 1 + }, + { + "_id": 2 + }, + { + "_id": 5 + }, + { + "_id": 6 + } + ] + } + ] + } + ] +} diff --git a/test/spec/server-discovery-and-monitoring/unified/auth-error.yml b/test/spec/server-discovery-and-monitoring/unified/auth-error.yml new file mode 100644 index 00000000000..b2dfc4eccc4 --- /dev/null +++ b/test/spec/server-discovery-and-monitoring/unified/auth-error.yml @@ -0,0 +1,130 @@ +description: auth-error + +schemaVersion: "1.10" + +runOnRequirements: + # failCommand appName requirements + - minServerVersion: "4.4" + auth: true + serverless: forbid + topologies: [ single, replicaset, sharded ] + +createEntities: + - client: + id: &setupClient setupClient + useMultipleMongoses: false + +initialData: &initialData + - collectionName: &collectionName auth-error + databaseName: &databaseName sdam-tests + documents: + - _id: 1 + - _id: 2 +tests: + - description: Reset server and pool after AuthenticationFailure error + operations: + - name: failPoint + object: testRunner + arguments: + client: *setupClient + failPoint: + configureFailPoint: failCommand + mode: + times: 1 + data: + failCommands: + - saslContinue + appName: authErrorTest + errorCode: 18 + - name: createEntities + object: testRunner + arguments: + entities: + - client: + id: &client client + useMultipleMongoses: false + observeEvents: + - commandStartedEvent + - serverDescriptionChangedEvent + - poolClearedEvent + uriOptions: + retryWrites: false + appname: authErrorTest + - database: + id: &database database + client: *client + databaseName: *databaseName + - collection: + id: &collection collection + database: *database + collectionName: *collectionName + - name: insertMany + object: *collection + arguments: + documents: + - _id: 3 + - _id: 4 + expectError: + isError: true + - name: waitForEvent + object: testRunner + arguments: + client: *client + event: + serverDescriptionChangedEvent: + newDescription: + type: Unknown + count: 1 + - name: waitForEvent + object: testRunner + arguments: + client: *client + event: + poolClearedEvent: {} + count: 1 + # Perform another operation to ensure the node is rediscovered. + - name: insertMany + object: *collection + arguments: + documents: + - _id: 5 + - _id: 6 + # Assert the server was marked Unknown and pool was cleared exactly once. + - name: assertEventCount + object: testRunner + arguments: + client: *client + event: + serverDescriptionChangedEvent: + newDescription: + type: Unknown + count: 1 + - name: assertEventCount + object: testRunner + arguments: + client: *client + event: + poolClearedEvent: {} + count: 1 + expectEvents: + # Note: The first insert command is never attempted because connection + # checkout fails. + - client: *client + eventType: command + events: + - commandStartedEvent: + command: + insert: auth-error + documents: + - _id: 5 + - _id: 6 + commandName: insert + databaseName: *databaseName + outcome: + - collectionName: *collectionName + databaseName: *databaseName + documents: + - _id: 1 + - _id: 2 + - _id: 5 + - _id: 6 diff --git a/test/spec/server-discovery-and-monitoring/unified/auth-misc-command-error.json b/test/spec/server-discovery-and-monitoring/unified/auth-misc-command-error.json new file mode 100644 index 00000000000..6e1b645461e --- /dev/null +++ b/test/spec/server-discovery-and-monitoring/unified/auth-misc-command-error.json @@ -0,0 +1,230 @@ +{ + "description": "auth-misc-command-error", + "schemaVersion": "1.10", + "runOnRequirements": [ + { + "minServerVersion": "4.4", + "auth": true, + "serverless": "forbid", + "topologies": [ + "single", + "replicaset", + "sharded" + ] + } + ], + "createEntities": [ + { + "client": { + "id": "setupClient", + "useMultipleMongoses": false + } + } + ], + "initialData": [ + { + "collectionName": "auth-misc-error", + "databaseName": "sdam-tests", + "documents": [ + { + "_id": 1 + }, + { + "_id": 2 + } + ] + } + ], + "tests": [ + { + "description": "Reset server and pool after misc command error", + "operations": [ + { + "name": "failPoint", + "object": "testRunner", + "arguments": { + "client": "setupClient", + "failPoint": { + "configureFailPoint": "failCommand", + "mode": { + "times": 1 + }, + "data": { + "failCommands": [ + "saslContinue" + ], + "appName": "authMiscErrorTest", + "errorCode": 1 + } + } + } + }, + { + "name": "createEntities", + "object": "testRunner", + "arguments": { + "entities": [ + { + "client": { + "id": "client", + "useMultipleMongoses": false, + "observeEvents": [ + "commandStartedEvent", + "serverDescriptionChangedEvent", + "poolClearedEvent" + ], + "uriOptions": { + "retryWrites": false, + "appname": "authMiscErrorTest" + } + } + }, + { + "database": { + "id": "database", + "client": "client", + "databaseName": "sdam-tests" + } + }, + { + "collection": { + "id": "collection", + "database": "database", + "collectionName": "auth-misc-error" + } + } + ] + } + }, + { + "name": "insertMany", + "object": "collection", + "arguments": { + "documents": [ + { + "_id": 3 + }, + { + "_id": 4 + } + ] + }, + "expectError": { + "isError": true + } + }, + { + "name": "waitForEvent", + "object": "testRunner", + "arguments": { + "client": "client", + "event": { + "serverDescriptionChangedEvent": { + "newDescription": { + "type": "Unknown" + } + } + }, + "count": 1 + } + }, + { + "name": "waitForEvent", + "object": "testRunner", + "arguments": { + "client": "client", + "event": { + "poolClearedEvent": {} + }, + "count": 1 + } + }, + { + "name": "insertMany", + "object": "collection", + "arguments": { + "documents": [ + { + "_id": 5 + }, + { + "_id": 6 + } + ] + } + }, + { + "name": "assertEventCount", + "object": "testRunner", + "arguments": { + "client": "client", + "event": { + "serverDescriptionChangedEvent": { + "newDescription": { + "type": "Unknown" + } + } + }, + "count": 1 + } + }, + { + "name": "assertEventCount", + "object": "testRunner", + "arguments": { + "client": "client", + "event": { + "poolClearedEvent": {} + }, + "count": 1 + } + } + ], + "expectEvents": [ + { + "client": "client", + "eventType": "command", + "events": [ + { + "commandStartedEvent": { + "command": { + "insert": "auth-misc-error", + "documents": [ + { + "_id": 5 + }, + { + "_id": 6 + } + ] + }, + "commandName": "insert", + "databaseName": "sdam-tests" + } + } + ] + } + ], + "outcome": [ + { + "collectionName": "auth-misc-error", + "databaseName": "sdam-tests", + "documents": [ + { + "_id": 1 + }, + { + "_id": 2 + }, + { + "_id": 5 + }, + { + "_id": 6 + } + ] + } + ] + } + ] +} diff --git a/test/spec/server-discovery-and-monitoring/unified/auth-misc-command-error.yml b/test/spec/server-discovery-and-monitoring/unified/auth-misc-command-error.yml new file mode 100644 index 00000000000..94d41d66167 --- /dev/null +++ b/test/spec/server-discovery-and-monitoring/unified/auth-misc-command-error.yml @@ -0,0 +1,132 @@ +--- +description: auth-misc-command-error + +schemaVersion: "1.10" + +runOnRequirements: + # failCommand appName requirements + - minServerVersion: "4.4" + auth: true + serverless: forbid + topologies: [ single, replicaset, sharded ] + +createEntities: + - client: + id: &setupClient setupClient + useMultipleMongoses: false + +initialData: &initialData + - collectionName: &collectionName auth-misc-error + databaseName: &databaseName sdam-tests + documents: + - _id: 1 + - _id: 2 + +tests: + - description: Reset server and pool after misc command error + operations: + - name: failPoint + object: testRunner + arguments: + client: *setupClient + failPoint: + configureFailPoint: failCommand + mode: + times: 1 + data: + failCommands: + - saslContinue + appName: authMiscErrorTest + errorCode: 1 # InternalError + - name: createEntities + object: testRunner + arguments: + entities: + - client: + id: &client client + useMultipleMongoses: false + observeEvents: + - commandStartedEvent + - serverDescriptionChangedEvent + - poolClearedEvent + uriOptions: + retryWrites: false + appname: authMiscErrorTest + - database: + id: &database database + client: *client + databaseName: *databaseName + - collection: + id: &collection collection + database: *database + collectionName: *collectionName + - name: insertMany + object: *collection + arguments: + documents: + - _id: 3 + - _id: 4 + expectError: + isError: true + - name: waitForEvent + object: testRunner + arguments: + client: *client + event: + serverDescriptionChangedEvent: + newDescription: + type: Unknown + count: 1 + - name: waitForEvent + object: testRunner + arguments: + client: *client + event: + poolClearedEvent: {} + count: 1 + # Perform another operation to ensure the node is rediscovered. + - name: insertMany + object: *collection + arguments: + documents: + - _id: 5 + - _id: 6 + # Assert the server was marked Unknown and pool was cleared exactly once. + - name: assertEventCount + object: testRunner + arguments: + client: *client + event: + serverDescriptionChangedEvent: + newDescription: + type: Unknown + count: 1 + - name: assertEventCount + object: testRunner + arguments: + client: *client + event: + poolClearedEvent: {} + count: 1 + expectEvents: + # Note: The first insert command is never attempted because connection + # checkout fails. + - client: *client + eventType: command + events: + - commandStartedEvent: + command: + insert: auth-misc-error + documents: + - _id: 5 + - _id: 6 + commandName: insert + databaseName: *databaseName + outcome: + - collectionName: *collectionName + databaseName: *databaseName + documents: + - _id: 1 + - _id: 2 + - _id: 5 + - _id: 6 diff --git a/test/spec/server-discovery-and-monitoring/unified/auth-network-error.json b/test/spec/server-discovery-and-monitoring/unified/auth-network-error.json new file mode 100644 index 00000000000..7606d2db7ab --- /dev/null +++ b/test/spec/server-discovery-and-monitoring/unified/auth-network-error.json @@ -0,0 +1,230 @@ +{ + "description": "auth-network-error", + "schemaVersion": "1.10", + "runOnRequirements": [ + { + "minServerVersion": "4.4", + "auth": true, + "serverless": "forbid", + "topologies": [ + "single", + "replicaset", + "sharded" + ] + } + ], + "createEntities": [ + { + "client": { + "id": "setupClient", + "useMultipleMongoses": false + } + } + ], + "initialData": [ + { + "collectionName": "auth-network-error", + "databaseName": "sdam-tests", + "documents": [ + { + "_id": 1 + }, + { + "_id": 2 + } + ] + } + ], + "tests": [ + { + "description": "Reset server and pool after network error during authentication", + "operations": [ + { + "name": "failPoint", + "object": "testRunner", + "arguments": { + "client": "setupClient", + "failPoint": { + "configureFailPoint": "failCommand", + "mode": { + "times": 1 + }, + "data": { + "failCommands": [ + "saslContinue" + ], + "closeConnection": true, + "appName": "authNetworkErrorTest" + } + } + } + }, + { + "name": "createEntities", + "object": "testRunner", + "arguments": { + "entities": [ + { + "client": { + "id": "client", + "useMultipleMongoses": false, + "observeEvents": [ + "commandStartedEvent", + "serverDescriptionChangedEvent", + "poolClearedEvent" + ], + "uriOptions": { + "retryWrites": false, + "appname": "authNetworkErrorTest" + } + } + }, + { + "database": { + "id": "database", + "client": "client", + "databaseName": "sdam-tests" + } + }, + { + "collection": { + "id": "collection", + "database": "database", + "collectionName": "auth-network-error" + } + } + ] + } + }, + { + "name": "insertMany", + "object": "collection", + "arguments": { + "documents": [ + { + "_id": 3 + }, + { + "_id": 4 + } + ] + }, + "expectError": { + "isError": true + } + }, + { + "name": "waitForEvent", + "object": "testRunner", + "arguments": { + "client": "client", + "event": { + "serverDescriptionChangedEvent": { + "newDescription": { + "type": "Unknown" + } + } + }, + "count": 1 + } + }, + { + "name": "waitForEvent", + "object": "testRunner", + "arguments": { + "client": "client", + "event": { + "poolClearedEvent": {} + }, + "count": 1 + } + }, + { + "name": "insertMany", + "object": "collection", + "arguments": { + "documents": [ + { + "_id": 5 + }, + { + "_id": 6 + } + ] + } + }, + { + "name": "assertEventCount", + "object": "testRunner", + "arguments": { + "client": "client", + "event": { + "serverDescriptionChangedEvent": { + "newDescription": { + "type": "Unknown" + } + } + }, + "count": 1 + } + }, + { + "name": "assertEventCount", + "object": "testRunner", + "arguments": { + "client": "client", + "event": { + "poolClearedEvent": {} + }, + "count": 1 + } + } + ], + "expectEvents": [ + { + "client": "client", + "eventType": "command", + "events": [ + { + "commandStartedEvent": { + "command": { + "insert": "auth-network-error", + "documents": [ + { + "_id": 5 + }, + { + "_id": 6 + } + ] + }, + "commandName": "insert", + "databaseName": "sdam-tests" + } + } + ] + } + ], + "outcome": [ + { + "collectionName": "auth-network-error", + "databaseName": "sdam-tests", + "documents": [ + { + "_id": 1 + }, + { + "_id": 2 + }, + { + "_id": 5 + }, + { + "_id": 6 + } + ] + } + ] + } + ] +} diff --git a/test/spec/server-discovery-and-monitoring/unified/auth-network-error.yml b/test/spec/server-discovery-and-monitoring/unified/auth-network-error.yml new file mode 100644 index 00000000000..9073a927ce7 --- /dev/null +++ b/test/spec/server-discovery-and-monitoring/unified/auth-network-error.yml @@ -0,0 +1,132 @@ +--- +description: auth-network-error + +schemaVersion: "1.10" + +runOnRequirements: + # failCommand appName requirements + - minServerVersion: "4.4" + auth: true + serverless: forbid + topologies: [ single, replicaset, sharded ] + +createEntities: + - client: + id: &setupClient setupClient + useMultipleMongoses: false + +initialData: &initialData + - collectionName: &collectionName auth-network-error + databaseName: &databaseName sdam-tests + documents: + - _id: 1 + - _id: 2 + +tests: + - description: Reset server and pool after network error during authentication + operations: + - name: failPoint + object: testRunner + arguments: + client: *setupClient + failPoint: + configureFailPoint: failCommand + mode: + times: 1 + data: + failCommands: + - saslContinue + closeConnection: true + appName: authNetworkErrorTest + - name: createEntities + object: testRunner + arguments: + entities: + - client: + id: &client client + useMultipleMongoses: false + observeEvents: + - commandStartedEvent + - serverDescriptionChangedEvent + - poolClearedEvent + uriOptions: + retryWrites: false + appname: authNetworkErrorTest + - database: + id: &database database + client: *client + databaseName: *databaseName + - collection: + id: &collection collection + database: *database + collectionName: *collectionName + - name: insertMany + object: *collection + arguments: + documents: + - _id: 3 + - _id: 4 + expectError: + isError: true + - name: waitForEvent + object: testRunner + arguments: + client: *client + event: + serverDescriptionChangedEvent: + newDescription: + type: Unknown + count: 1 + - name: waitForEvent + object: testRunner + arguments: + client: *client + event: + poolClearedEvent: {} + count: 1 + # Perform another operation to ensure the node is rediscovered. + - name: insertMany + object: *collection + arguments: + documents: + - _id: 5 + - _id: 6 + # Assert the server was marked Unknown and pool was cleared exactly once. + - name: assertEventCount + object: testRunner + arguments: + client: *client + event: + serverDescriptionChangedEvent: + newDescription: + type: Unknown + count: 1 + - name: assertEventCount + object: testRunner + arguments: + client: *client + event: + poolClearedEvent: {} + count: 1 + expectEvents: + # Note: The first insert command is never attempted because connection + # checkout fails. + - client: *client + eventType: command + events: + - commandStartedEvent: + command: + insert: auth-network-error + documents: + - _id: 5 + - _id: 6 + commandName: insert + databaseName: *databaseName + outcome: + - collectionName: *collectionName + databaseName: *databaseName + documents: + - _id: 1 + - _id: 2 + - _id: 5 + - _id: 6 diff --git a/test/spec/server-discovery-and-monitoring/unified/auth-network-timeout-error.json b/test/spec/server-discovery-and-monitoring/unified/auth-network-timeout-error.json new file mode 100644 index 00000000000..22066e8baeb --- /dev/null +++ b/test/spec/server-discovery-and-monitoring/unified/auth-network-timeout-error.json @@ -0,0 +1,233 @@ +{ + "description": "auth-network-timeout-error", + "schemaVersion": "1.10", + "runOnRequirements": [ + { + "minServerVersion": "4.4", + "auth": true, + "serverless": "forbid", + "topologies": [ + "single", + "replicaset", + "sharded" + ] + } + ], + "createEntities": [ + { + "client": { + "id": "setupClient", + "useMultipleMongoses": false + } + } + ], + "initialData": [ + { + "collectionName": "auth-network-timeout-error", + "databaseName": "sdam-tests", + "documents": [ + { + "_id": 1 + }, + { + "_id": 2 + } + ] + } + ], + "tests": [ + { + "description": "Reset server and pool after network timeout error during authentication", + "operations": [ + { + "name": "failPoint", + "object": "testRunner", + "arguments": { + "client": "setupClient", + "failPoint": { + "configureFailPoint": "failCommand", + "mode": { + "times": 1 + }, + "data": { + "failCommands": [ + "saslContinue" + ], + "blockConnection": true, + "blockTimeMS": 500, + "appName": "authNetworkTimeoutErrorTest" + } + } + } + }, + { + "name": "createEntities", + "object": "testRunner", + "arguments": { + "entities": [ + { + "client": { + "id": "client", + "useMultipleMongoses": false, + "observeEvents": [ + "commandStartedEvent", + "serverDescriptionChangedEvent", + "poolClearedEvent" + ], + "uriOptions": { + "retryWrites": false, + "appname": "authNetworkTimeoutErrorTest", + "connectTimeoutMS": 250, + "socketTimeoutMS": 250 + } + } + }, + { + "database": { + "id": "database", + "client": "client", + "databaseName": "sdam-tests" + } + }, + { + "collection": { + "id": "collection", + "database": "database", + "collectionName": "auth-network-timeout-error" + } + } + ] + } + }, + { + "name": "insertMany", + "object": "collection", + "arguments": { + "documents": [ + { + "_id": 3 + }, + { + "_id": 4 + } + ] + }, + "expectError": { + "isError": true + } + }, + { + "name": "waitForEvent", + "object": "testRunner", + "arguments": { + "client": "client", + "event": { + "serverDescriptionChangedEvent": { + "newDescription": { + "type": "Unknown" + } + } + }, + "count": 1 + } + }, + { + "name": "waitForEvent", + "object": "testRunner", + "arguments": { + "client": "client", + "event": { + "poolClearedEvent": {} + }, + "count": 1 + } + }, + { + "name": "insertMany", + "object": "collection", + "arguments": { + "documents": [ + { + "_id": 5 + }, + { + "_id": 6 + } + ] + } + }, + { + "name": "assertEventCount", + "object": "testRunner", + "arguments": { + "client": "client", + "event": { + "serverDescriptionChangedEvent": { + "newDescription": { + "type": "Unknown" + } + } + }, + "count": 1 + } + }, + { + "name": "assertEventCount", + "object": "testRunner", + "arguments": { + "client": "client", + "event": { + "poolClearedEvent": {} + }, + "count": 1 + } + } + ], + "expectEvents": [ + { + "client": "client", + "eventType": "command", + "events": [ + { + "commandStartedEvent": { + "command": { + "insert": "auth-network-timeout-error", + "documents": [ + { + "_id": 5 + }, + { + "_id": 6 + } + ] + }, + "commandName": "insert", + "databaseName": "sdam-tests" + } + } + ] + } + ], + "outcome": [ + { + "collectionName": "auth-network-timeout-error", + "databaseName": "sdam-tests", + "documents": [ + { + "_id": 1 + }, + { + "_id": 2 + }, + { + "_id": 5 + }, + { + "_id": 6 + } + ] + } + ] + } + ] +} diff --git a/test/spec/server-discovery-and-monitoring/unified/auth-network-timeout-error.yml b/test/spec/server-discovery-and-monitoring/unified/auth-network-timeout-error.yml new file mode 100644 index 00000000000..8b29a1e670c --- /dev/null +++ b/test/spec/server-discovery-and-monitoring/unified/auth-network-timeout-error.yml @@ -0,0 +1,138 @@ +--- +description: auth-network-timeout-error + +schemaVersion: "1.10" + +runOnRequirements: + # failCommand appName requirements + - minServerVersion: "4.4" + auth: true + serverless: forbid + topologies: [ single, replicaset, sharded ] + +createEntities: + - client: + id: &setupClient setupClient + useMultipleMongoses: false + +initialData: &initialData + - collectionName: &collectionName auth-network-timeout-error + databaseName: &databaseName sdam-tests + documents: + - _id: 1 + - _id: 2 + +tests: + - description: Reset server and pool after network timeout error during authentication + operations: + - name: failPoint + object: testRunner + arguments: + client: *setupClient + failPoint: + configureFailPoint: failCommand + mode: + times: 1 + data: + failCommands: + - saslContinue + blockConnection: true + blockTimeMS: 500 + appName: authNetworkTimeoutErrorTest + - name: createEntities + object: testRunner + arguments: + entities: + - client: + id: &client client + useMultipleMongoses: false + observeEvents: + - commandStartedEvent + - serverDescriptionChangedEvent + - poolClearedEvent + uriOptions: + retryWrites: false + appname: authNetworkTimeoutErrorTest + # Set a short connect/socket timeout to ensure the fail point causes the + # connection establishment to timeout. + connectTimeoutMS: 250 + socketTimeoutMS: 250 + - database: + id: &database database + client: *client + databaseName: *databaseName + - collection: + id: &collection collection + database: *database + collectionName: *collectionName + - name: insertMany + object: *collection + arguments: + documents: + - _id: 3 + - _id: 4 + expectError: + isError: true + - name: waitForEvent + object: testRunner + arguments: + client: *client + event: + serverDescriptionChangedEvent: + newDescription: + type: Unknown + count: 1 + - name: waitForEvent + object: testRunner + arguments: + client: *client + event: + poolClearedEvent: {} + count: 1 + # Perform another operation to ensure the node is rediscovered. + - name: insertMany + object: *collection + arguments: + documents: + - _id: 5 + - _id: 6 + # Assert the server was marked Unknown and pool was cleared exactly once. + - name: assertEventCount + object: testRunner + arguments: + client: *client + event: + serverDescriptionChangedEvent: + newDescription: + type: Unknown + count: 1 + - name: assertEventCount + object: testRunner + arguments: + client: *client + event: + poolClearedEvent: {} + count: 1 + expectEvents: + # Note: The first insert command is never attempted because connection + # checkout fails. + - client: *client + eventType: command + events: + - commandStartedEvent: + command: + insert: auth-network-timeout-error + documents: + - _id: 5 + - _id: 6 + commandName: insert + databaseName: *databaseName + + outcome: + - collectionName: *collectionName + databaseName: *databaseName + documents: + - _id: 1 + - _id: 2 + - _id: 5 + - _id: 6 diff --git a/test/spec/server-discovery-and-monitoring/unified/auth-shutdown-error.json b/test/spec/server-discovery-and-monitoring/unified/auth-shutdown-error.json new file mode 100644 index 00000000000..5dd7b5bb6fe --- /dev/null +++ b/test/spec/server-discovery-and-monitoring/unified/auth-shutdown-error.json @@ -0,0 +1,230 @@ +{ + "description": "auth-shutdown-error", + "schemaVersion": "1.10", + "runOnRequirements": [ + { + "minServerVersion": "4.4", + "auth": true, + "serverless": "forbid", + "topologies": [ + "single", + "replicaset", + "sharded" + ] + } + ], + "createEntities": [ + { + "client": { + "id": "setupClient", + "useMultipleMongoses": false + } + } + ], + "initialData": [ + { + "collectionName": "auth-shutdown-error", + "databaseName": "sdam-tests", + "documents": [ + { + "_id": 1 + }, + { + "_id": 2 + } + ] + } + ], + "tests": [ + { + "description": "Reset server and pool after shutdown error during authentication", + "operations": [ + { + "name": "failPoint", + "object": "testRunner", + "arguments": { + "client": "setupClient", + "failPoint": { + "configureFailPoint": "failCommand", + "mode": { + "times": 1 + }, + "data": { + "failCommands": [ + "saslContinue" + ], + "appName": "authShutdownErrorTest", + "errorCode": 91 + } + } + } + }, + { + "name": "createEntities", + "object": "testRunner", + "arguments": { + "entities": [ + { + "client": { + "id": "client", + "useMultipleMongoses": false, + "observeEvents": [ + "commandStartedEvent", + "serverDescriptionChangedEvent", + "poolClearedEvent" + ], + "uriOptions": { + "retryWrites": false, + "appname": "authShutdownErrorTest" + } + } + }, + { + "database": { + "id": "database", + "client": "client", + "databaseName": "sdam-tests" + } + }, + { + "collection": { + "id": "collection", + "database": "database", + "collectionName": "auth-shutdown-error" + } + } + ] + } + }, + { + "name": "insertMany", + "object": "collection", + "arguments": { + "documents": [ + { + "_id": 3 + }, + { + "_id": 4 + } + ] + }, + "expectError": { + "isError": true + } + }, + { + "name": "waitForEvent", + "object": "testRunner", + "arguments": { + "client": "client", + "event": { + "serverDescriptionChangedEvent": { + "newDescription": { + "type": "Unknown" + } + } + }, + "count": 1 + } + }, + { + "name": "waitForEvent", + "object": "testRunner", + "arguments": { + "client": "client", + "event": { + "poolClearedEvent": {} + }, + "count": 1 + } + }, + { + "name": "insertMany", + "object": "collection", + "arguments": { + "documents": [ + { + "_id": 5 + }, + { + "_id": 6 + } + ] + } + }, + { + "name": "assertEventCount", + "object": "testRunner", + "arguments": { + "client": "client", + "event": { + "serverDescriptionChangedEvent": { + "newDescription": { + "type": "Unknown" + } + } + }, + "count": 1 + } + }, + { + "name": "assertEventCount", + "object": "testRunner", + "arguments": { + "client": "client", + "event": { + "poolClearedEvent": {} + }, + "count": 1 + } + } + ], + "expectEvents": [ + { + "client": "client", + "eventType": "command", + "events": [ + { + "commandStartedEvent": { + "command": { + "insert": "auth-shutdown-error", + "documents": [ + { + "_id": 5 + }, + { + "_id": 6 + } + ] + }, + "commandName": "insert", + "databaseName": "sdam-tests" + } + } + ] + } + ], + "outcome": [ + { + "collectionName": "auth-shutdown-error", + "databaseName": "sdam-tests", + "documents": [ + { + "_id": 1 + }, + { + "_id": 2 + }, + { + "_id": 5 + }, + { + "_id": 6 + } + ] + } + ] + } + ] +} diff --git a/test/spec/server-discovery-and-monitoring/unified/auth-shutdown-error.yml b/test/spec/server-discovery-and-monitoring/unified/auth-shutdown-error.yml new file mode 100644 index 00000000000..87a937d3811 --- /dev/null +++ b/test/spec/server-discovery-and-monitoring/unified/auth-shutdown-error.yml @@ -0,0 +1,133 @@ +--- +description: auth-shutdown-error + +schemaVersion: "1.10" + +runOnRequirements: + # failCommand appName requirements + - minServerVersion: "4.4" + auth: true + serverless: forbid + topologies: [ single, replicaset, sharded ] + +createEntities: + - client: + id: &setupClient setupClient + useMultipleMongoses: false + +initialData: &initialData + - collectionName: &collectionName auth-shutdown-error + databaseName: &databaseName sdam-tests + documents: + - _id: 1 + - _id: 2 + +tests: + - description: Reset server and pool after shutdown error during authentication + operations: + - name: failPoint + object: testRunner + arguments: + client: *setupClient + failPoint: + configureFailPoint: failCommand + mode: + times: 1 + data: + failCommands: + - saslContinue + appName: authShutdownErrorTest + errorCode: 91 + - name: createEntities + object: testRunner + arguments: + entities: + - client: + id: &client client + useMultipleMongoses: false + observeEvents: + - commandStartedEvent + - serverDescriptionChangedEvent + - poolClearedEvent + uriOptions: + retryWrites: false + appname: authShutdownErrorTest + - database: + id: &database database + client: *client + databaseName: *databaseName + - collection: + id: &collection collection + database: *database + collectionName: *collectionName + - name: insertMany + object: *collection + arguments: + documents: + - _id: 3 + - _id: 4 + expectError: + isError: true + - name: waitForEvent + object: testRunner + arguments: + client: *client + event: + serverDescriptionChangedEvent: + newDescription: + type: Unknown + count: 1 + - name: waitForEvent + object: testRunner + arguments: + client: *client + event: + poolClearedEvent: {} + count: 1 + # Perform another operation to ensure the node is rediscovered. + - name: insertMany + object: *collection + arguments: + documents: + - _id: 5 + - _id: 6 + # Assert the server was marked Unknown and pool was cleared exactly once. + - name: assertEventCount + object: testRunner + arguments: + client: *client + event: + serverDescriptionChangedEvent: + newDescription: + type: Unknown + count: 1 + - name: assertEventCount + object: testRunner + arguments: + client: *client + event: + poolClearedEvent: {} + count: 1 + expectEvents: + # Note: The first insert command is never attempted because connection + # checkout fails. + - client: *client + eventType: command + events: + - commandStartedEvent: + command: + insert: auth-shutdown-error + documents: + - _id: 5 + - _id: 6 + commandName: insert + databaseName: *databaseName + + outcome: + - collectionName: *collectionName + databaseName: *databaseName + documents: + - _id: 1 + - _id: 2 + - _id: 5 + - _id: 6 diff --git a/test/spec/server-discovery-and-monitoring/unified/cancel-server-check.json b/test/spec/server-discovery-and-monitoring/unified/cancel-server-check.json new file mode 100644 index 00000000000..896cc8d0871 --- /dev/null +++ b/test/spec/server-discovery-and-monitoring/unified/cancel-server-check.json @@ -0,0 +1,201 @@ +{ + "description": "cancel-server-check", + "schemaVersion": "1.10", + "runOnRequirements": [ + { + "minServerVersion": "4.0", + "topologies": [ + "replicaset" + ], + "serverless": "forbid" + }, + { + "minServerVersion": "4.2", + "topologies": [ + "sharded" + ], + "serverless": "forbid" + } + ], + "createEntities": [ + { + "client": { + "id": "setupClient", + "useMultipleMongoses": false + } + } + ], + "initialData": [ + { + "collectionName": "cancel-server-check", + "databaseName": "sdam-tests", + "documents": [] + } + ], + "tests": [ + { + "description": "Cancel server check", + "operations": [ + { + "name": "createEntities", + "object": "testRunner", + "arguments": { + "entities": [ + { + "client": { + "id": "client", + "useMultipleMongoses": false, + "observeEvents": [ + "serverDescriptionChangedEvent", + "poolClearedEvent" + ], + "uriOptions": { + "retryWrites": true, + "heartbeatFrequencyMS": 10000, + "serverSelectionTimeoutMS": 5000, + "appname": "cancelServerCheckTest" + } + } + }, + { + "database": { + "id": "database", + "client": "client", + "databaseName": "sdam-tests" + } + }, + { + "collection": { + "id": "collection", + "database": "database", + "collectionName": "cancel-server-check" + } + } + ] + } + }, + { + "name": "insertOne", + "object": "collection", + "arguments": { + "document": { + "_id": 1 + } + } + }, + { + "name": "failPoint", + "object": "testRunner", + "arguments": { + "failPoint": { + "configureFailPoint": "failCommand", + "mode": { + "times": 1 + }, + "data": { + "failCommands": [ + "insert" + ], + "closeConnection": true + } + }, + "client": "setupClient" + } + }, + { + "name": "insertOne", + "object": "collection", + "arguments": { + "document": { + "_id": 2 + } + }, + "expectResult": { + "insertedId": 2 + } + }, + { + "name": "waitForEvent", + "object": "testRunner", + "arguments": { + "client": "client", + "event": { + "serverDescriptionChangedEvent": { + "newDescription": { + "type": "Unknown" + } + } + }, + "count": 1 + } + }, + { + "name": "waitForEvent", + "object": "testRunner", + "arguments": { + "client": "client", + "event": { + "poolClearedEvent": {} + }, + "count": 1 + } + }, + { + "name": "insertOne", + "object": "collection", + "arguments": { + "document": { + "_id": 3 + } + }, + "expectResult": { + "insertedId": 3 + } + }, + { + "name": "assertEventCount", + "object": "testRunner", + "arguments": { + "client": "client", + "event": { + "serverDescriptionChangedEvent": { + "newDescription": { + "type": "Unknown" + } + } + }, + "count": 1 + } + }, + { + "name": "assertEventCount", + "object": "testRunner", + "arguments": { + "client": "client", + "event": { + "poolClearedEvent": {} + }, + "count": 1 + } + } + ], + "outcome": [ + { + "collectionName": "cancel-server-check", + "databaseName": "sdam-tests", + "documents": [ + { + "_id": 1 + }, + { + "_id": 2 + }, + { + "_id": 3 + } + ] + } + ] + } + ] +} diff --git a/test/spec/server-discovery-and-monitoring/unified/cancel-server-check.yml b/test/spec/server-discovery-and-monitoring/unified/cancel-server-check.yml new file mode 100644 index 00000000000..67d96706e14 --- /dev/null +++ b/test/spec/server-discovery-and-monitoring/unified/cancel-server-check.yml @@ -0,0 +1,143 @@ +--- +description: cancel-server-check + +schemaVersion: "1.10" + +runOnRequirements: + # General failCommand requirements (this file does not use appName + # with failCommand). + - minServerVersion: "4.0" + topologies: + - replicaset + serverless: forbid + - minServerVersion: "4.2" + topologies: + - sharded + serverless: forbid + +createEntities: + - client: + id: &setupClient setupClient + useMultipleMongoses: false + +initialData: &initialData + - collectionName: &collectionName cancel-server-check + databaseName: &databaseName sdam-tests + documents: [] + +tests: + - description: Cancel server check + operations: + - name: createEntities + object: testRunner + arguments: + entities: + - client: + id: &client client + useMultipleMongoses: false + observeEvents: + - serverDescriptionChangedEvent + - poolClearedEvent + uriOptions: + retryWrites: true + heartbeatFrequencyMS: 10000 + # Server selection timeout MUST be less than heartbeatFrequencyMS for + # this test. This setting ensures that the retried insert will fail + # after 5 seconds if the driver does not properly cancel the in progress + # check. + serverSelectionTimeoutMS: 5000 + appname: cancelServerCheckTest + - database: + id: &database database + client: *client + databaseName: *databaseName + - collection: + id: &collection collection + database: *database + collectionName: *collectionName + # Perform an operation to ensure the node is discovered. + - name: insertOne + object: *collection + arguments: + document: + _id: 1 + # Configure the next inserts to fail with a non-timeout network error. + # This should: + # 1) Mark the server Unknown + # 2) Clear the connection pool + # 3) Cancel the in progress hello or legacy hello check and close the Monitor + # connection + # 4) The write will be then we retried, server selection will request an + # immediate check, and block for ~500ms until the next Monitor check + # proceeds. + # 5) The write will succeed on the second attempt. + - name: failPoint + object: testRunner + arguments: + failPoint: + configureFailPoint: failCommand + mode: + times: 1 + data: + failCommands: + - insert + closeConnection: true + client: *setupClient + - name: insertOne + object: *collection + arguments: + document: + _id: 2 + expectResult: + insertedId: 2 + # The first error should mark the server Unknown and then clear the pool. + - name: waitForEvent + object: testRunner + arguments: + client: *client + event: + serverDescriptionChangedEvent: + newDescription: + type: Unknown + count: 1 + - name: waitForEvent + object: testRunner + arguments: + client: *client + event: + poolClearedEvent: {} + count: 1 + # Perform another operation to ensure the node still selectable. + - name: insertOne + object: *collection + arguments: + document: + _id: 3 + expectResult: + insertedId: 3 + # Assert the server was marked Unknown and pool was cleared exactly once. + - name: assertEventCount + object: testRunner + arguments: + client: *client + event: + serverDescriptionChangedEvent: + newDescription: + type: Unknown + count: 1 + - name: assertEventCount + object: testRunner + arguments: + client: *client + event: + poolClearedEvent: {} + count: 1 + + # Order of operations is non-deterministic so we cannot check events. + outcome: + - collectionName: *collectionName + databaseName: *databaseName + documents: + - _id: 1 + - _id: 2 + - _id: 3 diff --git a/test/spec/server-discovery-and-monitoring/unified/connectTimeoutMS.json b/test/spec/server-discovery-and-monitoring/unified/connectTimeoutMS.json new file mode 100644 index 00000000000..67a4d9da1d3 --- /dev/null +++ b/test/spec/server-discovery-and-monitoring/unified/connectTimeoutMS.json @@ -0,0 +1,221 @@ +{ + "description": "connectTimeoutMS", + "schemaVersion": "1.10", + "runOnRequirements": [ + { + "minServerVersion": "4.4", + "serverless": "forbid", + "topologies": [ + "single", + "replicaset", + "sharded" + ] + } + ], + "createEntities": [ + { + "client": { + "id": "setupClient", + "useMultipleMongoses": false + } + } + ], + "initialData": [ + { + "collectionName": "connectTimeoutMS", + "databaseName": "sdam-tests", + "documents": [] + } + ], + "tests": [ + { + "description": "connectTimeoutMS=0", + "operations": [ + { + "name": "createEntities", + "object": "testRunner", + "arguments": { + "entities": [ + { + "client": { + "id": "client", + "observeEvents": [ + "commandStartedEvent", + "serverDescriptionChangedEvent", + "poolClearedEvent" + ], + "uriOptions": { + "retryWrites": false, + "connectTimeoutMS": 0, + "heartbeatFrequencyMS": 500, + "appname": "connectTimeoutMS=0" + }, + "useMultipleMongoses": false + } + }, + { + "database": { + "id": "database", + "client": "client", + "databaseName": "sdam-tests" + } + }, + { + "collection": { + "id": "collection", + "database": "database", + "collectionName": "connectTimeoutMS" + } + } + ] + } + }, + { + "name": "insertMany", + "object": "collection", + "arguments": { + "documents": [ + { + "_id": 1 + }, + { + "_id": 2 + } + ] + } + }, + { + "name": "failPoint", + "object": "testRunner", + "arguments": { + "failPoint": { + "configureFailPoint": "failCommand", + "mode": { + "times": 2 + }, + "data": { + "failCommands": [ + "hello", + "isMaster" + ], + "appName": "connectTimeoutMS=0", + "blockConnection": true, + "blockTimeMS": 550 + } + }, + "client": "setupClient" + } + }, + { + "name": "wait", + "object": "testRunner", + "arguments": { + "ms": 750 + } + }, + { + "name": "insertMany", + "object": "collection", + "arguments": { + "documents": [ + { + "_id": 3 + }, + { + "_id": 4 + } + ] + } + }, + { + "name": "assertEventCount", + "object": "testRunner", + "arguments": { + "client": "client", + "event": { + "serverDescriptionChangedEvent": { + "newDescription": { + "type": "Unknown" + } + } + }, + "count": 0 + } + }, + { + "name": "assertEventCount", + "object": "testRunner", + "arguments": { + "client": "client", + "event": { + "poolClearedEvent": {} + }, + "count": 0 + } + } + ], + "expectEvents": [ + { + "client": "client", + "eventType": "command", + "events": [ + { + "commandStartedEvent": { + "command": { + "insert": "connectTimeoutMS", + "documents": [ + { + "_id": 1 + }, + { + "_id": 2 + } + ] + }, + "commandName": "insert", + "databaseName": "sdam-tests" + } + }, + { + "commandStartedEvent": { + "command": { + "insert": "connectTimeoutMS", + "documents": [ + { + "_id": 3 + }, + { + "_id": 4 + } + ] + }, + "commandName": "insert", + "databaseName": "sdam-tests" + } + } + ] + } + ], + "outcome": [ + { + "collectionName": "connectTimeoutMS", + "databaseName": "sdam-tests", + "documents": [ + { + "_id": 1 + }, + { + "_id": 2 + }, + { + "_id": 3 + }, + { + "_id": 4 + } + ] + } + ] + } + ] +} diff --git a/test/spec/server-discovery-and-monitoring/unified/connectTimeoutMS.yml b/test/spec/server-discovery-and-monitoring/unified/connectTimeoutMS.yml new file mode 100644 index 00000000000..ef6d1150a77 --- /dev/null +++ b/test/spec/server-discovery-and-monitoring/unified/connectTimeoutMS.yml @@ -0,0 +1,130 @@ +--- +description: connectTimeoutMS + +schemaVersion: "1.10" + +runOnRequirements: + # failCommand appName requirements + - minServerVersion: "4.4" + serverless: forbid + topologies: [ single, replicaset, sharded ] + +createEntities: + - client: + id: &setupClient setupClient + useMultipleMongoses: false + +initialData: &initialData + - collectionName: &collectionName connectTimeoutMS + databaseName: &databaseName sdam-tests + documents: [] + +tests: + - description: connectTimeoutMS=0 + operations: + - name: createEntities + object: testRunner + arguments: + entities: + - client: + id: &client client + observeEvents: + - commandStartedEvent + - serverDescriptionChangedEvent + - poolClearedEvent + uriOptions: + retryWrites: false + connectTimeoutMS: 0 + heartbeatFrequencyMS: 500 + appname: connectTimeoutMS=0 + useMultipleMongoses: false + - database: + id: &database database + client: *client + databaseName: *databaseName + - collection: + id: &collection collection + database: *database + collectionName: *collectionName + # Perform an operation to ensure the node is discovered. + - name: insertMany + object: *collection + arguments: + documents: + - _id: 1 + - _id: 2 + # Block the next streaming hello check for longer than + # heartbeatFrequencyMS to ensure that the connection timeout remains + # unlimited. + - name: failPoint + object: testRunner + arguments: + failPoint: + configureFailPoint: failCommand + mode: + times: 2 + data: + failCommands: + - hello + - isMaster + appName: connectTimeoutMS=0 + blockConnection: true + blockTimeMS: 550 + client: *setupClient + - name: wait + object: testRunner + arguments: + ms: 750 + # Perform an operation to ensure the node is still selectable. + - name: insertMany + object: *collection + arguments: + documents: + - _id: 3 + - _id: 4 + # Assert that the server was never marked Unknown and the pool was never + # cleared. + - name: assertEventCount + object: testRunner + arguments: + client: *client + event: + serverDescriptionChangedEvent: + newDescription: + type: Unknown + count: 0 + - name: assertEventCount + object: testRunner + arguments: + client: *client + event: + poolClearedEvent: {} + count: 0 + expectEvents: + - client: *client + eventType: command + events: + - commandStartedEvent: + command: + insert: connectTimeoutMS + documents: + - _id: 1 + - _id: 2 + commandName: insert + databaseName: *databaseName + - commandStartedEvent: + command: + insert: connectTimeoutMS + documents: + - _id: 3 + - _id: 4 + commandName: insert + databaseName: *databaseName + outcome: + - collectionName: *collectionName + databaseName: *databaseName + documents: + - _id: 1 + - _id: 2 + - _id: 3 + - _id: 4 diff --git a/test/spec/server-discovery-and-monitoring/unified/find-network-error.json b/test/spec/server-discovery-and-monitoring/unified/find-network-error.json new file mode 100644 index 00000000000..651466bfa6d --- /dev/null +++ b/test/spec/server-discovery-and-monitoring/unified/find-network-error.json @@ -0,0 +1,234 @@ +{ + "description": "find-network-error", + "schemaVersion": "1.10", + "runOnRequirements": [ + { + "minServerVersion": "4.4", + "serverless": "forbid", + "topologies": [ + "single", + "replicaset", + "sharded" + ] + } + ], + "createEntities": [ + { + "client": { + "id": "setupClient", + "useMultipleMongoses": false + } + } + ], + "initialData": [ + { + "collectionName": "find-network-error", + "databaseName": "sdam-tests", + "documents": [ + { + "_id": 1 + }, + { + "_id": 2 + } + ] + } + ], + "tests": [ + { + "description": "Reset server and pool after network error on find", + "operations": [ + { + "name": "failPoint", + "object": "testRunner", + "arguments": { + "client": "setupClient", + "failPoint": { + "configureFailPoint": "failCommand", + "mode": { + "times": 1 + }, + "data": { + "failCommands": [ + "find" + ], + "closeConnection": true, + "appName": "findNetworkErrorTest" + } + } + } + }, + { + "name": "createEntities", + "object": "testRunner", + "arguments": { + "entities": [ + { + "client": { + "id": "client", + "useMultipleMongoses": false, + "observeEvents": [ + "commandStartedEvent", + "serverDescriptionChangedEvent", + "poolClearedEvent" + ], + "uriOptions": { + "retryWrites": false, + "retryReads": false, + "appname": "findNetworkErrorTest" + } + } + }, + { + "database": { + "id": "database", + "client": "client", + "databaseName": "sdam-tests" + } + }, + { + "collection": { + "id": "collection", + "database": "database", + "collectionName": "find-network-error" + } + } + ] + } + }, + { + "name": "find", + "object": "collection", + "arguments": { + "filter": { + "_id": 1 + } + }, + "expectError": { + "isError": true + } + }, + { + "name": "waitForEvent", + "object": "testRunner", + "arguments": { + "client": "client", + "event": { + "serverDescriptionChangedEvent": { + "newDescription": { + "type": "Unknown" + } + } + }, + "count": 1 + } + }, + { + "name": "waitForEvent", + "object": "testRunner", + "arguments": { + "client": "client", + "event": { + "poolClearedEvent": {} + }, + "count": 1 + } + }, + { + "name": "insertMany", + "object": "collection", + "arguments": { + "documents": [ + { + "_id": 5 + }, + { + "_id": 6 + } + ] + } + }, + { + "name": "assertEventCount", + "object": "testRunner", + "arguments": { + "client": "client", + "event": { + "serverDescriptionChangedEvent": { + "newDescription": { + "type": "Unknown" + } + } + }, + "count": 1 + } + }, + { + "name": "assertEventCount", + "object": "testRunner", + "arguments": { + "client": "client", + "event": { + "poolClearedEvent": {} + }, + "count": 1 + } + } + ], + "expectEvents": [ + { + "client": "client", + "eventType": "command", + "events": [ + { + "commandStartedEvent": { + "command": { + "find": "find-network-error" + }, + "commandName": "find", + "databaseName": "sdam-tests" + } + }, + { + "commandStartedEvent": { + "command": { + "insert": "find-network-error", + "documents": [ + { + "_id": 5 + }, + { + "_id": 6 + } + ] + }, + "commandName": "insert", + "databaseName": "sdam-tests" + } + } + ] + } + ], + "outcome": [ + { + "collectionName": "find-network-error", + "databaseName": "sdam-tests", + "documents": [ + { + "_id": 1 + }, + { + "_id": 2 + }, + { + "_id": 5 + }, + { + "_id": 6 + } + ] + } + ] + } + ] +} diff --git a/test/spec/server-discovery-and-monitoring/unified/find-network-error.yml b/test/spec/server-discovery-and-monitoring/unified/find-network-error.yml new file mode 100644 index 00000000000..deae09a19f7 --- /dev/null +++ b/test/spec/server-discovery-and-monitoring/unified/find-network-error.yml @@ -0,0 +1,135 @@ +--- +description: find-network-error + +schemaVersion: "1.10" + +runOnRequirements: + # failCommand appName requirements + - minServerVersion: "4.4" + serverless: forbid + topologies: [ single, replicaset, sharded ] + +createEntities: + - client: + id: &setupClient setupClient + useMultipleMongoses: false + +initialData: &initialData + - collectionName: &collectionName find-network-error + databaseName: &databaseName sdam-tests + documents: + - _id: 1 + - _id: 2 + +tests: + - description: Reset server and pool after network error on find + operations: + - name: failPoint + object: testRunner + arguments: + client: *setupClient + failPoint: + configureFailPoint: failCommand + mode: + times: 1 + data: + failCommands: + - find + closeConnection: true + appName: findNetworkErrorTest + - name: createEntities + object: testRunner + arguments: + entities: + - client: + id: &client client + useMultipleMongoses: false + observeEvents: + - commandStartedEvent + - serverDescriptionChangedEvent + - poolClearedEvent + uriOptions: + retryWrites: false + retryReads: false + appname: findNetworkErrorTest + - database: + id: &database database + client: *client + databaseName: *databaseName + - collection: + id: &collection collection + database: *database + collectionName: *collectionName + - name: find + object: *collection + arguments: + filter: + _id: 1 + expectError: + isError: true + - name: waitForEvent + object: testRunner + arguments: + client: *client + event: + serverDescriptionChangedEvent: + newDescription: + type: Unknown + count: 1 + - name: waitForEvent + object: testRunner + arguments: + client: *client + event: + poolClearedEvent: {} + count: 1 + # Perform another operation to ensure the node is rediscovered. + - name: insertMany + object: *collection + arguments: + documents: + - _id: 5 + - _id: 6 + # Assert the server was marked Unknown and pool was cleared exactly once. + - name: assertEventCount + object: testRunner + arguments: + client: *client + event: + serverDescriptionChangedEvent: + newDescription: + type: Unknown + count: 1 + - name: assertEventCount + object: testRunner + arguments: + client: *client + event: + poolClearedEvent: {} + count: 1 + expectEvents: + - client: *client + eventType: command + events: + - commandStartedEvent: + command: + find: find-network-error + commandName: find + databaseName: *databaseName + - commandStartedEvent: + command: + insert: find-network-error + documents: + - _id: 5 + - _id: 6 + commandName: insert + databaseName: *databaseName + + outcome: + - collectionName: *collectionName + databaseName: *databaseName + documents: + - _id: 1 + - _id: 2 + - _id: 5 + - _id: 6 diff --git a/test/spec/server-discovery-and-monitoring/unified/find-network-timeout-error.json b/test/spec/server-discovery-and-monitoring/unified/find-network-timeout-error.json new file mode 100644 index 00000000000..2bde6daa5df --- /dev/null +++ b/test/spec/server-discovery-and-monitoring/unified/find-network-timeout-error.json @@ -0,0 +1,199 @@ +{ + "description": "find-network-timeout-error", + "schemaVersion": "1.10", + "runOnRequirements": [ + { + "minServerVersion": "4.4", + "serverless": "forbid", + "topologies": [ + "single", + "replicaset", + "sharded" + ] + } + ], + "createEntities": [ + { + "client": { + "id": "setupClient", + "useMultipleMongoses": false + } + } + ], + "initialData": [ + { + "collectionName": "find-network-timeout-error", + "databaseName": "sdam-tests", + "documents": [ + { + "_id": 1 + }, + { + "_id": 2 + } + ] + } + ], + "tests": [ + { + "description": "Ignore network timeout error on find", + "operations": [ + { + "name": "failPoint", + "object": "testRunner", + "arguments": { + "client": "setupClient", + "failPoint": { + "configureFailPoint": "failCommand", + "mode": { + "times": 1 + }, + "data": { + "failCommands": [ + "find" + ], + "blockConnection": true, + "blockTimeMS": 500, + "appName": "findNetworkTimeoutErrorTest" + } + } + } + }, + { + "name": "createEntities", + "object": "testRunner", + "arguments": { + "entities": [ + { + "client": { + "id": "client", + "useMultipleMongoses": false, + "observeEvents": [ + "commandStartedEvent", + "serverDescriptionChangedEvent", + "poolClearedEvent" + ], + "uriOptions": { + "retryWrites": false, + "retryReads": false, + "appname": "findNetworkTimeoutErrorTest", + "socketTimeoutMS": 250 + } + } + }, + { + "database": { + "id": "database", + "client": "client", + "databaseName": "sdam-tests" + } + }, + { + "collection": { + "id": "collection", + "database": "database", + "collectionName": "find-network-timeout-error" + } + } + ] + } + }, + { + "name": "find", + "object": "collection", + "arguments": { + "filter": { + "_id": 1 + } + }, + "expectError": { + "isError": true + } + }, + { + "name": "insertOne", + "object": "collection", + "arguments": { + "document": { + "_id": 3 + } + } + }, + { + "name": "assertEventCount", + "object": "testRunner", + "arguments": { + "client": "client", + "event": { + "serverDescriptionChangedEvent": { + "newDescription": { + "type": "Unknown" + } + } + }, + "count": 0 + } + }, + { + "name": "assertEventCount", + "object": "testRunner", + "arguments": { + "client": "client", + "event": { + "poolClearedEvent": {} + }, + "count": 0 + } + } + ], + "expectEvents": [ + { + "client": "client", + "eventType": "command", + "events": [ + { + "commandStartedEvent": { + "command": { + "find": "find-network-timeout-error" + }, + "commandName": "find", + "databaseName": "sdam-tests" + } + }, + { + "commandStartedEvent": { + "command": { + "insert": "find-network-timeout-error", + "documents": [ + { + "_id": 3 + } + ] + }, + "commandName": "insert", + "databaseName": "sdam-tests" + } + } + ] + } + ], + "outcome": [ + { + "collectionName": "find-network-timeout-error", + "databaseName": "sdam-tests", + "documents": [ + { + "_id": 1 + }, + { + "_id": 2 + }, + { + "_id": 3 + } + ] + } + ] + } + ] +} diff --git a/test/spec/server-discovery-and-monitoring/unified/find-network-timeout-error.yml b/test/spec/server-discovery-and-monitoring/unified/find-network-timeout-error.yml new file mode 100644 index 00000000000..30c4809ccf6 --- /dev/null +++ b/test/spec/server-discovery-and-monitoring/unified/find-network-timeout-error.yml @@ -0,0 +1,119 @@ +--- +description: find-network-timeout-error + +schemaVersion: "1.10" + +runOnRequirements: + # failCommand appName requirements + - minServerVersion: "4.4" + serverless: forbid + topologies: [ single, replicaset, sharded ] + +createEntities: + - client: + id: &setupClient setupClient + useMultipleMongoses: false + +initialData: &initialData + - collectionName: &collectionName find-network-timeout-error + databaseName: &databaseName sdam-tests + documents: + - _id: 1 + - _id: 2 + +tests: + - description: Ignore network timeout error on find + operations: + - name: failPoint + object: testRunner + arguments: + client: *setupClient + failPoint: + configureFailPoint: failCommand + mode: + times: 1 + data: + failCommands: + - find + blockConnection: true + blockTimeMS: 500 + appName: findNetworkTimeoutErrorTest + - name: createEntities + object: testRunner + arguments: + entities: + - client: + id: &client client + useMultipleMongoses: false + observeEvents: + - commandStartedEvent + - serverDescriptionChangedEvent + - poolClearedEvent + uriOptions: + retryWrites: false + retryReads: false + appname: findNetworkTimeoutErrorTest + # Set a short socket timeout to ensure the find command times out. + socketTimeoutMS: 250 + - database: + id: &database database + client: *client + databaseName: *databaseName + - collection: + id: &collection collection + database: *database + collectionName: *collectionName + - name: find + object: *collection + arguments: + filter: + _id: 1 + expectError: + isError: true + # Perform another operation to ensure the node is still usable. + - name: insertOne + object: *collection + arguments: + document: + _id: 3 + # Assert the server was not marked Unknown and the pool was not cleared. + - name: assertEventCount + object: testRunner + arguments: + client: *client + event: + serverDescriptionChangedEvent: + newDescription: + type: Unknown + count: 0 + - name: assertEventCount + object: testRunner + arguments: + client: *client + event: + poolClearedEvent: {} + count: 0 + expectEvents: + - client: *client + eventType: command + events: + - commandStartedEvent: + command: + find: find-network-timeout-error + commandName: find + databaseName: *databaseName + - commandStartedEvent: + command: + insert: find-network-timeout-error + documents: + - _id: 3 + commandName: insert + databaseName: *databaseName + + outcome: + - collectionName: *collectionName + databaseName: *databaseName + documents: + - _id: 1 + - _id: 2 + - _id: 3 diff --git a/test/spec/server-discovery-and-monitoring/unified/find-shutdown-error.json b/test/spec/server-discovery-and-monitoring/unified/find-shutdown-error.json new file mode 100644 index 00000000000..624ad352fc9 --- /dev/null +++ b/test/spec/server-discovery-and-monitoring/unified/find-shutdown-error.json @@ -0,0 +1,251 @@ +{ + "description": "find-shutdown-error", + "schemaVersion": "1.10", + "runOnRequirements": [ + { + "minServerVersion": "4.4", + "serverless": "forbid", + "topologies": [ + "single", + "replicaset", + "sharded" + ] + } + ], + "createEntities": [ + { + "client": { + "id": "setupClient", + "useMultipleMongoses": false + } + } + ], + "initialData": [ + { + "collectionName": "find-shutdown-error", + "databaseName": "sdam-tests", + "documents": [] + } + ], + "tests": [ + { + "description": "Concurrent shutdown error on find", + "operations": [ + { + "name": "createEntities", + "object": "testRunner", + "arguments": { + "entities": [ + { + "client": { + "id": "client", + "useMultipleMongoses": false, + "uriOptions": { + "retryWrites": false, + "retryReads": false, + "heartbeatFrequencyMS": 500, + "appname": "shutdownErrorFindTest" + }, + "observeEvents": [ + "serverDescriptionChangedEvent", + "poolClearedEvent" + ] + } + }, + { + "database": { + "id": "database", + "client": "client", + "databaseName": "sdam-tests" + } + }, + { + "collection": { + "id": "collection", + "database": "database", + "collectionName": "find-shutdown-error" + } + } + ] + } + }, + { + "name": "insertOne", + "object": "collection", + "arguments": { + "document": { + "_id": 1 + } + } + }, + { + "name": "failPoint", + "object": "testRunner", + "arguments": { + "failPoint": { + "configureFailPoint": "failCommand", + "mode": { + "times": 2 + }, + "data": { + "failCommands": [ + "find" + ], + "appName": "shutdownErrorFindTest", + "errorCode": 91, + "blockConnection": true, + "blockTimeMS": 500 + } + }, + "client": "setupClient" + } + }, + { + "name": "createEntities", + "object": "testRunner", + "arguments": { + "entities": [ + { + "thread": { + "id": "thread0" + } + }, + { + "thread": { + "id": "thread1" + } + } + ] + } + }, + { + "name": "runOnThread", + "object": "testRunner", + "arguments": { + "thread": "thread0", + "operation": { + "name": "find", + "object": "collection", + "arguments": { + "filter": { + "_id": 1 + } + }, + "expectError": { + "isError": true + } + } + } + }, + { + "name": "runOnThread", + "object": "testRunner", + "arguments": { + "thread": "thread1", + "operation": { + "name": "find", + "object": "collection", + "arguments": { + "filter": { + "_id": 1 + } + }, + "expectError": { + "isError": true + } + } + } + }, + { + "name": "waitForThread", + "object": "testRunner", + "arguments": { + "thread": "thread0" + } + }, + { + "name": "waitForThread", + "object": "testRunner", + "arguments": { + "thread": "thread1" + } + }, + { + "name": "waitForEvent", + "object": "testRunner", + "arguments": { + "client": "client", + "event": { + "serverDescriptionChangedEvent": { + "newDescription": { + "type": "Unknown" + } + } + }, + "count": 1 + } + }, + { + "name": "waitForEvent", + "object": "testRunner", + "arguments": { + "client": "client", + "event": { + "poolClearedEvent": {} + }, + "count": 1 + } + }, + { + "name": "insertOne", + "object": "collection", + "arguments": { + "document": { + "_id": 4 + } + } + }, + { + "name": "assertEventCount", + "object": "testRunner", + "arguments": { + "client": "client", + "event": { + "serverDescriptionChangedEvent": { + "newDescription": { + "type": "Unknown" + } + } + }, + "count": 1 + } + }, + { + "name": "assertEventCount", + "object": "testRunner", + "arguments": { + "client": "client", + "event": { + "poolClearedEvent": {} + }, + "count": 1 + } + } + ], + "outcome": [ + { + "collectionName": "find-shutdown-error", + "databaseName": "sdam-tests", + "documents": [ + { + "_id": 1 + }, + { + "_id": 4 + } + ] + } + ] + } + ] +} diff --git a/test/spec/server-discovery-and-monitoring/unified/find-shutdown-error.yml b/test/spec/server-discovery-and-monitoring/unified/find-shutdown-error.yml new file mode 100644 index 00000000000..f2da705d9e1 --- /dev/null +++ b/test/spec/server-discovery-and-monitoring/unified/find-shutdown-error.yml @@ -0,0 +1,163 @@ +--- +description: find-shutdown-error + +schemaVersion: "1.10" + +runOnRequirements: + # failCommand appName requirements + - minServerVersion: "4.4" + serverless: forbid + topologies: [ single, replicaset, sharded ] + +createEntities: + - client: + id: &setupClient setupClient + useMultipleMongoses: false + +initialData: &initialData + - collectionName: &collectionName find-shutdown-error + databaseName: &databaseName sdam-tests + documents: [] + +tests: + - description: Concurrent shutdown error on find + operations: + - name: createEntities + object: testRunner + arguments: + entities: + - client: + id: &client client + useMultipleMongoses: false + uriOptions: + retryWrites: false + retryReads: false + heartbeatFrequencyMS: 500 + appname: shutdownErrorFindTest + observeEvents: + - serverDescriptionChangedEvent + - poolClearedEvent + - database: + id: &database database + client: *client + databaseName: *databaseName + - collection: + id: &collection collection + database: *database + collectionName: *collectionName + # Perform an operation to ensure the node is discovered. + - name: insertOne + object: *collection + arguments: + document: + _id: 1 + # Configure the next two finds to fail with a non-timeout shutdown + # errors. Block the connection for 500ms to ensure both operations check + # out connections from the same pool generation. + - name: failPoint + object: testRunner + arguments: + failPoint: + configureFailPoint: failCommand + mode: + times: 2 + data: + failCommands: + - find + appName: shutdownErrorFindTest + errorCode: 91 + blockConnection: true + blockTimeMS: 500 + client: *setupClient + # Start threads. + - name: createEntities + object: testRunner + arguments: + entities: + - thread: + id: &thread0 thread0 + - thread: + id: &thread1 thread1 + # Perform concurrent find operations. Both fail with shutdown errors. + - name: runOnThread + object: testRunner + arguments: + thread: *thread0 + operation: + name: find + object: *collection + arguments: + filter: + _id: 1 + expectError: + isError: true + - name: runOnThread + object: testRunner + arguments: + thread: *thread1 + operation: + name: find + object: *collection + arguments: + filter: + _id: 1 + expectError: + isError: true + # Stop threads. + - name: waitForThread + object: testRunner + arguments: + thread: *thread0 + - name: waitForThread + object: testRunner + arguments: + thread: *thread1 + # The first shutdown error should mark the server Unknown and then clear + # the pool. + - name: waitForEvent + object: testRunner + arguments: + client: *client + event: + serverDescriptionChangedEvent: + newDescription: + type: Unknown + count: 1 + - name: waitForEvent + object: testRunner + arguments: + client: *client + event: + poolClearedEvent: {} + count: 1 + # Perform an operation to ensure the node is rediscovered. + - name: insertOne + object: *collection + arguments: + document: + _id: 4 + # Assert the server was marked Unknown and pool was cleared exactly once. + - name: assertEventCount + object: testRunner + arguments: + client: *client + event: + serverDescriptionChangedEvent: + newDescription: + type: Unknown + count: 1 + - name: assertEventCount + object: testRunner + arguments: + client: *client + event: + poolClearedEvent: {} + count: 1 + + # Order of operations is non-deterministic so we cannot check events. + outcome: + - collectionName: *collectionName + databaseName: *databaseName + documents: + - _id: 1 + - _id: 4 diff --git a/test/spec/server-discovery-and-monitoring/unified/hello-command-error.json b/test/spec/server-discovery-and-monitoring/unified/hello-command-error.json new file mode 100644 index 00000000000..7d6046b76f5 --- /dev/null +++ b/test/spec/server-discovery-and-monitoring/unified/hello-command-error.json @@ -0,0 +1,376 @@ +{ + "description": "hello-command-error", + "schemaVersion": "1.10", + "runOnRequirements": [ + { + "minServerVersion": "4.9", + "serverless": "forbid", + "topologies": [ + "single", + "replicaset", + "sharded" + ] + } + ], + "createEntities": [ + { + "client": { + "id": "setupClient", + "useMultipleMongoses": false + } + } + ], + "initialData": [ + { + "collectionName": "hello-command-error", + "databaseName": "sdam-tests", + "documents": [] + } + ], + "tests": [ + { + "description": "Command error on Monitor handshake", + "operations": [ + { + "name": "failPoint", + "object": "testRunner", + "arguments": { + "client": "setupClient", + "failPoint": { + "configureFailPoint": "failCommand", + "mode": { + "times": 4 + }, + "data": { + "failCommands": [ + "hello", + "isMaster" + ], + "appName": "commandErrorHandshakeTest", + "closeConnection": false, + "errorCode": 91 + } + } + } + }, + { + "name": "createEntities", + "object": "testRunner", + "arguments": { + "entities": [ + { + "client": { + "id": "client", + "useMultipleMongoses": false, + "observeEvents": [ + "serverDescriptionChangedEvent", + "poolClearedEvent", + "commandStartedEvent" + ], + "uriOptions": { + "retryWrites": false, + "connectTimeoutMS": 250, + "heartbeatFrequencyMS": 500, + "appname": "commandErrorHandshakeTest" + } + } + }, + { + "database": { + "id": "database", + "client": "client", + "databaseName": "sdam-tests" + } + }, + { + "collection": { + "id": "collection", + "database": "database", + "collectionName": "hello-command-error" + } + } + ] + } + }, + { + "name": "waitForEvent", + "object": "testRunner", + "arguments": { + "client": "client", + "event": { + "serverDescriptionChangedEvent": { + "newDescription": { + "type": "Unknown" + } + } + }, + "count": 1 + } + }, + { + "name": "insertMany", + "object": "collection", + "arguments": { + "documents": [ + { + "_id": 1 + }, + { + "_id": 2 + } + ] + } + } + ], + "expectEvents": [ + { + "client": "client", + "eventType": "command", + "events": [ + { + "commandStartedEvent": { + "command": { + "insert": "hello-command-error", + "documents": [ + { + "_id": 1 + }, + { + "_id": 2 + } + ] + }, + "commandName": "insert", + "databaseName": "sdam-tests" + } + } + ] + } + ], + "outcome": [ + { + "collectionName": "hello-command-error", + "databaseName": "sdam-tests", + "documents": [ + { + "_id": 1 + }, + { + "_id": 2 + } + ] + } + ] + }, + { + "description": "Command error on Monitor check", + "operations": [ + { + "name": "createEntities", + "object": "testRunner", + "arguments": { + "entities": [ + { + "client": { + "id": "client", + "useMultipleMongoses": false, + "observeEvents": [ + "commandStartedEvent", + "serverDescriptionChangedEvent", + "poolClearedEvent" + ], + "uriOptions": { + "retryWrites": false, + "connectTimeoutMS": 1000, + "heartbeatFrequencyMS": 500, + "appname": "commandErrorCheckTest" + } + } + }, + { + "database": { + "id": "database", + "client": "client", + "databaseName": "sdam-tests" + } + }, + { + "collection": { + "id": "collection", + "database": "database", + "collectionName": "hello-command-error" + } + } + ] + } + }, + { + "name": "insertMany", + "object": "collection", + "arguments": { + "documents": [ + { + "_id": 1 + }, + { + "_id": 2 + } + ] + } + }, + { + "name": "failPoint", + "object": "testRunner", + "arguments": { + "failPoint": { + "configureFailPoint": "failCommand", + "mode": { + "times": 2 + }, + "data": { + "failCommands": [ + "hello", + "isMaster" + ], + "appName": "commandErrorCheckTest", + "closeConnection": false, + "blockConnection": true, + "blockTimeMS": 750, + "errorCode": 91 + } + }, + "client": "setupClient" + } + }, + { + "name": "waitForEvent", + "object": "testRunner", + "arguments": { + "client": "client", + "event": { + "serverDescriptionChangedEvent": { + "newDescription": { + "type": "Unknown" + } + } + }, + "count": 1 + } + }, + { + "name": "waitForEvent", + "object": "testRunner", + "arguments": { + "client": "client", + "event": { + "poolClearedEvent": {} + }, + "count": 1 + } + }, + { + "name": "insertMany", + "object": "collection", + "arguments": { + "documents": [ + { + "_id": 3 + }, + { + "_id": 4 + } + ] + } + }, + { + "name": "assertEventCount", + "object": "testRunner", + "arguments": { + "client": "client", + "event": { + "serverDescriptionChangedEvent": { + "newDescription": { + "type": "Unknown" + } + } + }, + "count": 1 + } + }, + { + "name": "assertEventCount", + "object": "testRunner", + "arguments": { + "client": "client", + "event": { + "poolClearedEvent": {} + }, + "count": 1 + } + } + ], + "expectEvents": [ + { + "client": "client", + "eventType": "command", + "events": [ + { + "commandStartedEvent": { + "command": { + "insert": "hello-command-error", + "documents": [ + { + "_id": 1 + }, + { + "_id": 2 + } + ] + }, + "commandName": "insert", + "databaseName": "sdam-tests" + } + }, + { + "commandStartedEvent": { + "command": { + "insert": "hello-command-error", + "documents": [ + { + "_id": 3 + }, + { + "_id": 4 + } + ] + }, + "commandName": "insert", + "databaseName": "sdam-tests" + } + } + ] + } + ], + "outcome": [ + { + "collectionName": "hello-command-error", + "databaseName": "sdam-tests", + "documents": [ + { + "_id": 1 + }, + { + "_id": 2 + }, + { + "_id": 3 + }, + { + "_id": 4 + } + ] + } + ] + } + ] +} diff --git a/test/spec/server-discovery-and-monitoring/unified/hello-command-error.yml b/test/spec/server-discovery-and-monitoring/unified/hello-command-error.yml new file mode 100644 index 00000000000..2dc8be2f3b2 --- /dev/null +++ b/test/spec/server-discovery-and-monitoring/unified/hello-command-error.yml @@ -0,0 +1,233 @@ +--- +description: hello-command-error + +schemaVersion: "1.10" + +runOnRequirements: + # failCommand appName requirements + - minServerVersion: "4.9" + serverless: forbid + topologies: [ single, replicaset, sharded ] + +createEntities: + - client: + id: &setupClient setupClient + useMultipleMongoses: false + +initialData: &initialData + - collectionName: &collectionName hello-command-error + databaseName: &databaseName sdam-tests + documents: [] + +tests: + - description: Command error on Monitor handshake + operations: + # Configure the next streaming hello check to fail with a command error. + # Use "times: 4" to increase the probability that the Monitor check fails + # since the RTT hello may trigger this failpoint one or many times as + # well. + - name: failPoint + object: testRunner + arguments: + client: *setupClient + failPoint: + configureFailPoint: failCommand + mode: + times: 4 + data: + failCommands: + - hello + - isMaster + appName: commandErrorHandshakeTest + closeConnection: false + errorCode: 91 + - name: createEntities + object: testRunner + arguments: + entities: + - client: + id: &client client + useMultipleMongoses: false + observeEvents: + - serverDescriptionChangedEvent + - poolClearedEvent + - commandStartedEvent + uriOptions: + retryWrites: false + connectTimeoutMS: 250 + heartbeatFrequencyMS: 500 + appname: commandErrorHandshakeTest + - database: + id: &database database + client: *client + databaseName: *databaseName + - collection: + id: &collection collection + database: *database + collectionName: *collectionName + # The command error on the initial handshake should mark the server + # Unknown (emitting a ServerDescriptionChangedEvent) and clear the pool. + - name: waitForEvent + object: testRunner + arguments: + client: *client + event: + serverDescriptionChangedEvent: + newDescription: + type: Unknown + count: 1 + # Perform an operation to ensure the node is discovered. + - name: insertMany + object: *collection + arguments: + documents: + - _id: 1 + - _id: 2 + # We cannot assert the server was marked Unknown and pool was cleared an + # exact number of times because the RTT hello may or may not have + # triggered this failpoint as well. + + expectEvents: + - client: *client + eventType: command + events: + - commandStartedEvent: + command: + insert: hello-command-error + documents: + - _id: 1 + - _id: 2 + commandName: insert + databaseName: *databaseName + + outcome: + - collectionName: *collectionName + databaseName: *databaseName + documents: + - _id: 1 + - _id: 2 + + - description: Command error on Monitor check + operations: + - name: createEntities + object: testRunner + arguments: + entities: + - client: + id: &client client + useMultipleMongoses: false + observeEvents: + - commandStartedEvent + - serverDescriptionChangedEvent + - poolClearedEvent + uriOptions: + retryWrites: false + connectTimeoutMS: 1000 + heartbeatFrequencyMS: 500 + appname: commandErrorCheckTest + - database: + id: &database database + client: *client + databaseName: *databaseName + - collection: + id: &collection collection + database: *database + collectionName: *collectionName + # Perform an operation to ensure the node is discovered. + - name: insertMany + object: *collection + arguments: + documents: + - _id: 1 + - _id: 2 + # Configure the next streaming hello check to fail with a command + # error. + # Use times: 2 so that the RTT hello is blocked as well. + - name: failPoint + object: testRunner + arguments: + failPoint: + configureFailPoint: failCommand + mode: + times: 2 + data: + failCommands: + - hello + - isMaster + appName: commandErrorCheckTest + closeConnection: false + blockConnection: true + blockTimeMS: 750 + errorCode: 91 + client: *setupClient + # The command error on the next check should mark the server Unknown and + # clear the pool. + - name: waitForEvent + object: testRunner + arguments: + client: *client + event: + serverDescriptionChangedEvent: + newDescription: + type: Unknown + count: 1 + - name: waitForEvent + object: testRunner + arguments: + client: *client + event: + poolClearedEvent: {} + count: 1 + # Perform an operation to ensure the node is rediscovered. + - name: insertMany + object: *collection + arguments: + documents: + - _id: 3 + - _id: 4 + # Assert the server was marked Unknown and pool was cleared exactly once. + - name: assertEventCount + object: testRunner + arguments: + client: *client + event: + serverDescriptionChangedEvent: + newDescription: + type: Unknown + count: 1 + - name: assertEventCount + object: testRunner + arguments: + client: *client + event: + poolClearedEvent: {} + count: 1 + expectEvents: + - client: *client + eventType: command + events: + - commandStartedEvent: + command: + insert: hello-command-error + documents: + - _id: 1 + - _id: 2 + commandName: insert + databaseName: *databaseName + - commandStartedEvent: + command: + insert: hello-command-error + documents: + - _id: 3 + - _id: 4 + commandName: insert + databaseName: *databaseName + + outcome: + - collectionName: *collectionName + databaseName: *databaseName + documents: + - _id: 1 + - _id: 2 + - _id: 3 + - _id: 4 diff --git a/test/spec/server-discovery-and-monitoring/unified/hello-network-error.json b/test/spec/server-discovery-and-monitoring/unified/hello-network-error.json new file mode 100644 index 00000000000..f44b26a9f91 --- /dev/null +++ b/test/spec/server-discovery-and-monitoring/unified/hello-network-error.json @@ -0,0 +1,346 @@ +{ + "description": "hello-network-error", + "schemaVersion": "1.10", + "runOnRequirements": [ + { + "minServerVersion": "4.9", + "serverless": "forbid", + "topologies": [ + "single", + "replicaset", + "sharded" + ] + } + ], + "createEntities": [ + { + "client": { + "id": "setupClient", + "useMultipleMongoses": false + } + } + ], + "initialData": [ + { + "collectionName": "hello-network-error", + "databaseName": "sdam-tests", + "documents": [] + } + ], + "tests": [ + { + "description": "Network error on Monitor handshake", + "operations": [ + { + "name": "failPoint", + "object": "testRunner", + "arguments": { + "client": "setupClient", + "failPoint": { + "configureFailPoint": "failCommand", + "mode": { + "times": 2 + }, + "data": { + "failCommands": [ + "hello", + "isMaster" + ], + "appName": "networkErrorHandshakeTest", + "closeConnection": true + } + } + } + }, + { + "name": "createEntities", + "object": "testRunner", + "arguments": { + "entities": [ + { + "client": { + "id": "client", + "useMultipleMongoses": false, + "observeEvents": [ + "commandStartedEvent", + "serverDescriptionChangedEvent", + "poolClearedEvent" + ], + "uriOptions": { + "retryWrites": false, + "connectTimeoutMS": 250, + "heartbeatFrequencyMS": 500, + "appname": "networkErrorHandshakeTest" + } + } + }, + { + "database": { + "id": "database", + "client": "client", + "databaseName": "sdam-tests" + } + }, + { + "collection": { + "id": "collection", + "database": "database", + "collectionName": "hello-network-error" + } + } + ] + } + }, + { + "name": "waitForEvent", + "object": "testRunner", + "arguments": { + "client": "client", + "event": { + "serverDescriptionChangedEvent": { + "newDescription": { + "type": "Unknown" + } + } + }, + "count": 1 + } + }, + { + "name": "insertMany", + "object": "collection", + "arguments": { + "documents": [ + { + "_id": 1 + }, + { + "_id": 2 + } + ] + } + } + ], + "expectEvents": [ + { + "client": "client", + "eventType": "command", + "events": [ + { + "commandStartedEvent": { + "command": { + "insert": "hello-network-error", + "documents": [ + { + "_id": 1 + }, + { + "_id": 2 + } + ] + }, + "commandName": "insert", + "databaseName": "sdam-tests" + } + } + ] + } + ], + "outcome": [ + { + "collectionName": "hello-network-error", + "databaseName": "sdam-tests", + "documents": [ + { + "_id": 1 + }, + { + "_id": 2 + } + ] + } + ] + }, + { + "description": "Network error on Monitor check", + "operations": [ + { + "name": "createEntities", + "object": "testRunner", + "arguments": { + "entities": [ + { + "client": { + "id": "client", + "useMultipleMongoses": false, + "observeEvents": [ + "commandStartedEvent", + "serverDescriptionChangedEvent", + "poolClearedEvent" + ], + "uriOptions": { + "retryWrites": false, + "connectTimeoutMS": 250, + "heartbeatFrequencyMS": 500, + "appname": "networkErrorCheckTest" + } + } + }, + { + "database": { + "id": "database", + "client": "client", + "databaseName": "sdam-tests" + } + }, + { + "collection": { + "id": "collection", + "database": "database", + "collectionName": "hello-network-error" + } + } + ] + } + }, + { + "name": "insertMany", + "object": "collection", + "arguments": { + "documents": [ + { + "_id": 1 + }, + { + "_id": 2 + } + ] + } + }, + { + "name": "failPoint", + "object": "testRunner", + "arguments": { + "failPoint": { + "configureFailPoint": "failCommand", + "mode": { + "times": 4 + }, + "data": { + "failCommands": [ + "hello", + "isMaster" + ], + "appName": "networkErrorCheckTest", + "closeConnection": true + } + }, + "client": "setupClient" + } + }, + { + "name": "waitForEvent", + "object": "testRunner", + "arguments": { + "client": "client", + "event": { + "serverDescriptionChangedEvent": { + "newDescription": { + "type": "Unknown" + } + } + }, + "count": 1 + } + }, + { + "name": "waitForEvent", + "object": "testRunner", + "arguments": { + "client": "client", + "event": { + "poolClearedEvent": {} + }, + "count": 1 + } + }, + { + "name": "insertMany", + "object": "collection", + "arguments": { + "documents": [ + { + "_id": 3 + }, + { + "_id": 4 + } + ] + } + } + ], + "expectEvents": [ + { + "client": "client", + "eventType": "command", + "events": [ + { + "commandStartedEvent": { + "command": { + "insert": "hello-network-error", + "documents": [ + { + "_id": 1 + }, + { + "_id": 2 + } + ] + }, + "commandName": "insert", + "databaseName": "sdam-tests" + } + }, + { + "commandStartedEvent": { + "command": { + "insert": "hello-network-error", + "documents": [ + { + "_id": 3 + }, + { + "_id": 4 + } + ] + }, + "commandName": "insert", + "databaseName": "sdam-tests" + } + } + ] + } + ], + "outcome": [ + { + "collectionName": "hello-network-error", + "databaseName": "sdam-tests", + "documents": [ + { + "_id": 1 + }, + { + "_id": 2 + }, + { + "_id": 3 + }, + { + "_id": 4 + } + ] + } + ] + } + ] +} diff --git a/test/spec/server-discovery-and-monitoring/unified/hello-network-error.yml b/test/spec/server-discovery-and-monitoring/unified/hello-network-error.yml new file mode 100644 index 00000000000..20932b39c6d --- /dev/null +++ b/test/spec/server-discovery-and-monitoring/unified/hello-network-error.yml @@ -0,0 +1,227 @@ +--- +description: hello-network-error + +schemaVersion: "1.10" + +runOnRequirements: + # failCommand appName requirements + - minServerVersion: "4.9" + serverless: forbid + topologies: [ single, replicaset, sharded ] + +createEntities: + - client: + id: &setupClient setupClient + useMultipleMongoses: false + +initialData: &initialData + - collectionName: &collectionName hello-network-error + databaseName: &databaseName sdam-tests + documents: [] + +tests: + - description: Network error on Monitor handshake + # Configure the initial handshake to fail with a network error. + # Use times: 2 so that the RTT hello fails as well. + operations: + - name: failPoint + object: testRunner + arguments: + client: *setupClient + failPoint: + configureFailPoint: failCommand + mode: + times: 2 + data: + failCommands: + - hello + - isMaster + appName: networkErrorHandshakeTest + closeConnection: true + - name: createEntities + object: testRunner + arguments: + entities: + - client: + id: &client client + useMultipleMongoses: false + observeEvents: + - commandStartedEvent + - serverDescriptionChangedEvent + - poolClearedEvent + uriOptions: + retryWrites: false + connectTimeoutMS: 250 + heartbeatFrequencyMS: 500 + appname: networkErrorHandshakeTest + - database: + id: &database database + client: *client + databaseName: *databaseName + - collection: + id: &collection collection + database: *database + collectionName: *collectionName + # The network error on the initial handshake should mark the server + # Unknown (emitting a ServerDescriptionChangedEvent) and clear the pool. + - name: waitForEvent + object: testRunner + arguments: + client: *client + event: + serverDescriptionChangedEvent: + newDescription: + type: Unknown + count: 1 + # Perform an operation to ensure the node is discovered. + - name: insertMany + object: *collection + arguments: + documents: + - _id: 1 + - _id: 2 + # We cannot assert the server was marked Unknown and pool was cleared an + # exact number of times because the RTT hello may or may not have + # triggered this failpoint as well. + + expectEvents: + - client: *client + eventType: command + events: + - commandStartedEvent: + command: + insert: hello-network-error + documents: + - _id: 1 + - _id: 2 + commandName: insert + databaseName: *databaseName + outcome: + - collectionName: *collectionName + databaseName: *databaseName + documents: + - _id: 1 + - _id: 2 + + - description: Network error on Monitor check + operations: + - name: createEntities + object: testRunner + arguments: + entities: + - client: + id: &client client + useMultipleMongoses: false + observeEvents: + - commandStartedEvent + - serverDescriptionChangedEvent + - poolClearedEvent + uriOptions: + retryWrites: false + connectTimeoutMS: 250 + heartbeatFrequencyMS: 500 + appname: networkErrorCheckTest + - database: + id: &database database + client: *client + databaseName: *databaseName + - collection: + id: &collection collection + database: *database + collectionName: *collectionName + # Perform an operation to ensure the node is discovered. + - name: insertMany + object: *collection + arguments: + documents: + - _id: 1 + - _id: 2 + # Configure the next streaming hello check to fail with a non-timeout + # network error. Use "times: 4" to increase the probability that the + # Monitor check fails since the RTT hello may trigger this failpoint one + # or many times as well. + - name: failPoint + object: testRunner + arguments: + failPoint: + configureFailPoint: failCommand + mode: + times: 4 + data: + failCommands: + - hello + - isMaster + appName: networkErrorCheckTest + closeConnection: true + client: *setupClient + # The network error on the next check should mark the server Unknown and + # clear the pool. + - name: waitForEvent + object: testRunner + arguments: + client: *client + event: + serverDescriptionChangedEvent: + newDescription: + type: Unknown + count: 1 + - name: waitForEvent + object: testRunner + arguments: + client: *client + event: + poolClearedEvent: {} + count: 1 + # Perform an operation to ensure the node is rediscovered. + - name: insertMany + object: *collection + arguments: + documents: + - _id: 3 + - _id: 4 + # We cannot assert the server was marked Unknown and pool was cleared an + # exact number of times because the RTT hello may or may not have + # triggered this failpoint as well. + # - name: assertEventCount + # object: testRunner + # arguments: + # client: *client + # event: + # serverDescriptionChangedEvent: + # newDescription: + # type: Unknown + # count: 1 + # - name: assertEventCount + # object: testRunner + # arguments: + # event: + # poolClearedEvent: {} + # count: 1 + expectEvents: + - client: *client + eventType: command + events: + - commandStartedEvent: + command: + insert: hello-network-error + documents: + - _id: 1 + - _id: 2 + commandName: insert + databaseName: *databaseName + - commandStartedEvent: + command: + insert: hello-network-error + documents: + - _id: 3 + - _id: 4 + commandName: insert + databaseName: *databaseName + outcome: + - collectionName: *collectionName + databaseName: *databaseName + documents: + - _id: 1 + - _id: 2 + - _id: 3 + - _id: 4 diff --git a/test/spec/server-discovery-and-monitoring/unified/hello-timeout.json b/test/spec/server-discovery-and-monitoring/unified/hello-timeout.json new file mode 100644 index 00000000000..dfa6b48d66b --- /dev/null +++ b/test/spec/server-discovery-and-monitoring/unified/hello-timeout.json @@ -0,0 +1,514 @@ +{ + "description": "hello-timeout", + "schemaVersion": "1.10", + "runOnRequirements": [ + { + "minServerVersion": "4.4", + "serverless": "forbid", + "topologies": [ + "single", + "replicaset", + "sharded" + ] + } + ], + "createEntities": [ + { + "client": { + "id": "setupClient", + "useMultipleMongoses": false + } + } + ], + "initialData": [ + { + "collectionName": "hello-timeout", + "databaseName": "sdam-tests", + "documents": [] + } + ], + "tests": [ + { + "description": "Network timeout on Monitor handshake", + "operations": [ + { + "name": "failPoint", + "object": "testRunner", + "arguments": { + "client": "setupClient", + "failPoint": { + "configureFailPoint": "failCommand", + "mode": { + "times": 2 + }, + "data": { + "failCommands": [ + "hello", + "isMaster" + ], + "appName": "timeoutMonitorHandshakeTest", + "blockConnection": true, + "blockTimeMS": 1000 + } + } + } + }, + { + "name": "createEntities", + "object": "testRunner", + "arguments": { + "entities": [ + { + "client": { + "id": "client", + "useMultipleMongoses": false, + "observeEvents": [ + "commandStartedEvent", + "serverDescriptionChangedEvent", + "poolClearedEvent" + ], + "uriOptions": { + "retryWrites": false, + "connectTimeoutMS": 250, + "heartbeatFrequencyMS": 500, + "appname": "timeoutMonitorHandshakeTest" + } + } + }, + { + "database": { + "id": "database", + "client": "client", + "databaseName": "sdam-tests" + } + }, + { + "collection": { + "id": "collection", + "database": "database", + "collectionName": "hello-timeout" + } + } + ] + } + }, + { + "name": "waitForEvent", + "object": "testRunner", + "arguments": { + "client": "client", + "event": { + "serverDescriptionChangedEvent": { + "newDescription": { + "type": "Unknown" + } + } + }, + "count": 1 + } + }, + { + "name": "insertMany", + "object": "collection", + "arguments": { + "documents": [ + { + "_id": 1 + }, + { + "_id": 2 + } + ] + } + } + ], + "expectEvents": [ + { + "client": "client", + "eventType": "command", + "events": [ + { + "commandStartedEvent": { + "command": { + "insert": "hello-timeout", + "documents": [ + { + "_id": 1 + }, + { + "_id": 2 + } + ] + }, + "commandName": "insert", + "databaseName": "sdam-tests" + } + } + ] + } + ], + "outcome": [ + { + "collectionName": "hello-timeout", + "databaseName": "sdam-tests", + "documents": [ + { + "_id": 1 + }, + { + "_id": 2 + } + ] + } + ] + }, + { + "description": "Network timeout on Monitor check", + "operations": [ + { + "name": "createEntities", + "object": "testRunner", + "arguments": { + "entities": [ + { + "client": { + "id": "client", + "useMultipleMongoses": false, + "observeEvents": [ + "commandStartedEvent", + "serverDescriptionChangedEvent", + "poolClearedEvent" + ], + "uriOptions": { + "retryWrites": false, + "connectTimeoutMS": 750, + "heartbeatFrequencyMS": 500, + "appname": "timeoutMonitorCheckTest" + } + } + }, + { + "database": { + "id": "database", + "client": "client", + "databaseName": "sdam-tests" + } + }, + { + "collection": { + "id": "collection", + "database": "database", + "collectionName": "hello-timeout" + } + } + ] + } + }, + { + "name": "insertMany", + "object": "collection", + "arguments": { + "documents": [ + { + "_id": 1 + }, + { + "_id": 2 + } + ] + } + }, + { + "name": "failPoint", + "object": "testRunner", + "arguments": { + "failPoint": { + "configureFailPoint": "failCommand", + "mode": { + "times": 4 + }, + "data": { + "failCommands": [ + "hello", + "isMaster" + ], + "appName": "timeoutMonitorCheckTest", + "blockConnection": true, + "blockTimeMS": 1000 + } + }, + "client": "setupClient" + } + }, + { + "name": "waitForEvent", + "object": "testRunner", + "arguments": { + "client": "client", + "event": { + "serverDescriptionChangedEvent": { + "newDescription": { + "type": "Unknown" + } + } + }, + "count": 1 + } + }, + { + "name": "waitForEvent", + "object": "testRunner", + "arguments": { + "client": "client", + "event": { + "poolClearedEvent": {} + }, + "count": 1 + } + }, + { + "name": "insertMany", + "object": "collection", + "arguments": { + "documents": [ + { + "_id": 3 + }, + { + "_id": 4 + } + ] + } + } + ], + "expectEvents": [ + { + "client": "client", + "eventType": "command", + "events": [ + { + "commandStartedEvent": { + "command": { + "insert": "hello-timeout", + "documents": [ + { + "_id": 1 + }, + { + "_id": 2 + } + ] + }, + "commandName": "insert", + "databaseName": "sdam-tests" + } + }, + { + "commandStartedEvent": { + "command": { + "insert": "hello-timeout", + "documents": [ + { + "_id": 3 + }, + { + "_id": 4 + } + ] + }, + "commandName": "insert", + "databaseName": "sdam-tests" + } + } + ] + } + ], + "outcome": [ + { + "collectionName": "hello-timeout", + "databaseName": "sdam-tests", + "documents": [ + { + "_id": 1 + }, + { + "_id": 2 + }, + { + "_id": 3 + }, + { + "_id": 4 + } + ] + } + ] + }, + { + "description": "Driver extends timeout while streaming", + "operations": [ + { + "name": "createEntities", + "object": "testRunner", + "arguments": { + "entities": [ + { + "client": { + "id": "client", + "observeEvents": [ + "commandStartedEvent", + "serverDescriptionChangedEvent", + "poolClearedEvent" + ], + "uriOptions": { + "retryWrites": false, + "connectTimeoutMS": 250, + "heartbeatFrequencyMS": 500, + "appname": "extendsTimeoutTest" + } + } + }, + { + "database": { + "id": "database", + "client": "client", + "databaseName": "sdam-tests" + } + }, + { + "collection": { + "id": "collection", + "database": "database", + "collectionName": "hello-timeout" + } + } + ] + } + }, + { + "name": "insertMany", + "object": "collection", + "arguments": { + "documents": [ + { + "_id": 1 + }, + { + "_id": 2 + } + ] + } + }, + { + "name": "wait", + "object": "testRunner", + "arguments": { + "ms": 2000 + } + }, + { + "name": "insertMany", + "object": "collection", + "arguments": { + "documents": [ + { + "_id": 3 + }, + { + "_id": 4 + } + ] + } + }, + { + "name": "assertEventCount", + "object": "testRunner", + "arguments": { + "client": "client", + "event": { + "serverDescriptionChangedEvent": { + "newDescription": { + "type": "Unknown" + } + } + }, + "count": 0 + } + }, + { + "name": "assertEventCount", + "object": "testRunner", + "arguments": { + "client": "client", + "event": { + "poolClearedEvent": {} + }, + "count": 0 + } + } + ], + "expectEvents": [ + { + "client": "client", + "eventType": "command", + "events": [ + { + "commandStartedEvent": { + "command": { + "insert": "hello-timeout", + "documents": [ + { + "_id": 1 + }, + { + "_id": 2 + } + ] + }, + "commandName": "insert", + "databaseName": "sdam-tests" + } + }, + { + "commandStartedEvent": { + "command": { + "insert": "hello-timeout", + "documents": [ + { + "_id": 3 + }, + { + "_id": 4 + } + ] + }, + "commandName": "insert", + "databaseName": "sdam-tests" + } + } + ] + } + ], + "outcome": [ + { + "collectionName": "hello-timeout", + "databaseName": "sdam-tests", + "documents": [ + { + "_id": 1 + }, + { + "_id": 2 + }, + { + "_id": 3 + }, + { + "_id": 4 + } + ] + } + ] + } + ] +} diff --git a/test/spec/server-discovery-and-monitoring/unified/hello-timeout.yml b/test/spec/server-discovery-and-monitoring/unified/hello-timeout.yml new file mode 100644 index 00000000000..efab836e654 --- /dev/null +++ b/test/spec/server-discovery-and-monitoring/unified/hello-timeout.yml @@ -0,0 +1,318 @@ +--- +description: hello-timeout + +schemaVersion: "1.10" + +runOnRequirements: + # failCommand appName requirements + - minServerVersion: "4.4" + serverless: forbid + topologies: [ single, replicaset, sharded ] + +createEntities: + - client: + id: &setupClient setupClient + useMultipleMongoses: false + +initialData: &initialData + - collectionName: &collectionName hello-timeout + databaseName: &databaseName sdam-tests + documents: [] + +tests: + - description: Network timeout on Monitor handshake + operations: + # Configure the initial handshake to fail with a timeout. + # Use times: 2 so that the RTT hello is blocked as well. + - name: failPoint + object: testRunner + arguments: + client: *setupClient + failPoint: + configureFailPoint: failCommand + mode: + times: 2 + data: + failCommands: + - hello + - isMaster + appName: timeoutMonitorHandshakeTest + blockConnection: true + blockTimeMS: 1000 + - name: createEntities + object: testRunner + arguments: + entities: + - client: + id: &client client + useMultipleMongoses: false + observeEvents: + - commandStartedEvent + - serverDescriptionChangedEvent + - poolClearedEvent + uriOptions: + retryWrites: false + connectTimeoutMS: 250 + heartbeatFrequencyMS: 500 + appname: timeoutMonitorHandshakeTest + - database: + id: &database database + client: *client + databaseName: *databaseName + - collection: + id: &collection collection + database: *database + collectionName: *collectionName + # The network error on the initial handshake should mark the server + # Unknown (emitting a ServerDescriptionChangedEvent) and clear the pool. + - name: waitForEvent + object: testRunner + arguments: + client: *client + event: + serverDescriptionChangedEvent: + newDescription: + type: Unknown + count: 1 + # Perform an operation to ensure the node is discovered. + - name: insertMany + object: *collection + arguments: + documents: + - _id: 1 + - _id: 2 + # We cannot assert the server was marked Unknown and pool was cleared an + # exact number of times because the RTT hello may or may not have + # triggered this failpoint as well. + # - name: assertEventCount + # object: testRunner + # arguments: + # event: ServerMarkedUnknownEvent + # count: 1 + # - name: assertEventCount + # object: testRunner + # arguments: + # event: PoolClearedEvent + # count: 1 + expectEvents: + - client: *client + eventType: command + events: + - commandStartedEvent: + command: + insert: hello-timeout + documents: + - _id: 1 + - _id: 2 + commandName: insert + databaseName: *databaseName + outcome: + - collectionName: *collectionName + databaseName: *databaseName + documents: + - _id: 1 + - _id: 2 + + - description: Network timeout on Monitor check + operations: + - name: createEntities + object: testRunner + arguments: + entities: + - client: + id: &client client + useMultipleMongoses: false + observeEvents: + - commandStartedEvent + - serverDescriptionChangedEvent + - poolClearedEvent + uriOptions: + retryWrites: false + connectTimeoutMS: 750 + heartbeatFrequencyMS: 500 + appname: timeoutMonitorCheckTest + - database: + id: &database database + client: *client + databaseName: *databaseName + - collection: + id: &collection collection + database: *database + collectionName: *collectionName + # Perform an operation to ensure the node is discovered. + - name: insertMany + object: *collection + arguments: + documents: + - _id: 1 + - _id: 2 + # Configure the next streaming hello check to fail with a timeout. + # Use "times: 4" to increase the probability that the Monitor check times + # out since the RTT hello may trigger this failpoint one or many times as + # well. + - name: failPoint + object: testRunner + arguments: + failPoint: + configureFailPoint: failCommand + mode: + times: 4 + data: + failCommands: + - hello + - isMaster + appName: timeoutMonitorCheckTest + blockConnection: true + # blockTimeMS is evaluated after the waiting for heartbeatFrequencyMS server-side, so this value only + # needs to be greater than connectTimeoutMS. The driver will wait for (500+750)ms and the server will + # respond after (500+1000)ms. + blockTimeMS: 1000 + client: *setupClient + - name: waitForEvent + object: testRunner + arguments: + client: *client + event: + serverDescriptionChangedEvent: + newDescription: + type: Unknown + count: 1 + # The network error on the next check should mark the server Unknown and + # clear the pool. + - name: waitForEvent + object: testRunner + arguments: + client: *client + event: + poolClearedEvent: {} + count: 1 + # Perform an operation to ensure the node is rediscovered. + - name: insertMany + object: *collection + arguments: + documents: + - _id: 3 + - _id: 4 + # We cannot assert the server was marked Unknown and pool was cleared an + # exact number of times because the RTT hello may have triggered this + # failpoint one or many times as well. + + expectEvents: + - client: *client + eventType: command + events: + - commandStartedEvent: + command: + insert: hello-timeout + documents: + - _id: 1 + - _id: 2 + commandName: insert + databaseName: *databaseName + - commandStartedEvent: + command: + insert: hello-timeout + documents: + - _id: 3 + - _id: 4 + commandName: insert + databaseName: *databaseName + outcome: + - collectionName: *collectionName + databaseName: *databaseName + documents: + - _id: 1 + - _id: 2 + - _id: 3 + - _id: 4 + + - description: Driver extends timeout while streaming + operations: + - name: createEntities + object: testRunner + arguments: + entities: + - client: + id: &client client + observeEvents: + - commandStartedEvent + - serverDescriptionChangedEvent + - poolClearedEvent + uriOptions: + retryWrites: false + connectTimeoutMS: 250 + heartbeatFrequencyMS: 500 + appname: extendsTimeoutTest + - database: + id: &database database + client: *client + databaseName: *databaseName + - collection: + id: &collection collection + database: *database + collectionName: *collectionName + # Perform an operation to ensure the node is discovered. + - name: insertMany + object: *collection + arguments: + documents: + - _id: 1 + - _id: 2 + # Wait for multiple monitor checks to complete. + - name: wait + object: testRunner + arguments: + ms: 2000 + # Perform an operation to ensure the node is still selectable. + - name: insertMany + object: *collection + arguments: + documents: + - _id: 3 + - _id: 4 + # Assert that the server was never marked Unknown and the pool was never + # cleared. + - name: assertEventCount + object: testRunner + arguments: + client: *client + event: + serverDescriptionChangedEvent: + newDescription: + type: Unknown + count: 0 + - name: assertEventCount + object: testRunner + arguments: + client: *client + event: + poolClearedEvent: {} + count: 0 + expectEvents: + - client: *client + eventType: command + events: + - commandStartedEvent: + command: + insert: hello-timeout + documents: + - _id: 1 + - _id: 2 + commandName: insert + databaseName: *databaseName + - commandStartedEvent: + command: + insert: hello-timeout + documents: + - _id: 3 + - _id: 4 + commandName: insert + databaseName: *databaseName + outcome: + - collectionName: *collectionName + databaseName: *databaseName + documents: + - _id: 1 + - _id: 2 + - _id: 3 + - _id: 4 diff --git a/test/spec/server-discovery-and-monitoring/unified/insert-network-error.json b/test/spec/server-discovery-and-monitoring/unified/insert-network-error.json new file mode 100644 index 00000000000..e4ba6684ae2 --- /dev/null +++ b/test/spec/server-discovery-and-monitoring/unified/insert-network-error.json @@ -0,0 +1,246 @@ +{ + "description": "insert-network-error", + "schemaVersion": "1.10", + "runOnRequirements": [ + { + "minServerVersion": "4.4", + "serverless": "forbid", + "topologies": [ + "single", + "replicaset", + "sharded" + ] + } + ], + "createEntities": [ + { + "client": { + "id": "setupClient", + "useMultipleMongoses": false + } + } + ], + "initialData": [ + { + "collectionName": "insert-network-error", + "databaseName": "sdam-tests", + "documents": [ + { + "_id": 1 + }, + { + "_id": 2 + } + ] + } + ], + "tests": [ + { + "description": "Reset server and pool after network error on insert", + "operations": [ + { + "name": "failPoint", + "object": "testRunner", + "arguments": { + "client": "setupClient", + "failPoint": { + "configureFailPoint": "failCommand", + "mode": { + "times": 1 + }, + "data": { + "failCommands": [ + "insert" + ], + "closeConnection": true, + "appName": "insertNetworkErrorTest" + } + } + } + }, + { + "name": "createEntities", + "object": "testRunner", + "arguments": { + "entities": [ + { + "client": { + "id": "client", + "observeEvents": [ + "commandStartedEvent", + "serverDescriptionChangedEvent", + "poolClearedEvent" + ], + "uriOptions": { + "retryWrites": false, + "appname": "insertNetworkErrorTest" + }, + "useMultipleMongoses": false + } + }, + { + "database": { + "id": "database", + "client": "client", + "databaseName": "sdam-tests" + } + }, + { + "collection": { + "id": "collection", + "database": "database", + "collectionName": "insert-network-error" + } + } + ] + } + }, + { + "name": "insertMany", + "object": "collection", + "arguments": { + "documents": [ + { + "_id": 3 + }, + { + "_id": 4 + } + ] + }, + "expectError": { + "isError": true + } + }, + { + "name": "waitForEvent", + "object": "testRunner", + "arguments": { + "client": "client", + "event": { + "serverDescriptionChangedEvent": { + "newDescription": { + "type": "Unknown" + } + } + }, + "count": 1 + } + }, + { + "name": "waitForEvent", + "object": "testRunner", + "arguments": { + "client": "client", + "event": { + "poolClearedEvent": {} + }, + "count": 1 + } + }, + { + "name": "insertMany", + "object": "collection", + "arguments": { + "documents": [ + { + "_id": 5 + }, + { + "_id": 6 + } + ] + } + }, + { + "name": "assertEventCount", + "object": "testRunner", + "arguments": { + "client": "client", + "event": { + "serverDescriptionChangedEvent": { + "newDescription": { + "type": "Unknown" + } + } + }, + "count": 1 + } + }, + { + "name": "assertEventCount", + "object": "testRunner", + "arguments": { + "client": "client", + "event": { + "poolClearedEvent": {} + }, + "count": 1 + } + } + ], + "expectEvents": [ + { + "client": "client", + "eventType": "command", + "events": [ + { + "commandStartedEvent": { + "command": { + "insert": "insert-network-error", + "documents": [ + { + "_id": 3 + }, + { + "_id": 4 + } + ] + }, + "commandName": "insert", + "databaseName": "sdam-tests" + } + }, + { + "commandStartedEvent": { + "command": { + "insert": "insert-network-error", + "documents": [ + { + "_id": 5 + }, + { + "_id": 6 + } + ] + }, + "commandName": "insert", + "databaseName": "sdam-tests" + } + } + ] + } + ], + "outcome": [ + { + "collectionName": "insert-network-error", + "databaseName": "sdam-tests", + "documents": [ + { + "_id": 1 + }, + { + "_id": 2 + }, + { + "_id": 5 + }, + { + "_id": 6 + } + ] + } + ] + } + ] +} diff --git a/test/spec/server-discovery-and-monitoring/unified/insert-network-error.yml b/test/spec/server-discovery-and-monitoring/unified/insert-network-error.yml new file mode 100644 index 00000000000..fc9c2f4921e --- /dev/null +++ b/test/spec/server-discovery-and-monitoring/unified/insert-network-error.yml @@ -0,0 +1,137 @@ +--- +description: insert-network-error + +schemaVersion: "1.10" + +runOnRequirements: + # failCommand appName requirements + - minServerVersion: "4.4" + serverless: forbid + topologies: [ single, replicaset, sharded ] + +createEntities: + - client: + id: &setupClient setupClient + useMultipleMongoses: false + +initialData: &initialData + - collectionName: &collectionName insert-network-error + databaseName: &databaseName sdam-tests + documents: + - _id: 1 + - _id: 2 + +tests: + - description: Reset server and pool after network error on insert + operations: + - name: failPoint + object: testRunner + arguments: + client: *setupClient + failPoint: + configureFailPoint: failCommand + mode: + times: 1 + data: + failCommands: + - insert + closeConnection: true + appName: insertNetworkErrorTest + - name: createEntities + object: testRunner + arguments: + entities: + - client: + id: &client client + observeEvents: + - commandStartedEvent + - serverDescriptionChangedEvent + - poolClearedEvent + uriOptions: + retryWrites: false + appname: insertNetworkErrorTest + useMultipleMongoses: false + - database: + id: &database database + client: *client + databaseName: *databaseName + - collection: + id: &collection collection + database: *database + collectionName: *collectionName + - name: insertMany + object: *collection + arguments: + documents: + - _id: 3 + - _id: 4 + expectError: + isError: true + - name: waitForEvent + object: testRunner + arguments: + client: *client + event: + serverDescriptionChangedEvent: + newDescription: + type: Unknown + count: 1 + - name: waitForEvent + object: testRunner + arguments: + client: *client + event: + poolClearedEvent: {} + count: 1 + # Perform another operation to ensure the node is rediscovered. + - name: insertMany + object: *collection + arguments: + documents: + - _id: 5 + - _id: 6 + # Assert the server was marked Unknown and pool was cleared exactly once. + - name: assertEventCount + object: testRunner + arguments: + client: *client + event: + serverDescriptionChangedEvent: + newDescription: + type: Unknown + count: 1 + - name: assertEventCount + object: testRunner + arguments: + client: *client + event: + poolClearedEvent: {} + count: 1 + expectEvents: + - client: *client + eventType: command + events: + - commandStartedEvent: + command: + insert: insert-network-error + documents: + - _id: 3 + - _id: 4 + commandName: insert + databaseName: *databaseName + - commandStartedEvent: + command: + insert: insert-network-error + documents: + - _id: 5 + - _id: 6 + commandName: insert + databaseName: *databaseName + outcome: + - collectionName: *collectionName + databaseName: *databaseName + documents: + - _id: 1 + - _id: 2 + - _id: 5 + - _id: 6 diff --git a/test/spec/server-discovery-and-monitoring/unified/insert-shutdown-error.json b/test/spec/server-discovery-and-monitoring/unified/insert-shutdown-error.json new file mode 100644 index 00000000000..3c724fa5e4c --- /dev/null +++ b/test/spec/server-discovery-and-monitoring/unified/insert-shutdown-error.json @@ -0,0 +1,250 @@ +{ + "description": "insert-shutdown-error", + "schemaVersion": "1.10", + "runOnRequirements": [ + { + "minServerVersion": "4.4", + "serverless": "forbid", + "topologies": [ + "single", + "replicaset", + "sharded" + ] + } + ], + "createEntities": [ + { + "client": { + "id": "setupClient", + "useMultipleMongoses": false + } + } + ], + "initialData": [ + { + "collectionName": "insert-shutdown-error", + "databaseName": "sdam-tests", + "documents": [] + } + ], + "tests": [ + { + "description": "Concurrent shutdown error on insert", + "operations": [ + { + "name": "createEntities", + "object": "testRunner", + "arguments": { + "entities": [ + { + "client": { + "id": "client", + "useMultipleMongoses": false, + "uriOptions": { + "retryWrites": false, + "heartbeatFrequencyMS": 500, + "appname": "shutdownErrorInsertTest" + }, + "observeEvents": [ + "serverDescriptionChangedEvent", + "poolClearedEvent" + ] + } + }, + { + "database": { + "id": "database", + "client": "client", + "databaseName": "sdam-tests" + } + }, + { + "collection": { + "id": "collection", + "database": "database", + "collectionName": "insert-shutdown-error" + } + } + ] + } + }, + { + "name": "insertOne", + "object": "collection", + "arguments": { + "document": { + "_id": 1 + } + } + }, + { + "name": "failPoint", + "object": "testRunner", + "arguments": { + "failPoint": { + "configureFailPoint": "failCommand", + "mode": { + "times": 2 + }, + "data": { + "failCommands": [ + "insert" + ], + "appName": "shutdownErrorInsertTest", + "errorCode": 91, + "blockConnection": true, + "blockTimeMS": 500 + } + }, + "client": "setupClient" + } + }, + { + "name": "createEntities", + "object": "testRunner", + "arguments": { + "entities": [ + { + "thread": { + "id": "thread0" + } + }, + { + "thread": { + "id": "thread1" + } + } + ] + } + }, + { + "name": "runOnThread", + "object": "testRunner", + "arguments": { + "thread": "thread0", + "operation": { + "name": "insertOne", + "object": "collection", + "arguments": { + "document": { + "_id": 2 + } + }, + "expectError": { + "isError": true + } + } + } + }, + { + "name": "runOnThread", + "object": "testRunner", + "arguments": { + "thread": "thread1", + "operation": { + "name": "insertOne", + "object": "collection", + "arguments": { + "document": { + "_id": 3 + } + }, + "expectError": { + "isError": true + } + } + } + }, + { + "name": "waitForThread", + "object": "testRunner", + "arguments": { + "thread": "thread0" + } + }, + { + "name": "waitForThread", + "object": "testRunner", + "arguments": { + "thread": "thread1" + } + }, + { + "name": "waitForEvent", + "object": "testRunner", + "arguments": { + "client": "client", + "event": { + "serverDescriptionChangedEvent": { + "newDescription": { + "type": "Unknown" + } + } + }, + "count": 1 + } + }, + { + "name": "waitForEvent", + "object": "testRunner", + "arguments": { + "client": "client", + "event": { + "poolClearedEvent": {} + }, + "count": 1 + } + }, + { + "name": "insertOne", + "object": "collection", + "arguments": { + "document": { + "_id": 4 + } + } + }, + { + "name": "assertEventCount", + "object": "testRunner", + "arguments": { + "client": "client", + "event": { + "serverDescriptionChangedEvent": { + "newDescription": { + "type": "Unknown" + } + } + }, + "count": 1 + } + }, + { + "name": "assertEventCount", + "object": "testRunner", + "arguments": { + "client": "client", + "event": { + "poolClearedEvent": {} + }, + "count": 1 + } + } + ], + "outcome": [ + { + "collectionName": "insert-shutdown-error", + "databaseName": "sdam-tests", + "documents": [ + { + "_id": 1 + }, + { + "_id": 4 + } + ] + } + ] + } + ] +} diff --git a/test/spec/server-discovery-and-monitoring/unified/insert-shutdown-error.yml b/test/spec/server-discovery-and-monitoring/unified/insert-shutdown-error.yml new file mode 100644 index 00000000000..1ec920a6bcc --- /dev/null +++ b/test/spec/server-discovery-and-monitoring/unified/insert-shutdown-error.yml @@ -0,0 +1,162 @@ +--- +description: insert-shutdown-error + +schemaVersion: "1.10" + +runOnRequirements: + # failCommand appName requirements + - minServerVersion: "4.4" + serverless: forbid + topologies: [ single, replicaset, sharded ] + +createEntities: + - client: + id: &setupClient setupClient + useMultipleMongoses: false + +initialData: &initialData + - collectionName: &collectionName insert-shutdown-error + databaseName: &databaseName sdam-tests + documents: [] + +tests: + - description: Concurrent shutdown error on insert + operations: + - name: createEntities + object: testRunner + arguments: + entities: + - client: + id: &client client + useMultipleMongoses: false + uriOptions: + retryWrites: false + heartbeatFrequencyMS: 500 + appname: shutdownErrorInsertTest + observeEvents: + - serverDescriptionChangedEvent + - poolClearedEvent + - database: + id: &database database + client: *client + databaseName: *databaseName + - collection: + id: &collection collection + database: *database + collectionName: *collectionName + # Perform an operation to ensure the node is discovered. + - name: insertOne + object: *collection + arguments: + document: + _id: 1 + # Configure the next two inserts to fail with a non-timeout shutdown + # errors. Block the connection for 500ms to ensure both operations check + # out connections from the same pool generation. + - name: failPoint + object: testRunner + arguments: + failPoint: + configureFailPoint: failCommand + mode: + times: 2 + data: + failCommands: + - insert + appName: shutdownErrorInsertTest + errorCode: 91 + blockConnection: true + blockTimeMS: 500 + client: *setupClient + # Start threads. + - name: createEntities + object: testRunner + arguments: + entities: + - thread: + id: &thread0 thread0 + - thread: + id: &thread1 thread1 + # Perform concurrent insert operations. Both fail with shutdown errors. + - name: runOnThread + object: testRunner + arguments: + thread: *thread0 + operation: + name: insertOne + object: *collection + arguments: + document: + _id: 2 + expectError: + isError: true + - name: runOnThread + object: testRunner + arguments: + thread: *thread1 + operation: + name: insertOne + object: *collection + arguments: + document: + _id: 3 + expectError: + isError: true + # Stop threads. + - name: waitForThread + object: testRunner + arguments: + thread: *thread0 + - name: waitForThread + object: testRunner + arguments: + thread: *thread1 + # The first shutdown error should mark the server Unknown and then clear + # the pool. + - name: waitForEvent + object: testRunner + arguments: + client: *client + event: + serverDescriptionChangedEvent: + newDescription: + type: Unknown + count: 1 + - name: waitForEvent + object: testRunner + arguments: + client: *client + event: + poolClearedEvent: {} + count: 1 + # Perform an operation to ensure the node is rediscovered. + - name: insertOne + object: *collection + arguments: + document: + _id: 4 + # Assert the server was marked Unknown and pool was cleared exactly once. + - name: assertEventCount + object: testRunner + arguments: + client: *client + event: + serverDescriptionChangedEvent: + newDescription: + type: Unknown + count: 1 + - name: assertEventCount + object: testRunner + arguments: + client: *client + event: + poolClearedEvent: {} + count: 1 + + # Order of operations is non-deterministic so we cannot check events. + outcome: + - collectionName: *collectionName + databaseName: *databaseName + documents: + - _id: 1 + - _id: 4 diff --git a/test/spec/server-discovery-and-monitoring/unified/minPoolSize-error.json b/test/spec/server-discovery-and-monitoring/unified/minPoolSize-error.json new file mode 100644 index 00000000000..0234ac99292 --- /dev/null +++ b/test/spec/server-discovery-and-monitoring/unified/minPoolSize-error.json @@ -0,0 +1,177 @@ +{ + "description": "minPoolSize-error", + "schemaVersion": "1.10", + "runOnRequirements": [ + { + "minServerVersion": "4.9", + "serverless": "forbid", + "topologies": [ + "single" + ] + } + ], + "createEntities": [ + { + "client": { + "id": "setupClient", + "useMultipleMongoses": false + } + } + ], + "initialData": [ + { + "collectionName": "sdam-minPoolSize-error", + "databaseName": "sdam-tests", + "documents": [] + } + ], + "tests": [ + { + "description": "Network error on minPoolSize background creation", + "operations": [ + { + "name": "failPoint", + "object": "testRunner", + "arguments": { + "client": "setupClient", + "failPoint": { + "configureFailPoint": "failCommand", + "mode": { + "skip": 3 + }, + "data": { + "failCommands": [ + "hello", + "isMaster" + ], + "appName": "SDAMminPoolSizeError", + "closeConnection": true + } + } + } + }, + { + "name": "createEntities", + "object": "testRunner", + "arguments": { + "entities": [ + { + "client": { + "id": "client", + "useMultipleMongoses": false, + "observeEvents": [ + "serverDescriptionChangedEvent", + "poolClearedEvent", + "poolReadyEvent" + ], + "uriOptions": { + "heartbeatFrequencyMS": 10000, + "appname": "SDAMminPoolSizeError", + "minPoolSize": 10, + "serverSelectionTimeoutMS": 1000 + } + } + }, + { + "database": { + "id": "database", + "client": "client", + "databaseName": "sdam-tests" + } + }, + { + "collection": { + "id": "collection", + "database": "database", + "collectionName": "sdam-minPoolSize-error" + } + } + ] + } + }, + { + "name": "waitForEvent", + "object": "testRunner", + "arguments": { + "client": "client", + "event": { + "poolReadyEvent": {} + }, + "count": 1 + } + }, + { + "name": "waitForEvent", + "object": "testRunner", + "arguments": { + "client": "client", + "event": { + "poolClearedEvent": {} + }, + "count": 1 + } + }, + { + "name": "waitForEvent", + "object": "testRunner", + "arguments": { + "client": "client", + "event": { + "serverDescriptionChangedEvent": { + "newDescription": { + "type": "Unknown" + } + } + }, + "count": 1 + } + }, + { + "name": "runCommand", + "object": "database", + "arguments": { + "command": { + "ping": {} + }, + "commandName": "ping" + }, + "expectError": { + "isError": true + } + }, + { + "name": "failPoint", + "object": "testRunner", + "arguments": { + "failPoint": { + "configureFailPoint": "failCommand", + "mode": "off" + }, + "client": "setupClient" + } + }, + { + "name": "runCommand", + "object": "database", + "arguments": { + "command": { + "ping": 1 + }, + "commandName": "ping" + } + }, + { + "name": "assertEventCount", + "object": "testRunner", + "arguments": { + "client": "client", + "event": { + "poolReadyEvent": {} + }, + "count": 2 + } + } + ] + } + ] +} diff --git a/test/spec/server-discovery-and-monitoring/unified/minPoolSize-error.yml b/test/spec/server-discovery-and-monitoring/unified/minPoolSize-error.yml new file mode 100644 index 00000000000..cc72af578b2 --- /dev/null +++ b/test/spec/server-discovery-and-monitoring/unified/minPoolSize-error.yml @@ -0,0 +1,125 @@ +--- +description: minPoolSize-error + +schemaVersion: "1.10" + +runOnRequirements: + # failCommand appName requirements + - minServerVersion: "4.9" + serverless: forbid + topologies: + - single + +createEntities: + - client: + id: &setupClient setupClient + useMultipleMongoses: false + +initialData: &initialData + - collectionName: &collectionName sdam-minPoolSize-error + databaseName: &databaseName sdam-tests + documents: [] + +tests: + - description: Network error on minPoolSize background creation + operations: + # Configure the initial monitor handshake to succeed but the + # first or second background minPoolSize establishments to fail. + - name: failPoint + object: testRunner + arguments: + client: *setupClient + failPoint: + configureFailPoint: failCommand + mode: + skip: 3 + data: + failCommands: + - hello + - isMaster + appName: SDAMminPoolSizeError + closeConnection: true + - name: createEntities + object: testRunner + arguments: + entities: + - client: + id: &client client + useMultipleMongoses: false + observeEvents: + - serverDescriptionChangedEvent + - poolClearedEvent + - poolReadyEvent + uriOptions: + heartbeatFrequencyMS: 10000 + appname: SDAMminPoolSizeError + minPoolSize: 10 + serverSelectionTimeoutMS: 1000 + - database: + id: &database database + client: *client + databaseName: *databaseName + - collection: + id: &collection collection + database: *database + collectionName: *collectionName + # Wait for monitor to succeed handshake and mark the pool as ready. + - name: waitForEvent + object: testRunner + arguments: + client: *client + event: + poolReadyEvent: {} + count: 1 + # Background connection establishment ensuring minPoolSize should fail, + # causing the pool to be cleared. + - name: waitForEvent + object: testRunner + arguments: + client: *client + event: + poolClearedEvent: {} + count: 1 + # The server should be marked as Unknown as part of this. + - name: waitForEvent + object: testRunner + arguments: + client: *client + event: + serverDescriptionChangedEvent: + newDescription: + type: Unknown + count: 1 + # Executing a command should fail server selection due to not being able + # to find the primary. + - name: runCommand + object: *database + arguments: + command: + ping: {} + commandName: ping + expectError: + isError: true + # Disable the failpoint, allowing the monitor to discover the primary again. + - name: failPoint + object: testRunner + arguments: + failPoint: + configureFailPoint: failCommand + mode: "off" + client: *setupClient + # Perform an operation to ensure the node is discovered. + - name: runCommand + object: *database + arguments: + command: + ping: 1 + commandName: ping + # Assert that the monitor discovered the primary and mark the pool as ready again. + - name: assertEventCount + object: testRunner + arguments: + client: *client + event: + poolReadyEvent: {} + count: 2 diff --git a/test/spec/server-discovery-and-monitoring/integration/pool-cleared-error.json b/test/spec/server-discovery-and-monitoring/unified/pool-cleared-error.json similarity index 60% rename from test/spec/server-discovery-and-monitoring/integration/pool-cleared-error.json rename to test/spec/server-discovery-and-monitoring/unified/pool-cleared-error.json index 52456f9e133..9a7dfd901c5 100644 --- a/test/spec/server-discovery-and-monitoring/integration/pool-cleared-error.json +++ b/test/spec/server-discovery-and-monitoring/unified/pool-cleared-error.json @@ -1,25 +1,72 @@ { - "runOn": [ + "description": "pool-cleared-error", + "schemaVersion": "1.10", + "runOnRequirements": [ { "minServerVersion": "4.9", - "topology": [ + "serverless": "forbid", + "topologies": [ "replicaset", "sharded" ] } ], - "database_name": "sdam-tests", - "collection_name": "pool-cleared-error", - "data": [], + "createEntities": [ + { + "client": { + "id": "setupClient", + "useMultipleMongoses": false + } + } + ], + "initialData": [ + { + "collectionName": "pool-cleared-error", + "databaseName": "sdam-tests", + "documents": [] + } + ], "tests": [ { "description": "PoolClearedError does not mark server unknown", - "clientOptions": { - "retryWrites": true, - "maxPoolSize": 1, - "appname": "poolClearedErrorTest" - }, "operations": [ + { + "name": "createEntities", + "object": "testRunner", + "arguments": { + "entities": [ + { + "client": { + "id": "client", + "useMultipleMongoses": false, + "observeEvents": [ + "serverDescriptionChangedEvent", + "poolClearedEvent" + ], + "uriOptions": { + "retryWrites": true, + "maxPoolSize": 1, + "appname": "poolClearedErrorTest" + } + } + }, + { + "database": { + "id": "database", + "client": "client", + "databaseName": "sdam-tests" + } + }, + { + "collection": { + "id": "collection", + "database": "database", + "collectionName": "pool-cleared-error" + } + } + ] + } + }, { "name": "insertOne", "object": "collection", @@ -30,7 +77,7 @@ } }, { - "name": "configureFailPoint", + "name": "failPoint", "object": "testRunner", "arguments": { "failPoint": { @@ -47,56 +94,53 @@ "closeConnection": true, "appName": "poolClearedErrorTest" } - } - } - }, - { - "name": "startThread", - "object": "testRunner", - "arguments": { - "name": "thread1" - } - }, - { - "name": "startThread", - "object": "testRunner", - "arguments": { - "name": "thread2" - } - }, - { - "name": "startThread", - "object": "testRunner", - "arguments": { - "name": "thread3" - } - }, - { - "name": "startThread", - "object": "testRunner", - "arguments": { - "name": "thread4" - } - }, - { - "name": "startThread", - "object": "testRunner", - "arguments": { - "name": "thread5" + }, + "client": "setupClient" } }, { - "name": "startThread", + "name": "createEntities", "object": "testRunner", "arguments": { - "name": "thread6" + "entities": [ + { + "thread": { + "id": "thread0" + } + }, + { + "thread": { + "id": "thread1" + } + }, + { + "thread": { + "id": "thread2" + } + }, + { + "thread": { + "id": "thread3" + } + }, + { + "thread": { + "id": "thread4" + } + }, + { + "thread": { + "id": "thread5" + } + } + ] } }, { "name": "runOnThread", "object": "testRunner", "arguments": { - "name": "thread1", + "thread": "thread0", "operation": { "name": "insertOne", "object": "collection", @@ -112,7 +156,7 @@ "name": "runOnThread", "object": "testRunner", "arguments": { - "name": "thread2", + "thread": "thread1", "operation": { "name": "insertOne", "object": "collection", @@ -128,7 +172,7 @@ "name": "runOnThread", "object": "testRunner", "arguments": { - "name": "thread3", + "thread": "thread2", "operation": { "name": "insertOne", "object": "collection", @@ -144,7 +188,7 @@ "name": "runOnThread", "object": "testRunner", "arguments": { - "name": "thread4", + "thread": "thread3", "operation": { "name": "insertOne", "object": "collection", @@ -160,7 +204,7 @@ "name": "runOnThread", "object": "testRunner", "arguments": { - "name": "thread5", + "thread": "thread4", "operation": { "name": "insertOne", "object": "collection", @@ -176,7 +220,7 @@ "name": "runOnThread", "object": "testRunner", "arguments": { - "name": "thread6", + "thread": "thread5", "operation": { "name": "insertOne", "object": "collection", @@ -192,49 +236,56 @@ "name": "waitForThread", "object": "testRunner", "arguments": { - "name": "thread1" + "thread": "thread0" } }, { "name": "waitForThread", "object": "testRunner", "arguments": { - "name": "thread2" + "thread": "thread1" } }, { "name": "waitForThread", "object": "testRunner", "arguments": { - "name": "thread3" + "thread": "thread2" } }, { "name": "waitForThread", "object": "testRunner", "arguments": { - "name": "thread4" + "thread": "thread3" } }, { "name": "waitForThread", "object": "testRunner", "arguments": { - "name": "thread5" + "thread": "thread4" } }, { "name": "waitForThread", "object": "testRunner", "arguments": { - "name": "thread6" + "thread": "thread5" } }, { "name": "waitForEvent", "object": "testRunner", "arguments": { - "event": "ServerMarkedUnknownEvent", + "client": "client", + "event": { + "serverDescriptionChangedEvent": { + "newDescription": { + "type": "Unknown" + } + } + }, "count": 1 } }, @@ -242,7 +293,10 @@ "name": "waitForEvent", "object": "testRunner", "arguments": { - "event": "PoolClearedEvent", + "client": "client", + "event": { + "poolClearedEvent": {} + }, "count": 1 } }, @@ -259,7 +313,14 @@ "name": "assertEventCount", "object": "testRunner", "arguments": { - "event": "ServerMarkedUnknownEvent", + "client": "client", + "event": { + "serverDescriptionChangedEvent": { + "newDescription": { + "type": "Unknown" + } + } + }, "count": 1 } }, @@ -267,14 +328,19 @@ "name": "assertEventCount", "object": "testRunner", "arguments": { - "event": "PoolClearedEvent", + "client": "client", + "event": { + "poolClearedEvent": {} + }, "count": 1 } } ], - "outcome": { - "collection": { - "data": [ + "outcome": [ + { + "collectionName": "pool-cleared-error", + "databaseName": "sdam-tests", + "documents": [ { "_id": 1 }, @@ -301,7 +367,7 @@ } ] } - } + ] } ] } diff --git a/test/spec/server-discovery-and-monitoring/integration/pool-cleared-error.yml b/test/spec/server-discovery-and-monitoring/unified/pool-cleared-error.yml similarity index 54% rename from test/spec/server-discovery-and-monitoring/integration/pool-cleared-error.yml rename to test/spec/server-discovery-and-monitoring/unified/pool-cleared-error.yml index f2e1e04b79d..07bfc0c0d54 100644 --- a/test/spec/server-discovery-and-monitoring/integration/pool-cleared-error.yml +++ b/test/spec/server-discovery-and-monitoring/unified/pool-cleared-error.yml @@ -1,67 +1,92 @@ -# Test SDAM error handling. -runOn: +--- +description: pool-cleared-error + +schemaVersion: "1.10" + +runOnRequirements: # This test requires retryable writes, failCommand appName, and # failCommand blockConnection with closeConnection:true (SERVER-53512). - - minServerVersion: "4.9" - topology: ["replicaset", "sharded"] + - minServerVersion: "4.9" + serverless: forbid + topologies: + - replicaset + - sharded -database_name: &database_name "sdam-tests" -collection_name: &collection_name "pool-cleared-error" +createEntities: + - client: + id: &setupClient setupClient + useMultipleMongoses: false -data: [] +initialData: &initialData + - collectionName: &collectionName pool-cleared-error + databaseName: &databaseName sdam-tests + documents: [] tests: - description: PoolClearedError does not mark server unknown - clientOptions: - retryWrites: true - maxPoolSize: 1 - appname: poolClearedErrorTest operations: + - name: createEntities + object: testRunner + arguments: + entities: + - client: + id: &client client + useMultipleMongoses: false + observeEvents: + - serverDescriptionChangedEvent + - poolClearedEvent + uriOptions: + retryWrites: true + maxPoolSize: 1 + appname: poolClearedErrorTest + - database: + id: &database database + client: *client + databaseName: *databaseName + - collection: + id: &collection collection + database: *database + collectionName: *collectionName # Perform an operation to ensure the node is discovered. - name: insertOne - object: collection + object: *collection arguments: document: _id: 1 # Configure the next insert to fail with a network error which will # clear the pool leaving it paused until the server is rediscovered. - - name: configureFailPoint + - name: failPoint object: testRunner arguments: failPoint: configureFailPoint: failCommand - mode: { times: 1 } + mode: + times: 1 data: - failCommands: ["insert"] - blockConnection: true - blockTimeMS: 100 - closeConnection: true - appName: poolClearedErrorTest + failCommands: + - insert + blockConnection: true + blockTimeMS: 100 + closeConnection: true + appName: poolClearedErrorTest + client: *setupClient # Start threads. - - name: startThread - object: testRunner - arguments: - name: thread1 - - name: startThread - object: testRunner - arguments: - name: thread2 - - name: startThread - object: testRunner - arguments: - name: thread3 - - name: startThread - object: testRunner - arguments: - name: thread4 - - name: startThread - object: testRunner - arguments: - name: thread5 - - name: startThread - object: testRunner - arguments: - name: thread6 + - name: createEntities + object: testRunner + arguments: + entities: + - thread: + id: &thread0 thread0 + - thread: + id: &thread1 thread1 + - thread: + id: &thread2 thread2 + - thread: + id: &thread3 thread3 + - thread: + id: &thread4 thread4 + - thread: + id: &thread5 thread5 # Perform concurrent insert operations. The first one to execute will # fail with a network error, mark the server Unknown, clear the pool, # and retry. @@ -75,60 +100,60 @@ tests: - name: runOnThread object: testRunner arguments: - name: thread1 + thread: *thread0 operation: name: insertOne - object: collection + object: *collection arguments: document: _id: 2 - name: runOnThread object: testRunner arguments: - name: thread2 + thread: *thread1 operation: name: insertOne - object: collection + object: *collection arguments: document: _id: 3 - name: runOnThread object: testRunner arguments: - name: thread3 + thread: *thread2 operation: name: insertOne - object: collection + object: *collection arguments: document: _id: 4 - name: runOnThread object: testRunner arguments: - name: thread4 + thread: *thread3 operation: name: insertOne - object: collection + object: *collection arguments: document: _id: 5 - name: runOnThread object: testRunner arguments: - name: thread5 + thread: *thread4 operation: name: insertOne - object: collection + object: *collection arguments: document: _id: 6 - name: runOnThread object: testRunner arguments: - name: thread6 + thread: *thread5 operation: name: insertOne - object: collection + object: *collection arguments: document: _id: 7 @@ -136,42 +161,48 @@ tests: - name: waitForThread object: testRunner arguments: - name: thread1 + thread: *thread0 - name: waitForThread object: testRunner arguments: - name: thread2 + thread: *thread1 - name: waitForThread object: testRunner arguments: - name: thread3 + thread: *thread2 - name: waitForThread object: testRunner arguments: - name: thread4 + thread: *thread3 - name: waitForThread object: testRunner arguments: - name: thread5 + thread: *thread4 - name: waitForThread object: testRunner arguments: - name: thread6 + thread: *thread5 # The first shutdown error should mark the server Unknown and then clear # the pool. - name: waitForEvent object: testRunner arguments: - event: ServerMarkedUnknownEvent + client: *client + event: + serverDescriptionChangedEvent: + newDescription: + type: Unknown count: 1 - name: waitForEvent object: testRunner arguments: - event: PoolClearedEvent + client: *client + event: + poolClearedEvent: {} count: 1 # Perform an operation to ensure the node still useable. - name: insertOne - object: collection + object: *collection arguments: document: _id: 8 @@ -179,23 +210,30 @@ tests: - name: assertEventCount object: testRunner arguments: - event: ServerMarkedUnknownEvent + client: *client + event: + serverDescriptionChangedEvent: + newDescription: + type: Unknown count: 1 - name: assertEventCount object: testRunner arguments: - event: PoolClearedEvent + client: *client + event: + poolClearedEvent: {} count: 1 # Order of operations is non-deterministic so we cannot check events. outcome: - collection: - data: - - {_id: 1} - - {_id: 2} - - {_id: 3} - - {_id: 4} - - {_id: 5} - - {_id: 6} - - {_id: 7} - - {_id: 8} + - collectionName: *collectionName + databaseName: *databaseName + documents: + - _id: 1 + - _id: 2 + - _id: 3 + - _id: 4 + - _id: 5 + - _id: 6 + - _id: 7 + - _id: 8 diff --git a/test/spec/server-discovery-and-monitoring/unified/rediscover-quickly-after-step-down.json b/test/spec/server-discovery-and-monitoring/unified/rediscover-quickly-after-step-down.json new file mode 100644 index 00000000000..c7c2494857a --- /dev/null +++ b/test/spec/server-discovery-and-monitoring/unified/rediscover-quickly-after-step-down.json @@ -0,0 +1,242 @@ +{ + "description": "rediscover-quickly-after-step-down", + "schemaVersion": "1.10", + "runOnRequirements": [ + { + "minServerVersion": "4.4", + "serverless": "forbid", + "topologies": [ + "replicaset" + ] + } + ], + "createEntities": [ + { + "client": { + "id": "setupClient" + } + }, + { + "database": { + "id": "adminDatabase", + "client": "setupClient", + "databaseName": "admin" + } + } + ], + "initialData": [ + { + "collectionName": "test-replSetStepDown", + "databaseName": "sdam-tests", + "documents": [ + { + "_id": 1 + }, + { + "_id": 2 + } + ] + } + ], + "tests": [ + { + "description": "Rediscover quickly after replSetStepDown", + "operations": [ + { + "name": "createEntities", + "object": "testRunner", + "arguments": { + "entities": [ + { + "client": { + "id": "client", + "observeEvents": [ + "poolClearedEvent", + "commandStartedEvent" + ], + "uriOptions": { + "appname": "replSetStepDownTest", + "heartbeatFrequencyMS": 60000, + "serverSelectionTimeoutMS": 5000, + "w": "majority" + } + } + }, + { + "database": { + "id": "database", + "client": "client", + "databaseName": "sdam-tests" + } + }, + { + "collection": { + "id": "collection", + "database": "database", + "collectionName": "test-replSetStepDown" + } + } + ] + } + }, + { + "name": "insertMany", + "object": "collection", + "arguments": { + "documents": [ + { + "_id": 3 + }, + { + "_id": 4 + } + ] + } + }, + { + "name": "recordTopologyDescription", + "object": "testRunner", + "arguments": { + "client": "client", + "id": "topologyDescription" + } + }, + { + "name": "assertTopologyType", + "object": "testRunner", + "arguments": { + "topologyDescription": "topologyDescription", + "topologyType": "ReplicaSetWithPrimary" + } + }, + { + "name": "runCommand", + "object": "adminDatabase", + "arguments": { + "command": { + "replSetFreeze": 0 + }, + "readPreference": { + "mode": "secondary" + }, + "commandName": "replSetFreeze" + } + }, + { + "name": "runCommand", + "object": "adminDatabase", + "arguments": { + "command": { + "replSetStepDown": 30, + "secondaryCatchUpPeriodSecs": 30, + "force": false + }, + "commandName": "replSetStepDown" + } + }, + { + "name": "waitForPrimaryChange", + "object": "testRunner", + "arguments": { + "client": "client", + "priorTopologyDescription": "topologyDescription", + "timeoutMS": 15000 + } + }, + { + "name": "insertMany", + "object": "collection", + "arguments": { + "documents": [ + { + "_id": 5 + }, + { + "_id": 6 + } + ] + } + }, + { + "name": "assertEventCount", + "object": "testRunner", + "arguments": { + "client": "client", + "event": { + "poolClearedEvent": {} + }, + "count": 0 + } + } + ], + "expectEvents": [ + { + "client": "client", + "eventType": "command", + "events": [ + { + "commandStartedEvent": { + "command": { + "insert": "test-replSetStepDown", + "documents": [ + { + "_id": 3 + }, + { + "_id": 4 + } + ] + }, + "commandName": "insert", + "databaseName": "sdam-tests" + } + }, + { + "commandStartedEvent": { + "command": { + "insert": "test-replSetStepDown", + "documents": [ + { + "_id": 5 + }, + { + "_id": 6 + } + ] + }, + "commandName": "insert", + "databaseName": "sdam-tests" + } + } + ] + } + ], + "outcome": [ + { + "collectionName": "test-replSetStepDown", + "databaseName": "sdam-tests", + "documents": [ + { + "_id": 1 + }, + { + "_id": 2 + }, + { + "_id": 3 + }, + { + "_id": 4 + }, + { + "_id": 5 + }, + { + "_id": 6 + } + ] + } + ] + } + ] +} diff --git a/test/spec/server-discovery-and-monitoring/unified/rediscover-quickly-after-step-down.yml b/test/spec/server-discovery-and-monitoring/unified/rediscover-quickly-after-step-down.yml new file mode 100644 index 00000000000..e5b49de35d7 --- /dev/null +++ b/test/spec/server-discovery-and-monitoring/unified/rediscover-quickly-after-step-down.yml @@ -0,0 +1,144 @@ +--- +description: rediscover-quickly-after-step-down + +schemaVersion: "1.10" + +runOnRequirements: + # 4.4 is required for streaming. + # A replica set is required for replSetStepDown. + - minServerVersion: "4.4" + serverless: forbid + topologies: + - replicaset + +createEntities: + - client: + id: &setupClient setupClient + - database: + id: &adminDatabase adminDatabase + client: *setupClient + databaseName: admin + +initialData: &initialData + - collectionName: &collectionName test-replSetStepDown + databaseName: &databaseName sdam-tests + documents: + - _id: 1 + - _id: 2 + +tests: + - description: Rediscover quickly after replSetStepDown + operations: + - name: createEntities + object: testRunner + arguments: + entities: + - client: + id: &client client + observeEvents: + - poolClearedEvent + - commandStartedEvent + uriOptions: + appname: replSetStepDownTest + # Configure a large heartbeatFrequencyMS + heartbeatFrequencyMS: 60000 + # Configure a much smaller server selection timeout so that the test + # will error when it cannot discover the new primary soon. + serverSelectionTimeoutMS: 5000 + w: majority + - database: + id: &database database + client: *client + databaseName: *databaseName + - collection: + id: &collection collection + database: *database + collectionName: *collectionName + # Discover the primary. + - name: insertMany + object: *collection + arguments: + documents: + - _id: 3 + - _id: 4 + - name: recordTopologyDescription + object: testRunner + arguments: + client: *client + id: &topologyDescription topologyDescription + - name: assertTopologyType + object: testRunner + arguments: + topologyDescription: *topologyDescription + topologyType: ReplicaSetWithPrimary + # Unfreeze a secondary with replSetFreeze:0 to ensure a speedy election. + - name: runCommand + object: *adminDatabase + arguments: + command: + replSetFreeze: 0 + readPreference: + mode: secondary + commandName: replSetFreeze + # Run replSetStepDown on the meta client. + - name: runCommand + object: *adminDatabase + arguments: + command: + replSetStepDown: 30 + secondaryCatchUpPeriodSecs: 30 + force: false + commandName: replSetStepDown + - name: waitForPrimaryChange + object: testRunner + arguments: + client: *client + priorTopologyDescription: *topologyDescription + # We use a relatively large timeout here to workaround slow + # elections on Windows, possibly caused by SERVER-48154. + timeoutMS: 15000 + # Rediscover the new primary. + - name: insertMany + object: *collection + arguments: + documents: + - _id: 5 + - _id: 6 + # Assert that no pools were cleared. + - name: assertEventCount + object: testRunner + arguments: + client: *client + event: + poolClearedEvent: {} + count: 0 + expectEvents: + - client: *client + eventType: command + events: + - commandStartedEvent: + command: + insert: test-replSetStepDown + documents: + - _id: 3 + - _id: 4 + commandName: insert + databaseName: *databaseName + - commandStartedEvent: + command: + insert: test-replSetStepDown + documents: + - _id: 5 + - _id: 6 + commandName: insert + databaseName: *databaseName + outcome: + - collectionName: *collectionName + databaseName: *databaseName + documents: + - _id: 1 + - _id: 2 + - _id: 3 + - _id: 4 + - _id: 5 + - _id: 6 diff --git a/test/spec/unified-test-format/invalid/collectionData-additionalProperties.json b/test/spec/unified-test-format/invalid/collectionData-additionalProperties.json index 2d850931099..1f4ed4c1543 100644 --- a/test/spec/unified-test-format/invalid/collectionData-additionalProperties.json +++ b/test/spec/unified-test-format/invalid/collectionData-additionalProperties.json @@ -18,8 +18,7 @@ "collection": { "id": "collection0", "database": "database0", - "collectionName": "foo", - "foo": 0 + "collectionName": "foo" } } ], diff --git a/test/spec/unified-test-format/invalid/collectionData-additionalProperties.yml b/test/spec/unified-test-format/invalid/collectionData-additionalProperties.yml index 6a2256a6393..62a4a81b6a4 100644 --- a/test/spec/unified-test-format/invalid/collectionData-additionalProperties.yml +++ b/test/spec/unified-test-format/invalid/collectionData-additionalProperties.yml @@ -13,7 +13,6 @@ createEntities: id: &collection0 "collection0" database: *database0 collectionName: &collection0Name "foo" - foo: 0 initialData: - collectionName: *collection0Name diff --git a/test/spec/unified-test-format/invalid/collectionData-collectionName-required.json b/test/spec/unified-test-format/invalid/collectionData-collectionName-required.json index 040dd86a1c9..5426418c884 100644 --- a/test/spec/unified-test-format/invalid/collectionData-collectionName-required.json +++ b/test/spec/unified-test-format/invalid/collectionData-collectionName-required.json @@ -18,8 +18,7 @@ "collection": { "id": "collection0", "database": "database0", - "collectionName": "foo", - "foo": 0 + "collectionName": "foo" } } ], diff --git a/test/spec/unified-test-format/invalid/collectionData-collectionName-required.yml b/test/spec/unified-test-format/invalid/collectionData-collectionName-required.yml index 2f208055813..f8da422eabf 100644 --- a/test/spec/unified-test-format/invalid/collectionData-collectionName-required.yml +++ b/test/spec/unified-test-format/invalid/collectionData-collectionName-required.yml @@ -13,7 +13,6 @@ createEntities: id: &collection0 "collection0" database: *database0 collectionName: &collection0Name "foo" - foo: 0 initialData: - databaseName: *database0Name diff --git a/test/spec/unified-test-format/invalid/collectionData-collectionName-type.json b/test/spec/unified-test-format/invalid/collectionData-collectionName-type.json index 676d822e5ec..2a922de13ea 100644 --- a/test/spec/unified-test-format/invalid/collectionData-collectionName-type.json +++ b/test/spec/unified-test-format/invalid/collectionData-collectionName-type.json @@ -18,8 +18,7 @@ "collection": { "id": "collection0", "database": "database0", - "collectionName": "foo", - "foo": 0 + "collectionName": "foo" } } ], diff --git a/test/spec/unified-test-format/invalid/collectionData-collectionName-type.yml b/test/spec/unified-test-format/invalid/collectionData-collectionName-type.yml index a9da0e0129d..d14ecb5fab5 100644 --- a/test/spec/unified-test-format/invalid/collectionData-collectionName-type.yml +++ b/test/spec/unified-test-format/invalid/collectionData-collectionName-type.yml @@ -13,7 +13,6 @@ createEntities: id: &collection0 "collection0" database: *database0 collectionName: &collection0Name "foo" - foo: 0 initialData: - collectionName: 0 diff --git a/test/spec/unified-test-format/invalid/collectionData-createOptions-type.json b/test/spec/unified-test-format/invalid/collectionData-createOptions-type.json new file mode 100644 index 00000000000..5b78bbcbb6e --- /dev/null +++ b/test/spec/unified-test-format/invalid/collectionData-createOptions-type.json @@ -0,0 +1,39 @@ +{ + "description": "collectionData-createOptions-type", + "schemaVersion": "1.9", + "createEntities": [ + { + "client": { + "id": "client0" + } + }, + { + "database": { + "id": "database0", + "client": "client0", + "databaseName": "foo" + } + }, + { + "collection": { + "id": "collection0", + "database": "database0", + "collectionName": "foo" + } + } + ], + "initialData": [ + { + "collectionName": "foo", + "databaseName": "foo", + "createOptions": 0, + "documents": [] + } + ], + "tests": [ + { + "description": "foo", + "operations": [] + } + ] +} diff --git a/test/spec/unified-test-format/invalid/collectionData-createOptions-type.yml b/test/spec/unified-test-format/invalid/collectionData-createOptions-type.yml new file mode 100644 index 00000000000..5bc17a15f97 --- /dev/null +++ b/test/spec/unified-test-format/invalid/collectionData-createOptions-type.yml @@ -0,0 +1,25 @@ +description: "collectionData-createOptions-type" + +schemaVersion: "1.9" + +createEntities: + - client: + id: &client0 "client0" + - database: + id: &database0 "database0" + client: *client0 + databaseName: &database0Name "foo" + - collection: + id: &collection0 "collection0" + database: *database0 + collectionName: &collection0Name "foo" + +initialData: + - collectionName: *collection0Name + databaseName: *database0Name + createOptions: 0 + documents: [] + +tests: + - description: "foo" + operations: [] diff --git a/test/spec/unified-test-format/invalid/collectionData-databaseName-required.json b/test/spec/unified-test-format/invalid/collectionData-databaseName-required.json index 7548f9d5be5..84178013908 100644 --- a/test/spec/unified-test-format/invalid/collectionData-databaseName-required.json +++ b/test/spec/unified-test-format/invalid/collectionData-databaseName-required.json @@ -18,8 +18,7 @@ "collection": { "id": "collection0", "database": "database0", - "collectionName": "foo", - "foo": 0 + "collectionName": "foo" } } ], diff --git a/test/spec/unified-test-format/invalid/collectionData-databaseName-required.yml b/test/spec/unified-test-format/invalid/collectionData-databaseName-required.yml index d8d6e4d571d..595ae798e88 100644 --- a/test/spec/unified-test-format/invalid/collectionData-databaseName-required.yml +++ b/test/spec/unified-test-format/invalid/collectionData-databaseName-required.yml @@ -13,7 +13,6 @@ createEntities: id: &collection0 "collection0" database: *database0 collectionName: &collection0Name "foo" - foo: 0 initialData: - collectionName: *collection0Name diff --git a/test/spec/unified-test-format/invalid/collectionData-databaseName-type.json b/test/spec/unified-test-format/invalid/collectionData-databaseName-type.json index ef719bbf6a5..d3480e80344 100644 --- a/test/spec/unified-test-format/invalid/collectionData-databaseName-type.json +++ b/test/spec/unified-test-format/invalid/collectionData-databaseName-type.json @@ -18,8 +18,7 @@ "collection": { "id": "collection0", "database": "database0", - "collectionName": "foo", - "foo": 0 + "collectionName": "foo" } } ], diff --git a/test/spec/unified-test-format/invalid/collectionData-databaseName-type.yml b/test/spec/unified-test-format/invalid/collectionData-databaseName-type.yml index 27dfaafee17..bc5b47fe1bc 100644 --- a/test/spec/unified-test-format/invalid/collectionData-databaseName-type.yml +++ b/test/spec/unified-test-format/invalid/collectionData-databaseName-type.yml @@ -13,7 +13,6 @@ createEntities: id: &collection0 "collection0" database: *database0 collectionName: &collection0Name "foo" - foo: 0 initialData: - collectionName: *collection0Name diff --git a/test/spec/unified-test-format/invalid/collectionData-documents-items.json b/test/spec/unified-test-format/invalid/collectionData-documents-items.json index 2916718d50c..beb5af61c44 100644 --- a/test/spec/unified-test-format/invalid/collectionData-documents-items.json +++ b/test/spec/unified-test-format/invalid/collectionData-documents-items.json @@ -18,8 +18,7 @@ "collection": { "id": "collection0", "database": "database0", - "collectionName": "foo", - "foo": 0 + "collectionName": "foo" } } ], diff --git a/test/spec/unified-test-format/invalid/collectionData-documents-items.yml b/test/spec/unified-test-format/invalid/collectionData-documents-items.yml index 6e860e896f4..f129ee371a2 100644 --- a/test/spec/unified-test-format/invalid/collectionData-documents-items.yml +++ b/test/spec/unified-test-format/invalid/collectionData-documents-items.yml @@ -13,7 +13,6 @@ createEntities: id: &collection0 "collection0" database: *database0 collectionName: &collection0Name "foo" - foo: 0 initialData: - collectionName: *collection0Name diff --git a/test/spec/unified-test-format/invalid/collectionData-documents-required.json b/test/spec/unified-test-format/invalid/collectionData-documents-required.json index 7b8a7ead2a1..4aadf9b159a 100644 --- a/test/spec/unified-test-format/invalid/collectionData-documents-required.json +++ b/test/spec/unified-test-format/invalid/collectionData-documents-required.json @@ -18,8 +18,7 @@ "collection": { "id": "collection0", "database": "database0", - "collectionName": "foo", - "foo": 0 + "collectionName": "foo" } } ], diff --git a/test/spec/unified-test-format/invalid/collectionData-documents-required.yml b/test/spec/unified-test-format/invalid/collectionData-documents-required.yml index 0452842bc77..b275e7610c0 100644 --- a/test/spec/unified-test-format/invalid/collectionData-documents-required.yml +++ b/test/spec/unified-test-format/invalid/collectionData-documents-required.yml @@ -13,7 +13,6 @@ createEntities: id: &collection0 "collection0" database: *database0 collectionName: &collection0Name "foo" - foo: 0 initialData: - collectionName: *collection0Name diff --git a/test/spec/unified-test-format/invalid/collectionData-documents-type.json b/test/spec/unified-test-format/invalid/collectionData-documents-type.json index 953cabae6e0..9cbd3c164ce 100644 --- a/test/spec/unified-test-format/invalid/collectionData-documents-type.json +++ b/test/spec/unified-test-format/invalid/collectionData-documents-type.json @@ -18,8 +18,7 @@ "collection": { "id": "collection0", "database": "database0", - "collectionName": "foo", - "foo": 0 + "collectionName": "foo" } } ], diff --git a/test/spec/unified-test-format/invalid/collectionData-documents-type.yml b/test/spec/unified-test-format/invalid/collectionData-documents-type.yml index db6d8b417a8..a51a5065089 100644 --- a/test/spec/unified-test-format/invalid/collectionData-documents-type.yml +++ b/test/spec/unified-test-format/invalid/collectionData-documents-type.yml @@ -13,7 +13,6 @@ createEntities: id: &collection0 "collection0" database: *database0 collectionName: &collection0Name "foo" - foo: 0 initialData: - collectionName: *collection0Name diff --git a/test/spec/unified-test-format/invalid/collectionOrDatabaseOptions-timeoutMS-type.json b/test/spec/unified-test-format/invalid/collectionOrDatabaseOptions-timeoutMS-type.json new file mode 100644 index 00000000000..088e9d1eb21 --- /dev/null +++ b/test/spec/unified-test-format/invalid/collectionOrDatabaseOptions-timeoutMS-type.json @@ -0,0 +1,27 @@ +{ + "description": "collectionOrDatabaseOptions-timeoutMS-type", + "schemaVersion": "1.9", + "createEntities": [ + { + "client": { + "id": "client0" + } + }, + { + "database": { + "id": "database0", + "client": "client0", + "databaseName": "foo", + "databaseOptions": { + "timeoutMS": 4.5 + } + } + } + ], + "tests": [ + { + "description": "foo", + "operations": [] + } + ] +} diff --git a/test/spec/unified-test-format/invalid/collectionOrDatabaseOptions-timeoutMS-type.yml b/test/spec/unified-test-format/invalid/collectionOrDatabaseOptions-timeoutMS-type.yml new file mode 100644 index 00000000000..6a240535837 --- /dev/null +++ b/test/spec/unified-test-format/invalid/collectionOrDatabaseOptions-timeoutMS-type.yml @@ -0,0 +1,17 @@ +description: "collectionOrDatabaseOptions-timeoutMS-type" + +schemaVersion: "1.9" + +createEntities: + - client: + id: &client0 "client0" + - database: + id: &database0 "database0" + client: *client0 + databaseName: "foo" + databaseOptions: + timeoutMS: 4.5 # Must be an integer, not a float. + +tests: + - description: "foo" + operations: [] diff --git a/test/spec/unified-test-format/invalid/entity-thread-additionalProperties.json b/test/spec/unified-test-format/invalid/entity-thread-additionalProperties.json new file mode 100644 index 00000000000..b296719f131 --- /dev/null +++ b/test/spec/unified-test-format/invalid/entity-thread-additionalProperties.json @@ -0,0 +1,18 @@ +{ + "description": "entity-thread-additionalProperties", + "schemaVersion": "1.10", + "createEntities": [ + { + "thread": { + "id": "thread0", + "foo": "bar" + } + } + ], + "tests": [ + { + "description": "foo", + "operations": [] + } + ] +} diff --git a/test/spec/unified-test-format/invalid/entity-thread-additionalProperties.yml b/test/spec/unified-test-format/invalid/entity-thread-additionalProperties.yml new file mode 100644 index 00000000000..b3fb1dc514d --- /dev/null +++ b/test/spec/unified-test-format/invalid/entity-thread-additionalProperties.yml @@ -0,0 +1,12 @@ +description: "entity-thread-additionalProperties" + +schemaVersion: "1.10" + +createEntities: + - thread: + id: &thread0 "thread0" + foo: "bar" + +tests: + - description: "foo" + operations: [] diff --git a/test/spec/unified-test-format/invalid/entity-thread-id-required.json b/test/spec/unified-test-format/invalid/entity-thread-id-required.json new file mode 100644 index 00000000000..3b197e3d6b0 --- /dev/null +++ b/test/spec/unified-test-format/invalid/entity-thread-id-required.json @@ -0,0 +1,15 @@ +{ + "description": "entity-thread-id-required", + "schemaVersion": "1.10", + "createEntities": [ + { + "thread": {} + } + ], + "tests": [ + { + "description": "foo", + "operations": [] + } + ] +} diff --git a/test/spec/unified-test-format/invalid/entity-thread-id-required.yml b/test/spec/unified-test-format/invalid/entity-thread-id-required.yml new file mode 100644 index 00000000000..b940d4d5c6a --- /dev/null +++ b/test/spec/unified-test-format/invalid/entity-thread-id-required.yml @@ -0,0 +1,10 @@ +description: "entity-thread-id-required" + +schemaVersion: "1.10" + +createEntities: + - thread: {} + +tests: + - description: "foo" + operations: [] diff --git a/test/spec/unified-test-format/invalid/entity-thread-id-type.json b/test/spec/unified-test-format/invalid/entity-thread-id-type.json new file mode 100644 index 00000000000..8f281ef6f48 --- /dev/null +++ b/test/spec/unified-test-format/invalid/entity-thread-id-type.json @@ -0,0 +1,17 @@ +{ + "description": "entity-thread-id-type", + "schemaVersion": "1.10", + "createEntities": [ + { + "thread": { + "id": 0 + } + } + ], + "tests": [ + { + "description": "foo", + "operations": [] + } + ] +} diff --git a/test/spec/unified-test-format/invalid/entity-thread-id-type.yml b/test/spec/unified-test-format/invalid/entity-thread-id-type.yml new file mode 100644 index 00000000000..85646ce9c0f --- /dev/null +++ b/test/spec/unified-test-format/invalid/entity-thread-id-type.yml @@ -0,0 +1,11 @@ +description: "entity-thread-id-type" + +schemaVersion: "1.10" + +createEntities: + - thread: + id: 0 + +tests: + - description: "foo" + operations: [] diff --git a/test/spec/unified-test-format/invalid/expectedCommandEvent-commandFailedEvent-hasServerConnectionId-type.json b/test/spec/unified-test-format/invalid/expectedCommandEvent-commandFailedEvent-hasServerConnectionId-type.json new file mode 100644 index 00000000000..7787ea65162 --- /dev/null +++ b/test/spec/unified-test-format/invalid/expectedCommandEvent-commandFailedEvent-hasServerConnectionId-type.json @@ -0,0 +1,29 @@ +{ + "description": "expectedCommandEvent-commandFailedEvent-hasServerConnectionId-type", + "schemaVersion": "1.6", + "createEntities": [ + { + "client": { + "id": "client0" + } + } + ], + "tests": [ + { + "description": "foo", + "operations": [], + "expectEvents": [ + { + "client": "client0", + "events": [ + { + "commandFailedEvent": { + "hasServerConnectionId": "foo" + } + } + ] + } + ] + } + ] +} diff --git a/test/spec/unified-test-format/invalid/expectedCommandEvent-commandFailedEvent-hasServerConnectionId-type.yml b/test/spec/unified-test-format/invalid/expectedCommandEvent-commandFailedEvent-hasServerConnectionId-type.yml new file mode 100644 index 00000000000..39401471926 --- /dev/null +++ b/test/spec/unified-test-format/invalid/expectedCommandEvent-commandFailedEvent-hasServerConnectionId-type.yml @@ -0,0 +1,16 @@ +description: expectedCommandEvent-commandFailedEvent-hasServerConnectionId-type + +schemaVersion: '1.6' + +createEntities: + - client: + id: &client0 client0 + +tests: + - description: foo + operations: [] + expectEvents: + - client: *client0 + events: + - commandFailedEvent: + hasServerConnectionId: foo diff --git a/test/spec/unified-test-format/invalid/expectedCommandEvent-commandStartedEvent-hasServerConnectionId-type.json b/test/spec/unified-test-format/invalid/expectedCommandEvent-commandStartedEvent-hasServerConnectionId-type.json new file mode 100644 index 00000000000..a913f00ab75 --- /dev/null +++ b/test/spec/unified-test-format/invalid/expectedCommandEvent-commandStartedEvent-hasServerConnectionId-type.json @@ -0,0 +1,29 @@ +{ + "description": "expectedCommandEvent-commandStartedEvent-hasServerConnectionId-type", + "schemaVersion": "1.6", + "createEntities": [ + { + "client": { + "id": "client0" + } + } + ], + "tests": [ + { + "description": "foo", + "operations": [], + "expectEvents": [ + { + "client": "client0", + "events": [ + { + "commandStartedEvent": { + "hasServerConnectionId": "foo" + } + } + ] + } + ] + } + ] +} diff --git a/test/spec/unified-test-format/invalid/expectedCommandEvent-commandStartedEvent-hasServerConnectionId-type.yml b/test/spec/unified-test-format/invalid/expectedCommandEvent-commandStartedEvent-hasServerConnectionId-type.yml new file mode 100644 index 00000000000..a78e6aac45d --- /dev/null +++ b/test/spec/unified-test-format/invalid/expectedCommandEvent-commandStartedEvent-hasServerConnectionId-type.yml @@ -0,0 +1,16 @@ +description: expectedCommandEvent-commandStartedEvent-hasServerConnectionId-type + +schemaVersion: '1.6' + +createEntities: + - client: + id: &client0 client0 + +tests: + - description: foo + operations: [] + expectEvents: + - client: *client0 + events: + - commandStartedEvent: + hasServerConnectionId: foo diff --git a/test/spec/unified-test-format/invalid/expectedCommandEvent-commandSucceededEvent-hasServerConnectionId-type.json b/test/spec/unified-test-format/invalid/expectedCommandEvent-commandSucceededEvent-hasServerConnectionId-type.json new file mode 100644 index 00000000000..0712c336949 --- /dev/null +++ b/test/spec/unified-test-format/invalid/expectedCommandEvent-commandSucceededEvent-hasServerConnectionId-type.json @@ -0,0 +1,29 @@ +{ + "description": "expectedCommandEvent-commandSucceededEvent-hasServerConnectionId-type", + "schemaVersion": "1.6", + "createEntities": [ + { + "client": { + "id": "client0" + } + } + ], + "tests": [ + { + "description": "foo", + "operations": [], + "expectEvents": [ + { + "client": "client0", + "events": [ + { + "commandSucceededEvent": { + "hasServerConnectionId": "foo" + } + } + ] + } + ] + } + ] +} diff --git a/test/spec/unified-test-format/invalid/expectedCommandEvent-commandSucceededEvent-hasServerConnectionId-type.yml b/test/spec/unified-test-format/invalid/expectedCommandEvent-commandSucceededEvent-hasServerConnectionId-type.yml new file mode 100644 index 00000000000..6b2219f6db9 --- /dev/null +++ b/test/spec/unified-test-format/invalid/expectedCommandEvent-commandSucceededEvent-hasServerConnectionId-type.yml @@ -0,0 +1,16 @@ +description: expectedCommandEvent-commandSucceededEvent-hasServerConnectionId-type + +schemaVersion: '1.6' + +createEntities: + - client: + id: &client0 client0 + +tests: + - description: foo + operations: [] + expectEvents: + - client: *client0 + events: + - commandSucceededEvent: + hasServerConnectionId: foo diff --git a/test/spec/unified-test-format/invalid/expectedError-isTimeoutError-type.json b/test/spec/unified-test-format/invalid/expectedError-isTimeoutError-type.json new file mode 100644 index 00000000000..5683911d0d5 --- /dev/null +++ b/test/spec/unified-test-format/invalid/expectedError-isTimeoutError-type.json @@ -0,0 +1,25 @@ +{ + "description": "expectedError-isTimeoutError-type", + "schemaVersion": "1.9", + "createEntities": [ + { + "client": { + "id": "client0" + } + } + ], + "tests": [ + { + "description": "foo", + "operations": [ + { + "name": "foo", + "object": "client0", + "expectError": { + "isTimeoutError": 0 + } + } + ] + } + ] +} diff --git a/test/spec/unified-test-format/invalid/expectedError-isTimeoutError-type.yml b/test/spec/unified-test-format/invalid/expectedError-isTimeoutError-type.yml new file mode 100644 index 00000000000..9d9db953509 --- /dev/null +++ b/test/spec/unified-test-format/invalid/expectedError-isTimeoutError-type.yml @@ -0,0 +1,15 @@ +description: "expectedError-isTimeoutError-type" + +schemaVersion: "1.9" + +createEntities: + - client: + id: &client0 "client0" + +tests: + - description: "foo" + operations: + - name: "foo" + object: *client0 + expectError: + isTimeoutError: 0 diff --git a/test/spec/unified-test-format/invalid/expectedSdamEvent-serverDescriptionChangedEvent-additionalProperties.json b/test/spec/unified-test-format/invalid/expectedSdamEvent-serverDescriptionChangedEvent-additionalProperties.json new file mode 100644 index 00000000000..1c6ec460b7a --- /dev/null +++ b/test/spec/unified-test-format/invalid/expectedSdamEvent-serverDescriptionChangedEvent-additionalProperties.json @@ -0,0 +1,23 @@ +{ + "description": "expectedSdamEvent-serverDescriptionChangedEvent-additionalProperties", + "schemaVersion": "1.10", + "tests": [ + { + "description": "foo", + "operations": [], + "expectEvents": [ + { + "client": "client0", + "eventType": "sdam", + "events": [ + { + "serverDescriptionChangedEvent": { + "foo": "bar" + } + } + ] + } + ] + } + ] +} diff --git a/test/spec/unified-test-format/invalid/expectedSdamEvent-serverDescriptionChangedEvent-additionalProperties.yml b/test/spec/unified-test-format/invalid/expectedSdamEvent-serverDescriptionChangedEvent-additionalProperties.yml new file mode 100644 index 00000000000..7d9580fe711 --- /dev/null +++ b/test/spec/unified-test-format/invalid/expectedSdamEvent-serverDescriptionChangedEvent-additionalProperties.yml @@ -0,0 +1,13 @@ +description: expectedSdamEvent-serverDescriptionChangedEvent-additionalProperties + +schemaVersion: '1.10' + +tests: + - description: foo + operations: [] + expectEvents: + - client: client0 + eventType: sdam + events: + - serverDescriptionChangedEvent: + foo: bar diff --git a/test/spec/unified-test-format/invalid/expectedSdamEvent-serverDescriptionChangedEvent-serverDescription-additionalProperties.json b/test/spec/unified-test-format/invalid/expectedSdamEvent-serverDescriptionChangedEvent-serverDescription-additionalProperties.json new file mode 100644 index 00000000000..58f686739a6 --- /dev/null +++ b/test/spec/unified-test-format/invalid/expectedSdamEvent-serverDescriptionChangedEvent-serverDescription-additionalProperties.json @@ -0,0 +1,25 @@ +{ + "description": "expectedSdamEvent-serverDescriptionChangedEvent-serverDescription-additionalProperties", + "schemaVersion": "1.10", + "tests": [ + { + "description": "foo", + "operations": [], + "expectEvents": [ + { + "client": "client0", + "eventType": "sdam", + "events": [ + { + "serverDescriptionChangedEvent": { + "previousDescription": { + "foo": "bar" + } + } + } + ] + } + ] + } + ] +} diff --git a/test/spec/unified-test-format/invalid/expectedSdamEvent-serverDescriptionChangedEvent-serverDescription-additionalProperties.yml b/test/spec/unified-test-format/invalid/expectedSdamEvent-serverDescriptionChangedEvent-serverDescription-additionalProperties.yml new file mode 100644 index 00000000000..4f5d744220a --- /dev/null +++ b/test/spec/unified-test-format/invalid/expectedSdamEvent-serverDescriptionChangedEvent-serverDescription-additionalProperties.yml @@ -0,0 +1,14 @@ +description: expectedSdamEvent-serverDescriptionChangedEvent-serverDescription-additionalProperties + +schemaVersion: '1.10' + +tests: + - description: foo + operations: [] + expectEvents: + - client: client0 + eventType: sdam + events: + - serverDescriptionChangedEvent: + previousDescription: + foo: bar diff --git a/test/spec/unified-test-format/invalid/expectedSdamEvent-serverDescriptionChangedEvent-serverDescription-type-enum.json b/test/spec/unified-test-format/invalid/expectedSdamEvent-serverDescriptionChangedEvent-serverDescription-type-enum.json new file mode 100644 index 00000000000..1b4a7e2e70b --- /dev/null +++ b/test/spec/unified-test-format/invalid/expectedSdamEvent-serverDescriptionChangedEvent-serverDescription-type-enum.json @@ -0,0 +1,25 @@ +{ + "description": "expectedSdamEvent-serverDescriptionChangedEvent-serverDescription-type-enum", + "schemaVersion": "1.10", + "tests": [ + { + "description": "foo", + "operations": [], + "expectEvents": [ + { + "client": "client0", + "eventType": "sdam", + "events": [ + { + "serverDescriptionChangedEvent": { + "previousDescription": { + "type": "not a server type" + } + } + } + ] + } + ] + } + ] +} diff --git a/test/spec/unified-test-format/invalid/expectedSdamEvent-serverDescriptionChangedEvent-serverDescription-type-enum.yml b/test/spec/unified-test-format/invalid/expectedSdamEvent-serverDescriptionChangedEvent-serverDescription-type-enum.yml new file mode 100644 index 00000000000..5211cde7844 --- /dev/null +++ b/test/spec/unified-test-format/invalid/expectedSdamEvent-serverDescriptionChangedEvent-serverDescription-type-enum.yml @@ -0,0 +1,14 @@ +description: expectedSdamEvent-serverDescriptionChangedEvent-serverDescription-type-enum + +schemaVersion: '1.10' + +tests: + - description: foo + operations: [] + expectEvents: + - client: client0 + eventType: sdam + events: + - serverDescriptionChangedEvent: + previousDescription: + type: "not a server type" diff --git a/test/spec/unified-test-format/invalid/expectedSdamEvent-serverDescriptionChangedEvent-serverDescription-type-type.json b/test/spec/unified-test-format/invalid/expectedSdamEvent-serverDescriptionChangedEvent-serverDescription-type-type.json new file mode 100644 index 00000000000..c7ea9cc9bed --- /dev/null +++ b/test/spec/unified-test-format/invalid/expectedSdamEvent-serverDescriptionChangedEvent-serverDescription-type-type.json @@ -0,0 +1,25 @@ +{ + "description": "expectedSdamEvent-serverDescriptionChangedEvent-serverDescription-type-type", + "schemaVersion": "1.10", + "tests": [ + { + "description": "foo", + "operations": [], + "expectEvents": [ + { + "client": "client0", + "eventType": "sdam", + "events": [ + { + "serverDescriptionChangedEvent": { + "previousDescription": { + "type": 12 + } + } + } + ] + } + ] + } + ] +} diff --git a/test/spec/unified-test-format/invalid/expectedSdamEvent-serverDescriptionChangedEvent-serverDescription-type-type.yml b/test/spec/unified-test-format/invalid/expectedSdamEvent-serverDescriptionChangedEvent-serverDescription-type-type.yml new file mode 100644 index 00000000000..3f856bbdae6 --- /dev/null +++ b/test/spec/unified-test-format/invalid/expectedSdamEvent-serverDescriptionChangedEvent-serverDescription-type-type.yml @@ -0,0 +1,14 @@ +description: expectedSdamEvent-serverDescriptionChangedEvent-serverDescription-type-type + +schemaVersion: '1.10' + +tests: + - description: foo + operations: [] + expectEvents: + - client: client0 + eventType: sdam + events: + - serverDescriptionChangedEvent: + previousDescription: + type: 12 diff --git a/test/spec/unified-test-format/invalid/runOnRequirement-csfle-type.json b/test/spec/unified-test-format/invalid/runOnRequirement-csfle-type.json new file mode 100644 index 00000000000..b48c850d14b --- /dev/null +++ b/test/spec/unified-test-format/invalid/runOnRequirement-csfle-type.json @@ -0,0 +1,15 @@ +{ + "description": "runOnRequirement-csfle-type", + "schemaVersion": "1.8", + "runOnRequirements": [ + { + "csfle": "foo" + } + ], + "tests": [ + { + "description": "foo", + "operations": [] + } + ] +} diff --git a/test/spec/unified-test-format/invalid/runOnRequirement-csfle-type.yml b/test/spec/unified-test-format/invalid/runOnRequirement-csfle-type.yml new file mode 100644 index 00000000000..c82bba410de --- /dev/null +++ b/test/spec/unified-test-format/invalid/runOnRequirement-csfle-type.yml @@ -0,0 +1,10 @@ +description: "runOnRequirement-csfle-type" + +schemaVersion: "1.8" + +runOnRequirements: + - csfle: foo + +tests: + - description: "foo" + operations: [] diff --git a/test/spec/unified-test-format/valid-pass/poc-change-streams.json b/test/spec/unified-test-format/valid-pass/poc-change-streams.json index 2a2c41a6828..4194005eb41 100644 --- a/test/spec/unified-test-format/valid-pass/poc-change-streams.json +++ b/test/spec/unified-test-format/valid-pass/poc-change-streams.json @@ -1,6 +1,11 @@ { "description": "poc-change-streams", - "schemaVersion": "1.0", + "schemaVersion": "1.4", + "runOnRequirements": [ + { + "serverless": "forbid" + } + ], "createEntities": [ { "client": { diff --git a/test/spec/unified-test-format/valid-pass/poc-change-streams.yml b/test/spec/unified-test-format/valid-pass/poc-change-streams.yml index df83513d278..b066cf0b89a 100644 --- a/test/spec/unified-test-format/valid-pass/poc-change-streams.yml +++ b/test/spec/unified-test-format/valid-pass/poc-change-streams.yml @@ -1,6 +1,9 @@ description: "poc-change-streams" -schemaVersion: "1.0" +schemaVersion: "1.4" + +runOnRequirements: + - serverless: forbid createEntities: # Entities for creating changeStreams diff --git a/test/tools/runner/hooks/leak_checker.ts b/test/tools/runner/hooks/leak_checker.ts index 07d97d239ce..62b8a459f8f 100644 --- a/test/tools/runner/hooks/leak_checker.ts +++ b/test/tools/runner/hooks/leak_checker.ts @@ -1,3 +1,4 @@ +/* eslint-disable @typescript-eslint/no-unused-vars */ /* eslint-disable @typescript-eslint/no-this-alias */ import { expect } from 'chai'; import * as chalk from 'chalk'; diff --git a/test/tools/unified-spec-runner/entities.ts b/test/tools/unified-spec-runner/entities.ts index 7afb4d30a21..8173a8cd4e1 100644 --- a/test/tools/unified-spec-runner/entities.ts +++ b/test/tools/unified-spec-runner/entities.ts @@ -1,5 +1,6 @@ /* eslint-disable @typescript-eslint/no-non-null-assertion */ import { expect } from 'chai'; +import { EventEmitter } from 'events'; import { ChangeStream } from '../../../src/change_stream'; import { @@ -27,7 +28,9 @@ import { GridFSBucket, HostAddress, MongoClient, - MongoCredentials + MongoCredentials, + ServerDescriptionChangedEvent, + TopologyDescription } from '../../../src/index'; import { ReadConcern } from '../../../src/read_concern'; import { ReadPreference } from '../../../src/read_preference'; @@ -48,6 +51,37 @@ export interface UnifiedChangeStream extends ChangeStream { eventCollector: InstanceType; } +export class UnifiedThread { + // Every function queued will have a catch handler attached to it, which will prevent `await this.#promise` from throwing + // The potential error thrown by the functionToQueue can still be inspected on the `this.#error` property + #promise: Promise; + #error: Error | null = null; + #killed = false; + + id: string; + + constructor(id) { + this.id = id; + this.#promise = Promise.resolve(); + } + + queue(functionToQueue: () => Promise) { + if (this.#killed || this.#error) { + return; + } + + this.#promise = this.#promise.then(functionToQueue).catch(e => (this.#error = e)); + } + + async finish() { + this.#killed = true; + await this.#promise; + if (this.#error) { + throw this.#error; + } + } +} + export type CommandEvent = CommandStartedEvent | CommandSucceededEvent | CommandFailedEvent; export type CmapEvent = | ConnectionPoolCreatedEvent @@ -60,15 +94,17 @@ export type CmapEvent = | ConnectionCheckedOutEvent | ConnectionCheckedInEvent | ConnectionPoolClearedEvent; +export type SdamEvent = ServerDescriptionChangedEvent; function getClient(address) { return new MongoClient(`mongodb://${address}`, getEnvironmentalOptions()); } export class UnifiedMongoClient extends MongoClient { - commandEvents: CommandEvent[]; - cmapEvents: CmapEvent[]; - failPoints: Document[]; + commandEvents: CommandEvent[] = []; + cmapEvents: CmapEvent[] = []; + sdamEvents: SdamEvent[] = []; + failPoints: Document[] = []; ignoredEvents: string[]; observedCommandEvents: ('commandStarted' | 'commandSucceeded' | 'commandFailed')[]; observedCmapEvents: ( @@ -83,6 +119,8 @@ export class UnifiedMongoClient extends MongoClient { | 'connectionCheckedOut' | 'connectionCheckedIn' )[]; + observedSdamEvents: 'serverDescriptionChangedEvent'[]; + observedEventEmitter = new EventEmitter(); _credentials: MongoCredentials | null; static COMMAND_EVENT_NAME_LOOKUP = { @@ -104,6 +142,10 @@ export class UnifiedMongoClient extends MongoClient { connectionCheckedInEvent: 'connectionCheckedIn' } as const; + static SDAM_EVENT_NAME_LOOKUP = { + serverDescriptionChangedEvent: 'serverDescriptionChanged' + } as const; + constructor(uri: string, description: ClientEntity) { super(uri, { monitorCommands: true, @@ -112,9 +154,6 @@ export class UnifiedMongoClient extends MongoClient { ...(description.serverApi ? { serverApi: description.serverApi } : {}) }); - this.commandEvents = []; - this.cmapEvents = []; - this.failPoints = []; this.ignoredEvents = [ ...(description.ignoreCommandMonitoringEvents ?? []), 'configureFailPoint' @@ -126,24 +165,40 @@ export class UnifiedMongoClient extends MongoClient { this.observedCmapEvents = (description.observeEvents ?? []) .map(e => UnifiedMongoClient.CMAP_EVENT_NAME_LOOKUP[e]) .filter(e => !!e); + this.observedSdamEvents = (description.observeEvents ?? []) + .map(e => UnifiedMongoClient.SDAM_EVENT_NAME_LOOKUP[e]) + .filter(e => !!e); for (const eventName of this.observedCommandEvents) { this.on(eventName, this.pushCommandEvent); } for (const eventName of this.observedCmapEvents) { this.on(eventName, this.pushCmapEvent); } + for (const eventName of this.observedSdamEvents) { + this.on(eventName, this.pushSdamEvent); + } } isIgnored(e: CommandEvent): boolean { return this.ignoredEvents.includes(e.commandName); } - getCapturedEvents(eventType: string): CommandEvent[] | CmapEvent[] { + getCapturedEvents( + eventType: 'command' | 'cmap' | 'sdam' + ): CommandEvent[] | CmapEvent[] | SdamEvent[]; + getCapturedEvents(eventType: 'all'): (CommandEvent | CmapEvent | SdamEvent)[]; + getCapturedEvents( + eventType: 'command' | 'cmap' | 'sdam' | 'all' + ): (CommandEvent | CmapEvent | SdamEvent)[] { switch (eventType) { case 'command': return this.commandEvents; case 'cmap': return this.cmapEvents; + case 'sdam': + return this.sdamEvents; + case 'all': + return [...this.commandEvents, ...this.cmapEvents, ...this.sdamEvents]; default: throw new Error(`Unknown eventType: ${eventType}`); } @@ -153,12 +208,20 @@ export class UnifiedMongoClient extends MongoClient { pushCommandEvent: (e: CommandEvent) => void = e => { if (!this.isIgnored(e)) { this.commandEvents.push(e); + this.observedEventEmitter.emit('observedEvent'); } }; // NOTE: pushCmapEvent must be an arrow function pushCmapEvent: (e: CmapEvent) => void = e => { this.cmapEvents.push(e); + this.observedEventEmitter.emit('observedEvent'); + }; + + // NOTE: pushSdamEvent must be an arrow function + pushSdamEvent: (e: SdamEvent) => void = e => { + this.sdamEvents.push(e); + this.observedEventEmitter.emit('observedEvent'); }; /** Disables command monitoring for the client and returns a list of the captured events. */ @@ -169,6 +232,9 @@ export class UnifiedMongoClient extends MongoClient { for (const eventName of this.observedCmapEvents) { this.off(eventName, this.pushCmapEvent); } + for (const eventName of this.observedSdamEvents) { + this.off(eventName, this.pushSdamEvent); + } } } @@ -239,6 +305,7 @@ export type Entity = | UnifiedChangeStream | GridFSBucket | ClientEncryption + | TopologyDescription // From recordTopologyDescription operation | Document; // Results from operations export type EntityCtor = @@ -249,6 +316,7 @@ export type EntityCtor = | typeof ChangeStream | typeof AbstractCursor | typeof GridFSBucket + | typeof UnifiedThread | ClientEncryption; export type EntityTypeId = @@ -257,6 +325,7 @@ export type EntityTypeId = | 'collection' | 'session' | 'bucket' + | 'thread' | 'cursor' | 'stream' | 'clientEncryption'; @@ -267,6 +336,7 @@ ENTITY_CTORS.set('db', Db); ENTITY_CTORS.set('collection', Collection); ENTITY_CTORS.set('session', ClientSession); ENTITY_CTORS.set('bucket', GridFSBucket); +ENTITY_CTORS.set('thread', UnifiedThread); ENTITY_CTORS.set('cursor', AbstractCursor); ENTITY_CTORS.set('stream', ChangeStream); @@ -299,6 +369,7 @@ export class EntitiesMap extends Map { getEntity(type: 'collection', key: string, assertExists?: boolean): Collection; getEntity(type: 'session', key: string, assertExists?: boolean): ClientSession; getEntity(type: 'bucket', key: string, assertExists?: boolean): GridFSBucket; + getEntity(type: 'thread', key: string, assertExists?: boolean): UnifiedThread; getEntity(type: 'cursor', key: string, assertExists?: boolean): AbstractCursor; getEntity(type: 'stream', key: string, assertExists?: boolean): UnifiedChangeStream; getEntity(type: 'clientEncryption', key: string, assertExists?: boolean): ClientEncryption; @@ -351,9 +422,10 @@ export class EntitiesMap extends Map { static async createEntities( config: TestConfiguration, - entities?: EntityDescription[] + entities?: EntityDescription[], + entityMap?: EntitiesMap ): Promise { - const map = new EntitiesMap(); + const map = entityMap ?? new EntitiesMap(); for (const entity of entities ?? []) { if ('client' in entity) { const useMultipleMongoses = @@ -437,6 +509,8 @@ export class EntitiesMap extends Map { } map.set(entity.bucket.id, new GridFSBucket(db, options)); + } else if ('thread' in entity) { + map.set(entity.thread.id, new UnifiedThread(entity.thread.id)); } else if ('stream' in entity) { throw new Error(`Unsupported Entity ${JSON.stringify(entity)}`); } else if ('clientEncryption' in entity) { diff --git a/test/tools/unified-spec-runner/match.ts b/test/tools/unified-spec-runner/match.ts index 4aaad51a8e0..123c57f50a4 100644 --- a/test/tools/unified-spec-runner/match.ts +++ b/test/tools/unified-spec-runner/match.ts @@ -10,7 +10,8 @@ import { MongoError, MongoServerError, ObjectId, - OneOrMore + OneOrMore, + ServerDescriptionChangedEvent } from '../../../src'; import { CommandFailedEvent, @@ -30,12 +31,13 @@ import { ConnectionReadyEvent } from '../../../src/cmap/connection_pool_events'; import { ejson } from '../utils'; -import { CmapEvent, CommandEvent, EntitiesMap } from './entities'; +import { CmapEvent, CommandEvent, EntitiesMap, SdamEvent } from './entities'; import { ExpectedCmapEvent, ExpectedCommandEvent, ExpectedError, - ExpectedEventsForClient + ExpectedEventsForClient, + ExpectedSdamEvent } from './schema'; export interface ExistsOperator { @@ -338,18 +340,14 @@ const EMPTY_CMAP_EVENTS = { connectionCheckedInEvent: ConnectionCheckedInEvent }; -function validEmptyCmapEvent( - expected: ExpectedCommandEvent | ExpectedCmapEvent, - actual: CommandEvent | CmapEvent -) { - return Object.values(EMPTY_CMAP_EVENTS).some(value => { - return actual instanceof value; - }); +function validEmptyCmapEvent(expected: ExpectedCommandEvent | ExpectedCmapEvent) { + const expectedEventName = Object.keys(expected)[0]; + return !!EMPTY_CMAP_EVENTS[expectedEventName]; } function failOnMismatchedCount( - actual: CommandEvent[] | CmapEvent[], - expected: (ExpectedCommandEvent & ExpectedCmapEvent)[] + actual: CommandEvent[] | CmapEvent[] | SdamEvent[], + expected: (ExpectedCommandEvent & ExpectedCmapEvent & ExpectedSdamEvent)[] ) { const actualNames = actual.map(a => a.constructor.name); const expectedNames = expected.map(e => Object.keys(e)[0]); @@ -423,8 +421,8 @@ function compareCommandFailedEvents( } function compareEvents( - actual: CommandEvent[] | CmapEvent[], - expected: (ExpectedCommandEvent & ExpectedCmapEvent)[], + actual: CommandEvent[] | CmapEvent[] | SdamEvent[], + expected: (ExpectedCommandEvent & ExpectedCmapEvent & ExpectedSdamEvent)[], entities: EntitiesMap ) { if (actual.length !== expected.length) { @@ -467,7 +465,27 @@ function compareEvents( if (expectedEvent.poolClearedEvent.hasServiceId) { expect(actualEvent).property('serviceId').to.exist; } - } else if (validEmptyCmapEvent(expectedEvent, actualEvent)) { + } else if (validEmptyCmapEvent(expectedEvent as ExpectedCmapEvent)) { + const expectedEventName = Object.keys(expectedEvent)[0]; + const expectedEventInstance = EMPTY_CMAP_EVENTS[expectedEventName]; + expect(actualEvent).to.be.instanceOf(expectedEventInstance); + } else if (expectedEvent.serverDescriptionChangedEvent) { + expect(actualEvent).to.be.instanceOf(ServerDescriptionChangedEvent); + const expectedServerDescriptionKeys = ['previousDescription', 'newDescription']; + expect(expectedServerDescriptionKeys).to.include.all.members( + Object.keys(expectedEvent.serverDescriptionChangedEvent) + ); + for (const descriptionKey of expectedServerDescriptionKeys) { + expect(actualEvent).to.have.property(descriptionKey); + const expectedDescription = + expectedEvent.serverDescriptionChangedEvent[descriptionKey] ?? {}; + for (const nestedKey of Object.keys(expectedDescription)) { + expect(actualEvent[descriptionKey]).to.have.property( + nestedKey, + expectedDescription[nestedKey] + ); + } + } return; } else { expect.fail(`Encountered unexpected event - ${inspect(actualEvent)}`); @@ -477,7 +495,7 @@ function compareEvents( export function matchesEvents( { events: expected, ignoreExtraEvents }: ExpectedEventsForClient, - actual: CommandEvent[] | CmapEvent[], + actual: CommandEvent[] | CmapEvent[] | SdamEvent[], entities: EntitiesMap ): void { ignoreExtraEvents = ignoreExtraEvents ?? false; diff --git a/test/tools/unified-spec-runner/operations.ts b/test/tools/unified-spec-runner/operations.ts index 514c27cbc07..c49eea0b974 100644 --- a/test/tools/unified-spec-runner/operations.ts +++ b/test/tools/unified-spec-runner/operations.ts @@ -1,5 +1,5 @@ -/* eslint-disable @typescript-eslint/no-non-null-assertion */ /* eslint-disable @typescript-eslint/no-unused-vars */ +/* eslint-disable @typescript-eslint/no-non-null-assertion */ import { expect } from 'chai'; import { @@ -9,22 +9,28 @@ import { Document, GridFSFile, MongoClient, - ObjectId + ObjectId, + ServerType, + TopologyDescription, + TopologyType } from '../../../src'; import { CommandStartedEvent } from '../../../src/cmap/command_monitoring_events'; +import { SERVER_DESCRIPTION_CHANGED } from '../../../src/constants'; import { ReadConcern } from '../../../src/read_concern'; import { ReadPreference } from '../../../src/read_preference'; import { WriteConcern } from '../../../src/write_concern'; -import { getSymbolFrom } from '../../tools/utils'; +import { getSymbolFrom, sleep } from '../../tools/utils'; +import { TestConfiguration } from '../runner/config'; import { EntitiesMap, UnifiedChangeStream } from './entities'; import { expectErrorCheck, resultCheck } from './match'; -import type { OperationDescription } from './schema'; -import { translateOptions } from './unified-utils'; +import type { ExpectedEvent, OperationDescription } from './schema'; +import { getMatchingEventCount, translateOptions } from './unified-utils'; interface OperationFunctionParams { client: MongoClient; operation: OperationDescription; entities: EntitiesMap; + testConfig: TestConfiguration; } type RunOperationFn = ( @@ -32,6 +38,13 @@ type RunOperationFn = ( ) => Promise; export const operations = new Map(); +operations.set('createEntities', async ({ entities, operation, testConfig }) => { + if (!operation.arguments?.entities) { + throw new Error('encountered createEntities operation without entities argument'); + } + await EntitiesMap.createEntities(testConfig, operation.arguments.entities!, entities); +}); + operations.set('abortTransaction', async ({ entities, operation }) => { const session = entities.getEntity('session', operation.object); return session.abortTransaction(); @@ -408,7 +421,162 @@ operations.set('upload', async ({ entities, operation }) => { }); }); -operations.set('withTransaction', async ({ entities, operation, client }) => { +operations.set('wait', async ({ operation }) => { + expect(operation, 'Error in wait operation').to.have.nested.property('arguments.ms'); + expect(operation.arguments!.ms).to.be.a('number', 'Error in wait operation'); + await sleep(operation.arguments!.ms); +}); + +operations.set('waitForEvent', async ({ entities, operation }) => { + expect(operation, 'Error in waitForEvent operation').to.have.property('arguments'); + const { + client, + event, + count + }: { + client: string; + event: ExpectedEvent; + count: number; + } = operation.arguments! as any; + expect(count).to.be.a('number', 'Error in waitForEvent operation, invalid count'); + + const mongoClient = entities.getEntity('client', client, true); + + const eventName = Object.keys(event)[0]; + const eventPromise = new Promise(resolve => { + function checkForEvent() { + if (getMatchingEventCount(event, mongoClient, entities) >= count) { + return resolve(); + } + + mongoClient.observedEventEmitter.once('observedEvent', checkForEvent); + } + checkForEvent(); + }); + await Promise.race([ + eventPromise, + sleep(10000).then(() => + Promise.reject( + new Error( + `Timed out waiting for ${eventName}; captured [${mongoClient + .getCapturedEvents('all') + .map(e => e.constructor.name) + .join(', ')}]` + ) + ) + ) + ]); +}); + +operations.set('assertEventCount', async ({ entities, operation }) => { + expect(operation, 'Error in assertEventCount operation').to.have.property('arguments'); + const { + client, + event, + count + }: { + client: string; + event: ExpectedEvent; + count: number; + } = operation.arguments! as any; + expect(count).to.be.a('number', 'Error in assertEventCount operation, invalid count'); + + const mongoClient = entities.getEntity('client', client, true); + + const eventName = Object.keys(event)[0]; + const actualEventCount = getMatchingEventCount(event, mongoClient, entities); + expect(actualEventCount, `Error in assertEventCount for ${eventName}`).to.equal(count); +}); + +operations.set('recordTopologyDescription', async ({ entities, operation }) => { + const { client, id }: { client: string; id: string } = operation.arguments! as any; + expect(id).to.be.a('string'); + const mongoClient = entities.getEntity('client', client, true); + const description = mongoClient.topology?.description; + expect(description, `Undefined topology description for client ${client}`).to.exist; + + entities.set(id, description!); +}); + +operations.set('assertTopologyType', async ({ entities, operation }) => { + const { + topologyDescription, + topologyType + }: { topologyDescription: string; topologyType: TopologyType } = operation.arguments! as any; + expect(topologyDescription).to.be.a('string'); + const actualDescription = entities.get(topologyDescription) as TopologyDescription; + expect(actualDescription, `Failed to retrieve description for topology ${topologyDescription}`).to + .exist; + expect(actualDescription).to.have.property('type', topologyType); +}); + +operations.set('waitForPrimaryChange', async ({ entities, operation }) => { + const { + client, + priorTopologyDescription, + timeoutMS + }: { client: string; priorTopologyDescription: TopologyType; timeoutMS?: number } = + operation.arguments! as any; + + const mongoClient = entities.getEntity('client', client, true); + + expect(priorTopologyDescription).to.be.a('string'); + const priorTopologyDescriptionObject = entities.get( + priorTopologyDescription + ) as TopologyDescription; + expect( + priorTopologyDescriptionObject, + `Failed to retrieve description for topology ${priorTopologyDescription}` + ).to.exist; + + const priorPrimary = Array.from(priorTopologyDescriptionObject.servers.values()).find( + serverDescription => serverDescription.type === ServerType.RSPrimary + ); + + const newPrimaryPromise = new Promise(resolve => { + function checkForNewPrimary() { + const currentPrimary = Array.from(mongoClient.topology!.description.servers.values()).find( + serverDescription => serverDescription.type === ServerType.RSPrimary + ); + if ( + (!priorPrimary && currentPrimary) || + (currentPrimary && !currentPrimary.equals(priorPrimary)) + ) { + return resolve(); + } + + mongoClient.once(SERVER_DESCRIPTION_CHANGED, checkForNewPrimary); + } + checkForNewPrimary(); + }); + await Promise.race([ + newPrimaryPromise, + sleep(timeoutMS ?? 10000).then(() => + Promise.reject(new Error(`Timed out waiting for primary change on ${client}`)) + ) + ]); +}); + +operations.set('runOnThread', async ({ entities, operation, client, testConfig }) => { + const threadId: string = operation.arguments!.thread; + expect(threadId).to.be.a('string'); + const thread = entities.getEntity('thread', threadId, true); + const operationToQueue = operation.arguments!.operation; + const executeFn = () => executeOperationAndCheck(operationToQueue, entities, client, testConfig); + thread.queue(executeFn); +}); + +operations.set('waitForThread', async ({ entities, operation }) => { + const threadId: string = operation.arguments!.thread; + expect(threadId).to.be.a('string'); + const thread = entities.getEntity('thread', threadId, true); + await Promise.race([ + thread.finish(), + sleep(10000).then(() => Promise.reject(new Error(`Timed out waiting for thread: ${threadId}`))) + ]); +}); + +operations.set('withTransaction', async ({ entities, operation, client, testConfig }) => { const session = entities.getEntity('session', operation.object); const options = { @@ -420,7 +588,7 @@ operations.set('withTransaction', async ({ entities, operation, client }) => { return session.withTransaction(async () => { for (const callbackOperation of operation.arguments!.callback) { - await executeOperationAndCheck(callbackOperation, entities, client); + await executeOperationAndCheck(callbackOperation, entities, client, testConfig); } }, options); }); @@ -545,7 +713,8 @@ operations.set('getKeyByAltName', async ({ entities, operation }) => { export async function executeOperationAndCheck( operation: OperationDescription, entities: EntitiesMap, - client: MongoClient + client: MongoClient, + testConfig: TestConfiguration ): Promise { const opFunc = operations.get(operation.name); expect(opFunc, `Unknown operation: ${operation.name}`).to.exist; @@ -558,7 +727,7 @@ export async function executeOperationAndCheck( let result; try { - result = await opFunc!({ entities, operation, client }); + result = await opFunc!({ entities, operation, client, testConfig }); } catch (error) { if (operation.expectError) { expectErrorCheck(error, operation.expectError, entities); diff --git a/test/tools/unified-spec-runner/runner.ts b/test/tools/unified-spec-runner/runner.ts index 70313b81e5f..0a05f00f8fc 100644 --- a/test/tools/unified-spec-runner/runner.ts +++ b/test/tools/unified-spec-runner/runner.ts @@ -190,7 +190,7 @@ async function runUnifiedTest( for (const operation of test.operations) { trace(operation.name); try { - await executeOperationAndCheck(operation, entities, utilClient); + await executeOperationAndCheck(operation, entities, utilClient, ctx.configuration); } catch (e) { // clean up all sessions on failed test, and rethrow await terminateOpenTransactions(utilClient); diff --git a/test/tools/unified-spec-runner/schema.ts b/test/tools/unified-spec-runner/schema.ts index f3196d81435..05562c0ba1f 100644 --- a/test/tools/unified-spec-runner/schema.ts +++ b/test/tools/unified-spec-runner/schema.ts @@ -5,6 +5,7 @@ import type { ReadPreferenceMode } from '../../../src/read_preference'; import type { TagSet } from '../../../src/sdam/server_description'; import type { W } from '../../../src/write_concern'; import { TestConfiguration } from '../runner/config'; +import { UnifiedThread } from './entities'; export const SupportedVersion = '^1.0'; @@ -199,6 +200,7 @@ export type EntityDescription = | { database: DatabaseEntity } | { collection: CollectionEntity } | { bucket: BucketEntity } + | { thread: Pick } | { stream: StreamEntity } | { session: SessionEntity } | { clientEncryption: ClientEncryptionEntity }; @@ -239,10 +241,13 @@ export interface Test { } export interface ExpectedEventsForClient { client: string; - eventType?: string; - events: (ExpectedCommandEvent | ExpectedCmapEvent)[]; + eventType?: 'command' | 'cmap' | 'sdam'; + events: ExpectedEvent[]; ignoreExtraEvents?: boolean; } + +export type ExpectedEvent = ExpectedCommandEvent | ExpectedCmapEvent | ExpectedSdamEvent; + export interface ExpectedCommandEvent { commandStartedEvent?: { command?: Document; @@ -276,6 +281,16 @@ export interface ExpectedCmapEvent { connectionCheckedOutEvent?: Record; connectionCheckedInEvent?: Record; } +export interface ExpectedSdamEvent { + serverDescriptionChangedEvent?: { + previousDescription?: { + type?: string; + }; + newDescription?: { + type?: string; + }; + }; +} export interface ExpectedError { isError?: true; isClientError?: boolean; diff --git a/test/tools/unified-spec-runner/unified-utils.ts b/test/tools/unified-spec-runner/unified-utils.ts index c22723ebf5c..6da9a9f438f 100644 --- a/test/tools/unified-spec-runner/unified-utils.ts +++ b/test/tools/unified-spec-runner/unified-utils.ts @@ -14,11 +14,13 @@ import { } from '../../../src'; import { getMongoDBClientEncryption } from '../../../src/utils'; import { shouldRunServerlessTest } from '../../tools/utils'; -import { EntitiesMap } from './entities'; +import { CmapEvent, CommandEvent, EntitiesMap } from './entities'; +import { matchesEvents } from './match'; import type { ClientEncryption, ClientEncryptionEntity, CollectionOrDatabaseOptions, + ExpectedEventsForClient, KMSProvidersEntity, RunOnRequirement, StringOrPlaceholder @@ -75,7 +77,7 @@ export async function topologySatisfies( if (!topologyType) throw new Error(`Topology undiscovered: ${config.topologyType}`); ok &&= r.topologies.includes(topologyType); if (!ok && skipReason == null) { - skipReason = `requires ${r.topologies} but against a ${topologyType} topology`; + skipReason = `requires ${r.topologies} but discovered a ${topologyType} topology`; } } } @@ -202,6 +204,21 @@ export function makeConnectionString( return connectionString.toString(); } +export function getMatchingEventCount(event, client, entities): number { + return client.getCapturedEvents('all').filter(capturedEvent => { + try { + matchesEvents( + { events: [event] } as ExpectedEventsForClient, + [capturedEvent] as CommandEvent[] | CmapEvent[], + entities + ); + return true; + } catch { + return false; + } + }).length; +} + /** * attempts to import mongodb-client-encryption and extract the client encryption class for * use in the csfle unified tests diff --git a/test/types/community/collection/filterQuery.test-d.ts b/test/types/community/collection/filterQuery.test-d.ts index 8f5836712fc..cd719d68045 100644 --- a/test/types/community/collection/filterQuery.test-d.ts +++ b/test/types/community/collection/filterQuery.test-d.ts @@ -407,7 +407,6 @@ nonSpecifiedCollection.find({ } }); -// NODE-4513: improves support for union types and array operators type MyArraySchema = { nested: { array: { a: number; b: boolean }[] }; something: { a: number } | { b: boolean }; @@ -433,9 +432,10 @@ expectAssignable>({ expectAssignable>({ 'something.a': 2 }); -expectError>({ - 'something.a': false -}); +// TODO: NODE-4513: Nested union types don't error in this case. +// expectError>({ +// 'something.a': false +// }); expectAssignable>({ 'something.b': false }); diff --git a/test/unit/assorted/server_discovery_and_monitoring.spec.test.ts b/test/unit/assorted/server_discovery_and_monitoring.spec.test.ts index a6564385c32..ed3a12f7e4f 100644 --- a/test/unit/assorted/server_discovery_and_monitoring.spec.test.ts +++ b/test/unit/assorted/server_discovery_and_monitoring.spec.test.ts @@ -58,7 +58,7 @@ function collectTests(): Record { const testTypes = fs .readdirSync(specDir) .filter(d => fs.statSync(path.resolve(specDir, d)).isDirectory()) - .filter(d => d !== 'integration'); + .filter(d => d !== 'unified'); const tests = {}; for (const testType of testTypes) { diff --git a/test/unit/cmap/connect.test.js b/test/unit/cmap/connect.test.js index c4fab156c63..ce8e0e65b5d 100644 --- a/test/unit/cmap/connect.test.js +++ b/test/unit/cmap/connect.test.js @@ -5,12 +5,16 @@ const { expect } = require('chai'); const EventEmitter = require('events'); const { setTimeout } = require('timers'); -const { connect } = require('../../../src/cmap/connect'); +const { + connect, + prepareHandshakeDocument: prepareHandshakeDocumentCb +} = require('../../../src/cmap/connect'); const { MongoCredentials } = require('../../../src/cmap/auth/mongo_credentials'); const { genClusterTime } = require('../../tools/common'); const { MongoNetworkError } = require('../../../src/error'); const { HostAddress, isHello } = require('../../../src/utils'); const { LEGACY_HELLO_COMMAND } = require('../../../src/constants'); +const { promisify } = require('util'); describe('Connect Tests', function () { const test = {}; @@ -112,4 +116,50 @@ describe('Connect Tests', function () { done(); }); }).skipReason = 'TODO(NODE-2941): stop using 240.0.0.1 in tests'; + + context('prepareHandshakeDocument', () => { + const prepareHandshakeDocument = promisify(prepareHandshakeDocumentCb); + + context('loadBalanced option', () => { + context('when loadBalanced is not set as an option', () => { + it('does not set loadBalanced on the handshake document', async () => { + const options = {}; + const authContext = { + connection: {}, + options + }; + const handshakeDocument = await prepareHandshakeDocument(authContext); + expect(handshakeDocument).not.to.have.property('loadBalanced'); + }); + }); + + context('when loadBalanced is set to false', () => { + it('does not set loadBalanced on the handshake document', async () => { + const options = { + loadBalanced: false + }; + const authContext = { + connection: {}, + options + }; + const handshakeDocument = await prepareHandshakeDocument(authContext); + expect(handshakeDocument).not.to.have.property('loadBalanced'); + }); + }); + + context('when loadBalanced is set to true', () => { + it('does set loadBalanced on the handshake document', async () => { + const options = { + loadBalanced: true + }; + const authContext = { + connection: {}, + options + }; + const handshakeDocument = await prepareHandshakeDocument(authContext); + expect(handshakeDocument).to.have.property('loadBalanced', true); + }); + }); + }); + }); }); diff --git a/tsdoc.json b/tsdoc.json index 81ce5c1da85..0d652441844 100644 --- a/tsdoc.json +++ b/tsdoc.json @@ -9,6 +9,10 @@ "syntaxKind": "block", "tagName": "@since" }, + { + "syntaxKind": "block", + "tagName": "@sinceServerVersion" + }, { "syntaxKind": "block", "tagName": "@category"