Databricks SDK for JavaScript
    Preparing search index...

    Represents the path information in the lineage event.

    interface LineageFileInfo {
        eventTime?: Instant;
        path?: string;
        securableName?: string;
        securableType?: string;
        storageLocation?: string;
    }
    Index

    Properties

    eventTime?: Instant

    Timestamp of the lineage event.

    path?: string

    URL of the path.

    securableName?: string

    The full name of the securable on the path.

    securableType?: string

    The securable type of the securable on the path.

    storageLocation?: string

    The storage location associated with securable on the path.