StacClient.GetQueryables 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.
Overloads
| Name | Description |
|---|---|
| GetQueryables(RequestContext) |
[Protocol Method] List all queryables in the GeoCatalog instance
|
| GetQueryables(CancellationToken) |
List all queryables in the GeoCatalog instance. |
GetQueryables(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 Azure.Response GetQueryables(Azure.RequestContext context);
abstract member GetQueryables : Azure.RequestContext -> Azure.Response
override this.GetQueryables : Azure.RequestContext -> Azure.Response
Public Overridable Function GetQueryables (context As RequestContext) As 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
GetQueryables(CancellationToken)
- Source:
- StacClient.cs
List all queryables in the GeoCatalog instance.
public virtual Azure.Response<Azure.Analytics.PlanetaryComputer.QueryableDefinitionsResult> GetQueryables(System.Threading.CancellationToken cancellationToken = default);
abstract member GetQueryables : System.Threading.CancellationToken -> Azure.Response<Azure.Analytics.PlanetaryComputer.QueryableDefinitionsResult>
override this.GetQueryables : System.Threading.CancellationToken -> Azure.Response<Azure.Analytics.PlanetaryComputer.QueryableDefinitionsResult>
Public Overridable Function GetQueryables (Optional cancellationToken As CancellationToken = Nothing) As 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.