public sealed class ReportSummary.Types.HistogramChartData.Types.Bucket : IMessage<ReportSummary.Types.HistogramChartData.Types.Bucket>, IEquatable<ReportSummary.Types.HistogramChartData.Types.Bucket>, IDeepCloneable<ReportSummary.Types.HistogramChartData.Types.Bucket>, IBufferMessage, IMessageReference documentation and code samples for the Migration Center v1 API class ReportSummary.Types.HistogramChartData.Types.Bucket.
A histogram bucket with a lower and upper bound, and a count of items with a field value between those bounds. The lower bound is inclusive and the upper bound is exclusive. Lower bound may be -infinity and upper bound may be infinity.
Implements
IMessageReportSummaryTypesHistogramChartDataTypesBucket, IEquatableReportSummaryTypesHistogramChartDataTypesBucket, IDeepCloneableReportSummaryTypesHistogramChartDataTypesBucket, IBufferMessage, IMessageNamespace
Google.Cloud.MigrationCenter.V1Assembly
Google.Cloud.MigrationCenter.V1.dll
Constructors
Bucket()
public Bucket()Bucket(Bucket)
public Bucket(ReportSummary.Types.HistogramChartData.Types.Bucket other)| Parameter | |
|---|---|
| Name | Description |
other |
ReportSummaryTypesHistogramChartDataTypesBucket |
Properties
Count
public long Count { get; set; }Count of items in the bucket.
| Property Value | |
|---|---|
| Type | Description |
long |
|
LowerBound
public long LowerBound { get; set; }Lower bound - inclusive.
| Property Value | |
|---|---|
| Type | Description |
long |
|
UpperBound
public long UpperBound { get; set; }Upper bound - exclusive.
| Property Value | |
|---|---|
| Type | Description |
long |
|