DataClient.GetCollectionTilesetsAsync Method

Definition

Return a list of available tilesets for a STAC collection.

public virtual System.Threading.Tasks.Task<Azure.Response<Azure.Analytics.PlanetaryComputer.TileSetList>> GetCollectionTilesetsAsync(Azure.Analytics.PlanetaryComputer.GetCollectionTilesetsOptions options, System.Threading.CancellationToken cancellationToken = default);
abstract member GetCollectionTilesetsAsync : Azure.Analytics.PlanetaryComputer.GetCollectionTilesetsOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Analytics.PlanetaryComputer.TileSetList>>
override this.GetCollectionTilesetsAsync : Azure.Analytics.PlanetaryComputer.GetCollectionTilesetsOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Analytics.PlanetaryComputer.TileSetList>>
Public Overridable Function GetCollectionTilesetsAsync (options As GetCollectionTilesetsOptions, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of TileSetList))

Parameters

options
GetCollectionTilesetsOptions

The options for the collection tilesets 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.

Applies to