public Statistic[] GetDataQualityAudit(string username, string password, string jobName, string section)
Gets a list of the data quality audit statistics in one or all sections.
Various statistics are available for each completed data cleansing job to indicate the quality of the data
before and after cleansing. In order to help organise these statistics, they are broken into sections. This
method allows the caller to retrieve a list of all the statistic values for a particular job in a particular
section, if the section parameter is specified, or all sections if the section parameter is set to null. A
list of all the statistic section names for a particular job can be retrieved from the
GetDataQualityAuditSections method.
A list of the available statistics and the section names that will be used is available in the documentation
for the Workflow class - the statistics that are generated depend on
the data cleansing services that are selected in the workflow.