MongoCollectionValidate[MongoCollection[…]]
MongoDBコレクションMongoCollection[…]のバリデーションを行う.
MongoCollectionValidate[MongoCollection[…], "Full"True|>]
MongoDBコレクションMongoCollection[…]のバリデーションを,よりゆっくり,しかし徹底的にに行う.
MongoCollectionValidate
MongoCollectionValidate[MongoCollection[…]]
MongoDBコレクションMongoCollection[…]のバリデーションを行う.
MongoCollectionValidate[MongoCollection[…], "Full"True|>]
MongoDBコレクションMongoCollection[…]のバリデーションを,よりゆっくり,しかし徹底的にに行う.
詳細とオプション
- MongoCollectionValidateを使用するためには,まずNeeds["MongoLink`"]を使ってMongoLinkをロードする必要がある.
- MongoCollectionValidateはDatasetを返す.
- MongoCollectionValidateはMongoDBマニュアルのdb.collection.validate()関数に相当する
例題
例 (1)
Needs["MongoLink`"]client = MongoConnect[]"WolframTestDB"データベース内の"WolframTestCollection"コレクションに接続する:
coll = client["WolframTestDB"]["WolframTestCollection"]res = MongoCollectionValidate[coll]res = MongoCollectionValidate[coll, <|"Full" -> True|>]テクニカルノート
関連するガイド
テキスト
Wolfram Research (2018), MongoCollectionValidate, Wolfram言語関数, https://reference.wolfram.com/language/MongoLink/ref/MongoCollectionValidate.html (2020年に更新).
CMS
Wolfram Language. 2018. "MongoCollectionValidate." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2020. https://reference.wolfram.com/language/MongoLink/ref/MongoCollectionValidate.html.
APA
Wolfram Language. (2018). MongoCollectionValidate. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/MongoLink/ref/MongoCollectionValidate.html
BibTeX
@misc{reference.wolfram_2026_mongocollectionvalidate, author="Wolfram Research", title="{MongoCollectionValidate}", year="2020", howpublished="\url{https://reference.wolfram.com/language/MongoLink/ref/MongoCollectionValidate.html}", note=[Accessed: 08-August-2026]}
BibLaTeX
@online{reference.wolfram_2026_mongocollectionvalidate, organization={Wolfram Research}, title={MongoCollectionValidate}, year={2020}, url={https://reference.wolfram.com/language/MongoLink/ref/MongoCollectionValidate.html}, note=[Accessed: 08-August-2026]}