DataClient.GetCollectionTileJson 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 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.