Reference documentation and code samples for the Migration Center v1 API class AggregationResult.Types.Histogram.Types.Bucket.
A histogram bucket with a lower and upper bound, and a count of items
with a field value between those bounds.
The lower bound is inclusive and the upper bound is exclusive.
Lower bound may be -infinity and upper bound may be infinity.
[[["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-11 UTC."],[[["This documentation is for version 1.3.0 of the `AggregationResult.Types.Histogram.Types.Bucket` class within the Google Cloud Migration Center v1 API."],["The `AggregationResult.Types.Histogram.Types.Bucket` class represents a single bucket within a histogram, designed to hold a count of items falling within a defined range."],["Each bucket in this class has a `Count` property, indicating the number of items, as well as `LowerBound` and `UpperBound` properties, defining the inclusive lower and exclusive upper boundaries of the range."],["The `Bucket` class inherits from the `object` class and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending the functionality and uses of this class."],["The class provides two constructors; a default one and one that takes another `Bucket` as an argument for copying its parameters."]]],[]]