public sealed class CommonUsageStats : IMessage<CommonUsageStats>, IEquatable<CommonUsageStats>, IDeepCloneable<CommonUsageStats>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Catalog v1 API class CommonUsageStats.
[[["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 `CommonUsageStats` class in the Data Catalog v1 API provides statistics on the usage of an entry within any system."],["This class has been implemented in multiple versions of the API, ranging from version 1.2.0 to the latest version 2.14.0."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties within the `CommonUsageStats` class include `HasViewCount` (a boolean indicating if view count is available) and `ViewCount` (a long representing the number of views)."],["There are two constructors available: a default constructor (`CommonUsageStats()`) and a copy constructor (`CommonUsageStats(CommonUsageStats other)`), for creating a new instance from an existing one."]]],[]]