Buckets in the histogram.
There will be n+1 buckets matching n lower bounds in the request.
The first bucket will be from -infinity to the first bound.
Subsequent buckets will be between one bound and the next.
The final bucket will be from the final bound to 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-03-21 UTC."],[[["This documentation is for the `AggregationResult.Types.Histogram` class within the Migration Center v1 API."],["The `Histogram` class represents a bucketed histogram aggregation result used in the Migration Center API, with version 1.0.0 being the original iteration."],["The class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains a `Buckets` property, which is a `RepeatedField` that holds an array of `Bucket` objects, each representing a range within the histogram."],["This class has two constructors, the default `Histogram()` constructor, and the `Histogram(AggregationResult.Types.Histogram other)` constructor used for creating copies."]]],[]]