case classFailTotalFixPercentPolicy(threshold: Double) extends DQMPolicy with Product with Serializable
For all the fixes in a DQM, if the total time of them be triggered is >= threshold * total Records,
the DF will Fail. The threshold is between 0.0 and 1.0.
Linear Supertypes
Serializable, Serializable, Product, Equals, DQMPolicy, AnyRef, Any
For all the fixes in a DQM, if the total time of them be triggered is >= threshold * total Records, the DF will Fail. The threshold is between 0.0 and 1.0.