Class AggregationHistogram
Histogram of bucketed assets counts by field value.
Implements
Inherited Members
Namespace: Google.Apis.MigrationCenterAPI.v1alpha1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1alpha1.dll
Syntax
public class AggregationHistogram : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LowerBounds
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.
Declaration
[JsonProperty("lowerBounds")]
public virtual IList<double?> LowerBounds { get; set; }
Property Value
Type | Description |
---|---|
IList<double?> |