IngestionKind Struct

Definition

Ingestion type.

public readonly struct IngestionKind : IEquatable<Azure.Analytics.PlanetaryComputer.IngestionKind>
type IngestionKind = struct
Public Structure IngestionKind
Implements IEquatable(Of IngestionKind)
Inheritance
IngestionKind
Implements

Constructors

Name Description
IngestionKind(String)

Initializes a new instance of IngestionKind.

Properties

Name Description
StacGeoparquet

Ingestion STAC Geoparquet catalog.

StaticCatalog

Static STAC Catalog.

Methods

Name Description
Equals(IngestionKind)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(IngestionKind, IngestionKind)

Determines if two IngestionKind values are the same.

Implicit(String to IngestionKind)

Converts a string to a IngestionKind.

Implicit(String to Nullable<IngestionKind>)
Inequality(IngestionKind, IngestionKind)

Determines if two IngestionKind values are not the same.

Applies to