MongoCollectionDeleteMany[MongoCollection[…],filter]
フィルタ filter に合致する1つまたは複数のドキュメントを削除する.
MongoCollectionDeleteMany
MongoCollectionDeleteMany[MongoCollection[…],filter]
フィルタ filter に合致する1つまたは複数のドキュメントを削除する.
詳細とオプション
- MongoCollectionDeleteManyを使用するためには,まずNeeds["MongoLink`"]を使ってMongoLinkをロードする必要がある.
- filter はAssociation(連想)である.filter はMongoCollectionFindの第1引数 query と同じシンタックスを使用する.利用できるクエリセレクタはMongoDBのドキュメントにリストされている.
- サポートされているオプション:
-
"WriteConcern" Automatic 使用する書込み確認 - "WriteConcern"にはAutomaticかMongoWriteConcernオブジェクトが使用できる.
- MongoCollectionDeleteManyはMongoDBマニュアルのdb.collection.deleteMany()に相当する.
テクニカルノート
関連するガイド
テキスト
Wolfram Research (2018), MongoCollectionDeleteMany, Wolfram言語関数, https://reference.wolfram.com/language/MongoLink/ref/MongoCollectionDeleteMany.html.
CMS
Wolfram Language. 2018. "MongoCollectionDeleteMany." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/MongoLink/ref/MongoCollectionDeleteMany.html.
APA
Wolfram Language. (2018). MongoCollectionDeleteMany. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/MongoLink/ref/MongoCollectionDeleteMany.html
BibTeX
@misc{reference.wolfram_2025_mongocollectiondeletemany, author="Wolfram Research", title="{MongoCollectionDeleteMany}", year="2018", howpublished="\url{https://reference.wolfram.com/language/MongoLink/ref/MongoCollectionDeleteMany.html}", note=[Accessed: 01-May-2026]}
BibLaTeX
@online{reference.wolfram_2025_mongocollectiondeletemany, organization={Wolfram Research}, title={MongoCollectionDeleteMany}, year={2018}, url={https://reference.wolfram.com/language/MongoLink/ref/MongoCollectionDeleteMany.html}, note=[Accessed: 01-May-2026]}