共用方式為


JobStream interface

作業資料流程的定義。

屬性

id

取得或設定資源的識別碼。

jobStreamId

取得或設定作業資料流程的識別碼。

streamText

取得或設定資料流程文字。

streamType

取得或設定資料流程類型。

summary

取得或設定摘要。

time

取得或設定作業的建立時間。

value

取得或設定作業資料流程的值。

屬性詳細資料

id

取得或設定資源的識別碼。

id?: string

屬性值

string

jobStreamId

取得或設定作業資料流程的識別碼。

jobStreamId?: string

屬性值

string

streamText

取得或設定資料流程文字。

streamText?: string

屬性值

string

streamType

取得或設定資料流程類型。

streamType?: string

屬性值

string

summary

取得或設定摘要。

summary?: string

屬性值

string

time

取得或設定作業的建立時間。

time?: Date

屬性值

Date

value

取得或設定作業資料流程的值。

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

屬性值

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