MongoClientSettings.appName

Application name for the connection information when connected.

The application name is printed to the mongod logs upon establishing the connection. It is also recorded in the slow query logs and profile collections.

class MongoClientSettings
string appName;

Meta