IngestionDefinition interface
Microsoft Planetary Computer Pro geo-catalog ingestion creation model
Properties
| creation |
Ingestion creation time |
| display |
Ingestion name |
| id | Ingestion id |
| import |
Ingestion type |
| keep |
Keep original source assets |
| skip |
Skip processing existing items in the catalog |
| source |
Source catalog URL. Required for StaticCatalog ingestion type |
| stac |
Parquet catalog URL. Required for StacGeoparquet ingestion type |
| status | Ingestion status |
Property Details
creationTime
Ingestion creation time
creationTime: Date
Property Value
Date
displayName
Ingestion name
displayName?: string
Property Value
string
id
Ingestion id
id: string
Property Value
string
importType
Ingestion type
importType: string
Property Value
string
keepOriginalAssets
Keep original source assets
keepOriginalAssets?: boolean
Property Value
boolean
skipExistingItems
Skip processing existing items in the catalog
skipExistingItems?: boolean
Property Value
boolean
sourceCatalogUrl
Source catalog URL. Required for StaticCatalog ingestion type
sourceCatalogUrl?: string
Property Value
string
stacGeoparquetUrl
Parquet catalog URL. Required for StacGeoparquet ingestion type
stacGeoparquetUrl?: string
Property Value
string
status
Ingestion status
status: string
Property Value
string