Migration Center v1 API - Class Aggregation.Types.Histogram (1.0.0)

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.

Inheritance

object > Aggregation.Types.Histogram

Namespace

Google.Cloud.MigrationCenter.V1

Assembly

Google.Cloud.MigrationCenter.V1.dll

Constructors

Histogram()

public Histogram()

Histogram(Histogram)

public Histogram(Aggregation.Types.Histogram other)
Parameter
NameDescription
otherAggregationTypesHistogram

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