DataClient.GetCollectionTilesets 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 a list of available tilesets for a STAC collection.
public virtual Azure.Response<Azure.Analytics.PlanetaryComputer.TileSetList> GetCollectionTilesets(Azure.Analytics.PlanetaryComputer.GetCollectionTilesetsOptions options, System.Threading.CancellationToken cancellationToken = default);
abstract member GetCollectionTilesets : Azure.Analytics.PlanetaryComputer.GetCollectionTilesetsOptions * System.Threading.CancellationToken -> Azure.Response<Azure.Analytics.PlanetaryComputer.TileSetList>
override this.GetCollectionTilesets : Azure.Analytics.PlanetaryComputer.GetCollectionTilesetsOptions * System.Threading.CancellationToken -> Azure.Response<Azure.Analytics.PlanetaryComputer.TileSetList>
Public Overridable Function GetCollectionTilesets (options As GetCollectionTilesetsOptions, Optional cancellationToken As CancellationToken = Nothing) As 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.