GoogleCloudDataplexV1DataProfileResult class
DataProfileResult defines the output of DataProfileScan.
Each field of the table will have field type specific profile result.
Constructors
- GoogleCloudDataplexV1DataProfileResult({GoogleCloudDataplexV1DataProfileResultPostScanActionsResult? postScanActionsResult, GoogleCloudDataplexV1DataProfileResultProfile? profile, String? rowCount, GoogleCloudDataplexV1ScannedData? scannedData})
- GoogleCloudDataplexV1DataProfileResult.fromJson(Map json_)
Properties
- 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