お気に入りRama Rao Gudivada (Cognizant) が「#MuleSoft Connectors / SDK / DevKit」で質問2017年6月15日 10:48How to fetch the table names from MongoDB?Hi, How can i get the table names in mongoDB and how to retrieve it.Thanks11 件の回答並び替え日付で並び替え役に立った順で並び替え日付で並び替えコメントをさらに読み込む...MuleSoft Community Forum Member (Inactive) (Salesforce)2017年6月20日 6:43You can use below line of code to fetch the table names.db.getCollectionNames().コメントを追加回答を記入...太字斜体下線取り消し線箇条書き番号付きリストリンクを追加コードブロック画像を挿入ファイルを添付リンク URLキャンセル保存0/9000返信
MuleSoft Community Forum Member (Inactive) (Salesforce)2017年6月20日 6:43You can use below line of code to fetch the table names.db.getCollectionNames().