Show / Hide Table of Contents

Class GoogleCloudDataplexV1DataQualityRuleTemplateReference

A rule that constructs a SQL statement to evaluate using a rule template and parameter values. If the constructed statement returns any rows, this rule fails

Inheritance
object
GoogleCloudDataplexV1DataQualityRuleTemplateReference
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudDataplex.v1.Data
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class GoogleCloudDataplexV1DataQualityRuleTemplateReference : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Name

Required. The template entry name. Entry must be of EntryType projects/dataplex-types/locations/global/entryTypes/data-quality-rule-template and contains top-level aspect of AspectType projects/dataplex-types/locations/global/aspectTypes/data-quality-rule-template. The format is: projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}/entries/{entry_id}

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

ResolvedSql

Output only. The resolved SQL statement generated from the template with parameters substituted. It is only populated in the result.

Declaration
[JsonProperty("resolvedSql")]
public virtual string ResolvedSql { get; set; }
Property Value
Type Description
string

RuleTemplate

Output only. The rule template used to resolve the rule. It is only populated in the result.

Declaration
[JsonProperty("ruleTemplate")]
public virtual GoogleCloudDataplexV1DataQualityRuleTemplate RuleTemplate { get; set; }
Property Value
Type Description
GoogleCloudDataplexV1DataQualityRuleTemplate

Values

Optional. Provides the map of parameter name and value. The maximum size of the field is 120KB (encoded as UTF-8).

Declaration
[JsonProperty("values")]
public virtual IDictionary<string, GoogleCloudDataplexV1DataQualityRuleTemplateReferenceParameterValue> Values { get; set; }
Property Value
Type Description
IDictionary<string, GoogleCloudDataplexV1DataQualityRuleTemplateReferenceParameterValue>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX