DataClient.GetCollectionTileJson Method

Definition

Return TileJSON document for a STAC collection.

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

Parameters

options
GetCollectionTileJsonOptions

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