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.
Implements
IMessage<CustomInfoType.Types.DetectionRule.Types.Proximity>, IEquatable<CustomInfoType.Types.DetectionRule.Types.Proximity>, IDeepCloneable<CustomInfoType.Types.DetectionRule.Types.Proximity>, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
Proximity()
public Proximity()
Proximity(CustomInfoType.Types.DetectionRule.Types.Proximity)
public Proximity(CustomInfoType.Types.DetectionRule.Types.Proximity other)
Parameter | |
---|---|
Name | Description |
other | CustomInfoType.Types.DetectionRule.Types.Proximity |
Properties
WindowAfter
public int WindowAfter { get; set; }
Number of characters after the finding to consider.
Property Value | |
---|---|
Type | Description |
Int32 |
WindowBefore
public int WindowBefore { get; set; }
Number of characters before the finding to consider.
Property Value | |
---|---|
Type | Description |
Int32 |