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 GoogleSQL
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 documentation for the `DataQualityRule.Types.TableConditionExpectation` class within the Google Cloud Dataplex V1 API for .NET."],["The `TableConditionExpectation` class is used to evaluate a SQL expression, written in BigQuery standard SQL syntax, to determine if it yields a scalar boolean result."],["The latest version of the class available is 3.6.0, and it contains an extensive history of versions, ranging from 1.0.0 all the way up to the current one."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is derived from the `object` class."],["The `TableConditionExpectation` class has two constructors, and one property called `SqlExpression` which is a string used for the SQL expression."]]],[]]