DataClient.GetItemInfo(GetItemInfoOptions, 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 dataset's basic info for a STAC item.
public virtual Azure.Response<Azure.Analytics.PlanetaryComputer.TilerInfoMapResult> GetItemInfo(Azure.Analytics.PlanetaryComputer.GetItemInfoOptions options, System.Threading.CancellationToken cancellationToken = default);
abstract member GetItemInfo : Azure.Analytics.PlanetaryComputer.GetItemInfoOptions * System.Threading.CancellationToken -> Azure.Response<Azure.Analytics.PlanetaryComputer.TilerInfoMapResult>
override this.GetItemInfo : Azure.Analytics.PlanetaryComputer.GetItemInfoOptions * System.Threading.CancellationToken -> Azure.Response<Azure.Analytics.PlanetaryComputer.TilerInfoMapResult>
Public Overridable Function GetItemInfo (options As GetItemInfoOptions, Optional cancellationToken As CancellationToken = Nothing) As Response(Of TilerInfoMapResult)
Parameters
- options
- GetItemInfoOptions
The options for the item info 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.