SPUsageEntry Members
Include Protected Members
Include Inherited Members
An abstract class that is the common interface for logging usage entries to the system. This class has a small number of fields applicable to all usage types.
The SPUsageEntry type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPUsageEntry() | A no-argument constructor. | |
SPUsageEntry(SPKeyValuePairSerializationInfo) | Constructs the entry from an SPKeyValuePairSerializationInfo object. |
Top
Properties
Name | Description | |
---|---|---|
CorrelationId | ||
FarmId | The identifier for the farm where this usage entry originated. | |
MachineName | ||
ParentType | ||
ParentTypeGuid | ||
SiteSubscriptionId | Gets or sets the globally unique identifier (GUID) for the hosted domain from which this usage event originated. | |
Timestamp | Gets or sets a timestamp for the occurrence of this entry. | |
TimestampUtc | Gets or sets a UTC timestamp for the occurrence of this entry. | |
User | Gets or sets the name of the user who initiated the usage entry. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top