SPResourceTrackingSettings members
Settings controling resource tracking.
The SPResourceTrackingSettings type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPResourceTrackingSettings | This is for internal use. |
Top
Properties
Name | Description | |
---|---|---|
Rules | The SPResourceTrackingRuleCollection that specifies the threshold for logging or throttling. | |
UpgradedPersistedProperties | Gets the collection of field names and values for fields that were deleted or changed. (Inherited from SPAutoSerializingObject.) | |
WindowCount | The number of resource tracking windows to track. | |
WindowSize | The duration for each resource tracking window. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | Gets the serialized state of the object. (Inherited from SPAutoSerializingObject.) | |
GetType | (Inherited from Object.) | |
InvalidateCache | Called after this object has been updated. | |
MemberwiseClone | (Inherited from Object.) | |
OnDeserialization | Called after the object has been deserialized from the filesystem cache or the database. (Overrides SPAutoSerializingObject.OnDeserialization().) | |
ToString | (Inherited from Object.) | |
UpdateParent | Causes the containing SPPersistedObject, if one exists, to update its state. (Inherited from SPAutoSerializingObject.) |
Top