Google Cloud Data Loss Prevention v2 API - Class InfoTypeStats (4.8.0)

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

Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class InfoTypeStats.

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
long

InfoType

public InfoType InfoType { get; set; }

The type of finding this stat is for.

Property Value
TypeDescription
InfoType