Microsoft Internet Security and Acceleration Server 2004 SDK

FpcObjectTypesReportSortOrder

The FpcObjectTypesReportSortOrder enumerated type contains values that specify how the information in an object types report (a Web usage report) is to be sorted.

typedef enum FpcObjectTypesReportSortOrder
{
  fpcObjectTypesRequests
fpcObjectTypesRequests
The information is to be sorted by the number of requests for each object type.
 = 0,
  fpcObjectTypesUsers
fpcObjectTypesUsers
The information is to be sorted by the number of users that request each object type.
 = 1,
  fpcObjectTypesBytesIn
fpcObjectTypesBytesIn
The information is to be sorted by the number of incoming bytes for each object type.
 = 2

} FpcObjectTypesReportSortOrder;

Constants

fpcObjectTypesRequests
The information is to be sorted by the number of requests for each object type.
fpcObjectTypesUsers
The information is to be sorted by the number of users that request each object type.
fpcObjectTypesBytesIn
The information is to be sorted by the number of incoming bytes for each object type.

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