public sealed class DataProfileResult.Types.Profile.Types.Field.Types.ProfileInfo.Types.TopNValue : IMessage<DataProfileResult.Types.Profile.Types.Field.Types.ProfileInfo.Types.TopNValue>, IEquatable<DataProfileResult.Types.Profile.Types.Field.Types.ProfileInfo.Types.TopNValue>, IDeepCloneable<DataProfileResult.Types.Profile.Types.Field.Types.ProfileInfo.Types.TopNValue>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class DataProfileResult.Types.Profile.Types.Field.Types.ProfileInfo.Types.TopNValue.
[[["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-21 UTC."],[[["This document provides reference information for the `DataProfileResult.Types.Profile.Types.Field.Types.ProfileInfo.Types.TopNValue` class within the Google Cloud Dataplex v1 API, detailing its purpose and usage."],["The `TopNValue` class is designed to represent the top N non-null values found in scanned data, including details on the count and ratio of each value."],["The documentation also provides version-specific information, with version 3.6.0 being the latest and 23 more listed older versions, each with specific links to their content."],["The `TopNValue` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for comparisons, deep cloning, and efficient message handling."],["The class has three main properties: `Count` which is a long integer representing how many of a particular value was in the scanned data, `Ratio` which is a double that represents the value's ratio of occurence, and `Value` which is a string that is the value itself."]]],[]]