public class Statistic
{
public string Section;
public string Name;
public string Value;
}
Provides a value describing the quality of the data in a data cleansing job. A list of statistics can be obtained
from the GetDataQualityAudit method.
The Section and Name together uniquely identify a statistic. The list of statistics that can be produced by a data
cleansing job is described in the documentation for the Workflow class -
different data cleansing services within the workflow produce different statistics.