FpcTopDestinationsReportSortOrder enumeration
Applies to: desktop apps only
The FpcTopDestinationsReportSortOrder enumerated type contains values that specify how the information in the top destinations section of an application usage report is to be sorted.
Note This enumeration is used only in a deprecated property.
Syntax
typedef enum FpcTopDestinationsReportSortOrder {
fpcTopDestinationsRequests = 0,
fpcTopDestinationsUsers = 1,
fpcTopDestinationsBytesIn = 2,
fpcTopDestinationsBytesOut = 3,
fpcTopDestinationsTotalBytes = 4
} FpcTopDestinationsReportSortOrder;
Constants
fpcTopDestinationsRequests
The information is to be sorted by the number of requests sent to each destination.fpcTopDestinationsUsers
The information is to be sorted by the number of users that access each destination.fpcTopDestinationsBytesIn
The information is to be sorted by the number of incoming bytes transferred to each destination.fpcTopDestinationsBytesOut
The information is to be sorted by the number of outgoing bytes transferred from each destination.fpcTopDestinationsTotalBytes
The information is to be sorted by the total number of bytes transferred to or from each destination.
Requirements
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only) |
Version |
Forefront Threat Management Gateway (TMG) 2010 |
Header |
Comenum.h |
See also
Build date: 7/12/2010