public sealed class FindingLimits : IMessage<InspectConfig.Types.FindingLimits>, IEquatable<InspectConfig.Types.FindingLimits>, IDeepCloneable<InspectConfig.Types.FindingLimits>, IBufferMessage, IMessage
Configuration to control the number of findings returned.
Implements
IMessage<InspectConfig.Types.FindingLimits>, IEquatable<InspectConfig.Types.FindingLimits>, IDeepCloneable<InspectConfig.Types.FindingLimits>, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
FindingLimits()
public FindingLimits()
FindingLimits(InspectConfig.Types.FindingLimits)
public FindingLimits(InspectConfig.Types.FindingLimits other)
Parameter | |
---|---|
Name | Description |
other | InspectConfig.Types.FindingLimits |
Properties
MaxFindingsPerInfoType
public RepeatedField<InspectConfig.Types.FindingLimits.Types.InfoTypeLimit> MaxFindingsPerInfoType { get; }
Configuration of findings limit given for specified infoTypes.
Property Value | |
---|---|
Type | Description |
RepeatedField<InspectConfig.Types.FindingLimits.Types.InfoTypeLimit> |
MaxFindingsPerItem
public int MaxFindingsPerItem { get; set; }
Max number of findings that will be returned for each item scanned.
When set within InspectJobConfig
,
the maximum returned is 2000 regardless if this is set higher.
When set within InspectContentRequest
, this field is ignored.
Property Value | |
---|---|
Type | Description |
Int32 |
MaxFindingsPerRequest
public int MaxFindingsPerRequest { get; set; }
Max number of findings that will be returned per request/job.
When set within InspectContentRequest
, the maximum returned is 2000
regardless if this is set higher.
Property Value | |
---|---|
Type | Description |
Int32 |