DataClient.GetTilesets(GetItemTilesetsOptions, CancellationToken) Method

Definition

Return a list of available tilesets for a STAC item.

public virtual Azure.Response<Azure.Analytics.PlanetaryComputer.TileSetList> GetTilesets(Azure.Analytics.PlanetaryComputer.GetItemTilesetsOptions options, System.Threading.CancellationToken cancellationToken = default);
abstract member GetTilesets : Azure.Analytics.PlanetaryComputer.GetItemTilesetsOptions * System.Threading.CancellationToken -> Azure.Response<Azure.Analytics.PlanetaryComputer.TileSetList>
override this.GetTilesets : Azure.Analytics.PlanetaryComputer.GetItemTilesetsOptions * System.Threading.CancellationToken -> Azure.Response<Azure.Analytics.PlanetaryComputer.TileSetList>
Public Overridable Function GetTilesets (options As GetItemTilesetsOptions, Optional cancellationToken As CancellationToken = Nothing) As 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