update
で特定の配列要素にアクセスできます ドット表記を使用した0ベースのインデックスによる:
// Set the x property of the third element of a to 1
db.test.update({_id: 'sdsdfsd'}, {$set: {'a.2.x': 1}})
update
で特定の配列要素にアクセスできます ドット表記を使用した0ベースのインデックスによる:
// Set the x property of the third element of a to 1
db.test.update({_id: 'sdsdfsd'}, {$set: {'a.2.x': 1}})