DataClient.GetSearchPointWithAssets Method

Definition

Overloads

Name Description
GetSearchPointWithAssets(GetSearchPointWithAssetsOptions, RequestContext)

[Protocol Method] Return a list of assets for a given point in a search.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
GetSearchPointWithAssets(GetSearchPointWithAssetsOptions, CancellationToken)

Return a list of assets for a given point in a search.

GetSearchPointWithAssets(GetSearchPointWithAssetsOptions, RequestContext)

Source:
DataClient.cs

[Protocol Method] Return a list of assets for a given point in a search.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
public virtual Azure.Response GetSearchPointWithAssets(Azure.Analytics.PlanetaryComputer.GetSearchPointWithAssetsOptions options, Azure.RequestContext context);
abstract member GetSearchPointWithAssets : Azure.Analytics.PlanetaryComputer.GetSearchPointWithAssetsOptions * Azure.RequestContext -> Azure.Response
override this.GetSearchPointWithAssets : Azure.Analytics.PlanetaryComputer.GetSearchPointWithAssetsOptions * Azure.RequestContext -> Azure.Response
Public Overridable Function GetSearchPointWithAssets (options As GetSearchPointWithAssetsOptions, context As RequestContext) As Response

Parameters

options
GetSearchPointWithAssetsOptions

The options for the getSearchPointWithAssets request.

context
RequestContext

The request options, which can override default behaviors of the client pipeline on a per-call basis.

Returns

The response returned from the service.

Exceptions

options is null.

Service returned a non-success status code.

Applies to

GetSearchPointWithAssets(GetSearchPointWithAssetsOptions, CancellationToken)

Source:
DataClient.cs

Return a list of assets for a given point in a search.

public virtual Azure.Response<System.Collections.Generic.IReadOnlyList<Azure.Analytics.PlanetaryComputer.StacItemPointAsset>> GetSearchPointWithAssets(Azure.Analytics.PlanetaryComputer.GetSearchPointWithAssetsOptions options, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSearchPointWithAssets : Azure.Analytics.PlanetaryComputer.GetSearchPointWithAssetsOptions * System.Threading.CancellationToken -> Azure.Response<System.Collections.Generic.IReadOnlyList<Azure.Analytics.PlanetaryComputer.StacItemPointAsset>>
override this.GetSearchPointWithAssets : Azure.Analytics.PlanetaryComputer.GetSearchPointWithAssetsOptions * System.Threading.CancellationToken -> Azure.Response<System.Collections.Generic.IReadOnlyList<Azure.Analytics.PlanetaryComputer.StacItemPointAsset>>
Public Overridable Function GetSearchPointWithAssets (options As GetSearchPointWithAssetsOptions, Optional cancellationToken As CancellationToken = Nothing) As Response(Of IReadOnlyList(Of StacItemPointAsset))

Parameters

options
GetSearchPointWithAssetsOptions

The options for the getSearchPointWithAssets request.

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