public sealed class Stats : IMessage<Asset.Types.DiscoveryStatus.Types.Stats>, IEquatable<Asset.Types.DiscoveryStatus.Types.Stats>, IDeepCloneable<Asset.Types.DiscoveryStatus.Types.Stats>, IBufferMessage, IMessage
The aggregated data statistics for the asset reported by discovery.
[[["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."],[[["This webpage provides documentation for the `Stats` class, which is part of the `Google.Cloud.Dataplex.V1` namespace and is used to represent aggregated data statistics for an asset."],["The `Stats` class is available in multiple versions, ranging from 1.0.0 to the latest version, 3.6.0, with the version history accessible via the linked version numbers."],["The `Stats` class, found in the `Google.Cloud.Dataplex.V1.Asset.Types.DiscoveryStatus.Types` namespace, implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes four properties that provide counts of data related items: `DataItems` (count of data items), `DataSize` (number of stored data bytes), `Filesets` (count of fileset entities), and `Tables` (count of table entities), all stored as 64-bit integers."],["This document shows the two constructors available for this class, the default constructor `Stats()` and the copy constructor `Stats(Asset.Types.DiscoveryStatus.Types.Stats other)`."]]],[]]