IngestionRunInformation Class

Definition

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.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<IngestionRunInformation>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<IngestionRunInformation>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<IngestionRunInformation>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<IngestionRunInformation>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<IngestionRunInformation>.Write(ModelReaderWriterOptions)

Applies to