StacItemOrStacItemCollection interface
Base type for STAC items and collections with discriminator.
Properties
| created |
MSFT Created |
| links | Links to related resources and endpoints. |
| short |
MSFT Short Description |
| stac |
URLs to STAC extensions implemented by this STAC resource. |
| stac |
Stac Version |
| type | The discriminator possible values: FeatureCollection, Feature |
| updated |
MSFT Updated |
Property Details
createdOn
MSFT Created
createdOn?: Date
Property Value
Date
links
shortDescription
MSFT Short Description
shortDescription?: string
Property Value
string
stacExtensions
URLs to STAC extensions implemented by this STAC resource.
stacExtensions?: string[]
Property Value
string[]
stacVersion
Stac Version
stacVersion?: string
Property Value
string
type
The discriminator possible values: FeatureCollection, Feature
type: string
Property Value
string
updatedOn
MSFT Updated
updatedOn?: Date
Property Value
Date