Class GoogleCloudDataplexV1DataQualityRuleTemplateSql
Templatized SQL query for data quality rules. It can have parameters that can be substituted with values when a rule is created using this template.
Implements
Inherited Members
Namespace: Google.Apis.CloudDataplex.v1.Data
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class GoogleCloudDataplexV1DataQualityRuleTemplateSql : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Query
Output only. Templatized SQL query for data quality rules.
Declaration
[JsonProperty("query")]
public virtual string Query { get; set; }
Property Value
| Type | Description |
|---|---|
| string |