SPAppUsageEntry members
Provides usage information for monitoring the current app.
The SPAppUsageEntry type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPAppUsageEntry() | Initializes a new instance of the SPAppUsageEntry class. | |
SPAppUsageEntry([]) | Initializes a new instance of the SPAppUsageEntry class from an array of object properties. | |
SPAppUsageEntry(Guid, Guid, Int32, String, Guid, Guid, String) | Initializes a new instance of the SPAppUsageEntry class. |
Top
Properties
Name | Description | |
---|---|---|
AppId | Gets or sets the app product identifier. | |
AppInstanceId | Gets or sets the identifier of the running app instance. | |
CorrelationId | (Inherited from SPUsageEntry.) | |
EventId | Gets or sets the app monitoring event identifier. | |
FarmId | The identifier for the farm where this usage entry originated. (Inherited from SPUsageEntry.) | |
InstallLocation | Gets or sets the URL location of the app instance. | |
MachineName | (Inherited from SPUsageEntry.) | |
ParentInstanceName | (Inherited from SPUsageEntry.) | |
ParentType | Gets the type of the usage provider. (Overrides SPUsageEntry.ParentType.) | |
ParentTypeGuid | (Inherited from SPUsageEntry.) | |
SiteId | Gets or sets the site collection identifier. | |
SiteSubscriptionId | Gets or sets the globally unique identifier (GUID) for the hosted domain from which this usage event originated. (Inherited from SPUsageEntry.) | |
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. (Inherited from SPUsageEntry.) | |
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. (Inherited from SPUsageEntry.) | |
User | Gets or sets the name of the user who initiated the usage entry. (Inherited from SPUsageEntry.) | |
Value | Gets or sets the event value as a string. | |
WebId | Gets or sets the web identifier. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetBaseObjectData | (Inherited from SPUsageEntry.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | Serializes and maps the app’s properties to table columns. | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top