Interface DataQualityMetric
-
@Deprecated public interface DataQualityMetric extends Resource
Deprecated.This interface will be removed in the future. This feature is being dropped, so no replacement will be available.Represents single data quality metric that is assigned to a data quality rule
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description NamedDescribedResourceReference
getAttributeType()
Deprecated.This method will be removed in the future.DataQualityCountOperation
getCountOperation()
Deprecated.This method will be removed in the future.-
Methods inherited from interface Resource
getCreatedBy, getCreatedOn, getLastModifiedBy, getLastModifiedOn, getResourceType, isSystem
-
-
-
-
Method Detail
-
getCountOperation
@Deprecated DataQualityCountOperation getCountOperation()
Deprecated.This method will be removed in the future. This feature is being dropped, so no replacement will be available.Returns the operation that should be performed when aggregating the quality results.- Returns:
- the operation that should be performed when aggregating the quality results
-
getAttributeType
@Deprecated NamedDescribedResourceReference getAttributeType()
Deprecated.This method will be removed in the future. This feature is being dropped, so no replacement will be available.Returns the attribute type that defines the value that is used as the data quality metric.- Returns:
- the attribute type that defines the value that is used as the data quality metric
-
-