DataClient.GetSearchBboxAssets Method

Definition

Overloads

Name Description
GetSearchBboxAssets(GetSearchBboxAssetsOptions, CancellationToken)

Return a list of assets which overlap a given bounding box for a search.

GetSearchBboxAssets(GetSearchBboxAssetsOptions, RequestContext)

[Protocol Method] Return a list of assets which overlap a given bounding box for a search.

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.

GetSearchBboxAssets(GetSearchBboxAssetsOptions, CancellationToken)

Source:
DataClient.cs

Return a list of assets which overlap a given bounding box for a search.

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

Parameters

options
GetSearchBboxAssetsOptions

The options for the getSearchBboxAssets 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

GetSearchBboxAssets(GetSearchBboxAssetsOptions, RequestContext)

Source:
DataClient.cs

[Protocol Method] Return a list of assets which overlap a given bounding box for a search.

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

Parameters

options
GetSearchBboxAssetsOptions

The options for the getSearchBboxAssets 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