Share via


SPDiagnosticDataStore members

An abstract class represents the data store contains the scope and nvp pair data. The method here defines what operations the store should support

The SPDiagnosticDataStore type exposes the following members.

Constructors

  Name Description
Protected method SPDiagnosticDataStore

Top

Properties

  Name Description
Public property IsReady
Public property UpgradedPersistedProperties Gets the collection of field names and values for fields that were deleted or changed. (Inherited from SPAutoSerializingObject.)

Top

Methods

  Name Description
Public method Add(IList<SPDiagnosticsData>)
Public method Add(IList<SPMonitoredScopeData>)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method Get(Guid)
Public method Get(Guid, Int64)
Public method Get(String, DateTime)
Public method GetAggregatedData
Public method GetData(Guid)
Public method GetData(Guid, String)
Public method GetData(Guid, Int64, String)
Public method GetHashCode (Inherited from Object.)
Public method GetObjectData Gets the serialized state of the object. (Inherited from SPAutoSerializingObject.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnDeserialization Called after the object has been deserialized from the file system cache or the database. (Inherited from SPAutoSerializingObject.)
Public method ToString (Inherited from Object.)
Protected method UpdateParent Causes the containing SPPersistedObject, if one exists, to update its state. (Inherited from SPAutoSerializingObject.)

Top

See also

Reference

SPDiagnosticDataStore class

Microsoft.SharePoint.Diagnostics namespace