DataClient.GetTilesetsAsync(GetItemTilesetsOptions, CancellationToken) Method

Definition

Return a list of available tilesets for a STAC item.

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

Parameters

options
GetItemTilesetsOptions

The options for the item 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