Class ReportSummaryHistogramChartData
A Histogram Chart shows a distribution of values into buckets, showing a count of values which fall into a bucket.
Implements
Inherited Members
Namespace: Google.Apis.MigrationCenterAPI.v1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1.dll
Syntax
public class ReportSummaryHistogramChartData : 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<ReportSummaryHistogramChartDataBucket> Buckets { get; set; }
Property Value
Type | Description |
---|---|
IList<ReportSummaryHistogramChartDataBucket> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |