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 provides reference information for the `DataQualityRule.Types.RowConditionExpectation` class within the Google Cloud Dataplex v1 API, specifically for the .NET implementation."],["The `RowConditionExpectation` class is used to define a rule that checks if each row in a dataset meets a certain SQL-based condition, returning a boolean value."],["It supports the implementation of multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality within the .NET environment."],["The page contains versions dating back to version 1.0.0, with version 3.6.0 being the latest version available for this class."],["The `SqlExpression` property within this class allows users to set and define the specific SQL condition that each row will be evaluated against, using BigQuery standard SQL syntax."]]],[]]