Google Cloud Data Loss Prevention v2 API - Class OtherInfoTypeSummary (4.4.0)

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

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

Infotype details for other infoTypes found within a column.

Inheritance

Object > OtherInfoTypeSummary

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

OtherInfoTypeSummary()

public OtherInfoTypeSummary()

OtherInfoTypeSummary(OtherInfoTypeSummary)

public OtherInfoTypeSummary(OtherInfoTypeSummary other)
Parameter
NameDescription
otherOtherInfoTypeSummary

Properties

EstimatedPrevalence

public int EstimatedPrevalence { get; set; }

Approximate percentage of non-null rows that contained data detected by this infotype.

Property Value
TypeDescription
Int32

InfoType

public InfoType InfoType { get; set; }

The other infoType.

Property Value
TypeDescription
InfoType