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