Class InfoTypeStats (3.4.0)

public sealed class InfoTypeStats : IMessage<InfoTypeStats>, IEquatable<InfoTypeStats>, IDeepCloneable<InfoTypeStats>, IBufferMessage, IMessage

Statistics regarding a specific InfoType.

Inheritance

Object > InfoTypeStats

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

InfoTypeStats()

public InfoTypeStats()

InfoTypeStats(InfoTypeStats)

public InfoTypeStats(InfoTypeStats other)
Parameter
NameDescription
otherInfoTypeStats

Properties

Count

public long Count { get; set; }

Number of findings for this infoType.

Property Value
TypeDescription
Int64

InfoType

public InfoType InfoType { get; set; }

The type of finding this stat is for.

Property Value
TypeDescription
InfoType