Show / Hide Table of Contents

Class RatioPart

Describes a query to build the numerator or denominator of a TimeSeriesFilterRatio.

Inheritance
object
RatioPart
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 RatioPart : 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX