public sealed class Bucket : IMessage<BucketingConfig.Types.Bucket>, IEquatable<BucketingConfig.Types.Bucket>, IDeepCloneable<BucketingConfig.Types.Bucket>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class BucketingConfig.Types.Bucket.
Bucket is represented as a range, along with replacement values.
Implements
IMessage<BucketingConfig.Types.Bucket>, IEquatable<BucketingConfig.Types.Bucket>, IDeepCloneable<BucketingConfig.Types.Bucket>, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
Bucket()
public Bucket()
Bucket(BucketingConfig.Types.Bucket)
public Bucket(BucketingConfig.Types.Bucket other)
Parameter | |
---|---|
Name | Description |
other | BucketingConfig.Types.Bucket |
Properties
Max
public Value Max { get; set; }
Upper bound of the range, exclusive; type must match min.
Property Value | |
---|---|
Type | Description |
Value |
Min
public Value Min { get; set; }
Lower bound of the range, inclusive. Type should be the same as max if used.
Property Value | |
---|---|
Type | Description |
Value |
ReplacementValue
public Value ReplacementValue { get; set; }
Required. Replacement value for this bucket.
Property Value | |
---|---|
Type | Description |
Value |