Reference documentation and code samples for the Google Cloud Monitoring v3 API class AlertPolicy.Types.Condition.Types.SqlCondition.Types.RowCountTest.
A test that checks if the number of rows in the result set
violates some threshold.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `RowCountTest` class within the Google Cloud Monitoring v3 API, specifically under the `AlertPolicy.Types.Condition.Types.SqlCondition.Types` namespace."],["`RowCountTest` is a class designed to check if the number of rows in a query result set meets or violates a defined threshold, which is used within the context of monitoring alerts."],["The documentation shows a full list of the various versions, with version `3.15.0` being the most recent, along with previous versions that range back to version `2.3.0`, showing the history and evolution of the API."],["The `RowCountTest` class implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` which shows it's structure and how it can be used and handled within code."],["Key properties of `RowCountTest` include `Comparison`, which defines how to compare row counts, and `Threshold`, which is the value used for comparison against the row count."]]],[]]