Show / Hide Table of Contents

Class TimeSeriesFilter

A filter that defines a subset of time series data that is displayed in a widget. Time series data is fetched using the ListTimeSeries (https://cloud.google.com/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list) method.

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

Properties

Aggregation

By default, the raw time series data is returned. Use this field to combine multiple time series for different views of the data.

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

ETag

The ETag of the item.

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

Filter

Required. The monitoring filter (https://cloud.google.com/monitoring/api/v3/filters) that identifies the metric types, resources, and projects to query.

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

PickTimeSeriesFilter

Ranking based time series filter.

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

SecondaryAggregation

Apply a second aggregation after aggregation is applied.

Declaration
[JsonProperty("secondaryAggregation")]
public virtual Aggregation SecondaryAggregation { get; set; }
Property Value
Type Description
Aggregation

StatisticalTimeSeriesFilter

Statistics based time series filter. Note: This field is deprecated and completely ignored by the API.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX