StacItemAsset 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.
https://github.com/stac-extensions/item-assets Represents a STAC item asset, which describes the assets available under any item in the collection.
public class StacItemAsset : System.ClientModel.Primitives.IJsonModel<Azure.Analytics.PlanetaryComputer.StacItemAsset>, System.ClientModel.Primitives.IPersistableModel<Azure.Analytics.PlanetaryComputer.StacItemAsset>
type StacItemAsset = class
interface IJsonModel<StacItemAsset>
interface IPersistableModel<StacItemAsset>
Public Class StacItemAsset
Implements IJsonModel(Of StacItemAsset), IPersistableModel(Of StacItemAsset)
- Inheritance
-
StacItemAsset
- Implements
Constructors
| Name | Description |
|---|---|
| StacItemAsset(String, String) |
Initializes a new instance of StacItemAsset. |
Properties
| Name | Description |
|---|---|
| AdditionalProperties |
Gets the AdditionalProperties. |
| Constellation |
Constellation of satellites that acquired the data. |
| CreatedOn |
Creation timestamp of the data. |
| Description |
Detailed description of the asset. |
| Gsd |
Ground sample distance in meters. |
| Href |
URL to the asset file. |
| Instruments |
Instruments that acquired the data. |
| Kind |
Media type of the asset. |
| Mission |
Mission associated with the data. |
| Platform |
Platform that acquired the data. |
| Providers |
Organizations or individuals who provide the data. |
| Roles |
Roles of the asset within the item. |
| Title |
Human-readable title for the asset. |
| UpdatedOn |
Last update timestamp of the data. |