Google Cloud Data Loss Prevention v2 API - Class BucketingConfig.Types.Bucket (4.8.0)

public sealed class BucketingConfig.Types.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.

Inheritance

object > BucketingConfig.Types.Bucket

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

Bucket()

public Bucket()

Bucket(Bucket)

public Bucket(BucketingConfig.Types.Bucket other)
Parameter
NameDescription
otherBucketingConfigTypesBucket

Properties

Max

public Value Max { get; set; }

Upper bound of the range, exclusive; type must match min.

Property Value
TypeDescription
Value

Min

public Value Min { get; set; }

Lower bound of the range, inclusive. Type should be the same as max if used.

Property Value
TypeDescription
Value

ReplacementValue

public Value ReplacementValue { get; set; }

Required. Replacement value for this bucket.

Property Value
TypeDescription
Value