StacCollection 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/collection-spec/collection-spec.md Represents a STAC collection.
public class StacCollection : System.ClientModel.Primitives.IJsonModel<Azure.Analytics.PlanetaryComputer.StacCollection>, System.ClientModel.Primitives.IPersistableModel<Azure.Analytics.PlanetaryComputer.StacCollection>
type StacCollection = class
interface IJsonModel<StacCollection>
interface IPersistableModel<StacCollection>
Public Class StacCollection
Implements IJsonModel(Of StacCollection), IPersistableModel(Of StacCollection)
- Inheritance
-
StacCollection
- Implements
Constructors
| Name | Description |
|---|---|
| StacCollection(String, String, IEnumerable<StacLink>, String, StacExtensionExtent) |
Initializes a new instance of StacCollection. |
Properties
| Name | Description |
|---|---|
| AdditionalProperties |
Gets the AdditionalProperties. |
| Assets |
Assets. |
| CreatedOn |
MSFT Created. |
| Description |
Detailed description of the collection. |
| Extent |
Spatial and temporal extent of the collection. |
| Id |
Unique identifier for the collection. |
| ItemAssets |
Item Assets See the Item Assets Definition Extension Specification |
| Keywords |
Keywords describing the collection. |
| Kind |
Type. |
| License |
License identifier for the collection data. |
| Links |
Links to related resources and endpoints. |
| Providers |
Organizations or individuals who provide the collection data. |
| ShortDescription |
MSFT Short Description. |
| StacExtensions |
URLs to STAC extensions implemented by this STAC resource. |
| StacVersion |
Stac Version. |
| Summaries |
Summaries See the STAC Collection Spec. To assign an object to the value of this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
| Title |
Human-readable title for the collection. |
| UpdatedOn |
MSFT Updated. |
Methods
Operators
| Name | Description |
|---|---|
| Explicit(Response to StacCollection) | |
| Implicit(StacCollection to RequestContent) | |