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-04-02 UTC."],[[["This page provides documentation for the `DataQualityRule.Types.TableConditionExpectation` class within the Cloud Dataplex v1 API."],["The `TableConditionExpectation` class evaluates a SQL expression to determine if it is true, using BigQuery standard SQL syntax for a boolean result."],["The page includes reference documentation for versions ranging from 1.0.0 up to the latest version 3.6.0 of the .NET API, with version 2.13.0 currently selected."],["The class is under the `Google.Cloud.Dataplex.V1` namespace, and it has constructors and a property called `SqlExpression`, which allows setting and retrieving a SQL string."],["The DataQualityRule.Types.TableConditionExpectation class inherits from the Object class and implements IMessage, IEquatable, IDeepCloneable and IBufferMessage."]]],[]]