Skip to content

Commit 07c229f

Browse files
github-actions[bot]nbbeeken
authored andcommitted
docs: generate docs from latest main (#3564)
Co-authored-by: nbbeeken <[email protected]>
1 parent c36645b commit 07c229f

File tree

299 files changed

+183998
-7893
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

299 files changed

+183998
-7893
lines changed

docs/Next/assets/highlight.css

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
:root {
2-
--light-hl-0: #000000;
3-
--dark-hl-0: #D4D4D4;
4-
--light-hl-1: #008000;
5-
--dark-hl-1: #6A9955;
6-
--light-hl-2: #795E26;
7-
--dark-hl-2: #DCDCAA;
8-
--light-hl-3: #0000FF;
9-
--dark-hl-3: #569CD6;
10-
--light-hl-4: #0070C1;
11-
--dark-hl-4: #4FC1FF;
12-
--light-hl-5: #A31515;
13-
--dark-hl-5: #CE9178;
2+
--light-hl-0: #795E26;
3+
--dark-hl-0: #DCDCAA;
4+
--light-hl-1: #000000;
5+
--dark-hl-1: #D4D4D4;
6+
--light-hl-2: #A31515;
7+
--dark-hl-2: #CE9178;
8+
--light-hl-3: #008000;
9+
--dark-hl-3: #6A9955;
10+
--light-hl-4: #0000FF;
11+
--dark-hl-4: #569CD6;
12+
--light-hl-5: #0070C1;
13+
--dark-hl-5: #4FC1FF;
1414
--light-hl-6: #001080;
1515
--dark-hl-6: #9CDCFE;
1616
--light-hl-7: #AF00DB;
@@ -27,7 +27,7 @@
2727
--dark-hl-12: #D7BA7D;
2828
--light-hl-13: #811F3F;
2929
--dark-hl-13: #D16969;
30-
--light-code-background: #F5F5F5;
30+
--light-code-background: #FFFFFF;
3131
--dark-code-background: #1E1E1E;
3232
}
3333

@@ -67,7 +67,7 @@
6767
--code-background: var(--dark-code-background);
6868
} }
6969

70-
body.light {
70+
:root[data-theme='light'] {
7171
--hl-0: var(--light-hl-0);
7272
--hl-1: var(--light-hl-1);
7373
--hl-2: var(--light-hl-2);
@@ -85,7 +85,7 @@ body.light {
8585
--code-background: var(--light-code-background);
8686
}
8787

88-
body.dark {
88+
:root[data-theme='dark'] {
8989
--hl-0: var(--dark-hl-0);
9090
--hl-1: var(--dark-hl-1);
9191
--hl-2: var(--dark-hl-2);

docs/Next/assets/main.js

Lines changed: 58 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/Next/assets/search.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/Next/assets/style.css

Lines changed: 778 additions & 824 deletions
Large diffs are not rendered by default.

docs/Next/classes/AbstractCursor.html

Lines changed: 1660 additions & 119 deletions
Large diffs are not rendered by default.

docs/Next/classes/Admin.html

Lines changed: 687 additions & 56 deletions
Large diffs are not rendered by default.

docs/Next/classes/AggregationCursor.html

Lines changed: 1928 additions & 153 deletions
Large diffs are not rendered by default.

docs/Next/classes/BSON.BSONError.html

Lines changed: 622 additions & 8 deletions
Large diffs are not rendered by default.

docs/Next/classes/BSON.BSONRegExp.html

Lines changed: 578 additions & 7 deletions
Large diffs are not rendered by default.

docs/Next/classes/BSON.BSONRuntimeError.html

Lines changed: 620 additions & 0 deletions
Large diffs are not rendered by default.

docs/Next/classes/BSON.BSONSymbol.html

Lines changed: 584 additions & 7 deletions
Large diffs are not rendered by default.

docs/Next/classes/BSON.BSONValue.html

Lines changed: 532 additions & 1 deletion
Large diffs are not rendered by default.

docs/Next/classes/BSON.BSONVersionError.html

Lines changed: 615 additions & 8 deletions
Large diffs are not rendered by default.

docs/Next/classes/BSON.Binary.html

Lines changed: 861 additions & 53 deletions
Large diffs are not rendered by default.

docs/Next/classes/BSON.Code.html

Lines changed: 578 additions & 7 deletions
Large diffs are not rendered by default.

docs/Next/classes/BSON.DBRef.html

Lines changed: 594 additions & 9 deletions
Large diffs are not rendered by default.

docs/Next/classes/BSON.Decimal128.html

Lines changed: 595 additions & 11 deletions
Large diffs are not rendered by default.

docs/Next/classes/BSON.Double.html

Lines changed: 592 additions & 10 deletions
Large diffs are not rendered by default.

docs/Next/classes/BSON.Int32.html

Lines changed: 592 additions & 10 deletions
Large diffs are not rendered by default.

docs/Next/classes/BSON.Long.html

Lines changed: 2008 additions & 253 deletions
Large diffs are not rendered by default.

docs/Next/classes/BSON.MaxKey.html

Lines changed: 528 additions & 3 deletions
Large diffs are not rendered by default.

docs/Next/classes/BSON.MinKey.html

Lines changed: 528 additions & 3 deletions
Large diffs are not rendered by default.

docs/Next/classes/BSON.ObjectId.html

Lines changed: 749 additions & 41 deletions
Large diffs are not rendered by default.

docs/Next/classes/BSON.Timestamp.html

Lines changed: 1955 additions & 171 deletions
Large diffs are not rendered by default.

docs/Next/classes/BSON.UUID.html

Lines changed: 994 additions & 78 deletions
Large diffs are not rendered by default.

docs/Next/classes/Batch.html

Lines changed: 507 additions & 3 deletions
Large diffs are not rendered by default.

docs/Next/classes/BulkOperationBase.html

Lines changed: 571 additions & 11 deletions
Large diffs are not rendered by default.

docs/Next/classes/BulkWriteResult.html

Lines changed: 780 additions & 45 deletions
Large diffs are not rendered by default.

docs/Next/classes/CancellationToken.html

Lines changed: 1238 additions & 69 deletions
Large diffs are not rendered by default.

docs/Next/classes/ChangeStream.html

Lines changed: 1472 additions & 91 deletions
Large diffs are not rendered by default.

docs/Next/classes/ClientSession.html

Lines changed: 1550 additions & 118 deletions
Large diffs are not rendered by default.

docs/Next/classes/Collection.html

Lines changed: 1608 additions & 237 deletions
Large diffs are not rendered by default.

docs/Next/classes/CommandFailedEvent.html

Lines changed: 490 additions & 3 deletions
Large diffs are not rendered by default.

docs/Next/classes/CommandStartedEvent.html

Lines changed: 497 additions & 3 deletions
Large diffs are not rendered by default.

docs/Next/classes/CommandSucceededEvent.html

Lines changed: 490 additions & 3 deletions
Large diffs are not rendered by default.

docs/Next/classes/ConnectionCheckOutFailedEvent.html

Lines changed: 460 additions & 9 deletions
Large diffs are not rendered by default.

docs/Next/classes/ConnectionCheckOutStartedEvent.html

Lines changed: 450 additions & 7 deletions
Large diffs are not rendered by default.

docs/Next/classes/ConnectionCheckedInEvent.html

Lines changed: 460 additions & 9 deletions
Large diffs are not rendered by default.

docs/Next/classes/ConnectionCheckedOutEvent.html

Lines changed: 460 additions & 9 deletions
Large diffs are not rendered by default.

docs/Next/classes/ConnectionClosedEvent.html

Lines changed: 477 additions & 11 deletions
Large diffs are not rendered by default.

docs/Next/classes/ConnectionCreatedEvent.html

Lines changed: 460 additions & 9 deletions
Large diffs are not rendered by default.

docs/Next/classes/ConnectionPoolClearedEvent.html

Lines changed: 457 additions & 7 deletions
Large diffs are not rendered by default.

docs/Next/classes/ConnectionPoolClosedEvent.html

Lines changed: 450 additions & 7 deletions
Large diffs are not rendered by default.

docs/Next/classes/ConnectionPoolCreatedEvent.html

Lines changed: 460 additions & 9 deletions
Large diffs are not rendered by default.

docs/Next/classes/ConnectionPoolMonitoringEvent.html

Lines changed: 458 additions & 7 deletions
Large diffs are not rendered by default.

docs/Next/classes/ConnectionPoolReadyEvent.html

Lines changed: 450 additions & 7 deletions
Large diffs are not rendered by default.

docs/Next/classes/ConnectionReadyEvent.html

Lines changed: 460 additions & 9 deletions
Large diffs are not rendered by default.

docs/Next/classes/Db.html

Lines changed: 1172 additions & 125 deletions
Large diffs are not rendered by default.

docs/Next/classes/FindCursor.html

Lines changed: 2049 additions & 189 deletions
Large diffs are not rendered by default.

docs/Next/classes/FindOperators.html

Lines changed: 585 additions & 21 deletions
Large diffs are not rendered by default.

docs/Next/classes/GridFSBucket.html

Lines changed: 1423 additions & 99 deletions
Large diffs are not rendered by default.

docs/Next/classes/GridFSBucketReadStream.html

Lines changed: 2737 additions & 248 deletions
Large diffs are not rendered by default.

docs/Next/classes/GridFSBucketWriteStream.html

Lines changed: 2683 additions & 184 deletions
Large diffs are not rendered by default.

docs/Next/classes/HostAddress.html

Lines changed: 559 additions & 1 deletion
Large diffs are not rendered by default.

docs/Next/classes/ListCollectionsCursor.html

Lines changed: 1730 additions & 119 deletions
Large diffs are not rendered by default.

docs/Next/classes/ListIndexesCursor.html

Lines changed: 1711 additions & 119 deletions
Large diffs are not rendered by default.

docs/Next/classes/MongoAPIError.html

Lines changed: 656 additions & 21 deletions
Large diffs are not rendered by default.

docs/Next/classes/MongoAWSError.html

Lines changed: 642 additions & 20 deletions
Large diffs are not rendered by default.

docs/Next/classes/MongoAzureError.html

Lines changed: 643 additions & 0 deletions
Large diffs are not rendered by default.

docs/Next/classes/MongoBatchReExecutionError.html

Lines changed: 642 additions & 20 deletions
Large diffs are not rendered by default.

docs/Next/classes/MongoBulkWriteError.html

Lines changed: 797 additions & 36 deletions
Large diffs are not rendered by default.

docs/Next/classes/MongoChangeStreamError.html

Lines changed: 642 additions & 20 deletions
Large diffs are not rendered by default.

docs/Next/classes/MongoClient.html

Lines changed: 1521 additions & 109 deletions
Large diffs are not rendered by default.

docs/Next/classes/MongoCompatibilityError.html

Lines changed: 642 additions & 20 deletions
Large diffs are not rendered by default.

docs/Next/classes/MongoCredentials.html

Lines changed: 567 additions & 19 deletions
Large diffs are not rendered by default.

docs/Next/classes/MongoCursorExhaustedError.html

Lines changed: 642 additions & 20 deletions
Large diffs are not rendered by default.

docs/Next/classes/MongoCursorInUseError.html

Lines changed: 642 additions & 20 deletions
Large diffs are not rendered by default.

docs/Next/classes/MongoDBCollectionNamespace.html

Lines changed: 523 additions & 0 deletions
Large diffs are not rendered by default.

docs/Next/classes/MongoDBNamespace.html

Lines changed: 520 additions & 7 deletions
Large diffs are not rendered by default.

docs/Next/classes/MongoDecompressionError.html

Lines changed: 642 additions & 20 deletions
Large diffs are not rendered by default.

docs/Next/classes/MongoDriverError.html

Lines changed: 646 additions & 20 deletions
Large diffs are not rendered by default.

docs/Next/classes/MongoError.html

Lines changed: 635 additions & 17 deletions
Large diffs are not rendered by default.

docs/Next/classes/MongoExpiredSessionError.html

Lines changed: 642 additions & 18 deletions
Large diffs are not rendered by default.

docs/Next/classes/MongoGridFSChunkError.html

Lines changed: 642 additions & 20 deletions
Large diffs are not rendered by default.

docs/Next/classes/MongoGridFSStreamError.html

Lines changed: 642 additions & 20 deletions
Large diffs are not rendered by default.

docs/Next/classes/MongoInvalidArgumentError.html

Lines changed: 642 additions & 18 deletions
Large diffs are not rendered by default.

docs/Next/classes/MongoKerberosError.html

Lines changed: 642 additions & 20 deletions
Large diffs are not rendered by default.

docs/Next/classes/MongoMissingCredentialsError.html

Lines changed: 642 additions & 18 deletions
Large diffs are not rendered by default.

docs/Next/classes/MongoMissingDependencyError.html

Lines changed: 642 additions & 18 deletions
Large diffs are not rendered by default.

docs/Next/classes/MongoNetworkError.html

Lines changed: 646 additions & 18 deletions
Large diffs are not rendered by default.

docs/Next/classes/MongoNetworkTimeoutError.html

Lines changed: 644 additions & 19 deletions
Large diffs are not rendered by default.

docs/Next/classes/MongoNotConnectedError.html

Lines changed: 642 additions & 18 deletions
Large diffs are not rendered by default.

docs/Next/classes/MongoParseError.html

Lines changed: 642 additions & 18 deletions
Large diffs are not rendered by default.

docs/Next/classes/MongoRuntimeError.html

Lines changed: 651 additions & 19 deletions
Large diffs are not rendered by default.

docs/Next/classes/MongoServerClosedError.html

Lines changed: 642 additions & 18 deletions
Large diffs are not rendered by default.

docs/Next/classes/MongoServerError.html

Lines changed: 676 additions & 18 deletions
Large diffs are not rendered by default.

docs/Next/classes/MongoServerSelectionError.html

Lines changed: 655 additions & 22 deletions
Large diffs are not rendered by default.

docs/Next/classes/MongoSystemError.html

Lines changed: 656 additions & 20 deletions
Large diffs are not rendered by default.

docs/Next/classes/MongoTailableCursorError.html

Lines changed: 642 additions & 18 deletions
Large diffs are not rendered by default.

docs/Next/classes/MongoTopologyClosedError.html

Lines changed: 642 additions & 18 deletions
Large diffs are not rendered by default.

docs/Next/classes/MongoTransactionError.html

Lines changed: 642 additions & 18 deletions
Large diffs are not rendered by default.

docs/Next/classes/MongoUnexpectedServerResponseError.html

Lines changed: 646 additions & 23 deletions
Large diffs are not rendered by default.

docs/Next/classes/MongoWriteConcernError.html

Lines changed: 686 additions & 20 deletions
Large diffs are not rendered by default.

docs/Next/classes/OrderedBulkOperation.html

Lines changed: 580 additions & 11 deletions
Large diffs are not rendered by default.

docs/Next/classes/ReadConcern.html

Lines changed: 544 additions & 10 deletions
Large diffs are not rendered by default.

docs/Next/classes/ReadPreference.html

Lines changed: 732 additions & 33 deletions
Large diffs are not rendered by default.

docs/Next/classes/RunCommandCursor.html

Lines changed: 1774 additions & 0 deletions
Large diffs are not rendered by default.

docs/Next/classes/ServerCapabilities.html

Lines changed: 551 additions & 1 deletion
Large diffs are not rendered by default.

docs/Next/classes/ServerClosedEvent.html

Lines changed: 446 additions & 7 deletions
Large diffs are not rendered by default.

docs/Next/classes/ServerDescription.html

Lines changed: 675 additions & 13 deletions
Large diffs are not rendered by default.

docs/Next/classes/ServerDescriptionChangedEvent.html

Lines changed: 466 additions & 11 deletions
Large diffs are not rendered by default.

docs/Next/classes/ServerHeartbeatFailedEvent.html

Lines changed: 456 additions & 9 deletions
Large diffs are not rendered by default.

docs/Next/classes/ServerHeartbeatStartedEvent.html

Lines changed: 436 additions & 5 deletions
Large diffs are not rendered by default.

docs/Next/classes/ServerHeartbeatSucceededEvent.html

Lines changed: 456 additions & 9 deletions
Large diffs are not rendered by default.

docs/Next/classes/ServerOpeningEvent.html

Lines changed: 446 additions & 7 deletions
Large diffs are not rendered by default.

docs/Next/classes/ServerSession.html

Lines changed: 480 additions & 7 deletions
Large diffs are not rendered by default.

docs/Next/classes/StreamDescription.html

Lines changed: 555 additions & 1 deletion
Large diffs are not rendered by default.

docs/Next/classes/TopologyClosedEvent.html

Lines changed: 436 additions & 5 deletions
Large diffs are not rendered by default.

docs/Next/classes/TopologyDescription.html

Lines changed: 586 additions & 9 deletions
Large diffs are not rendered by default.

docs/Next/classes/TopologyDescriptionChangedEvent.html

Lines changed: 456 additions & 9 deletions
Large diffs are not rendered by default.

docs/Next/classes/TopologyOpeningEvent.html

Lines changed: 436 additions & 5 deletions
Large diffs are not rendered by default.

docs/Next/classes/Transaction.html

Lines changed: 492 additions & 5 deletions
Large diffs are not rendered by default.

docs/Next/classes/TypedEventEmitter.html

Lines changed: 1255 additions & 71 deletions
Large diffs are not rendered by default.

docs/Next/classes/UnorderedBulkOperation.html

Lines changed: 598 additions & 11 deletions
Large diffs are not rendered by default.

docs/Next/classes/WriteConcern.html

Lines changed: 534 additions & 24 deletions
Large diffs are not rendered by default.

docs/Next/classes/WriteConcernError.html

Lines changed: 510 additions & 9 deletions
Large diffs are not rendered by default.

docs/Next/classes/WriteError.html

Lines changed: 557 additions & 13 deletions
Large diffs are not rendered by default.

docs/Next/functions/BSON.calculateObjectSize.html

Lines changed: 480 additions & 0 deletions
Large diffs are not rendered by default.

docs/Next/functions/BSON.deserialize.html

Lines changed: 480 additions & 0 deletions
Large diffs are not rendered by default.

docs/Next/functions/BSON.deserializeStream.html

Lines changed: 503 additions & 0 deletions
Large diffs are not rendered by default.

docs/Next/functions/BSON.serialize.html

Lines changed: 480 additions & 0 deletions
Large diffs are not rendered by default.

docs/Next/functions/BSON.serializeWithBufferAndIndex.html

Lines changed: 486 additions & 0 deletions
Large diffs are not rendered by default.

docs/Next/functions/BSON.setInternalBufferSize.html

Lines changed: 477 additions & 0 deletions
Large diffs are not rendered by default.

docs/Next/index.html

Lines changed: 521 additions & 156 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/AbstractCursorOptions.html

Lines changed: 660 additions & 37 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/AddUserOptions.html

Lines changed: 730 additions & 45 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/AggregateOptions.html

Lines changed: 789 additions & 57 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/AggregationCursorOptions.html

Lines changed: 825 additions & 61 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/Auth.html

Lines changed: 442 additions & 5 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/AuthMechanismProperties.html

Lines changed: 499 additions & 3 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/AutoEncrypter.html

Lines changed: 536 additions & 1 deletion
Large diffs are not rendered by default.

docs/Next/interfaces/AutoEncryptionOptions.html

Lines changed: 633 additions & 71 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/AutoEncryptionTlsOptions.html

Lines changed: 452 additions & 7 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/BSON.BSONRegExpExtended.html

Lines changed: 493 additions & 1 deletion
Large diffs are not rendered by default.

docs/Next/interfaces/BSON.BSONRegExpExtendedLegacy.html

Lines changed: 493 additions & 1 deletion
Large diffs are not rendered by default.

docs/Next/interfaces/BSON.BSONSymbolExtended.html

Lines changed: 486 additions & 1 deletion
Large diffs are not rendered by default.

docs/Next/interfaces/BSON.BinaryExtended.html

Lines changed: 493 additions & 1 deletion
Large diffs are not rendered by default.

docs/Next/interfaces/BSON.BinaryExtendedLegacy.html

Lines changed: 493 additions & 1 deletion
Large diffs are not rendered by default.

docs/Next/interfaces/BSON.CodeExtended.html

Lines changed: 493 additions & 1 deletion
Large diffs are not rendered by default.

docs/Next/interfaces/BSON.DBRefLike.html

Lines changed: 500 additions & 1 deletion
Large diffs are not rendered by default.

docs/Next/interfaces/BSON.Decimal128Extended.html

Lines changed: 486 additions & 1 deletion
Large diffs are not rendered by default.

docs/Next/interfaces/BSON.DeserializeOptions.html

Lines changed: 600 additions & 21 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/BSON.Document.html

Lines changed: 477 additions & 1 deletion
Large diffs are not rendered by default.

docs/Next/interfaces/BSON.DoubleExtended.html

Lines changed: 486 additions & 1 deletion
Large diffs are not rendered by default.

docs/Next/interfaces/BSON.Int32Extended.html

Lines changed: 486 additions & 1 deletion
Large diffs are not rendered by default.

docs/Next/interfaces/BSON.LongExtended.html

Lines changed: 486 additions & 1 deletion
Large diffs are not rendered by default.

docs/Next/interfaces/BSON.MaxKeyExtended.html

Lines changed: 486 additions & 1 deletion
Large diffs are not rendered by default.

docs/Next/interfaces/BSON.MinKeyExtended.html

Lines changed: 486 additions & 1 deletion
Large diffs are not rendered by default.

docs/Next/interfaces/BSON.ObjectIdExtended.html

Lines changed: 486 additions & 1 deletion
Large diffs are not rendered by default.

docs/Next/interfaces/BSON.ObjectIdLike.html

Lines changed: 508 additions & 1 deletion
Large diffs are not rendered by default.

docs/Next/interfaces/BSON.SerializeOptions.html

Lines changed: 528 additions & 9 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/BSON.TimestampExtended.html

Lines changed: 493 additions & 1 deletion
Large diffs are not rendered by default.

docs/Next/interfaces/BSONSerializeOptions.html

Lines changed: 579 additions & 26 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/BulkWriteOperationError.html

Lines changed: 457 additions & 1 deletion
Large diffs are not rendered by default.

docs/Next/interfaces/BulkWriteOptions.html

Lines changed: 746 additions & 49 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/ChangeStreamCollModDocument.html

Lines changed: 500 additions & 19 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/ChangeStreamCreateDocument.html

Lines changed: 498 additions & 17 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/ChangeStreamCreateIndexDocument.html

Lines changed: 515 additions & 23 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/ChangeStreamDeleteDocument.html

Lines changed: 542 additions & 23 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/ChangeStreamDocumentCollectionUUID.html

Lines changed: 448 additions & 5 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/ChangeStreamDocumentCommon.html

Lines changed: 479 additions & 10 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/ChangeStreamDocumentKey.html

Lines changed: 449 additions & 3 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/ChangeStreamDocumentOperationDescription.html

Lines changed: 441 additions & 5 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/ChangeStreamDropDatabaseDocument.html

Lines changed: 498 additions & 15 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/ChangeStreamDropDocument.html

Lines changed: 508 additions & 19 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/ChangeStreamDropIndexDocument.html

Lines changed: 515 additions & 23 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/ChangeStreamInsertDocument.html

Lines changed: 542 additions & 23 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/ChangeStreamInvalidateDocument.html

Lines changed: 483 additions & 13 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/ChangeStreamNameSpace.html

Lines changed: 436 additions & 1 deletion
Large diffs are not rendered by default.

docs/Next/interfaces/ChangeStreamOptions.html

Lines changed: 856 additions & 77 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/ChangeStreamRefineCollectionShardKeyDocument.html

Lines changed: 513 additions & 21 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/ChangeStreamRenameDocument.html

Lines changed: 525 additions & 21 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/ChangeStreamReplaceDocument.html

Lines changed: 537 additions & 21 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/ChangeStreamReshardCollectionDocument.html

Lines changed: 513 additions & 21 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/ChangeStreamShardCollectionDocument.html

Lines changed: 513 additions & 21 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/ChangeStreamUpdateDocument.html

Lines changed: 562 additions & 27 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/ClientMetadata.html

Lines changed: 500 additions & 1 deletion
Large diffs are not rendered by default.

docs/Next/interfaces/ClientMetadataOptions.html

Lines changed: 445 additions & 1 deletion
Large diffs are not rendered by default.

docs/Next/interfaces/ClientSessionOptions.html

Lines changed: 452 additions & 7 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/CloseOptions.html

Lines changed: 429 additions & 1 deletion
Large diffs are not rendered by default.

docs/Next/interfaces/ClusterTime.html

Lines changed: 443 additions & 1 deletion
Large diffs are not rendered by default.

docs/Next/interfaces/ClusteredCollectionOptions.html

Lines changed: 451 additions & 2 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/CollStats.html

Lines changed: 655 additions & 44 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/CollStatsOptions.html

Lines changed: 721 additions & 43 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/CollationOptions.html

Lines changed: 485 additions & 1 deletion
Large diffs are not rendered by default.

docs/Next/interfaces/CollectionInfo.html

Lines changed: 466 additions & 1 deletion
Large diffs are not rendered by default.

docs/Next/interfaces/CollectionOptions.html

Lines changed: 601 additions & 30 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/CommandOperationOptions.html

Lines changed: 722 additions & 41 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/ConnectOptions.html

Lines changed: 429 additions & 1 deletion
Large diffs are not rendered by default.

docs/Next/interfaces/ConnectionOptions.html

Lines changed: 848 additions & 35 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/ConnectionPoolOptions.html

Lines changed: 898 additions & 47 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/CountDocumentsOptions.html

Lines changed: 814 additions & 61 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/CountOptions.html

Lines changed: 739 additions & 49 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/CreateCollectionOptions.html

Lines changed: 889 additions & 76 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/CreateIndexesOptions.html

Lines changed: 871 additions & 65 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/CursorStreamOptions.html

Lines changed: 442 additions & 3 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/DbOptions.html

Lines changed: 641 additions & 38 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/DbStatsOptions.html

Lines changed: 716 additions & 43 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/DeleteManyModel.html

Lines changed: 457 additions & 7 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/DeleteOneModel.html

Lines changed: 457 additions & 7 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/DeleteOptions.html

Lines changed: 737 additions & 47 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/DeleteResult.html

Lines changed: 442 additions & 5 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/DeleteStatement.html

Lines changed: 462 additions & 9 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/DriverInfo.html

Lines changed: 443 additions & 1 deletion
Large diffs are not rendered by default.

docs/Next/interfaces/DropCollectionOptions.html

Lines changed: 714 additions & 41 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/EndSessionOptions.html

Lines changed: 436 additions & 1 deletion
Large diffs are not rendered by default.

docs/Next/interfaces/ErrorDescription.html

Lines changed: 459 additions & 1 deletion
Large diffs are not rendered by default.

docs/Next/interfaces/EstimatedDocumentCountOptions.html

Lines changed: 710 additions & 44 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/EvalOptions.html

Lines changed: 713 additions & 41 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/ExplainOptions.html

Lines changed: 434 additions & 3 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/FilterOperators.html

Lines changed: 669 additions & 3 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/FindOneAndDeleteOptions.html

Lines changed: 746 additions & 49 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/FindOneAndReplaceOptions.html

Lines changed: 776 additions & 55 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/FindOneAndUpdateOptions.html

Lines changed: 786 additions & 57 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/FindOptions.html

Lines changed: 908 additions & 86 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/GridFSBucketOptions.html

Lines changed: 465 additions & 9 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/GridFSBucketReadStreamOptions.html

Lines changed: 458 additions & 5 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/GridFSBucketReadStreamOptionsWithRevision.html

Lines changed: 472 additions & 7 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/GridFSBucketWriteStreamOptions.html

Lines changed: 485 additions & 13 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/GridFSChunk.html

Lines changed: 450 additions & 1 deletion
Large diffs are not rendered by default.

docs/Next/interfaces/GridFSFile.html

Lines changed: 478 additions & 1 deletion
Large diffs are not rendered by default.

docs/Next/interfaces/HedgeOptions.html

Lines changed: 432 additions & 3 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/IdPServerInfo.html

Lines changed: 443 additions & 0 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/IdPServerResponse.html

Lines changed: 443 additions & 0 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/IndexDescription.html

Lines changed: 624 additions & 21 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/IndexInformationOptions.html

Lines changed: 443 additions & 1 deletion
Large diffs are not rendered by default.

docs/Next/interfaces/InsertManyResult.html

Lines changed: 462 additions & 7 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/InsertOneModel.html

Lines changed: 437 additions & 3 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/InsertOneOptions.html

Lines changed: 726 additions & 45 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/InsertOneResult.html

Lines changed: 447 additions & 5 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/ListCollectionsOptions.html

Lines changed: 725 additions & 47 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/ListDatabasesOptions.html

Lines changed: 736 additions & 47 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/ListDatabasesResult.html

Lines changed: 450 additions & 1 deletion
Large diffs are not rendered by default.

docs/Next/interfaces/ListIndexesOptions.html

Lines changed: 705 additions & 43 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/ModifyResult.html

Lines changed: 452 additions & 2 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/MongoClientOptions.html

Lines changed: 1462 additions & 191 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/MongoCredentialsOptions.html

Lines changed: 464 additions & 1 deletion
Large diffs are not rendered by default.

docs/Next/interfaces/MongoNetworkErrorOptions.html

Lines changed: 432 additions & 3 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/MongoOptions.html

Lines changed: 1208 additions & 126 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/MonitorOptions.html

Lines changed: 851 additions & 35 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/OIDCCallbackContext.html

Lines changed: 450 additions & 0 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/OperationOptions.html

Lines changed: 605 additions & 28 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/PkFactory.html

Lines changed: 432 additions & 1 deletion
Large diffs are not rendered by default.

docs/Next/interfaces/ProxyOptions.html

Lines changed: 452 additions & 1 deletion
Large diffs are not rendered by default.

docs/Next/interfaces/ReadPreferenceFromOptions.html

Lines changed: 479 additions & 5 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/ReadPreferenceLikeOptions.html

Lines changed: 466 additions & 5 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/ReadPreferenceOptions.html

Lines changed: 444 additions & 5 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/RenameOptions.html

Lines changed: 726 additions & 45 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/ReplaceOneModel.html

Lines changed: 477 additions & 11 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/ReplaceOptions.html

Lines changed: 746 additions & 49 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/ResumeOptions.html

Lines changed: 482 additions & 2 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/RoleSpecification.html

Lines changed: 446 additions & 5 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/RootFilterOperators.html

Lines changed: 495 additions & 1 deletion
Large diffs are not rendered by default.

docs/Next/interfaces/SelectServerOptions.html

Lines changed: 446 additions & 3 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/ServerApi.html

Lines changed: 443 additions & 1 deletion
Large diffs are not rendered by default.

docs/Next/interfaces/StreamDescriptionOptions.html

Lines changed: 445 additions & 1 deletion
Large diffs are not rendered by default.

docs/Next/interfaces/TimeSeriesCollectionOptions.html

Lines changed: 465 additions & 2 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/TopologyDescriptionOptions.html

Lines changed: 436 additions & 1 deletion
Large diffs are not rendered by default.

docs/Next/interfaces/TopologyVersion.html

Lines changed: 436 additions & 1 deletion
Large diffs are not rendered by default.

docs/Next/interfaces/TransactionOptions.html

Lines changed: 720 additions & 45 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/UpdateDescription.html

Lines changed: 484 additions & 12 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/UpdateManyModel.html

Lines changed: 487 additions & 13 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/UpdateOneModel.html

Lines changed: 487 additions & 13 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/UpdateOptions.html

Lines changed: 756 additions & 51 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/UpdateResult.html

Lines changed: 481 additions & 11 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/UpdateStatement.html

Lines changed: 492 additions & 15 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/ValidateCollectionOptions.html

Lines changed: 716 additions & 43 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/WiredTigerData.html

Lines changed: 742 additions & 1 deletion
Large diffs are not rendered by default.

docs/Next/interfaces/WriteConcernErrorData.html

Lines changed: 443 additions & 1 deletion
Large diffs are not rendered by default.

docs/Next/interfaces/WriteConcernOptions.html

Lines changed: 439 additions & 3 deletions
Large diffs are not rendered by default.

docs/Next/interfaces/WriteConcernSettings.html

Lines changed: 482 additions & 13 deletions
Large diffs are not rendered by default.

docs/Next/modules.html

Lines changed: 849 additions & 48 deletions
Large diffs are not rendered by default.

docs/Next/modules/BSON.html

Lines changed: 550 additions & 49 deletions
Large diffs are not rendered by default.

docs/Next/variables/AuthMechanism-1.html

Lines changed: 429 additions & 0 deletions
Large diffs are not rendered by default.

docs/Next/variables/AutoEncryptionLoggerLevel-1.html

Lines changed: 420 additions & 0 deletions
Large diffs are not rendered by default.

docs/Next/variables/BSON.BSONType-1.html

Lines changed: 509 additions & 0 deletions
Large diffs are not rendered by default.

docs/Next/variables/BSON.EJSON.html

Lines changed: 474 additions & 0 deletions
Large diffs are not rendered by default.

docs/Next/variables/BSON.LongWithoutOverridesClass.html

Lines changed: 463 additions & 0 deletions
Large diffs are not rendered by default.

docs/Next/variables/BatchType-1.html

Lines changed: 416 additions & 0 deletions
Large diffs are not rendered by default.

docs/Next/variables/CURSOR_FLAGS.html

Lines changed: 406 additions & 0 deletions
Large diffs are not rendered by default.

docs/Next/variables/Compressor-1.html

Lines changed: 418 additions & 0 deletions
Large diffs are not rendered by default.

docs/Next/variables/ExplainVerbosity-1.html

Lines changed: 418 additions & 0 deletions
Large diffs are not rendered by default.

docs/Next/variables/GSSAPICanonicalizationValue-1.html

Lines changed: 420 additions & 0 deletions
Large diffs are not rendered by default.

docs/Next/variables/LEGAL_TCP_SOCKET_OPTIONS.html

Lines changed: 406 additions & 0 deletions
Large diffs are not rendered by default.

docs/Next/variables/LEGAL_TLS_SOCKET_OPTIONS.html

Lines changed: 406 additions & 0 deletions
Large diffs are not rendered by default.

docs/Next/variables/MONGO_CLIENT_EVENTS.html

Lines changed: 406 additions & 0 deletions
Large diffs are not rendered by default.

docs/Next/variables/MongoErrorLabel-1.html

Lines changed: 426 additions & 0 deletions
Large diffs are not rendered by default.

docs/Next/variables/ProfilingLevel-1.html

Lines changed: 416 additions & 0 deletions
Large diffs are not rendered by default.

docs/Next/variables/ReadConcernLevel-1.html

Lines changed: 420 additions & 0 deletions
Large diffs are not rendered by default.

docs/Next/variables/ReadPreferenceMode-1.html

Lines changed: 420 additions & 0 deletions
Large diffs are not rendered by default.

docs/Next/variables/ReturnDocument-1.html

Lines changed: 414 additions & 0 deletions
Large diffs are not rendered by default.

docs/Next/variables/ServerApiVersion-1.html

Lines changed: 412 additions & 0 deletions
Large diffs are not rendered by default.

docs/Next/variables/ServerType-1.html

Lines changed: 432 additions & 0 deletions
Large diffs are not rendered by default.

docs/Next/variables/TopologyType-1.html

Lines changed: 424 additions & 0 deletions
Large diffs are not rendered by default.

docs/categories/index.xml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
55
<link>/node-mongodb-native/categories/</link>
66
<description>Recent content in Categories on MongoDB Node.js Driver</description>
77
<generator>Hugo -- gohugo.io</generator>
8-
<language>en-us</language>
9-
10-
<atom:link href="/node-mongodb-native/categories/index.xml" rel="self" type="application/rss+xml" />
11-
12-
8+
<language>en-us</language><atom:link href="/node-mongodb-native/categories/index.xml" rel="self" type="application/rss+xml" />
139
</channel>
14-
</rss>
10+
</rss>

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<meta name="generator" content="Hugo 0.68.3" />
4+
<meta name="generator" content="Hugo 0.92.2" />
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<meta name="description" content="">

docs/index.xml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
55
<link>/node-mongodb-native/</link>
66
<description>Recent content on MongoDB Node.js Driver</description>
77
<generator>Hugo -- gohugo.io</generator>
8-
<language>en-us</language>
9-
10-
<atom:link href="/node-mongodb-native/index.xml" rel="self" type="application/rss+xml" />
11-
12-
8+
<language>en-us</language><atom:link href="/node-mongodb-native/index.xml" rel="self" type="application/rss+xml" />
139
</channel>
14-
</rss>
10+
</rss>

docs/sitemap.xml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
11
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
33
xmlns:xhtml="http://www.w3.org/1999/xhtml">
4-
54
<url>
65
<loc>/node-mongodb-native/categories/</loc>
7-
</url>
8-
9-
<url>
6+
</url><url>
107
<loc>/node-mongodb-native/</loc>
11-
</url>
12-
13-
<url>
8+
</url><url>
149
<loc>/node-mongodb-native/tags/</loc>
1510
</url>
16-
17-
</urlset>
11+
</urlset>

docs/tags/index.xml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
55
<link>/node-mongodb-native/tags/</link>
66
<description>Recent content in Tags on MongoDB Node.js Driver</description>
77
<generator>Hugo -- gohugo.io</generator>
8-
<language>en-us</language>
9-
10-
<atom:link href="/node-mongodb-native/tags/index.xml" rel="self" type="application/rss+xml" />
11-
12-
8+
<language>en-us</language><atom:link href="/node-mongodb-native/tags/index.xml" rel="self" type="application/rss+xml" />
139
</channel>
14-
</rss>
10+
</rss>

0 commit comments

Comments
 (0)