Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The SiteSummary 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 |
datetime |
None |
Records when the summary finished. |
SiteName |
WSTR |
Unknown |
Stores the unique key for the object. |
StartTime |
datetime |
None |
Records when the summary was started. |
TotalBadServerCount |
int |
None |
Stores the total number of bad server connections to the site. |
TotalBadSiteCount |
int |
None |
Stores the total number of bad site connections to the site. |
TotalExcludeCriteriaCount |
int |
None |
Stores the total of the count of exclude criteria for the site. |
TotalExcludeHostCount |
int |
None |
Stores the total number of hosts excluded from the site. |
TotalHits |
int |
None |
Stores the total number of hits on the site. |
TotalImportHits |
int |
None |
Stores the total number of import hits on the site. |
TotalMatchCrawlerCount |
int |
None |
Stores the total number of crawler matches on the site. |
TotalVisits |
int |
None |
Stores the total number of visits to the site. |
SiteID |
binary |
Unknown |
Stores the unique identifier for 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 |