public sealed class Aggregation.Types.Histogram : IMessage<Aggregation.Types.Histogram>, IEquatable<Aggregation.Types.Histogram>, IDeepCloneable<Aggregation.Types.Histogram>, IBufferMessage, IMessage
Reference documentation and code samples for the Migration Center v1 API class Aggregation.Types.Histogram.
Histogram of bucketed assets counts by field value.
Implements
IMessageAggregationTypesHistogram, IEquatableAggregationTypesHistogram, IDeepCloneableAggregationTypesHistogram, IBufferMessage, IMessageNamespace
Google.Cloud.MigrationCenter.V1Assembly
Google.Cloud.MigrationCenter.V1.dll
Constructors
Histogram()
public Histogram()
Histogram(Histogram)
public Histogram(Aggregation.Types.Histogram other)
Parameter | |
---|---|
Name | Description |
other | AggregationTypesHistogram |
Properties
LowerBounds
public RepeatedField<double> LowerBounds { get; }
Lower bounds of buckets.
The response will contain n+1
buckets for n
bounds.
The first bucket will count all assets for which the field value is
smaller than the first bound.
Subsequent buckets will count assets for which the field value is
greater or equal to a lower bound and smaller than the next one.
The last bucket will count assets for which the field value is greater or
equal to the final lower bound.
You can define up to 20 lower bounds.
Property Value | |
---|---|
Type | Description |
RepeatedFielddouble |