Class GetProfilingLevelResult
Represents the results of a GetProfilingLevel command.
[Serializable]
[BsonSerializer(typeof(CommandResultSerializer<GetProfilingLevelResult>))]
public class GetProfilingLevelResult : CommandResult
- Inheritance
-
GetProfilingLevelResult
- Inherited Members
- Extension Methods
Constructors
- GetProfilingLevelResult(BsonDocument)
Initializes a new instance of the GetProfilingLevelResult class.
Properties
- Level
Gets the profiling level.
- Slow
Gets the threshold for a slow query.