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

GoogleCloudDatacatalogLineageV1LineageEvent

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

A lineage event represents an operation on assets. Within the operation, the data flows from the source to the target defined in the links field.

interface GoogleCloudDatacatalogLineageV1LineageEvent {
endTime?: Date;
name?: string;
startTime?: Date;
}

§Properties

§
endTime?: Date
[src]

Optional. The end of the transformation which resulted in this lineage event. For streaming scenarios, it should be the end of the period from which the lineage is being reported.

§
name?: string
[src]

Immutable. The resource name of the lineage event. Format: projects/{project}/locations/{location}/processes/{process}/runs/{run}/lineageEvents/{lineage_event}. Can be specified or auto-assigned. {lineage_event} must be not longer than 200 characters and only contain characters in a set: a-zA-Z0-9_-:.

§
startTime?: Date
[src]

Required. The beginning of the transformation which resulted in this lineage event. For streaming scenarios, it should be the beginning of the period from which the lineage is being reported.