Show / Hide Table of Contents

Class TreemapDataSet

The data represented by the treemap. Needs to include the data itself, plus rules on how to organize it hierarchically.

Inheritance
object
TreemapDataSet
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.Monitoring.v1.Data
Assembly: Google.Apis.Monitoring.v1.dll
Syntax
public class TreemapDataSet : IDirectResponseSchema

Properties

Breakdowns

Optional. The collection of breakdowns to be applied to the dataset. A breakdown is a way to slice the data. For example, you can break down the data by region.

Declaration
[JsonProperty("breakdowns")]
public virtual IList<Breakdown> Breakdowns { get; set; }
Property Value
Type Description
IList<Breakdown>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Measures

Optional. A collection of measures. A measure is a measured value of a property in your data. For example, rainfall in inches, number of units sold, revenue gained, etc.

Declaration
[JsonProperty("measures")]
public virtual IList<Measure> Measures { get; set; }
Property Value
Type Description
IList<Measure>

TimeSeriesQuery

Required. The query that fetches the relevant data. See google.monitoring.dashboard.v1.TimeSeriesQuery

Declaration
[JsonProperty("timeSeriesQuery")]
public virtual TimeSeriesQuery TimeSeriesQuery { get; set; }
Property Value
Type Description
TimeSeriesQuery

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX