DataClient.GetSearchPointAsync 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 search dataset.
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.Analytics.PlanetaryComputer.TilerCoreModelsResponsesPoint>> GetSearchPointAsync(Azure.Analytics.PlanetaryComputer.GetSearchPointOptions options, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSearchPointAsync : Azure.Analytics.PlanetaryComputer.GetSearchPointOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Analytics.PlanetaryComputer.TilerCoreModelsResponsesPoint>>
override this.GetSearchPointAsync : Azure.Analytics.PlanetaryComputer.GetSearchPointOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Analytics.PlanetaryComputer.TilerCoreModelsResponsesPoint>>
Public Overridable Function GetSearchPointAsync (options As GetSearchPointOptions, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of TilerCoreModelsResponsesPoint))
Parameters
- options
- GetSearchPointOptions
The options for the search 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.