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 latest version available for the `DataProfileResult` class in the Google Cloud Dataplex V1 API is 3.6.0, with a range of prior versions down to 1.0.0 being available."],["`DataProfileResult` is a class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it defines the output of a `DataProfileScan` within the Dataplex V1 API."],["The class `DataProfileResult` contains properties such as `PostScanActionsResult`, `Profile`, `RowCount`, and `ScannedData`, providing details on the results, field profiles, the count of scanned rows, and the scanned data itself."],["`DataProfileResult` includes two constructors, one default and one that accepts another `DataProfileResult` instance for copying."],["The namespace of this data is `Google.Cloud.Dataplex.V1` and is contained within the `Google.Cloud.Dataplex.V1.dll` assembly."]]],[]]