DataClient.GetItemTileJson(GetItemTileJsonOptions, CancellationToken) 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 item.
public virtual Azure.Response<Azure.Analytics.PlanetaryComputer.TileJsonMetadata> GetItemTileJson(Azure.Analytics.PlanetaryComputer.GetItemTileJsonOptions options, System.Threading.CancellationToken cancellationToken = default);
abstract member GetItemTileJson : Azure.Analytics.PlanetaryComputer.GetItemTileJsonOptions * System.Threading.CancellationToken -> Azure.Response<Azure.Analytics.PlanetaryComputer.TileJsonMetadata>
override this.GetItemTileJson : Azure.Analytics.PlanetaryComputer.GetItemTileJsonOptions * System.Threading.CancellationToken -> Azure.Response<Azure.Analytics.PlanetaryComputer.TileJsonMetadata>
Public Overridable Function GetItemTileJson (options As GetItemTileJsonOptions, Optional cancellationToken As CancellationToken = Nothing) As Response(Of TileJsonMetadata)
Parameters
- options
- GetItemTileJsonOptions
The options for the item 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.