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 for a table."],["This documentation page offers reference information for the `DataProfileResult` class, including its inheritance, implemented interfaces, constructors, and properties."],["The class includes properties such as `Profile` (field-specific profile information), `RowCount` (number of rows scanned), and `ScannedData` (the data scanned for the result)."],["There is a list of several versions of the library related to the `DataProfileResult` class, with version 3.6.0 being the most recent release, and versions ranging all the way back to 1.0.0."],["The class is implemented by several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable` and `IBufferMessage`."]]],[]]