Class GoogleCloudDataplexV1DataQualityRuleTemplate
DataQualityRuleTemplate represents a template which can be reused across multiple data quality rules.
Implements
Inherited Members
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> |