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 webpage provides documentation for the `DataQualityRule.Types.TableConditionExpectation` class within the Google Cloud Dataplex V1 API, specifically version 2.8.0."],["The class `TableConditionExpectation` is used to evaluate whether a given SQL expression, written in BigQuery standard SQL, returns true, and must produce a scalar boolean result."],["The webpage offers versioned documentation, with the latest being 3.6.0, and offers documentation going as far back as version 1.0.0 for this class."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class features a `SqlExpression` property which is optional and of type string."]]],[]]