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