Click or drag to resize

SystemProfileInfo Class

Represents a document from the system.profile collection.
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 SystemProfileInfo : BsonDocumentBackedClass

The SystemProfileInfo type exposes the following members.

Constructors
  NameDescription
Public methodSystemProfileInfo
Initializes a new instance of the SystemProfileInfo class.
Top
Properties
  NameDescription
Public propertyAbbreviated
Gets or sets the abbreviated profile info (only used when the profile info would have exceeded 100KB).
Protected propertyBackingDocument
Gets the backing document.
(Inherited from BsonDocumentBackedClass.)
Public propertyClient
Gets or sets the client.
Public propertyCommand
Gets or sets the command.
Public propertyCursorId
Gets or sets the cursor Id.
Public propertyDuration
Gets or sets the duration.
Public propertyError
Gets or sets the error message.
Public propertyException
Gets or sets the exception message.
Public propertyExceptionCode
Gets or sets the exception code.
Public propertyExhaust
Gets or sets a value indicating whether exhaust was true.
Public propertyFastMod
Gets or sets a value indicating whether fastMod was true.
Public propertyFastModInsert
Gets or sets a value indicating whether fastModInsert was true.
Public propertyIdHack
Gets or sets a value indicating whether idHack was true.
Public propertyInfo
Gets or sets the info string (only present with pre 2.0 servers).
Public propertyKeyUpdates
Gets or sets the number of key updates.
Public propertyLockStatistics
Gets or sets the lock statistics.
Public propertyMoved
Gets or sets a value indicating whether moved was true.
Public propertyNamespace
Gets or sets the namespace.
Public propertyNumberMoved
Gets or sets the number of documents moved.
Public propertyNumberOfYields
Gets or sets the number of yields.
Public propertyNumberReturned
Gets or sets the number of documents returned.
Public propertyNumberScanned
Gets or sets the number of documents scanned.
Public propertyNumberToReturn
Gets or sets the number of documents to return.
Public propertyNumberToSkip
Gets or sets the number of documents to skip.
Public propertyNumberUpdated
Gets or sets the number of documents update by an update operation.
Public propertyOp
Gets or sets the operation.
Public propertyQuery
Gets or sets the query.
Public propertyRawDocument
Gets the raw document.
Public propertyResponseLength
Gets or sets the response length.
Public propertyScanAndOrder
Gets or sets a value indicating whether scanAndOrder was true.
Public propertyTimestamp
Gets or sets the timestamp.
Public propertyUpdateObject
Gets or sets the update object.
Public propertyUpsert
Gets or sets a value indicating whether upsert was true.
Public propertyUser
Gets or sets the user.
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