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-21 UTC."],[[["This documentation page covers the `DataQualityRule.Types.RowConditionExpectation` class within the Google Cloud Dataplex v1 API, specifically version 2.8.0, with links to prior versions and the current latest version, 3.6.0."],["The `RowConditionExpectation` class evaluates if each row satisfies a given condition, which uses BigQuery standard SQL syntax to produce a boolean result per row."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class, allowing for certain functionalities."],["The class has a constructor `RowConditionExpectation()` that allows creating a new instance, as well as a second constructor that allows for creating a copy of an existing `RowConditionExpectation` object."],["The class contains a property `SqlExpression`, that stores the string representing the SQL expression used to validate the rows."]]],[]]