StacContextExtension 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-api-spec/tree/master/extensions/context#context-extension-specification Context information for a search response including pagination details.
public class StacContextExtension : System.ClientModel.Primitives.IJsonModel<Azure.Analytics.PlanetaryComputer.StacContextExtension>, System.ClientModel.Primitives.IPersistableModel<Azure.Analytics.PlanetaryComputer.StacContextExtension>
type StacContextExtension = class
interface IJsonModel<StacContextExtension>
interface IPersistableModel<StacContextExtension>
Public Class StacContextExtension
Implements IJsonModel(Of StacContextExtension), IPersistableModel(Of StacContextExtension)
- Inheritance
-
StacContextExtension
- Implements
Constructors
| Name | Description |
|---|---|
| StacContextExtension(Int32) |
Initializes a new instance of StacContextExtension. |
Properties
| Name | Description |
|---|---|
| Limit |
Maximum number of items requested. |
| Matched |
Total number of items matching the query. |
| Returned |
Number of items returned in the response. |