Operation interface
Microsoft Planetary Computer Pro ジオカタログ操作
プロパティ
| additional |
特定の操作タイプに関する追加情報要素 |
| collection |
コレクション識別子 |
| creation |
操作が作成された UTC 時刻 |
| error | エラー情報 |
| finish |
操作の実行が完了した UTC 時刻 |
| id | 操作 ID |
| start |
操作が開始された UTC 時刻 |
| status | 操作の状態 |
| status |
時間内の操作ステータスの履歴 |
| type | 操作の種類 |
プロパティの詳細
additionalInformation
特定の操作タイプに関する追加情報要素
additionalInformation?: Record<string, string>
プロパティ値
Record<string, string>
collectionId
コレクション識別子
collectionId?: string
プロパティ値
string
creationTime
操作が作成された UTC 時刻
creationTime: Date
プロパティ値
Date
error
finishTime
操作の実行が完了した UTC 時刻
finishTime?: Date
プロパティ値
Date
id
操作 ID
id: string
プロパティ値
string
startTime
操作が開始された UTC 時刻
startTime?: Date
プロパティ値
Date
status
操作の状態
status: string
プロパティ値
string
statusHistory
type
操作の種類
type: string
プロパティ値
string