MongoDatabaseGetProfilingLevel Method |
Gets the current profiling level.
Namespace: MongoDB.DriverAssembly: MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.3.0
Syntax public GetProfilingLevelResult GetProfilingLevel()
Public Function GetProfilingLevel As GetProfilingLevelResult
member GetProfilingLevel : unit -> GetProfilingLevelResult
Return Value
Type:
GetProfilingLevelResultThe profiling level.
See Also