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.
Implements
Inherited Members
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 |