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, represents the output of a DataProfileScan, providing field-specific profile results."],["This class is available across multiple versions, ranging from 1.0.0 to the latest 3.6.0, with direct links provided for each specific version of the documentation."],["The `DataProfileResult` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["Key properties of the `DataProfileResult` class include `Profile`, which contains profile information per field, `RowCount`, indicating the number of rows in the sampled data, and `ScannedData`, which describes the scanned data."],["The class has two constructors: a default one `DataProfileResult()` and another `DataProfileResult(DataProfileResult other)` to copy data from an existing object."]]],[]]