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 webpage provides reference documentation for the `DataProfileResult` class within the Google Cloud Dataplex v1 API, specifically for version 3.5.0."],["The `DataProfileResult` class, used for defining the output of a `DataProfileScan`, offers a profile result for each field of a given table, and is accessible through the `Google.Cloud.Dataplex.V1` namespace."],["The documentation covers multiple versions, ranging from 1.0.0 to 3.6.0, with the latter being the most recent, and details the implementation of interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for this class."],["Key properties of the `DataProfileResult` class are described, including `PostScanActionsResult`, `Profile`, `RowCount`, and `ScannedData`, which provide insights into the post-scan actions, field-specific profiles, the number of rows scanned, and the scanned data itself."],["The latest version of the class DataProfileResult is version 3.6.0."]]],[]]