Show / Hide Table of Contents

Class GoogleCloudDataplexV1DataQualityRuleRuleSourceRulePathElement

Path Element represents the direct relationship between the rule origin (aspects) to the BigQuery Entry. Ordering of the rule relationship will be maintained such that the first entry in the list is the closest ancestor (BigQuery table itself). A blank source denotes that the rule is derived directly from the DataScan itself.

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

Properties

ETag

The ETag of the item.

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

EntryLinkSource

Output only. Entry link source represents information about the entry link.

Declaration
[JsonProperty("entryLinkSource")]
public virtual GoogleCloudDataplexV1DataQualityRuleRuleSourceRulePathElementEntryLinkSource EntryLinkSource { get; set; }
Property Value
Type Description
GoogleCloudDataplexV1DataQualityRuleRuleSourceRulePathElementEntryLinkSource

EntrySource

Output only. Entry source represents information about the related source entry.

Declaration
[JsonProperty("entrySource")]
public virtual GoogleCloudDataplexV1DataQualityRuleRuleSourceRulePathElementEntrySource EntrySource { get; set; }
Property Value
Type Description
GoogleCloudDataplexV1DataQualityRuleRuleSourceRulePathElementEntrySource

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX