IngestionRunOperation interface
Microsoft Planetary Computer Pro ジオカタログのインジェスション実行
プロパティ
| creation |
操作が作成された UTC 時刻 |
| finish |
操作の実行が完了した UTC 時刻 |
| id | 操作 ID |
| start |
操作が開始された UTC 時刻 |
| status | 操作の状態 |
| status |
時間内の操作ステータスの履歴 |
| total |
処理に失敗した項目の数 |
| total |
処理される総項目数 |
| total |
処理中の項目数 |
| total |
処理に成功した項目数 |
プロパティの詳細
creationTime
操作が作成された UTC 時刻
creationTime: Date
プロパティ値
Date
finishTime
操作の実行が完了した UTC 時刻
finishTime?: Date
プロパティ値
Date
id
操作 ID
id: string
プロパティ値
string
startTime
操作が開始された UTC 時刻
startTime?: Date
プロパティ値
Date
status
操作の状態
status: string
プロパティ値
string
statusHistory
totalFailedItems
処理に失敗した項目の数
totalFailedItems: number
プロパティ値
number
totalItems
処理される総項目数
totalItems: number
プロパティ値
number
totalPendingItems
処理中の項目数
totalPendingItems: number
プロパティ値
number
totalSuccessfulItems
処理に成功した項目数
totalSuccessfulItems: number
プロパティ値
number