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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-10 UTC."],[[["This webpage provides reference documentation for the `BucketingConfig.Types.Bucket` class within the Google Cloud Data Loss Prevention (DLP) v2 API for .NET."],["The `Bucket` class, part of the `Google.Cloud.Dlp.V2` namespace, represents a range with replacement values for data loss prevention configurations and implements several interfaces, including `IMessage` and `IDeepCloneable`."],["The class has several versions, with the latest being 4.16.0, and users can navigate through various previous versions down to 2.15.0."],["Key properties of the `Bucket` class include `Max`, `Min`, and `ReplacementValue`, which define the upper and lower bounds of a range and a replacement value, respectively, and the type of these properties is `Value`."],["The `Bucket` class has two constructors: one default constructor, and another which uses another `BucketingConfig.Types.Bucket` class."]]],[]]