Show / Hide Table of Contents

Class ReportSummaryHistogramChartData

A Histogram Chart shows a distribution of values into buckets, showing a count of values which fall into a bucket.

Inheritance
object
ReportSummaryHistogramChartData
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX