public sealed class DataQualityRule : IMessage<DataQualityRule>, IEquatable<DataQualityRule>, IDeepCloneable<DataQualityRule>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Dataplex v1 API class DataQualityRule.
A rule captures data quality intent about a data source.
Implements
IMessageDataQualityRule, IEquatableDataQualityRule, IDeepCloneableDataQualityRule, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.DataplexV1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
DataQualityRule()
public DataQualityRule()DataQualityRule(DataQualityRule)
public DataQualityRule(DataQualityRule other)| Parameter | |
|---|---|
| Name | Description |
other |
DataQualityRule |
Properties
Column
public string Column { get; set; }Optional. The unnested column which this rule is evaluated against.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Dimension
public string Dimension { get; set; }Required. The dimension a rule belongs to. Results are also aggregated at the dimension-level. Supported dimensions are ["COMPLETENESS", "ACCURACY", "CONSISTENCY", "VALIDITY", "UNIQUENESS", "INTEGRITY"]
| Property Value | |
|---|---|
| Type | Description |
string |
|
IgnoreNull
public bool IgnoreNull { get; set; }Optional. Rows with null values will automatically fail a rule, unless ignore_null is true. In that case, such null rows are trivially considered passing. Only applicable to ColumnMap rules.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
NonNullExpectation
public DataQualityRule.Types.NonNullExpectation NonNullExpectation { get; set; }ColumnMap rule which evaluates whether each column value is null.
| Property Value | |
|---|---|
| Type | Description |
DataQualityRuleTypesNonNullExpectation |
|
RangeExpectation
public DataQualityRule.Types.RangeExpectation RangeExpectation { get; set; }ColumnMap rule which evaluates whether each column value lies between a specified range.
| Property Value | |
|---|---|
| Type | Description |
DataQualityRuleTypesRangeExpectation |
|
RegexExpectation
public DataQualityRule.Types.RegexExpectation RegexExpectation { get; set; }ColumnMap rule which evaluates whether each column value matches a specified regex.
| Property Value | |
|---|---|
| Type | Description |
DataQualityRuleTypesRegexExpectation |
|
RowConditionExpectation
public DataQualityRule.Types.RowConditionExpectation RowConditionExpectation { get; set; }Table rule which evaluates whether each row passes the specified condition.
| Property Value | |
|---|---|
| Type | Description |
DataQualityRuleTypesRowConditionExpectation |
|
RuleTypeCase
public DataQualityRule.RuleTypeOneofCase RuleTypeCase { get; }| Property Value | |
|---|---|
| Type | Description |
DataQualityRuleRuleTypeOneofCase |
|
SetExpectation
public DataQualityRule.Types.SetExpectation SetExpectation { get; set; }ColumnMap rule which evaluates whether each column value is contained by a specified set.
| Property Value | |
|---|---|
| Type | Description |
DataQualityRuleTypesSetExpectation |
|
StatisticRangeExpectation
public DataQualityRule.Types.StatisticRangeExpectation StatisticRangeExpectation { get; set; }ColumnAggregate rule which evaluates whether the column aggregate statistic lies between a specified range.
| Property Value | |
|---|---|
| Type | Description |
DataQualityRuleTypesStatisticRangeExpectation |
|
TableConditionExpectation
public DataQualityRule.Types.TableConditionExpectation TableConditionExpectation { get; set; }Table rule which evaluates whether the provided expression is true.
| Property Value | |
|---|---|
| Type | Description |
DataQualityRuleTypesTableConditionExpectation |
|
Threshold
public double Threshold { get; set; }Optional. The minimum ratio of passing_rows / total_rows required to pass this rule, with a range of [0.0, 1.0]
0 indicates default value (i.e. 1.0)
| Property Value | |
|---|---|
| Type | Description |
double |
|
UniquenessExpectation
public DataQualityRule.Types.UniquenessExpectation UniquenessExpectation { get; set; }ColumnAggregate rule which evaluates whether the column has duplicates.
| Property Value | |
|---|---|
| Type | Description |
DataQualityRuleTypesUniquenessExpectation |
|