Show / Hide Table of Contents

Class GoogleCloudDatacatalogV1GraphSpecGraphElementTableGraphNodeReference

A reference to a source or destination node in a graph edge.

Inheritance
object
GoogleCloudDatacatalogV1GraphSpecGraphElementTableGraphNodeReference
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.DataCatalog.v1.Data
Assembly: Google.Apis.DataCatalog.v1.dll
Syntax
public class GoogleCloudDatacatalogV1GraphSpecGraphElementTableGraphNodeReference : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

EdgeTableColumns

Required. The referencing columns in the edge table. The size of edge_table_columns must be equal to the size of node_table_columns.

Declaration
[JsonProperty("edgeTableColumns")]
public virtual IList<string> EdgeTableColumns { get; set; }
Property Value
Type Description
IList<string>

NodeAlias

Required. The reference to the source/destination node of the edge. This name must be a valid alias of a node element in the same graph. Example, Person node can be a source node name of an edge element Person_to_Address.

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

NodeTableColumns

Required. The referenced columns of the source node table.

Declaration
[JsonProperty("nodeTableColumns")]
public virtual IList<string> NodeTableColumns { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX