Click or drag to resize

SystemProfileReadWriteLockStatistics Class

Statistics about system.profile read and write time spent in locks.
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 SystemProfileReadWriteLockStatistics : BsonDocumentBackedClass

The SystemProfileReadWriteLockStatistics type exposes the following members.

Constructors
  NameDescription
Public methodSystemProfileReadWriteLockStatistics
Initializes a new instance of the SystemProfileReadWriteLockStatistics class.
Top
Properties
  NameDescription
Protected propertyBackingDocument
Gets the backing document.
(Inherited from BsonDocumentBackedClass.)
Public propertyDatabaseReadLock
Gets or sets the time spent acquiring or holding the database read lock.
Public propertyDatabaseWriteLock
Gets or sets the time spent acquiring or holding the database write lock.
Public propertyGlobalReadLock
Gets or sets the time spent acquiring or holding the gobal read lock.
Public propertyGlobalWriteLock
Gets or sets the time spent acquiring or holding the global write lock.
Public propertyRawDocument
Gets the raw document.
Public propertyRead Obsolete.
Gets or sets the time spent acquiring or holding the read lock.
Public propertyWrite Obsolete.
Gets or sets the time spent acquiring or holding the write lock.
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