Click or drag to resize

SystemProfileReadWriteLockStatistics Properties

The SystemProfileReadWriteLockStatistics type exposes the following members.

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
See Also