GoogleCloudDatacatalogV1GraphSpecGraphElementTableGraphNodeReference
import type { GoogleCloudDatacatalogV1GraphSpecGraphElementTableGraphNodeReference } from "https://googleapis.deno.dev/v1/datacatalog:v1.ts";A reference to a source or destination node in a graph edge.
interface GoogleCloudDatacatalogV1GraphSpecGraphElementTableGraphNodeReference {
edgeTableColumns?: string[];
nodeAlias?: string;
nodeTableColumns?: string[];
}§Properties
§
edgeTableColumns?: string[]
[src]Required. The referencing columns in the edge table. The size of
edge_table_columns must be equal to the size of node_table_columns.