StacAsset 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/radiantearth/stac-spec/blob/v1.0.0/item-spec/item-spec.md#asset-object Represents a STAC asset, which is a file or resource associated with a STAC item.
public class StacAsset : System.ClientModel.Primitives.IJsonModel<Azure.Analytics.PlanetaryComputer.StacAsset>, System.ClientModel.Primitives.IPersistableModel<Azure.Analytics.PlanetaryComputer.StacAsset>
type StacAsset = class
interface IJsonModel<StacAsset>
interface IPersistableModel<StacAsset>
Public Class StacAsset
Implements IJsonModel(Of StacAsset), IPersistableModel(Of StacAsset)
- Inheritance
-
StacAsset
- Implements
Constructors
| Name | Description |
|---|---|
| StacAsset(String) |
Initializes a new instance of StacAsset. |
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. |