IngestionRunInformation Class
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 operation.
public class IngestionRunInformation : System.ClientModel.Primitives.IJsonModel<Azure.Analytics.PlanetaryComputer.IngestionRunInformation>, System.ClientModel.Primitives.IPersistableModel<Azure.Analytics.PlanetaryComputer.IngestionRunInformation>
type IngestionRunInformation = class
interface IJsonModel<IngestionRunInformation>
interface IPersistableModel<IngestionRunInformation>
Public Class IngestionRunInformation
Implements IJsonModel(Of IngestionRunInformation), IPersistableModel(Of IngestionRunInformation)
- Inheritance
-
IngestionRunInformation
- Implements
Properties
| Name | Description |
|---|---|
| CreatedOn |
The UTC time at which the operation was created. |
| FinishedOn |
The UTC time at which the operation finished its execution. |
| Id |
Operation id. |
| StartedOn |
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. |