The FpcCacheReportSortOrder enumerated type contains values that specify how the information in the cache performance section of a summary report or a traffic report is to be sorted.
Important This API is obsolete.
typedef enum FpcCacheReportSortOrder { fpcCacheRequests
The information is to be sorted by the total number of requests returned for each status.
= 0, fpcCacheBytes
The information is to be sorted by the total number of bytes returned for each status.
= 4 } FpcCacheReportSortOrder;
The information is to be sorted by the total number of requests returned for each status.
The information is to be sorted by the total number of bytes returned for each status.
Client | Requires Windows Vista or Windows XP. |
---|---|
Server | Requires Windows Server 2008. |
Version | Requires Forefront Threat Management Gateway (TMG). |
Header |
Declared in Comenum.h. |
Send comments about this topic to Microsoft
Build date: 11/30/2009
© 2008 Microsoft Corporation. All rights reserved.