DataClient.GetItemStatistics Method

Definition

Merged assets statistics for a STAC item.

public virtual Azure.Response<Azure.Analytics.PlanetaryComputer.TilerStacItemStatistics> GetItemStatistics(Azure.Analytics.PlanetaryComputer.GetItemStatisticsOptions options, System.Threading.CancellationToken cancellationToken = default);
abstract member GetItemStatistics : Azure.Analytics.PlanetaryComputer.GetItemStatisticsOptions * System.Threading.CancellationToken -> Azure.Response<Azure.Analytics.PlanetaryComputer.TilerStacItemStatistics>
override this.GetItemStatistics : Azure.Analytics.PlanetaryComputer.GetItemStatisticsOptions * System.Threading.CancellationToken -> Azure.Response<Azure.Analytics.PlanetaryComputer.TilerStacItemStatistics>
Public Overridable Function GetItemStatistics (options As GetItemStatisticsOptions, Optional cancellationToken As CancellationToken = Nothing) As 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