DataQualityMetric

An array that describes a data quality metric. Each DataQualityMetric object contains the data quality metric name, its value, a description of the metric, and the affected column.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A description of the data quality metric.

Link copied to clipboard

The name of the data quality metric.

Link copied to clipboard

The value of the data quality metric.

Link copied to clipboard

The column that is being monitored.

Functions

Link copied to clipboard
inline fun copy(block: DataQualityMetric.Builder.() -> Unit = {}): DataQualityMetric
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String