IngestionClient.GetOperationsAsync 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 |
|---|---|
| GetOperationsAsync(Nullable<Int32>, Nullable<Int32>, String, Nullable<PlanetaryComputerOperationStatus>, CancellationToken) |
Get operations of a geo-catalog collection. |
| GetOperationsAsync(Nullable<Int32>, Nullable<Int32>, String, String, RequestContext) |
[Protocol Method] Get operations of a geo-catalog collection
|
GetOperationsAsync(Nullable<Int32>, Nullable<Int32>, String, Nullable<PlanetaryComputerOperationStatus>, CancellationToken)
- Source:
- IngestionClient.cs
Get operations of a geo-catalog collection.
public virtual Azure.AsyncPageable<Azure.Analytics.PlanetaryComputer.PlanetaryComputerOperation> GetOperationsAsync(int? maxCount = default, int? skip = default, string collectionId = default, Azure.Analytics.PlanetaryComputer.PlanetaryComputerOperationStatus? status = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetOperationsAsync : Nullable<int> * Nullable<int> * string * Nullable<Azure.Analytics.PlanetaryComputer.PlanetaryComputerOperationStatus> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.Analytics.PlanetaryComputer.PlanetaryComputerOperation>
override this.GetOperationsAsync : Nullable<int> * Nullable<int> * string * Nullable<Azure.Analytics.PlanetaryComputer.PlanetaryComputerOperationStatus> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.Analytics.PlanetaryComputer.PlanetaryComputerOperation>
Public Overridable Function GetOperationsAsync (Optional maxCount As Nullable(Of Integer) = Nothing, Optional skip As Nullable(Of Integer) = Nothing, Optional collectionId As String = Nothing, Optional status As Nullable(Of PlanetaryComputerOperationStatus) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of PlanetaryComputerOperation)
Parameters
- collectionId
- String
Operation id used to filter the results.
Operation status used to filter the results.
- cancellationToken
- CancellationToken
The cancellation token that can be used to cancel the operation.
Returns
Exceptions
Service returned a non-success status code.
Applies to
GetOperationsAsync(Nullable<Int32>, Nullable<Int32>, String, String, RequestContext)
- Source:
- IngestionClient.cs
[Protocol Method] Get operations of a geo-catalog collection
- This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
public virtual Azure.AsyncPageable<BinaryData> GetOperationsAsync(int? maxCount, int? skip, string collectionId, string status, Azure.RequestContext context);
abstract member GetOperationsAsync : Nullable<int> * Nullable<int> * string * string * Azure.RequestContext -> Azure.AsyncPageable<BinaryData>
override this.GetOperationsAsync : Nullable<int> * Nullable<int> * string * string * Azure.RequestContext -> Azure.AsyncPageable<BinaryData>
Public Overridable Function GetOperationsAsync (maxCount As Nullable(Of Integer), skip As Nullable(Of Integer), collectionId As String, status As String, context As RequestContext) As AsyncPageable(Of BinaryData)
Parameters
- collectionId
- String
Operation id used to filter the results.
- status
- String
Operation status used to filter the results.
- 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.