Operation interface

Microsoft Planetary Computer Pro ジオカタログ操作

プロパティ

additionalInformation

特定の操作タイプに関する追加情報要素

collectionId

コレクション識別子

creationTime

操作が作成された UTC 時刻

error

エラー情報

finishTime

操作の実行が完了した UTC 時刻

id

操作 ID

startTime

操作が開始された UTC 時刻

status

操作の状態

statusHistory

時間内の操作ステータスの履歴

type

操作の種類

プロパティの詳細

additionalInformation

特定の操作タイプに関する追加情報要素

additionalInformation?: Record<string, string>

プロパティ値

Record<string, string>

collectionId

コレクション識別子

collectionId?: string

プロパティ値

string

creationTime

操作が作成された UTC 時刻

creationTime: Date

プロパティ値

Date

error

エラー情報

error?: ErrorInfo

プロパティ値

finishTime

操作の実行が完了した UTC 時刻

finishTime?: Date

プロパティ値

Date

id

操作 ID

id: string

プロパティ値

string

startTime

操作が開始された UTC 時刻

startTime?: Date

プロパティ値

Date

status

操作の状態

status: string

プロパティ値

string

statusHistory

時間内の操作ステータスの履歴

statusHistory: OperationStatusHistoryItem[]

プロパティ値

type

操作の種類

type: string

プロパティ値

string