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, spanning versions from 1.0.0 to the latest 3.6.0."],["`DataProfileResult` is a class that represents the output of a DataProfileScan, providing field-specific profiling results for tables."],["The class `DataProfileResult` inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `DataProfileResult` class include `PostScanActionsResult`, `Profile`, `RowCount`, and `ScannedData`, detailing the outcomes of post-scan actions, field-specific profiles, the number of scanned rows, and the scanned data itself."],["The latest version of the referenced DataProfileResult is 3.6.0."]]],[]]