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-21 UTC."],[[["This document provides reference documentation for the `DataQualityRule.Types.TableConditionExpectation` class within the Google Cloud Dataplex v1 API."],["The `TableConditionExpectation` class is designed to evaluate whether a specified SQL expression is true, using BigQuery standard SQL syntax."],["The latest version available for this class is 3.6.0, while this document pertains to version 2.11.0 of the Google.Cloud.Dataplex.V1 package."],["This class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `TableConditionExpectation` class features a `SqlExpression` property, which holds the optional SQL expression to be evaluated, and is of type string."]]],[]]