Show / Hide Table of Contents

Class RowCountTest

A test that checks if the number of rows in the result set violates some threshold.

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

Properties

Comparison

Required. The comparison to apply between the number of rows returned by the query and the threshold.

Declaration
[JsonProperty("comparison")]
public virtual string Comparison { 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

Threshold

Required. The value against which to compare the row count.

Declaration
[JsonProperty("threshold")]
public virtual long? Threshold { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX