StacClient.GetQueryablesAsync Method

Definition

Overloads

Name Description
GetQueryablesAsync(RequestContext)

[Protocol Method] List all queryables in the GeoCatalog instance

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

List all queryables in the GeoCatalog instance.

GetQueryablesAsync(RequestContext)

Source:
StacClient.cs

[Protocol Method] List all queryables in the GeoCatalog instance

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
public virtual System.Threading.Tasks.Task<Azure.Response> GetQueryablesAsync(Azure.RequestContext context);
abstract member GetQueryablesAsync : Azure.RequestContext -> System.Threading.Tasks.Task<Azure.Response>
override this.GetQueryablesAsync : Azure.RequestContext -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function GetQueryablesAsync (context As RequestContext) As Task(Of Response)

Parameters

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

Service returned a non-success status code.

Applies to

GetQueryablesAsync(CancellationToken)

Source:
StacClient.cs

List all queryables in the GeoCatalog instance.

public virtual System.Threading.Tasks.Task<Azure.Response<Azure.Analytics.PlanetaryComputer.QueryableDefinitionsResult>> GetQueryablesAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetQueryablesAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Analytics.PlanetaryComputer.QueryableDefinitionsResult>>
override this.GetQueryablesAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Analytics.PlanetaryComputer.QueryableDefinitionsResult>>
Public Overridable Function GetQueryablesAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of QueryableDefinitionsResult))

Parameters

cancellationToken
CancellationToken

The cancellation token that can be used to cancel the operation.

Returns

Exceptions

Service returned a non-success status code.

Applies to