Datascan Data Profile Result Profile Field Profile
data class DatascanDataProfileResultProfileFieldProfile(val distinctRatio: Int? = null, val doubleProfiles: List<DatascanDataProfileResultProfileFieldProfileDoubleProfile>? = null, val integerProfiles: List<DatascanDataProfileResultProfileFieldProfileIntegerProfile>? = null, val nullRatio: Int? = null, val stringProfiles: List<DatascanDataProfileResultProfileFieldProfileStringProfile>? = null, val topNValues: DatascanDataProfileResultProfileFieldProfileTopNValues? = null)
Constructors
Link copied to clipboard
constructor(distinctRatio: Int? = null, doubleProfiles: List<DatascanDataProfileResultProfileFieldProfileDoubleProfile>? = null, integerProfiles: List<DatascanDataProfileResultProfileFieldProfileIntegerProfile>? = null, nullRatio: Int? = null, stringProfiles: List<DatascanDataProfileResultProfileFieldProfileStringProfile>? = null, topNValues: DatascanDataProfileResultProfileFieldProfileTopNValues? = null)
Properties
Link copied to clipboard
Ratio of rows with distinct values against total scanned rows. Not available for complex non-groupable field type RECORD and fields with REPEATABLE mode.
Link copied to clipboard
(Output) Double type field information. Structure is documented below.
Link copied to clipboard
(Output) Integer type field information. Structure is documented below.
Link copied to clipboard
(Output) String type field information. Structure is documented below.
Link copied to clipboard
The list of top N non-null values and number of times they occur in the scanned data. N is 10 or equal to the number of distinct values in the field, whichever is smaller. Not available for complex non-groupable field type RECORD and fields with REPEATABLE mode. Structure is documented below.