GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfo class

The profile information for each field type.

Properties

distinctRatio double?
Ratio of rows with distinct values against total scanned rows.
getter/setter pair
doubleProfile GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoDoubleFieldInfo?
Double type field information.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
integerProfile GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoIntegerFieldInfo?
Integer type field information.
getter/setter pair
nullRatio double?
Ratio of rows with null value against total scanned rows.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringProfile GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoStringFieldInfo?
String type field information.
getter/setter pair
topNValues List<GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoTopNValue>?
The list of top N non-null values, frequency and ratio with which they occur in the scanned data.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited