DataClient.GetCollectionTilesetMetadata Method

Definition

Return metadata for a specific tileset of a STAC collection.

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