Я хочу выполнить очень простой запрос монго (с Robo 3T в качестве клиента монго) на моем экземпляре cosmoDB с API Mongo.
db.getCollection('events').aggregate(
[
{ $match: {customer: "printabled"}},
/*{ $count: "PEZZI_INC" }*/
{ $group: {
_id: null,
/*_id: { day: { $dayOfMonth: "$start_time"}},*/
totalCOUNTTEMP:{
$sum:"$AMBIENT_TEMPERATURE"
}
}
}
]
);
, но я получаю следующую ошибку картинка сообщения об ошибке
, если ссылка не работает, вот текстовая ошибка.
Assert: command failed: {
"_t" : "OKMongoResponse",
"ok" : 0,
"code" : 50,
"errmsg" : "Request timed out.\r\nActivityId: c9fb8aa0-0000-0000-0000-000000000000, Microsoft.Azure.Documents.Common/1.22.0.0",
"$err" : "Request timed out.\r\nActivityId: c9fb8aa0-0000-0000-0000-000000000000, Microsoft.Azure.Documents.Common/1.22.0.0"
} : aggregate failed
_getErrorWithCode@src/mongo/shell/utils.js:25:13
doassert@src/mongo/shell/assert.js:16:14
assert.commandWorked@src/mongo/shell/assert.js:370:5
DBCollection.prototype.aggregate@src/mongo/shell/collection.js:1319:5
@(shell):1:1