StacItemOrStacItemCollection Class

Definition

Base type for STAC items and collections with discriminator. Please note this is the abstract base class. The derived classes available for instantiation are: StacItemCollection and StacItem.

[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.Analytics.PlanetaryComputer.UnknownStacItemOrStacItemCollection))]
public abstract class StacItemOrStacItemCollection : System.ClientModel.Primitives.IJsonModel<Azure.Analytics.PlanetaryComputer.StacItemOrStacItemCollection>, System.ClientModel.Primitives.IPersistableModel<Azure.Analytics.PlanetaryComputer.StacItemOrStacItemCollection>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.Analytics.PlanetaryComputer.UnknownStacItemOrStacItemCollection))>]
type StacItemOrStacItemCollection = class
    interface IJsonModel<StacItemOrStacItemCollection>
    interface IPersistableModel<StacItemOrStacItemCollection>
Public MustInherit Class StacItemOrStacItemCollection
Implements IJsonModel(Of StacItemOrStacItemCollection), IPersistableModel(Of StacItemOrStacItemCollection)
Inheritance
StacItemOrStacItemCollection
Derived
Attributes
Implements

Applies to