public sealed class DataQualityRule.Types.RowConditionExpectation : IMessage<DataQualityRule.Types.RowConditionExpectation>, IEquatable<DataQualityRule.Types.RowConditionExpectation>, IDeepCloneable<DataQualityRule.Types.RowConditionExpectation>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class DataQualityRule.Types.RowConditionExpectation.
Evaluates whether each row passes the specified condition.
The SQL expression needs to use BigQuery standard SQL syntax and should
produce a boolean value per row as the result.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis page provides reference documentation for the \u003ccode\u003eDataQualityRule.Types.RowConditionExpectation\u003c/code\u003e class within the Google Cloud Dataplex V1 API.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eRowConditionExpectation\u003c/code\u003e class is designed to evaluate whether each row in a dataset meets a specified condition, returning a boolean value per row.\u003c/p\u003e\n"],["\u003cp\u003eIt is implemented in various versions, ranging from the latest version 3.6.0 down to version 1.0.0, and the current version that the page is focused on is version 3.2.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eRowConditionExpectation\u003c/code\u003e class supports SQL expressions written in BigQuery standard SQL syntax, as demonstrated by the example \u003ccode\u003ecol1 >= 0 AND col2 < 10\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eSqlExpression\u003c/code\u003e property is an optional property within the RowConditionExpectation class that allows you to set a string expression for the SQL condition.\u003c/p\u003e\n"]]],[],null,[]]