PlanetaryComputerModelFactory.IngestionRun Method

Definition

Microsoft Planetary Computer Pro geo-catalog ingestion run.

public static Azure.Analytics.PlanetaryComputer.IngestionRun IngestionRun(Guid id = default, Guid? parentRunId = default, Azure.Analytics.PlanetaryComputer.IngestionRunInformation operation = default, DateTimeOffset createdOn = default, Uri sourceCatalogUri = default, bool? skipExistingItems = default, bool? keepOriginalAssets = default);
static member IngestionRun : Guid * Nullable<Guid> * Azure.Analytics.PlanetaryComputer.IngestionRunInformation * DateTimeOffset * Uri * Nullable<bool> * Nullable<bool> -> Azure.Analytics.PlanetaryComputer.IngestionRun
Public Shared Function IngestionRun (Optional id As Guid = Nothing, Optional parentRunId As Nullable(Of Guid) = Nothing, Optional operation As IngestionRunInformation = Nothing, Optional createdOn As DateTimeOffset = Nothing, Optional sourceCatalogUri As Uri = Nothing, Optional skipExistingItems As Nullable(Of Boolean) = Nothing, Optional keepOriginalAssets As Nullable(Of Boolean) = Nothing) As IngestionRun

Parameters

id
Guid

Run id.

parentRunId
Nullable<Guid>

Run id which this run is associated to because it has been retried or rerun.

operation
IngestionRunInformation

Operation.

createdOn
DateTimeOffset

Creation time.

sourceCatalogUri
Uri

URL of the source catalog.

skipExistingItems
Nullable<Boolean>

Skip any item that already exist in the GeoCatalog.

keepOriginalAssets
Nullable<Boolean>

Keep original source assets.

Returns

A new IngestionRun instance for mocking.

Applies to