FpcCacheReportSortOrder Enumeration

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.

Syntax

typedef enum FpcCacheReportSortOrder {
  fpcCacheRequests
fpcCacheRequests

The information is to be sorted by the total number of requests returned for each status.

   = 0,
  fpcCacheBytes
fpcCacheBytes

The information is to be sorted by the total number of bytes returned for each status.

	= 4
} FpcCacheReportSortOrder;

Constants

fpcCacheRequests

The information is to be sorted by the total number of requests returned for each status.

fpcCacheBytes

The information is to be sorted by the total number of bytes returned for each status.

Requirements

Client Requires Windows Vista or Windows XP.
Server Requires Windows Server 2008.
Version Requires Forefront Threat Management Gateway (TMG).
Header

Declared in Comenum.h.

See Also

Enumerated Types


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.