IngestionInformation 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 creation model.
public class IngestionInformation : System.ClientModel.Primitives.IJsonModel<Azure.Analytics.PlanetaryComputer.IngestionInformation>, System.ClientModel.Primitives.IPersistableModel<Azure.Analytics.PlanetaryComputer.IngestionInformation>
type IngestionInformation = class
interface IJsonModel<IngestionInformation>
interface IPersistableModel<IngestionInformation>
Public Class IngestionInformation
Implements IJsonModel(Of IngestionInformation), IPersistableModel(Of IngestionInformation)
- Inheritance
-
IngestionInformation
- Implements
Constructors
| Name | Description |
|---|---|
| IngestionInformation(IngestionKind) |
Initializes a new instance of IngestionInformation. |
Properties
| Name | Description |
|---|---|
| CreatedOn |
Ingestion creation time. |
| DisplayName |
Ingestion name. |
| Id |
Ingestion id. |
| ImportKind |
Ingestion type. |
| KeepOriginalAssets |
Keep original source assets. |
| SkipExistingItems |
Skip processing existing items in the catalog. |
| SourceCatalogUri |
Source catalog URL. Required for StaticCatalog ingestion type. |
| StacGeoparquetUri |
Parquet catalog URL. Required for StacGeoparquet ingestion type. |
| Status |
Ingestion status. |
Methods
Operators
| Name | Description |
|---|---|
| Explicit(Response to IngestionInformation) | |
| Implicit(IngestionInformation to RequestContent) | |