Migration Center v1 API - Class AggregationResult.Types.Histogram (1.1.0)

public sealed class AggregationResult.Types.Histogram : IMessage<AggregationResult.Types.Histogram>, IEquatable<AggregationResult.Types.Histogram>, IDeepCloneable<AggregationResult.Types.Histogram>, IBufferMessage, IMessage

Reference documentation and code samples for the Migration Center v1 API class AggregationResult.Types.Histogram.

The result of a bucketed histogram aggregation.

Inheritance

object > AggregationResult.Types.Histogram

Namespace

Google.Cloud.MigrationCenter.V1

Assembly

Google.Cloud.MigrationCenter.V1.dll

Constructors

Histogram()

public Histogram()

Histogram(Histogram)

public Histogram(AggregationResult.Types.Histogram other)
Parameter
NameDescription
otherAggregationResultTypesHistogram

Properties

Buckets

public RepeatedField<AggregationResult.Types.Histogram.Types.Bucket> Buckets { get; }

Buckets in the histogram. There will be n+1 buckets matching n lower bounds in the request. The first bucket will be from -infinity to the first bound. Subsequent buckets will be between one bound and the next. The final bucket will be from the final bound to infinity.

Property Value
TypeDescription
RepeatedFieldAggregationResultTypesHistogramTypesBucket