Show / Hide Table of Contents

Class GoogleCloudDataplexV1DataQualityRuleTemplate

DataQualityRuleTemplate represents a template which can be reused across multiple data quality rules.

Inheritance
object
GoogleCloudDataplexV1DataQualityRuleTemplate
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 GoogleCloudDataplexV1DataQualityRuleTemplate : IDirectResponseSchema

Properties

Capabilities

Output only. A list of features or properties supported by this rule template.

Declaration
[JsonProperty("capabilities")]
public virtual IList<string> Capabilities { get; set; }
Property Value
Type Description
IList<string>

Dimension

Output only. The dimension a rule template belongs to. Rule level results are also aggregated at the dimension level.

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

ETag

The ETag of the item.

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

InputParameters

Output only. Description for input parameters

Declaration
[JsonProperty("inputParameters")]
public virtual IDictionary<string, GoogleCloudDataplexV1DataQualityRuleTemplateParameterDescription> InputParameters { get; set; }
Property Value
Type Description
IDictionary<string, GoogleCloudDataplexV1DataQualityRuleTemplateParameterDescription>

Name

Output only. The name of the rule template in the format: 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

SqlCollection

Output only. Collection of SQLs for data quality rules. Currently only one SQL is supported.

Declaration
[JsonProperty("sqlCollection")]
public virtual IList<GoogleCloudDataplexV1DataQualityRuleTemplateSql> SqlCollection { get; set; }
Property Value
Type Description
IList<GoogleCloudDataplexV1DataQualityRuleTemplateSql>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX