StacItemOrStacItemCollection 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.
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
Properties
| Name | Description |
|---|---|
| CreatedOn |
MSFT Created. |
| Links |
Links to related resources and endpoints. |
| ShortDescription |
MSFT Short Description. |
| StacExtensions |
URLs to STAC extensions implemented by this STAC resource. |
| StacVersion |
Stac Version. |
| UpdatedOn |
MSFT Updated. |
Methods
Operators
| Name | Description |
|---|---|
| Implicit(StacItemOrStacItemCollection to RequestContent) | |