public sealed class ReportSummary.Types.HistogramChartData : IMessage<ReportSummary.Types.HistogramChartData>, IEquatable<ReportSummary.Types.HistogramChartData>, IDeepCloneable<ReportSummary.Types.HistogramChartData>, IBufferMessage, IMessage
Reference documentation and code samples for the Migration Center v1 API class ReportSummary.Types.HistogramChartData.
A Histogram Chart shows a distribution of values into buckets, showing a count of values which fall into a bucket.
Implements
IMessageReportSummaryTypesHistogramChartData, IEquatableReportSummaryTypesHistogramChartData, IDeepCloneableReportSummaryTypesHistogramChartData, IBufferMessage, IMessageNamespace
Google.Cloud.MigrationCenter.V1Assembly
Google.Cloud.MigrationCenter.V1.dll
Constructors
HistogramChartData()
public HistogramChartData()
HistogramChartData(HistogramChartData)
public HistogramChartData(ReportSummary.Types.HistogramChartData other)
Parameter | |
---|---|
Name | Description |
other |
ReportSummaryTypesHistogramChartData |
Properties
Buckets
public RepeatedField<ReportSummary.Types.HistogramChartData.Types.Bucket> Buckets { get; }
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.
Property Value | |
---|---|
Type | Description |
RepeatedFieldReportSummaryTypesHistogramChartDataTypesBucket |