Class GoogleCloudDataplexV1GraphProfileEdgeType
Represents a type of edge (relationship) in the graph.
Implements
Inherited Members
Namespace: Google.Apis.CloudDataplex.v1.Data
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class GoogleCloudDataplexV1GraphProfileEdgeType : IDirectResponseSchema
Properties
Description
Output only. Description of the edge type.
Declaration
[JsonProperty("description")]
public virtual string Description { 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 |
ExtractionHints
Output only. Extraction hints for the edge.
Declaration
[JsonProperty("extractionHints")]
public virtual GoogleCloudDataplexV1GraphProfileEdgeTypeExtractionHints ExtractionHints { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDataplexV1GraphProfileEdgeTypeExtractionHints |
Fields
Output only. Fields of the edge type.
Declaration
[JsonProperty("fields")]
public virtual IList<GoogleCloudDataplexV1GraphProfileField> Fields { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudDataplexV1GraphProfileField> |
ForeignKeys
Output only. Defines the Foreign Key constraints for the edge.
Declaration
[JsonProperty("foreignKeys")]
public virtual IList<GoogleCloudDataplexV1GraphProfileEdgeTypeForeignKey> ForeignKeys { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudDataplexV1GraphProfileEdgeTypeForeignKey> |
Name
Output only. Name of the edge type.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SourceNodeType
Output only. Source node type.
Declaration
[JsonProperty("sourceNodeType")]
public virtual string SourceNodeType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TargetNodeType
Output only. Target node type.
Declaration
[JsonProperty("targetNodeType")]
public virtual string TargetNodeType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |