DataManagerSteps enumeration
Defines the actions that the data manager takes when it runs.
Syntax
typedef enum { plaCreateReport = 0x01, plaRunRules = 0x02, plaCreateHtml = 0x04, plaFolderActions = 0x08, plaResourceFreeing = 0x10 } DataManagerSteps;
Constants
- plaCreateReport
-
Runs TraceRpt.exe using as input all the binary performance files (.blg) or event trace files (.etl) in the collection. You can use the IDataManager::ReportSchema property to customize the report.
The IDataManager::RuleTargetFileName property contains the name of the file that TraceRpt creates.
- plaRunRules
-
If a report exists, apply the rules specified in the IDataManager::Rules property to the report.
The RuleTargetFileName property contains the name of the file to which the rules are applied.
- plaCreateHtml
-
Converts the XML file specified in RuleTargetFileName to HTML format. The HTML format is written to the file specified in the IDataManager::ReportFileName property.
- plaFolderActions
-
Apply the folder actions specified in the IDataManager::FolderActions property to all folders defined in the collection.
- plaResourceFreeing
-
If the IDataManager::MaxFolderCount, IDataManager::MaxSize, or IDataManager::MinFreeDisk property exceeds its limit, apply the resource policy specified in the IDataManager::ResourcePolicy property.
Remarks
Specify one or more actions. The data manager applies the actions in the order in which they are defined in this enumeration.
Requirements
|
Minimum supported client | Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2008 [desktop apps only] |
|
Header |
|
See also
Send comments about this topic to Microsoft
Build date: 10/26/2012
