DataClient.GetCollectionTileJsonAsync 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.
Return TileJSON document for a STAC collection.
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.Analytics.PlanetaryComputer.TileJsonMetadata>> GetCollectionTileJsonAsync(Azure.Analytics.PlanetaryComputer.GetCollectionTileJsonOptions options, System.Threading.CancellationToken cancellationToken = default);
abstract member GetCollectionTileJsonAsync : Azure.Analytics.PlanetaryComputer.GetCollectionTileJsonOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Analytics.PlanetaryComputer.TileJsonMetadata>>
override this.GetCollectionTileJsonAsync : Azure.Analytics.PlanetaryComputer.GetCollectionTileJsonOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Analytics.PlanetaryComputer.TileJsonMetadata>>
Public Overridable Function GetCollectionTileJsonAsync (options As GetCollectionTileJsonOptions, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of TileJsonMetadata))
Parameters
- options
- GetCollectionTileJsonOptions
The options for the collection TileJSON query.
- cancellationToken
- CancellationToken
The cancellation token that can be used to cancel the operation.
Returns
Exceptions
options is null.
Service returned a non-success status code.