StacContextExtension interface

https://github.com/radiantearth/stac-api-spec/tree/master/extensions/context#context-extension-specification

Context information for a search response including pagination details.

Properties

limit

Maximum number of items requested.

matched

Total number of items matching the query.

returned

Number of items returned in the response.

Property Details

limit

Maximum number of items requested.

limit?: number

Property Value

number

matched

Total number of items matching the query.

matched?: number

Property Value

number

returned

Number of items returned in the response.

returned: number

Property Value

number