Show / Hide Table of Contents

Class AggregationResultHistogram

The result of a bucketed histogram aggregation.

Inheritance
object
AggregationResultHistogram
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX