A reference to a task log. This class contains information about the output printed to the timeline record's logs console during pipeline run.

interface TaskLogReference {
    id?: number;
    location?: string;
}

Hierarchy (View Summary)

Properties

Properties

id?: number

The ID of the task log.

location?: string

The REST URL of the task log.