Microsoft Internet Security and Acceleration Server 2004 SDK

FpcTopSitesReportSortOrder

The FpcTopSitesReportSortOrder enumerated type contains values that specify how the information in a sites report (a summary report or a Web usage report) is to be sorted.

typedef enum FpcTopSitesReportSortOrder
{
  fpcTopSitesRequests
fpcTopSitesRequests
The information is to be sorted by the number of requests sent to each site.
 = 0,
  fpcTopSitesUsers
fpcTopSitesUsers
The information is to be sorted by the number of users that visit each site.
 = 1,
  fpcTopSitesBytesIn
fpcTopSitesBytesIn
The information is to be sorted by the number of incoming bytes transferred to each site.
 = 2,
  fpcTopSitesBytesOut
fpcTopSitesBytesOut
The information is to be sorted by the number of outgoing bytes transferred from each site.
 = 3,
  fpcTopSitesTotalBytes
fpcTopSitesTotalBytes
The information is to be sorted by the total number of bytes transferred to or from each site.
 = 4

} FpcTopSitesReportSortOrder;

Constants

fpcTopSitesRequests
The information is to be sorted by the number of requests sent to each site.
fpcTopSitesUsers
The information is to be sorted by the number of users that visit each site.
fpcTopSitesBytesIn
The information is to be sorted by the number of incoming bytes transferred to each site.
fpcTopSitesBytesOut
The information is to be sorted by the number of outgoing bytes transferred from each site.
fpcTopSitesTotalBytes
The information is to be sorted by the total number of bytes transferred to or from each site.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Comenum.h.

See Also

Enumerated Types