public sealed class AlertPolicy.Types.Condition.Types.SqlCondition.Types.RowCountTest : IMessage<AlertPolicy.Types.Condition.Types.SqlCondition.Types.RowCountTest>, IEquatable<AlertPolicy.Types.Condition.Types.SqlCondition.Types.RowCountTest>, IDeepCloneable<AlertPolicy.Types.Condition.Types.SqlCondition.Types.RowCountTest>, IBufferMessage, IMessage
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.
Implements
IMessageAlertPolicyTypesConditionTypesSqlConditionTypesRowCountTest, IEquatableAlertPolicyTypesConditionTypesSqlConditionTypesRowCountTest, IDeepCloneableAlertPolicyTypesConditionTypesSqlConditionTypesRowCountTest, IBufferMessage, IMessageNamespace
Google.Cloud.Monitoring.V3Assembly
Google.Cloud.Monitoring.V3.dll
Constructors
RowCountTest()
public RowCountTest()
RowCountTest(RowCountTest)
public RowCountTest(AlertPolicy.Types.Condition.Types.SqlCondition.Types.RowCountTest other)
Parameter | |
---|---|
Name | Description |
other |
AlertPolicyTypesConditionTypesSqlConditionTypesRowCountTest |
Properties
Comparison
public ComparisonType Comparison { get; set; }
Required. The comparison to apply between the number of rows returned by the query and the threshold.
Property Value | |
---|---|
Type | Description |
ComparisonType |
Threshold
public long Threshold { get; set; }
Required. The value against which to compare the row count.
Property Value | |
---|---|
Type | Description |
long |