View Source GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DataProfileResult (google_api_dataplex v0.20.0)
DataProfileResult defines the output of DataProfileScan. Each field of the table will have field type specific profile result.
Attributes
-
postScanActionsResult
(type:GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DataProfileResultPostScanActionsResult.t
, default:nil
) - Output only. The result of post scan actions. -
profile
(type:GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DataProfileResultProfile.t
, default:nil
) - The profile information per field. -
rowCount
(type:String.t
, default:nil
) - The count of rows scanned. -
scannedData
(type:GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1ScannedData.t
, default:nil
) - The data scanned for this result.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DataProfileResult{ postScanActionsResult: GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DataProfileResultPostScanActionsResult.t() | nil, profile: GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DataProfileResultProfile.t() | nil, rowCount: String.t() | nil, scannedData: GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1ScannedData.t() | nil }