topNValues property
List<GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoTopNValue> ?
topNValues
getter/setter pair
The list of top N non-null values, frequency and ratio with which 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.
Implementation
core.List<
GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoTopNValue>?
topNValues;