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"]],[["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-25 UTC."],[[["This webpage provides documentation for the `DataQualityRule.Types.RowConditionExpectation` class within the Google Cloud Dataplex V1 API, specifically version 3.3.0."],["The `RowConditionExpectation` class is used to evaluate if each row in a dataset meets a specified condition using a boolean SQL expression."],["The documentation includes details on the class's inheritance, interfaces it implements, its constructors, and a property named `SqlExpression` which holds the SQL condition."],["The `RowConditionExpectation` class is part of the `Google.Cloud.Dataplex.V1` namespace and is found within the `Google.Cloud.Dataplex.V1.dll` assembly."],["There is a list of versions of this class available, ranging from version 1.0.0 to the latest version, 3.6.0."]]],[]]