SPAppUsageEntry members

Provides usage information for monitoring the current app.

The SPAppUsageEntry type exposes the following members.

Constructors

  Name Description
Public method SPAppUsageEntry() Initializes a new instance of the SPAppUsageEntry class.
Public method SPAppUsageEntry([]) Initializes a new instance of the SPAppUsageEntry class from an array of object properties.
Public method SPAppUsageEntry(Guid, Guid, Int32, String, Guid, Guid, String) Initializes a new instance of the SPAppUsageEntry class.

Top

Properties

  Name Description
Public property AppId Gets or sets the app product identifier.
Public property AppInstanceId Gets or sets the identifier of the running app instance.
Public property CorrelationId (Inherited from SPUsageEntry.)
Public property EventId Gets or sets the app monitoring event identifier.
Public property FarmId The identifier for the farm where this usage entry originated. (Inherited from SPUsageEntry.)
Public property InstallLocation Gets or sets the URL location of the app instance.
Public property MachineName (Inherited from SPUsageEntry.)
Public property ParentInstanceName (Inherited from SPUsageEntry.)
Public property ParentType Gets the type of the usage provider. (Overrides SPUsageEntry.ParentType.)
Public property ParentTypeGuid (Inherited from SPUsageEntry.)
Public property SiteId Gets or sets the site collection identifier.
Public property SiteSubscriptionId Gets or sets the globally unique identifier (GUID) for the hosted domain from which this usage event originated. (Inherited from SPUsageEntry.)
Public property 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.)
Public property 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.)
Public property User Gets or sets the name of the user who initiated the usage entry. (Inherited from SPUsageEntry.)
Public property Value Gets or sets the event value as a string.
Public property WebId Gets or sets the web identifier.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Protected method GetBaseObjectData (Inherited from SPUsageEntry.)
Public method GetHashCode (Inherited from Object.)
Public method GetObjectData Serializes and maps the app’s properties to table columns.
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See also

Reference

SPAppUsageEntry class

Microsoft.SharePoint.Administration namespace