Class AggregationResultHistogram
The result of a bucketed histogram aggregation.
Implements
Inherited Members
Namespace: Google.Apis.MigrationCenterAPI.v1alpha1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1alpha1.dll
Syntax
public class AggregationResultHistogram : IDirectResponseSchema
Properties
Buckets
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.
Declaration
[JsonProperty("buckets")]
public virtual IList<AggregationResultHistogramBucket> Buckets { get; set; }
Property Value
Type | Description |
---|---|
IList<AggregationResultHistogramBucket> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |