Class RowCountTest (2.27.0)

RowCountTest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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

Attributes

Name Description
comparison google.cloud.monitoring_v3.types.ComparisonType
Required. The comparison to apply between the number of rows returned by the query and the threshold.
threshold int
Required. The value against which to compare the row count.