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 in the Google.Cloud.Dataplex.V1 API is designed to provide the output of a `DataProfileScan`, offering field-specific profiling results for a given table."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The `DataProfileResult` class provides details such as `PostScanActionsResult`, `Profile`, `RowCount`, and `ScannedData`, describing the outcomes and data of the scan."],["The latest version available for the API is 3.6.0, and the provided documentation lists all the previous versions going back to 1.0.0."],["There are multiple constructors for creating a `DataProfileResult` instance, including a default constructor and one that takes another `DataProfileResult` as a parameter for copying."]]],[]]