DataClient.GetCollectionPointAsync Method

Definition

Get Point value for a collection dataset.

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

Parameters

options
GetCollectionPointOptions

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