IngestionRunOperation interface
Microsoft Planetary Computer Pro geo-catalog ingestion run operation
Properties
| creation |
The UTC time at which the operation was created |
| 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 |
| total |
The number of items that have failed to be processed |
| total |
The number of total items to be processed |
| total |
The number of items pending to be processed |
| total |
The number of items successfully processed |
Property Details
creationTime
The UTC time at which the operation was created
creationTime: Date
Property Value
Date
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
totalFailedItems
The number of items that have failed to be processed
totalFailedItems: number
Property Value
number
totalItems
The number of total items to be processed
totalItems: number
Property Value
number
totalPendingItems
The number of items pending to be processed
totalPendingItems: number
Property Value
number
totalSuccessfulItems
The number of items successfully processed
totalSuccessfulItems: number
Property Value
number