PlanetaryComputerModelFactory.StacContextExtension Method
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 static Azure.Analytics.PlanetaryComputer.StacContextExtension StacContextExtension(int returned = 0, int? limit = default, int? matched = default);
static member StacContextExtension : int * Nullable<int> * Nullable<int> -> Azure.Analytics.PlanetaryComputer.StacContextExtension
Public Shared Function StacContextExtension (Optional returned As Integer = 0, Optional limit As Nullable(Of Integer) = Nothing, Optional matched As Nullable(Of Integer) = Nothing) As StacContextExtension
Parameters
- returned
- Int32
Number of items returned in the response.
Returns
A new StacContextExtension instance for mocking.