PlanetaryComputerModelFactory.IngestionRun Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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.
Returns
A new IngestionRun instance for mocking.