翻译或纠错本页面
Reference¶
- Operators
- Documentation of query, update, projection, and aggregation framework operators.
- Database Commands
- Documentation of all MongoDB database commands operations, syntax, and use.
- mongo Shell Methods
- Documentation of all JavaScript methods and helpers in the mongo shell.
- MongoDB Package Components
- Documentation of mongod and mongos and all other tools distributed with MongoDB.
- Configuration File Options
- Full documentation of the configuration file and available run-time operations.
- MongoDB Server Parameters
- Documentation of all mongod and mongos parameters that are available in the setParameter (command) and setParameter run-time interface.
- MongoDB Limits and Thresholds
- A list of important limits and thresholds imposed by MongoDB.
- Connection String URI Format
- The complete specification of the MongoDB connection string format that the drivers use to describe connections to MongoDB deployments.
- MongoDB Extended JSON
- Describes the JSON super set used to express BSON documents in the mongo shell and other MongoDB tools.
- Glossary
- A glossary of common terms and concepts specific to MongoDB.
参见
The 索引 may provide useful insight into the reference material in this manual. The MongoDB CRUD 参考 Data Model Reference, 分片参考文献, 复制集参考, and 安全参考文献 contain additional reference material.
- Operators
- Query and Projection Operators
- Update Operators
- Aggregation Pipeline Operators
- Pipeline Aggregation Stages
- Boolean Aggregation Operators
- Set Operators (Aggregation)
- Comparison Aggregation Operators
- Arithmetic Aggregation Operators
- String Aggregation Operators
- Text Search Aggregation Operators
- Array Aggregation Operators
- Aggregation Variable Operators
- Aggregation Literal Operators
- Date Aggregation Operators
- Conditional Aggregation Operators
- Group Accumulator Operators
- Query Modifiers
- Database Commands
- Aggregation Commands
- Geospatial Commands
- Query and Write Operation Commands
- Query Plan Cache Commands
- Authentication Commands
- User Management Commands
- Role Management Commands
- Replication Commands
- 分片命令
- Administration Commands
- Diagnostic Commands
- Internal Commands
- Testing Commands
- System Events Auditing Commands
- mongo Shell Methods
- Collection Methods
- db.collection.aggregate()
- db.collection.count()
- db.collection.copyTo()
- db.collection.createIndex()
- db.collection.getIndexStats()
- db.collection.indexStats()
- db.collection.dataSize()
- db.collection.distinct()
- db.collection.drop()
- db.collection.dropIndex()
- db.collection.dropIndexes()
- db.collection.ensureIndex()
- db.collection.find()
- db.collection.findAndModify()
- db.collection.findOne()
- db.collection.getIndexes()
- db.collection.getShardDistribution()
- db.collection.getShardVersion()
- db.collection.group()
- db.collection.initializeOrderedBulkOp()
- db.collection.initializeUnorderedBulkOp()
- db.collection.insert()
- db.collection.isCapped()
- db.collection.mapReduce()
- db.collection.reIndex()
- db.collection.remove()
- db.collection.renameCollection()
- db.collection.save()
- db.collection.stats()
- db.collection.storageSize()
- db.collection.totalSize()
- db.collection.totalIndexSize()
- db.collection.update()
- db.collection.validate()
- db.collection.aggregate()
- Cursor Methods
- cursor.addOption()
- cursor.batchSize()
- cursor.count()
- cursor.explain()
- cursor.forEach()
- cursor.hasNext()
- cursor.hint()
- cursor.limit()
- cursor.map()
- cursor.maxTimeMS()
- cursor.max()
- cursor.min()
- cursor.next()
- cursor.objsLeftInBatch()
- cursor.readPref()
- cursor.showDiskLoc()
- cursor.size()
- cursor.skip()
- cursor.snapshot()
- cursor.sort()
- cursor.toArray()
- cursor.addOption()
- 数据库相关方法
- db.addUser()
- db.auth()
- db.changeUserPassword()
- db.cloneCollection()
- db.cloneDatabase()
- db.commandHelp()
- db.copyDatabase()
- db.createCollection()
- db.currentOp()
- db.dropDatabase()
- db.eval()
- db.fsyncLock()
- db.fsyncUnlock()
- db.getCollection()
- db.getCollectionNames()
- db.getLastError()
- db.getLastErrorObj()
- db.getMongo()
- db.getName()
- db.getPrevError()
- db.getProfilingLevel()
- db.getProfilingStatus()
- db.getReplicationInfo()
- db.getSiblingDB()
- db.help()
- db.hostInfo()
- db.isMaster()
- db.killOp()
- db.listCommands()
- db.loadServerScripts()
- db.logout()
- db.printCollectionStats()
- db.printReplicationInfo()
- db.printShardingStatus()
- db.printSlaveReplicationInfo()
- db.removeUser()
- db.repairDatabase()
- db.resetError()
- db.runCommand()
- db.serverBuildInfo()
- db.serverCmdLineOpts()
- db.serverStatus()
- db.setProfilingLevel()
- db.shutdownServer()
- db.stats()
- db.version()
- db.upgradeCheck()
- db.upgradeCheckAllDBs()
- db.addUser()
- Query Plan Cache Methods
- Bulk Operation Methods
- User Management Methods
- Role Management Methods
- Replication Methods
- 分片方法
- sh._adminCommand()
- sh._checkFullName()
- sh._checkMongos()
- sh._lastMigration()
- sh.addShard()
- sh.addShardTag()
- sh.addTagRange()
- sh.disableBalancing()
- sh.enableBalancing()
- sh.enableSharding()
- sh.getBalancerHost()
- sh.getBalancerState()
- sh.help()
- sh.isBalancerRunning()
- sh.moveChunk()
- sh.removeShardTag()
- sh.setBalancerState()
- sh.shardCollection()
- sh.splitAt()
- sh.splitFind()
- sh.startBalancer()
- sh.status()
- sh.stopBalancer()
- sh.waitForBalancer()
- sh.waitForBalancerOff()
- sh.waitForDLock()
- sh.waitForPingChange()
- sh._adminCommand()
- Subprocess Methods
- Object Constructors and Methods
- Connection Methods
- Native Methods
- Collection Methods
- MongoDB Package Components
- Configuration File Options
- MongoDB Server Parameters
- MongoDB Limits and Thresholds
- Connection String URI Format
- MongoDB Extended JSON
- Glossary
Copyright © 2011-2015 MongoDB, Inc. Licensed under Creative Commons. MongoDB, Mongo, and the leaf logo are registered trademarks of MongoDB, Inc.