public sealed class InfoTypeStats : IMessage<InfoTypeStats>, IEquatable<InfoTypeStats>, IDeepCloneable<InfoTypeStats>, IBufferMessage, IMessage
Statistics regarding a specific InfoType.
Implements
IMessage<InfoTypeStats>, IEquatable<InfoTypeStats>, IDeepCloneable<InfoTypeStats>, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
InfoTypeStats()
public InfoTypeStats()
InfoTypeStats(InfoTypeStats)
public InfoTypeStats(InfoTypeStats other)
Parameter | |
---|---|
Name | Description |
other | InfoTypeStats |
Properties
Count
public long Count { get; set; }
Number of findings for this infoType.
Property Value | |
---|---|
Type | Description |
System.Int64 |
InfoType
public InfoType InfoType { get; set; }
The type of finding this stat is for.
Property Value | |
---|---|
Type | Description |
InfoType |