Show / Hide Table of Contents

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.

Inheritance
object
GoogleCloudDataplexV1DataQualityRuleTemplateSql
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX