DataClient.GetItemStatisticsAsync Method

Definition

Merged assets statistics for a STAC item.

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

Parameters

options
GetItemStatisticsOptions

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