JobStream interface

Definition of the job stream.

Properties

id

Gets or sets the id of the resource.

jobStreamId

Gets or sets the id of the job stream.

streamText

Gets or sets the stream text.

streamType

Gets or sets the stream type.

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.

streamType?: string

Property Value

string

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]: Record<string, unknown>}

Property Value

{[propertyName: string]: Record<string, unknown>}