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 Google Cloud Dataplex V1 API, with the latest version being 3.6.0."],["The `TableConditionExpectation` class is used to evaluate a SQL expression, that must produce a boolean scalar, to determine its truthiness."],["This class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its capability and usage."],["The documentation offers a list of every version of the class, ranging from 1.0.0 to the latest 3.6.0."],["It provides details on the class's constructor, taking an optional parameter of the `TableConditionExpectation` type, and a `SqlExpression` property that allows you to set the actual expression as a string."]]],[]]