Log for a pipeline.

interface Log {
    createdOn?: Date;
    id?: number;
    lastChangedOn?: Date;
    lineCount?: number;
    signedContent?: SignedUrl;
    url?: string;
}

Properties

createdOn?: Date

The date and time the log was created.

id?: number

The ID of the log.

lastChangedOn?: Date

The date and time the log was last changed.

lineCount?: number

The number of lines in the log.

signedContent?: SignedUrl
url?: string