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.
Implements
IMessageAggregationResultTypesHistogram, IEquatableAggregationResultTypesHistogram, IDeepCloneableAggregationResultTypesHistogram, IBufferMessage, IMessageNamespace
Google.Cloud.MigrationCenter.V1Assembly
Google.Cloud.MigrationCenter.V1.dll
Constructors
Histogram()
public Histogram()
Histogram(Histogram)
public Histogram(AggregationResult.Types.Histogram other)
Parameter | |
---|---|
Name | Description |
other |
AggregationResultTypesHistogram |
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 | |
---|---|
Type | Description |
RepeatedFieldAggregationResultTypesHistogramTypesBucket |