public sealed class Stats : IMessage<Asset.Types.DiscoveryStatus.Types.Stats>, IEquatable<Asset.Types.DiscoveryStatus.Types.Stats>, IDeepCloneable<Asset.Types.DiscoveryStatus.Types.Stats>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class Asset.Types.DiscoveryStatus.Types.Stats.
The aggregated data statistics for the asset reported by discovery.
Implements
IMessage<Asset.Types.DiscoveryStatus.Types.Stats>, IEquatable<Asset.Types.DiscoveryStatus.Types.Stats>, IDeepCloneable<Asset.Types.DiscoveryStatus.Types.Stats>, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
Stats()
public Stats()
Stats(Asset.Types.DiscoveryStatus.Types.Stats)
public Stats(Asset.Types.DiscoveryStatus.Types.Stats other)
Parameter | |
---|---|
Name | Description |
other | Asset.Types.DiscoveryStatus.Types.Stats |
Properties
DataItems
public long DataItems { get; set; }
The count of data items within the referenced resource.
Property Value | |
---|---|
Type | Description |
Int64 |
DataSize
public long DataSize { get; set; }
The number of stored data bytes within the referenced resource.
Property Value | |
---|---|
Type | Description |
Int64 |
Filesets
public long Filesets { get; set; }
The count of fileset entities within the referenced resource.
Property Value | |
---|---|
Type | Description |
Int64 |
Tables
public long Tables { get; set; }
The count of table entities within the referenced resource.
Property Value | |
---|---|
Type | Description |
Int64 |