public sealed class DataQualityRule.Types.TableConditionExpectation : IMessage<DataQualityRule.Types.TableConditionExpectation>, IEquatable<DataQualityRule.Types.TableConditionExpectation>, IDeepCloneable<DataQualityRule.Types.TableConditionExpectation>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class DataQualityRule.Types.TableConditionExpectation.
Evaluates whether the provided expression is true.
The SQL expression needs to use BigQuery standard SQL syntax and should
produce a scalar boolean 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 document provides reference information for the `DataQualityRule.Types.TableConditionExpectation` class within the Cloud Dataplex v1 API, specifically version 3.4.0."],["The `TableConditionExpectation` class is used to evaluate a SQL expression to determine if it is true, utilizing BigQuery standard SQL syntax and expecting a scalar boolean result."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role within the Google.Protobuf framework."],["The `TableConditionExpectation` class offers constructors to create new instances, either empty or by cloning an existing instance, and includes a property called `SqlExpression` to set the SQL expression to be evaluated."],["The documentation provides access to past versions of the `DataQualityRule.Types.TableConditionExpectation` class, and version 3.6.0 is the latest."]]],[]]