SystemProfileReadWriteLockStatistics Class |
Namespace: MongoDB.Driver
The SystemProfileReadWriteLockStatistics type exposes the following members.
Name | Description | |
---|---|---|
SystemProfileReadWriteLockStatistics |
Initializes a new instance of the SystemProfileReadWriteLockStatistics class.
|
Name | Description | |
---|---|---|
BackingDocument |
Gets the backing document.
(Inherited from BsonDocumentBackedClass.) | |
DatabaseReadLock |
Gets or sets the time spent acquiring or holding the database read lock.
| |
DatabaseWriteLock |
Gets or sets the time spent acquiring or holding the database write lock.
| |
GlobalReadLock |
Gets or sets the time spent acquiring or holding the gobal read lock.
| |
GlobalWriteLock |
Gets or sets the time spent acquiring or holding the global write lock.
| |
RawDocument |
Gets the raw document.
| |
Read | Obsolete.
Gets or sets the time spent acquiring or holding the read lock.
| |
Write | Obsolete.
Gets or sets the time spent acquiring or holding the write lock.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetValueT(String) |
Gets the value from the backing document.
(Inherited from BsonDocumentBackedClass.) | |
GetValueT(String, T) |
Gets the value from the backing document.
(Inherited from BsonDocumentBackedClass.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SetValue |
Sets the value in the backing document.
(Inherited from BsonDocumentBackedClass.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
ToBson |
Serializes an object to a BSON byte array.
(Defined by BsonExtensionMethods.) | |
ToBsonDocument |
Serializes an object to a BsonDocument.
(Defined by BsonExtensionMethods.) | |
ToJson |
Serializes an object to a JSON string.
(Defined by BsonExtensionMethods.) |