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."],[[["The `DataProfileResult` class, part of the Google Cloud Dataplex v1 API, is designed to represent the output of a `DataProfileScan`, providing field-specific profiling results for a table."],["This class is available in multiple versions, with the latest being 3.6.0, and the provided documentation showing versions from 1.0.0 up to the latest."],["`DataProfileResult` includes properties like `PostScanActionsResult`, `Profile`, `RowCount`, and `ScannedData`, offering detailed information about the data profile scan."],["The class implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, deep cloning, and buffer management, respectively."],["The `DataProfileResult` class includes constructors to initialize a new instance, either as empty, or cloned from an existing `DataProfileResult` instance."]]],[]]