DataClient.GetCollectionTilesetMetadataAsync Method

Definition

Return metadata for a specific tileset of a STAC collection.

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

Parameters

options
GetCollectionTilesetMetadataOptions

The options for the collection tileset metadata 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