Operation interface
Microsoft Planetary Computer Pro geo-catalog operation
Properties
| additional |
Additional information elements about the particular operation type |
| collection |
Collection ID |
| creation |
The UTC time at which the operation was created |
| error | Error information |
| finish |
The UTC time at which the operation finished its execution |
| id | Operation id |
| start |
The UTC time at which the operation was started |
| status | Operation status |
| status |
The history of the operation status in time |
| type | Operation type |
Property Details
additionalInformation
Additional information elements about the particular operation type
additionalInformation?: Record<string, string>
Property Value
Record<string, string>
collectionId
Collection ID
collectionId?: string
Property Value
string
creationTime
The UTC time at which the operation was created
creationTime: Date
Property Value
Date
error
finishTime
The UTC time at which the operation finished its execution
finishTime?: Date
Property Value
Date
id
Operation id
id: string
Property Value
string
startTime
The UTC time at which the operation was started
startTime?: Date
Property Value
Date
status
Operation status
status: string
Property Value
string
statusHistory
The history of the operation status in time
statusHistory: OperationStatusHistoryItem[]
Property Value
type
Operation type
type: string
Property Value
string