IngestionRun interface
Microsoft Planetary Computer Pro geo-catalog ingestion run
Properties
| creation |
Creation time |
| id | Run id |
| keep |
Keep original source assets |
| operation | Operation |
| parent |
Run id which this run is associated to because it has been retried or rerun |
| skip |
Skip any item that already exist in the GeoCatalog |
| source |
URL of the source catalog |
Property Details
creationTime
Creation time
creationTime: Date
Property Value
Date
id
Run id
id: string
Property Value
string
keepOriginalAssets
Keep original source assets
keepOriginalAssets?: boolean
Property Value
boolean
operation
parentRunId
Run id which this run is associated to because it has been retried or rerun
parentRunId?: string
Property Value
string
skipExistingItems
Skip any item that already exist in the GeoCatalog
skipExistingItems?: boolean
Property Value
boolean
sourceCatalogUrl
URL of the source catalog
sourceCatalogUrl?: string
Property Value
string