StacProvider 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#provider-object Represents information about a data provider for STAC collections and items.
public class StacProvider : System.ClientModel.Primitives.IJsonModel<Azure.Analytics.PlanetaryComputer.StacProvider>, System.ClientModel.Primitives.IPersistableModel<Azure.Analytics.PlanetaryComputer.StacProvider>
type StacProvider = class
interface IJsonModel<StacProvider>
interface IPersistableModel<StacProvider>
Public Class StacProvider
Implements IJsonModel(Of StacProvider), IPersistableModel(Of StacProvider)
- Inheritance
-
StacProvider
- Implements
Constructors
| Name | Description |
|---|---|
| StacProvider(String) |
Initializes a new instance of StacProvider. |
Properties
| Name | Description |
|---|---|
| Description |
Description of the provider. |
| Name |
Name of the provider organization or individual. |
| Roles |
Roles played by the provider (e.g., producer, processor, host). |
| Url |
URL to the provider's website. |