Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
lastActivity: new Date() @set対話するたびに取り組む必要がありますか、それとももっと良い方法がありますか?
lastActivity: new Date()
@set
MongoDBには現在、最終更新日を設定する機能が組み込まれていないため、実際に自分で設定する必要があります。私はおそらく(言語に応じて)MongoCollectionクラスを継承して、これを自分で行うための薄いラッパーを追加します。