Class CustomInfoType.Types.DetectionRule.Types.Proximity (3.2.0)

public sealed class Proximity : IMessage<CustomInfoType.Types.DetectionRule.Types.Proximity>, IEquatable<CustomInfoType.Types.DetectionRule.Types.Proximity>, IDeepCloneable<CustomInfoType.Types.DetectionRule.Types.Proximity>, IBufferMessage, IMessage

Message for specifying a window around a finding to apply a detection rule.

Inheritance

Object > CustomInfoType.Types.DetectionRule.Types.Proximity

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

Proximity()

public Proximity()

Proximity(CustomInfoType.Types.DetectionRule.Types.Proximity)

public Proximity(CustomInfoType.Types.DetectionRule.Types.Proximity other)
Parameter
NameDescription
otherCustomInfoType.Types.DetectionRule.Types.Proximity

Properties

WindowAfter

public int WindowAfter { get; set; }

Number of characters after the finding to consider.

Property Value
TypeDescription
Int32

WindowBefore

public int WindowBefore { get; set; }

Number of characters before the finding to consider.

Property Value
TypeDescription
Int32