public sealed class DataProfileResult : IMessage<DataProfileResult>, IEquatable<DataProfileResult>, IDeepCloneable<DataProfileResult>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class DataProfileResult.
DataProfileResult defines the output of DataProfileScan. Each field of the
table will have field type specific profile result.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-25 UTC."],[[["This document provides reference documentation for the `DataProfileResult` class within the Google Cloud Dataplex V1 API, outlining its structure, functionality, and available versions."],["`DataProfileResult` is used to store the output of a `DataProfileScan`, offering field-specific profiling results for each table."],["The latest version of the API is 3.6.0, and this document references version 2.12.0 while providing access to versions ranging from 1.0.0 to 3.6.0."],["`DataProfileResult` includes properties such as `PostScanActionsResult`, `Profile`, `RowCount`, and `ScannedData` to capture detailed data about the scanned profile."],["The `DataProfileResult` class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, enhancing its functionality and compatibility."]]],[]]