You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -312,13 +312,10 @@ NOTE: atlas tools are only available when you set credentials on [configuration]
312
312
-`find` - Run a find query against a MongoDB collection. The number of documents returned is limited by the `limit` parameter and the server's `maxDocumentsPerQuery` configuration, whichever is smaller. The total size of the returned documents is also limited by the `responseBytesLimit` parameter and the server's `maxBytesPerQuery` configuration, whichever is smaller.
313
313
-`aggregate` - Run an aggregation against a MongoDB collection. The number of documents returned is limited by the server's `maxDocumentsPerQuery` configuration. The total size of the returned documents is also limited by the `responseBytesLimit` parameter and the server's `maxBytesPerQuery` configuration, whichever is smaller.
314
314
-`count` - Get the number of documents in a MongoDB collection
315
-
-`insert-one` - Insert a single document into a MongoDB collection
316
315
-`insert-many` - Insert multiple documents into a MongoDB collection
317
316
-`create-index` - Create an index for a MongoDB collection
318
-
-`update-one` - Update a single document in a MongoDB collection
319
317
-`update-many` - Update multiple documents in a MongoDB collection
320
318
-`rename-collection` - Rename a MongoDB collection
321
-
-`delete-one` - Delete a single document from a MongoDB collection
322
319
-`delete-many` - Delete multiple documents from a MongoDB collection
323
320
-`drop-collection` - Remove a collection from a MongoDB database
0 commit comments