Class SystemProfileLockStatistics
Statistics about locks for a system.profile document.
[Serializable]
[BsonSerializer(typeof(SystemProfileLockStatisticsSerializer))]
public class SystemProfileLockStatistics : BsonDocumentBackedClass
- Inheritance
-
SystemProfileLockStatistics
- Inherited Members
- Extension Methods
Constructors
SystemProfileLockStatistics()
Initializes a new instance of the SystemProfileLockStatistics class.
public SystemProfileLockStatistics()
Properties
RawDocument
Gets the raw document.
public BsonDocument RawDocument { get; }
Property Value
TimeAcquiring
Gets or sets the time acquiring.
public SystemProfileReadWriteLockStatistics TimeAcquiring { get; set; }
Property Value
TimeLocked
Gets or sets the time locked.
public SystemProfileReadWriteLockStatistics TimeLocked { get; set; }