DataClient.GetCollectionPoint Method

Definition

Get Point value for a collection dataset.

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