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 document provides reference documentation for the `DataQualityRule.Types.RowConditionExpectation` class within the Google Cloud Dataplex V1 API."],["The `RowConditionExpectation` class is designed to check if each row meets a specified condition, allowing for data validation and quality checks."],["The latest available version of this API is 3.6.0, and this document lists various versions ranging from 1.0.0 up to 3.6.0."],["`RowConditionExpectation` uses a SQL expression, written in BigQuery standard SQL syntax, to evaluate each row and produce a boolean result."],["The class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]