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