Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
MongoDB.SetAppName
Sets the client application name.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
MongoDB | 14.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "MongoDB.SetAppName"; MongoDBRef; Name ) More
Parameters
Parameter | Description | Example |
---|---|---|
MongoDBRef | The reference number for the mongo connection. | $MongoDB |
Name | The new name. |
Result
Returns OK or error.
Description
Sets the client application name.This value is used by MongoDB when it logs connection information and profile information, such as slow queries.
Default: Empty (no appname)
Examples
Set the application name:
Set Variable [ $r; Value: MBS( "MongoDB.SetAppName"; $MongoDB; "MyApp" ) ]
See also
Release notes
- Version 14.2
- Added MongoDB.GetAppName, MongoDB.SetAppName and MongoDB.GetCredentials functions.
Blog Entries
This function is free to use.
Created 20th March 2024, last changed 11st May 2024