SPSiteInventoryUsageEntry Members
Include Protected Members
Include Inherited Members
Encapsulates data logged for site inventory usage.
The SPSiteInventoryUsageEntry type exposes the following members.
Properties
Name | Description | |
---|---|---|
CorrelationId | (Inherited from SPUsageEntry.) | |
FarmId | The identifier for the farm where this usage entry originated. (Inherited from SPUsageEntry.) | |
MachineName | (Inherited from SPUsageEntry.) | |
MaxStorage | A value stored in a SPKeyValuePairSerializationInfo object that stores data needed to serialize and deserialize this [Microsoft.SharePoint.Administration.SPSiteInventoryUsageEntry] object. | |
ParentType | The Type of the derived SPUsageDefinition object that is associated with this Usage entry. (Overrides SPUsageEntry.ParentType.) | |
ParentTypeGuid | (Inherited from SPUsageEntry.) | |
ParentWebId | Web identifier of the parent usage object. | |
ServerUrl | URL of the server. | |
SiteId | Unique identifier of the SharePoint Web site. | |
SiteSize | Number of page levels in the site. | |
SiteSubscriptionId | Gets or sets the globally unique identifier (GUID) for the hosted domain from which this usage event originated. (Inherited from SPUsageEntry.) | |
SiteTemplate | SharePoint site template used with this site. | |
SiteUrl | Uniform recourse locator for this SharePoint web site. | |
Timestamp | Gets or sets a timestamp for the occurrence of this entry. (Inherited from SPUsageEntry.) | |
TimestampUtc | Gets or sets a UTC timestamp for the occurrence of this entry. (Inherited from SPUsageEntry.) | |
User | Gets or sets the name of the user who initiated the usage entry. (Inherited from SPUsageEntry.) | |
WebApplicationId | Unique identifier of this SharePoint Web site application. | |
WebId | Unique identifier of this Web site. | |
WebUrl | Uniform resource locator of this Web site. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetMetric | Retrieves the [Microsoft.SharePoint.Administration.SPSiteInventoryUsageEntry.SiteMetric] object for this usage entry. | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
SetMetric | Sets the given site metric with data contained by the [System.Object] parameter. | |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
ISerializableUsageEntry.GetObjectData | Populates a [System.Runtime.Serialization.SerializationInfo] object with the data needed to serialize the target object. |
Top