DataClient.GetItemAssetStatisticsAsync Method

Definition

Per asset statistics for a STAC item.

public virtual System.Threading.Tasks.Task<Azure.Response<Azure.Analytics.PlanetaryComputer.AssetStatisticsResult>> GetItemAssetStatisticsAsync(Azure.Analytics.PlanetaryComputer.GetItemAssetStatisticsOptions options, System.Threading.CancellationToken cancellationToken = default);
abstract member GetItemAssetStatisticsAsync : Azure.Analytics.PlanetaryComputer.GetItemAssetStatisticsOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Analytics.PlanetaryComputer.AssetStatisticsResult>>
override this.GetItemAssetStatisticsAsync : Azure.Analytics.PlanetaryComputer.GetItemAssetStatisticsOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Analytics.PlanetaryComputer.AssetStatisticsResult>>
Public Overridable Function GetItemAssetStatisticsAsync (options As GetItemAssetStatisticsOptions, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of AssetStatisticsResult))

Parameters

options
GetItemAssetStatisticsOptions

The options for the item asset statistics 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.

Applies to