Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudDatacatalogLineageV1EntityReference

import type { GoogleCloudDatacatalogLineageV1EntityReference } from "https://googleapis.deno.dev/v1/datalineage:v1.ts";

The soft reference to everything you can attach a lineage event to.

interface GoogleCloudDatacatalogLineageV1EntityReference {
field?: string[];
fullyQualifiedName?: string;
}

§Properties

§
field?: string[]
[src]

Optional. Field path within the entity. Each nesting level should be a separate value in the repeated field. The order matters. Must be empty for asset level lineage For example to address "salary.net" subfield where "salary" is a column and "net" is a proto field two values in the field should be reported, the first is "salary" and the second is "net". Each field length is limited to 500 characters. Maximum supported nesting level is 20.

§
fullyQualifiedName?: string
[src]

Required. Fully Qualified Name (FQN) of the entity.