Class Asset.Types.DiscoveryStatus.Types.Stats (1.0.0)

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.

Inheritance

Object > Asset.Types.DiscoveryStatus.Types.Stats

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

Stats()

public Stats()

Stats(Asset.Types.DiscoveryStatus.Types.Stats)

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

Properties

DataItems

public long DataItems { get; set; }

The count of data items within the referenced resource.

Property Value
TypeDescription
Int64

DataSize

public long DataSize { get; set; }

The number of stored data bytes within the referenced resource.

Property Value
TypeDescription
Int64

Filesets

public long Filesets { get; set; }

The count of fileset entities within the referenced resource.

Property Value
TypeDescription
Int64

Tables

public long Tables { get; set; }

The count of table entities within the referenced resource.

Property Value
TypeDescription
Int64