Migration Center v1 API - Class ReportSummary.Types.HistogramChartData (1.0.0)

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.

Inheritance

object > ReportSummary.Types.HistogramChartData

Namespace

Google.Cloud.MigrationCenter.V1

Assembly

Google.Cloud.MigrationCenter.V1.dll

Constructors

HistogramChartData()

public HistogramChartData()

HistogramChartData(HistogramChartData)

public HistogramChartData(ReportSummary.Types.HistogramChartData other)
Parameter
NameDescription
otherReportSummaryTypesHistogramChartData

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
TypeDescription
RepeatedFieldReportSummaryTypesHistogramChartDataTypesBucket