JobStream interface
Definition of the job stream.
Properties
id | Gets or sets the id of the resource. |
job |
Gets or sets the id of the job stream. |
stream |
Gets or sets the stream text. |
stream |
Gets or sets the stream type. Possible values include: 'Progress', 'Output', 'Warning', 'Error', 'Debug', 'Verbose', 'Any' |
summary | Gets or sets the summary. |
time | Gets or sets the creation time of the job. |
value | Gets or sets the values of the job stream. |
Property Details
id
Gets or sets the id of the resource.
id?: string
Property Value
string
jobStreamId
Gets or sets the id of the job stream.
jobStreamId?: string
Property Value
string
streamText
Gets or sets the stream text.
streamText?: string
Property Value
string
streamType
Gets or sets the stream type. Possible values include: 'Progress', 'Output', 'Warning', 'Error', 'Debug', 'Verbose', 'Any'
streamType?: JobStreamType
Property Value
summary
Gets or sets the summary.
summary?: string
Property Value
string
time
Gets or sets the creation time of the job.
time?: Date
Property Value
Date
value
Gets or sets the values of the job stream.
value?: {[propertyName: string]: any}
Property Value
{[propertyName: string]: any}