public sealed class InfoTypeStats : IMessage<InfoTypeStats>, IEquatable<InfoTypeStats>, IDeepCloneable<InfoTypeStats>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class InfoTypeStats.
Statistics regarding a specific InfoType.
Implements
IMessageInfoTypeStats, IEquatableInfoTypeStats, IDeepCloneableInfoTypeStats, 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 |
long |
|
InfoType
public InfoType InfoType { get; set; }The type of finding this stat is for.
| Property Value | |
|---|---|
| Type | Description |
InfoType |
|