检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
$result = $collection->insertOne([ 'username' => 'admin', 'email' => 'admin@example.com', ]); echo "Object ID: '{$result->getInsertedId()}'"
$result = $collection->insertOne([ 'username' => 'admin', 'email' => 'admin@example.com', ]); echo "Object ID: '{$result->getInsertedId()}'"
$result = $collection->insertOne([ 'username' => 'admin', 'email' => 'admin@example.com', ]); echo "Object ID: '{$result->getInsertedId()}'"
√ - setParameter x x x 系统配置命令。 getParameter √ √ √ - repairDatabase x x x 高危命令。 repairCursor x x x 系统内部命令。 touch √ √ √ - shutdown x x x 高危命令。
"16:00-17:00", "keep_days": 7 }, "pay_mode": "0", "maintenance_window": "02:00-06:00", "groups": [ {
配置文件(restoreconfig/mongos_40301.yaml)。 net: bindIp: 127.0.0.1 port: 40301 unixDomainSocket: {enabled: false} processManagement: {fork: true, pidFilePath:
单节点实例,请参见连接单节点实例。 针对慢查询可以通过如下命令检查其执行计划。 explain() 例如: db.test.find({"data_id" : "ae4b5769-896f-465c-9fbd-3fd2f3357637"}).explain(); db.test.find({"data_id" :
"projects": [ { "domain_id": "65382450e8f64ac0870cd180d14e684b", "is_domain": false, "parent_id": "
https://{Endpoint}/v3/{project_id}/instances/{instance_id}/db-user/detail?offset ={offset}&limit={limit}&user_name={user_name }&db_name={db_name}
charge_mode String 是 计费模式。 取值范围: prePaid:预付费,即包年/包月。 postPaid:后付费,即按需付费。 period_type String 否 订购周期类型。 “charge_mode”为“prePaid”时生效,且为必选值。 取值范围: month:包月。
charge_mode String 是 计费模式。 取值范围: prePaid:预付费,即包年/包月。 postPaid:后付费,即按需付费。 period_type String 否 订购周期类型。 “charge_mode”为“prePaid”时生效,且为必选值。 取值范围: month:包月。
dss_pool_id String 是 专属存储ID。 dss_pool_status String 是 dss_pool的状态,包含以下状态: available,可用。 deploying,正在部署。 enlarging,正在扩容。 frozen,冻结。 sellout,售罄。 响应示例
审计日志下载链接列表,有效时间5分钟。 响应示例 { "links": ["https://obs.domainname.com/ddsbucket.username.1/xxxxxx", "https://obs.domainname.com/ddsbucket.username.2/xxxxxx"]
connections { "current" : 7, "available" : 398, "totalCreated" : 818364 } 您需要关注以下参数及对应的值: current:当前已经建立的连接数。 available:当前可用的连接数。 查询当前连接来源 使用Mongo
在Request Header中增加“X-Auth-Token”。 在Request Body中传入参数如下: 样例中参数“region”和“availability_zone”的值为示例值。 关于创建实例接口的详细说明,请参见创建实例。 { "name": "test-cluster"
取值为“Completed”为完成;取值为“Failed”为失败。 progress String 任务执行进度。 说明: 执行中状态才返回执行进度,例如“60%”,表示任务执行进度为60%,否则返回“”。任务执行进度。 fail_reason String 任务执行失败时的错误信息。
/single_40303.yaml)。 net: bindIp: 127.0.0.1 port: 40303 unixDomainSocket: {enabled: false} processManagement: {fork: true, pidFilePath:
连接副本集的Java代码,可参考以下示例: public class Connector { public static void main(String[] args) { try { System.setProperty("javax
连接副本集的Java代码,可参考以下示例: public class Connector { public static void main(String[] args) { try { System.setProperty("javax
连接单节点的Java代码,可参考以下示例: public class Connector { public static void main(String[] args) { try { System.setProperty("javax