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