DataClient.GetItemAssetStatisticsAsync 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.
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.