书栈网 · BookStack 本次搜索耗时 0.027 秒,为您找到 42190 个相关结果.
  • db.watch()

    541 2019-12-01 《MongoDB v4.2 Manual》
    db.watch() Definition Availability Deployment Storage Engine Read Concern majority Support Behavior Resumability Full Document Lookup of Update Operations Access Control E...
  • db.shutdownServer()

    419 2019-12-01 《MongoDB v4.2 Manual》
    db.shutdownServer() db.shutdownServer() db. shutdownServer () Shuts down the current mongod or mongos process cleanly and safely. This operation fails when the current da...
  • db.setProfilingLevel()

    656 2019-12-01 《MongoDB v4.2 Manual》
    db.setProfilingLevel() Definition Syntax Parameters Returns Behavior Examples Enable Profiler and Set Slow Operation Threshhold and Sample Rate Disable Profiler and Set Slow ...
  • db.serverCmdLineOpts()

    418 2019-12-01 《MongoDB v4.2 Manual》
    db.serverCmdLineOpts() db.serverCmdLineOpts() db. serverCmdLineOpts () Wraps the getCmdLineOpts database command . Returns a document that reports on the arguments and conf...
  • db.resetError()

    380 2019-12-01 《MongoDB v4.2 Manual》
    db.resetError() db.resetError() db. resetError () Deprecated since version 1.6. Resets the error message returned by db.getPrevError orgetPrevError . Provides a wrapper...
  • db.printSlaveReplicationInfo()

    594 2019-12-01 《MongoDB v4.2 Manual》
    db.printSlaveReplicationInfo() Definition Output db.printSlaveReplicationInfo() Definition db. printSlaveReplicationInfo () Returns a formatted report of the status of a ...
  • db.logout()

    480 2019-12-01 《MongoDB v4.2 Manual》
    db.logout() db.logout() db. logout () Ends the current authentication session. This function has no effectif the current session is not authenticated. Note If you’re not lo...
  • db.killOp()

    414 2019-12-01 《MongoDB v4.2 Manual》
    db.killOp() Description Sharded Cluster Kill Read Operations Kill Write Operations Access Control db.killOp() Description db. killOp (opid) Terminates an operation as ...
  • db.isMaster()

    360 2019-12-01 《MongoDB v4.2 Manual》
    db.isMaster() db.isMaster() db. isMaster () Returns a document that describes the role of the mongod instance. If the mongod is a member of a replica set , thenthe ismast...
  • db.getSiblingDB()

    1276 2019-12-01 《MongoDB v4.2 Manual》
    db.getSiblingDB() Definition Example db.getSiblingDB() Definition db. getSiblingDB () ParameterTypeDescriptiondatabase stringThe name of a MongoDB database. Returns:A ...