Class RowCountTest
A test that checks if the number of rows in the result set violates some threshold.
Implements
Inherited Members
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? |