IngestionRunOperation interface

Microsoft Planetary Computer Pro geo-catalog ingestion run operation

Properties

creationTime

The UTC time at which the operation was created

finishTime

The UTC time at which the operation finished its execution

id

Operation id

startTime

The UTC time at which the operation was started

status

Operation status

statusHistory

The history of the operation status in time

totalFailedItems

The number of items that have failed to be processed

totalItems

The number of total items to be processed

totalPendingItems

The number of items pending to be processed

totalSuccessfulItems

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