Lower bounds of buckets.
The response will contain n+1 buckets for n bounds.
The first bucket will count all assets for which the field value is
smaller than the first bound.
Subsequent buckets will count assets for which the field value is
greater or equal to a lower bound and smaller than the next one.
The last bucket will count assets for which the field value is greater or
equal to the final lower bound.
You can define up to 20 lower bounds.
[[["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 document provides reference documentation for the `Aggregation.Types.Histogram` class within the Migration Center v1 API, detailing its structure and usage."],["The `Aggregation.Types.Histogram` class is designed to represent a histogram of bucketed asset counts based on field values, which are defined by lower bounds."],["This class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting operations like deep cloning and equality comparison."],["The class includes two constructors, one default and one that accepts another `Histogram` object, and a `LowerBounds` property, which is a `RepeatedField` of double, defining the bucket boundaries."],["The latest version available is 1.4.0 and this documentation details version 1.2.0 and also versions 1.3.0, 1.1.0, and 1.0.0 are available for reference."]]],[]]