public sealed class InfoTypeSummary : IMessage<InfoTypeSummary>, IEquatable<InfoTypeSummary>, IDeepCloneable<InfoTypeSummary>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class InfoTypeSummary.
The infoType details for this column.
Implements
IMessage<InfoTypeSummary>, IEquatable<InfoTypeSummary>, IDeepCloneable<InfoTypeSummary>, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
InfoTypeSummary()
public InfoTypeSummary()InfoTypeSummary(InfoTypeSummary)
public InfoTypeSummary(InfoTypeSummary other)| Parameter | |
|---|---|
| Name | Description |
other |
InfoTypeSummary |
Properties
EstimatedPrevalence
public int EstimatedPrevalence { get; set; }Approximate percentage of non-null rows that contained data detected by this infotype.
| Property Value | |
|---|---|
| Type | Description |
Int32 |
|
InfoType
public InfoType InfoType { get; set; }The infoType.
| Property Value | |
|---|---|
| Type | Description |
InfoType |
|