SiteSummary

This class stores summary information, such as total visits and total hits, pertaining to a site.

Data Members

Data Member Name Data Type Default Value Description
EndTime FILETIME None Records when the summary finished.
SiteName WSTR Not available Stores the unique key for the object.
StartTime FILETIME None Records when the summary was started.
TotalBadServerCount LONG None Stores the total number of bad server connections to the site.
TotalBadSiteCount LONG None Stores the total number of bad site connections to the site.
TotalExcludeCriteriaCount LONG None Stores the total of exclude criteria for the site.
TotalExcludeHostCount LONG None Stores the total number of hosts excluded from the site.
TotalHits LONG None Stores the total number of hits on the site.
TotalImportHits LONG None Stores the total number of import hits on the site.
TotalMatchCrawlerCount LONG None Stores the total number of crawler matches on the site.
TotalVisits LONG None Stores the total number of visits to the site.

Class Key

SiteSummaryKey is composed of a single data member, SiteName.

Relations

For a description of the relation type, see Data Warehouse Classes.

Relation Name Parent Child Type
SiteSiteSummaryRel Site SiteSummary 2


All rights reserved.