RecommendedMapBindingsMatchPercentage Property

Gets the percentage of rows in the subset of data tested that matched with map resources.

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
[DataMemberAttribute(Name = "matchPercentage", EmitDefaultValue = true)]
public double MatchPercentage { get; }

Property Value

Type: Double
The percentage of rows in the subset of data tested that matched with map resources.
See Also