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 information for the `DataProfileResult` class within the Google Cloud Dataplex v1 API, covering versions from 1.0.0 up to the latest release, 3.6.0."],["The `DataProfileResult` class is designed to store and represent the output data from a DataProfileScan operation within the Google Cloud Dataplex environment."],["`DataProfileResult` includes properties for `PostScanActionsResult`, `Profile`, `RowCount`, and `ScannedData`, which provides insights into the post-scan actions, field-specific profile information, the number of scanned rows, and the actual data scanned respectively."],["The `DataProfileResult` class implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its integration with Google's protocol buffer system."],["The latest version available for `DataProfileResult` is 3.6.0, with a list of all previous versions, ranging from 1.0.0 to 3.5.0, available for reference."]]],[]]