DataClient.GetCollectionPointAssets Method

Definition

Overloads

Name Description
GetCollectionPointAssets(GetCollectionPointAssetsOptions, RequestContext)

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

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

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

GetCollectionPointAssets(GetCollectionPointAssetsOptions, RequestContext)

Source:
DataClient.cs

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

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

Parameters

options
GetCollectionPointAssetsOptions

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

GetCollectionPointAssets(GetCollectionPointAssetsOptions, CancellationToken)

Source:
DataClient.cs

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

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

Parameters

options
GetCollectionPointAssetsOptions

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