AssessmentJobResults element

The root node of the assessment.

This manifest format describes the results of exactly one job.

Usage

<AssessmentJobResults>
  child elements
</AssessmentJobResults>

Attributes

There are no attributes.

Child elements

Element Description

AssessmentJobManifest

This node contains the entirety of the job used to generate a set of results.

AssessmentResults

This node is the parent of one or more AssessmentResultelements.

Id

Each report file can have a unique identity.

MachineConfiguration

Contains elements that hold information about the computer.

Meta

Meta-information about the start time and duration.

Child element sequence

(
  Id, 
  MachineConfiguration, 
  Meta, 
  AssessmentJobManifest, 
  AssessmentResults
)

Parent elements

There are no parent elements.

Examples

The most minimal results file is simply a single metric value. Here are two examples:

<AssessmentResult><Iterations><Iteration><MetricValues>
<MetricValue>
  <value>124</value>
</MetricValue>
</MetricValues></Iteration></Iterations></AssessmentResult>

Element information

Can be empty No

 

 

Send comments about this topic to Microsoft

Build date: 10/12/2013