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.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
This class represents summary information about hits on a Web site.
Data Members
Data member name |
Data type |
Default value |
Description |
---|---|---|---|
DTimestamp |
datetime |
1900-1-1 0:0:0.0 |
None. |
HitsCount |
int |
0 |
None. |
IsRequest |
smallint |
0 |
Key member. |
uriKey |
bigint |
0 |
None. |
DateID |
binary |
1 |
None |
HttpStatusID |
binary |
1 |
None. |
SiteID |
binary |
1 |
None. |
TaskHistoryID |
binary |
1 |
None. |
Win32StatusID |
binary |
1 |
None. |
Class Key
HitsInfoKey is composed of the following data members:
DateID + IsRequest + HttpStatusID + Win32StatusID + SiteID + TaskHistoryID + URIKey
Relations
For a description of the relation type, see Data Warehouse Classes.
Relation name |
Parent |
Child |
Type |
---|---|---|---|
DateHitsInfo |
Date |
HitsInfo |
2 |
HttpStatusHitsInfo |
HttpStatus |
HitsInfo |
2 |
SiteHitsInfo |
Site |
HitsInfo |
2 |
TaskHistoryHitsInfo |
TaskHistory |
HitsInfo |
2 |
uriHitsInfo |
URI |
HitsInfo |
5 |
Win32StatusHitsInfo |
Win32Status |
HitsInfo |
2 |