GoogleCloudDataplexV1DataProfileResult class

DataProfileResult defines the output of DataProfileScan.

Each field of the table will have field type specific profile result.

Properties

catalogPublishingStatus GoogleCloudDataplexV1DataScanCatalogPublishingStatus?
The status of publishing the data scan as Dataplex Universal Catalog metadata.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
postScanActionsResult GoogleCloudDataplexV1DataProfileResultPostScanActionsResult?
The result of post scan actions.
getter/setter pair
profile GoogleCloudDataplexV1DataProfileResultProfile?
The profile information per field.
getter/setter pair
rowCount String?
The count of rows scanned.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scannedData GoogleCloudDataplexV1ScannedData?
The data scanned for this result.
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