DataClient.GetTilesetMetadata 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 metadata for a specific tileset of a STAC item.
public virtual Azure.Response<Azure.Analytics.PlanetaryComputer.TileSetMetadata> GetTilesetMetadata(Azure.Analytics.PlanetaryComputer.GetItemTilesetMetadataOptions options, System.Threading.CancellationToken cancellationToken = default);
abstract member GetTilesetMetadata : Azure.Analytics.PlanetaryComputer.GetItemTilesetMetadataOptions * System.Threading.CancellationToken -> Azure.Response<Azure.Analytics.PlanetaryComputer.TileSetMetadata>
override this.GetTilesetMetadata : Azure.Analytics.PlanetaryComputer.GetItemTilesetMetadataOptions * System.Threading.CancellationToken -> Azure.Response<Azure.Analytics.PlanetaryComputer.TileSetMetadata>
Public Overridable Function GetTilesetMetadata (options As GetItemTilesetMetadataOptions, Optional cancellationToken As CancellationToken = Nothing) As Response(Of TileSetMetadata)
Parameters
- options
- GetItemTilesetMetadataOptions
The options for the item 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.