SPUsageEntry 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. | |
SPUsageEntry([]) |
Top
Properties
Name | Description | |
---|---|---|
CommonColumnCount | ||
ComputerName | ||
CorrelationId | ||
FarmId | The identifier for the farm where this usage entry originated. | |
MachineName | ||
ParentInstanceName | ||
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. This member is reserved for internal use and is not intended to be used directly from your code. | |
TimestampUtc | Gets or sets a UTC timestamp for the occurrence of this entry. This member is reserved for internal use and is not intended to be used directly from your code. | |
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.) | |
GetBaseObjectData | ||
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top