public sealed class AggregationResult.Types.Histogram.Types.Bucket : IMessage<AggregationResult.Types.Histogram.Types.Bucket>, IEquatable<AggregationResult.Types.Histogram.Types.Bucket>, IDeepCloneable<AggregationResult.Types.Histogram.Types.Bucket>, IBufferMessage, IMessage
Reference documentation and code samples for the Migration Center v1 API class AggregationResult.Types.Histogram.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
IMessageAggregationResultTypesHistogramTypesBucket, IEquatableAggregationResultTypesHistogramTypesBucket, IDeepCloneableAggregationResultTypesHistogramTypesBucket, IBufferMessage, IMessageNamespace
Google.Cloud.MigrationCenter.V1Assembly
Google.Cloud.MigrationCenter.V1.dll
Constructors
Bucket()
public Bucket()
Bucket(Bucket)
public Bucket(AggregationResult.Types.Histogram.Types.Bucket other)
Parameter | |
---|---|
Name | Description |
other |
AggregationResultTypesHistogramTypesBucket |
Properties
Count
public long Count { get; set; }
Count of items in the bucket.
Property Value | |
---|---|
Type | Description |
long |
LowerBound
public double LowerBound { get; set; }
Lower bound - inclusive.
Property Value | |
---|---|
Type | Description |
double |
UpperBound
public double UpperBound { get; set; }
Upper bound - exclusive.
Property Value | |
---|---|
Type | Description |
double |