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

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, IMessage

Reference 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.

Inheritance

object > ReportSummary.Types.HistogramChartData.Types.Bucket

Namespace

Google.Cloud.MigrationCenter.V1

Assembly

Google.Cloud.MigrationCenter.V1.dll

Constructors

Bucket()

public Bucket()

Bucket(Bucket)

public Bucket(ReportSummary.Types.HistogramChartData.Types.Bucket other)
Parameter
NameDescription
otherReportSummaryTypesHistogramChartDataTypesBucket

Properties

Count

public long Count { get; set; }

Count of items in the bucket.

Property Value
TypeDescription
long

LowerBound

public long LowerBound { get; set; }

Lower bound - inclusive.

Property Value
TypeDescription
long

UpperBound

public long UpperBound { get; set; }

Upper bound - exclusive.

Property Value
TypeDescription
long