Table of Contents

Class GetProfilingLevelResult

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.Legacy.dll

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.