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-04-09 UTC."],[[["This document provides reference documentation for the `DataProfileResult` class within the Google Cloud Dataplex v1 API, outlining its structure, methods, and usage."],["The latest version of the API for this documentation is 3.6.0, with various other versions from 1.0.0 up to that version available for reference."],["`DataProfileResult` class, a core component of the API, defines the output of a DataProfileScan, providing field-specific profile results for each field of a scanned table."],["The `DataProfileResult` class includes properties like `PostScanActionsResult`, `Profile`, `RowCount`, and `ScannedData` to detail the output and information related to the DataProfileScan."],["The class is part of the `Google.Cloud.Dataplex.V1` namespace and is implemented with several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."]]],[]]