JobStream interface
ジョブ ストリームの定義。
プロパティ
| id | リソースの ID を取得または設定します。 |
| job |
ジョブ ストリームの ID を取得または設定します。 |
| stream |
ストリーム テキストを取得または設定します。 |
| stream |
ストリームの種類を取得または設定します。 使用できる値は、'Progress'、'Output'、'Warning'、'Error'、'Debug'、'Verbose'、'Any' です。 |
| summary | 概要を取得または設定します。 |
| time | ジョブの作成時刻を取得または設定します。 |
| value | ジョブ ストリームの値を取得または設定します。 |
プロパティの詳細
id
リソースの ID を取得または設定します。
id?: string
プロパティ値
string
jobStreamId
ジョブ ストリームの ID を取得または設定します。
jobStreamId?: string
プロパティ値
string
streamText
ストリーム テキストを取得または設定します。
streamText?: string
プロパティ値
string
streamType
ストリームの種類を取得または設定します。 使用できる値は、'Progress'、'Output'、'Warning'、'Error'、'Debug'、'Verbose'、'Any' です。
streamType?: JobStreamType
プロパティ値
summary
概要を取得または設定します。
summary?: string
プロパティ値
string
time
ジョブの作成時刻を取得または設定します。
time?: Date
プロパティ値
Date
value
ジョブ ストリームの値を取得または設定します。
value?: {[propertyName: string]: any}
プロパティ値
{[propertyName: string]: any}