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 documentation covers the `Aggregation.Types.Histogram` class within the Google Cloud Migration Center v1 API, which is used for creating histograms of asset counts."],["The `Aggregation.Types.Histogram` class provides methods for creating histograms and is part of the `Google.Cloud.MigrationCenter.V1` namespace in the `Google.Cloud.MigrationCenter.V1.dll` assembly."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting functionalities such as deep cloning and equality comparisons."],["It supports defining up to 20 lower bounds for buckets, and the response will contain n+1 buckets for the n bounds provided in the `LowerBounds` property, offering granularity when counting the assets."],["The latest version of the `Aggregation.Types.Histogram` is version 1.4.0, and it shows access to documentation for older versions including 1.3.0, 1.2.0, 1.1.0, and 1.0.0."]]],[]]