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-21 UTC."],[[["The latest version of the `DataProfileResult` API class is 3.6.0, part of the Google Cloud Dataplex V1 API, with the page providing versioning information for versions from 3.6.0 back to 1.0.0."],["`DataProfileResult` is the class used to define the output of a `DataProfileScan`, offering field-specific profile results for each table field."],["This `DataProfileResult` class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, enabling capabilities like message handling, comparison, deep cloning, and buffer management."],["Key properties of `DataProfileResult` include `PostScanActionsResult`, `Profile`, `RowCount`, and `ScannedData`, which provide details on post-scan operations, field profile information, row count, and scanned data respectively."],["The class `DataProfileResult` has two constructors, a default and a parameterized constructor that accepts another `DataProfileResult` object for initialization."]]],[]]