Cloud Dataplex v1 API - Class DataQualityRule.Types.TableConditionExpectation (2.12.0)

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.

Example: MIN(col1) >= 0

Inheritance

object > DataQualityRule.Types.TableConditionExpectation

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

TableConditionExpectation()

public TableConditionExpectation()

TableConditionExpectation(TableConditionExpectation)

public TableConditionExpectation(DataQualityRule.Types.TableConditionExpectation other)
Parameter
NameDescription
otherDataQualityRuleTypesTableConditionExpectation

Properties

SqlExpression

public string SqlExpression { get; set; }

Optional. The SQL expression.

Property Value
TypeDescription
string