Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 12.2   12.3   12.4   12.5   13.0   13.1   13.2   13.3   13.4   13.5    Statistic    FMM    Blog  

MongoDB.Keys

Queries current collection to find all the key names.

Component Version macOS Windows Linux Server iOS SDK
MongoDB 12.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "MongoDB.Keys"; MongoDBRef )   More

Parameters

Parameter Description Example
MongoDBRef The reference number for the mongo connection. $MongoDB

Result

Returns list or error.

Description

Queries current collection to find all the key names.
You may store different JSON documents in the collection with different keys.
This function scans all documents to get the root keys and returns the list.

Examples

Query list of keys in the current collection:

Set Variable [ $r ; Value: MBS( "MongoDB.Keys"; $Mongo) ]
Show Custom Dialog [ "Key Names" ; $r ]

See also

Example Databases

Blog Entries

This function checks for a license.

Created 3th July 2022, last changed 24th September 2022


MongoDB.JSONtoBSON - MongoDB.LibraryVersion

💬 Ask a question or report a problem