Click or drag to resize

SystemProfileLockStatistics Class

Statistics about locks for a system.profile document.
Inheritance Hierarchy

Namespace:  MongoDB.Driver
Assembly:  MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.6.0+Branch.origin/v2.6.x.Sha.593796a7b35dc59243383bcc684de296a5468f2e
Syntax
[SerializableAttribute]
public class SystemProfileLockStatistics : BsonDocumentBackedClass

The SystemProfileLockStatistics type exposes the following members.

Constructors
  NameDescription
Public methodSystemProfileLockStatistics
Initializes a new instance of the SystemProfileLockStatistics class.
Top
Properties
  NameDescription
Protected propertyBackingDocument
Gets the backing document.
(Inherited from BsonDocumentBackedClass.)
Public propertyRawDocument
Gets the raw document.
Public propertyTimeAcquiring
Gets or sets the time acquiring.
Public propertyTimeLocked
Gets or sets the time locked.
Top
Methods
Extension Methods
  NameDescription
Public Extension MethodToBson
Serializes an object to a BSON byte array.
(Defined by BsonExtensionMethods.)
Public Extension MethodToBsonDocument
Serializes an object to a BsonDocument.
(Defined by BsonExtensionMethods.)
Public Extension MethodToJson
Serializes an object to a JSON string.
(Defined by BsonExtensionMethods.)
Top
See Also