Cloud Dataplex v1 API - Class Asset.Types.DiscoveryStatus.Types.Stats (2.15.0)

public sealed class Asset.Types.DiscoveryStatus.Types.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.

Inheritance

object > Asset.Types.DiscoveryStatus.Types.Stats

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

Stats()

public Stats()

Stats(Stats)

public Stats(Asset.Types.DiscoveryStatus.Types.Stats other)
Parameter
NameDescription
otherAssetTypesDiscoveryStatusTypesStats

Properties

DataItems

public long DataItems { get; set; }

The count of data items within the referenced resource.

Property Value
TypeDescription
long

DataSize

public long DataSize { get; set; }

The number of stored data bytes within the referenced resource.

Property Value
TypeDescription
long

Filesets

public long Filesets { get; set; }

The count of fileset entities within the referenced resource.

Property Value
TypeDescription
long

Tables

public long Tables { get; set; }

The count of table entities within the referenced resource.

Property Value
TypeDescription
long