Touchstone 11.0 API Reference
Filters Property (DataQualityAnalysisOptions)


Air.Services.Proxy Assembly > AIR.Services.DataQualityAnalysis.Data Namespace > DataQualityAnalysisOptions Class : Filters Property
Contains Data Quality Analysis Filters that enable you to narrow the breadth of the exposure data being analyzed during this Data Quality Analysis.
Syntax
Public Property Filters As DataQualityAnalysisFilters
Dim instance As DataQualityAnalysisOptions
Dim value As DataQualityAnalysisFilters
 
instance.Filters = value
 
value = instance.Filters
public DataQualityAnalysisFilters Filters {get; set;}
Remarks
For example, you can analyze only the Locations in your portfolio that have an overall risk score greater than a specific value, which effectively omits Locations with lower replacement values and hazards. In addition, you can filter the exposure data by the Data Quality score, which focuses on the completeness of information about primary risk characteristics, such as construction and height, as well as about addresses. The analysis results include only the exposures that meet all the filter criteria.

Note: The Overall Risk and Data Quality filters apply only to Validation and Augmentation analyses, not to Benchmark analyses. In addition, they apply only to United States Locations.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DataQualityAnalysisOptions Class
DataQualityAnalysisOptions Members