Show / Hide Table of Contents

Class GoogleCloudDataplexV1GraphProfileEdgeTypeForeignKey

Represents a foreign key constraint.

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

Properties

Description

Output only. Description of the foreign key.

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

FieldMappings

Output only. Field Mappings. Mappings between local fields and the fields they reference in the referenced node type.

Declaration
[JsonProperty("fieldMappings")]
public virtual IList<GoogleCloudDataplexV1GraphProfileEdgeTypeForeignKeyFieldMapping> FieldMappings { get; set; }
Property Value
Type Description
IList<GoogleCloudDataplexV1GraphProfileEdgeTypeForeignKeyFieldMapping>

Name

Output only. Name of the foreign key constraint.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

ReferencedNodeType

Output only. The node type this constraint references.

Declaration
[JsonProperty("referencedNodeType")]
public virtual string ReferencedNodeType { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX