Show / Hide Table of Contents

Class Breakdown

Preview: A breakdown is an aggregation applied to the measures over a specified column. A breakdown can result in multiple series across a category for the provided measure. This is a preview feature and may be subject to change before final release.

Inheritance
object
Breakdown
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 Breakdown : IDirectResponseSchema

Properties

AggregationFunction

Required. The Aggregation function is applied across all data in each breakdown created.

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

Column

Required. The name of the column in the dataset containing the breakdown values.

Declaration
[JsonProperty("column")]
public virtual string Column { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

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

Limit

Required. A limit to the number of breakdowns. If set to zero then all possible breakdowns are applied. The list of breakdowns is dependent on the value of the sort_order field.

Declaration
[JsonProperty("limit")]
public virtual int? Limit { get; set; }
Property Value
Type Description
int?

SortOrder

Required. The sort order is applied to the values of the breakdown column.

Declaration
[JsonProperty("sortOrder")]
public virtual string SortOrder { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX