IngestionClient Class
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.
The IngestionClient sub-client.
public class IngestionClient
type IngestionClient = class
Public Class IngestionClient
- Inheritance
-
IngestionClient
Constructors
| Name | Description |
|---|---|
| IngestionClient() |
Initializes a new instance of IngestionClient for mocking. |
Properties
| Name | Description |
|---|---|
| Pipeline |
The HTTP pipeline for sending and receiving REST requests and responses. |
Methods
| Name | Description |
|---|---|
| CancelAllOperations(CancellationToken) |
Cancel all pending and running operations across the entire GeoCatalog instance. This is a catalog-wide operation and is not scoped to a specific collection. |
| CancelAllOperations(RequestContext) |
[Protocol Method] Cancel all pending and running operations across the entire GeoCatalog instance. This is a catalog-wide operation and is not scoped to a specific collection.
|
| CancelAllOperationsAsync(CancellationToken) |
Cancel all pending and running operations across the entire GeoCatalog instance. This is a catalog-wide operation and is not scoped to a specific collection. |
| CancelAllOperationsAsync(RequestContext) |
[Protocol Method] Cancel all pending and running operations across the entire GeoCatalog instance. This is a catalog-wide operation and is not scoped to a specific collection.
|
| CancelOperation(Guid, CancellationToken) |
Cancel a running operation of a geo-catalog collection. |
| CancelOperation(Guid, RequestContext) |
[Protocol Method] Cancel a running operation of a geo-catalog collection
|
| CancelOperationAsync(Guid, CancellationToken) |
Cancel a running operation of a geo-catalog collection. |
| CancelOperationAsync(Guid, RequestContext) |
[Protocol Method] Cancel a running operation of a geo-catalog collection
|
| Create(String, IngestionInformation, CancellationToken) |
Create a new ingestion. |
| Create(String, RequestContent, RequestContext) |
[Protocol Method] Create a new ingestion
|
| CreateAsync(String, IngestionInformation, CancellationToken) |
Create a new ingestion. |
| CreateAsync(String, RequestContent, RequestContext) |
[Protocol Method] Create a new ingestion
|
| CreateRun(String, Guid, CancellationToken) |
Create a new run of an ingestion. |
| CreateRun(String, Guid, RequestContext) |
[Protocol Method] Create a new run of an ingestion
|
| CreateRunAsync(String, Guid, CancellationToken) |
Create a new run of an ingestion. |
| CreateRunAsync(String, Guid, RequestContext) |
[Protocol Method] Create a new run of an ingestion
|
| CreateSource(IngestionSource, CancellationToken) |
Create a new ingestion source in a geo-catalog. |
| CreateSource(RequestContent, RequestContext) |
[Protocol Method] Create a new ingestion source in a geo-catalog
|
| CreateSourceAsync(IngestionSource, CancellationToken) |
Create a new ingestion source in a geo-catalog. |
| CreateSourceAsync(RequestContent, RequestContext) |
[Protocol Method] Create a new ingestion source in a geo-catalog
|
| Delete(WaitUntil, String, Guid, CancellationToken) |
Delete an ingestion from a catalog. All runs of the ingestion will be deleted. Ingestion must not have any runs in progress or queued. |
| Delete(WaitUntil, String, Guid, RequestContext) |
Delete an ingestion from a catalog. All runs of the ingestion will be deleted. Ingestion must not have any runs in progress or queued. |
| DeleteAsync(WaitUntil, String, Guid, CancellationToken) |
Delete an ingestion from a catalog. All runs of the ingestion will be deleted. Ingestion must not have any runs in progress or queued. |
| DeleteAsync(WaitUntil, String, Guid, RequestContext) |
Delete an ingestion from a catalog. All runs of the ingestion will be deleted. Ingestion must not have any runs in progress or queued. |
| DeleteSource(Guid, CancellationToken) |
Delete an ingestion source from a geo-catalog. |
| DeleteSource(Guid, RequestContext) |
[Protocol Method] Delete an ingestion source from a geo-catalog
|
| DeleteSourceAsync(Guid, CancellationToken) |
Delete an ingestion source from a geo-catalog. |
| DeleteSourceAsync(Guid, RequestContext) |
[Protocol Method] Delete an ingestion source from a geo-catalog
|
| Get(String, Guid, CancellationToken) |
Get the definition of an ingestion. |
| Get(String, Guid, RequestContext) |
[Protocol Method] Get the definition of an ingestion
|
| GetAll(String, Nullable<Int32>, Nullable<Int32>, CancellationToken) |
Get ingestions of a catalog. |
| GetAll(String, Nullable<Int32>, Nullable<Int32>, RequestContext) |
[Protocol Method] Get ingestions of a catalog
|
| GetAllAsync(String, Nullable<Int32>, Nullable<Int32>, CancellationToken) |
Get ingestions of a catalog. |
| GetAllAsync(String, Nullable<Int32>, Nullable<Int32>, RequestContext) |
[Protocol Method] Get ingestions of a catalog
|
| GetAsync(String, Guid, CancellationToken) |
Get the definition of an ingestion. |
| GetAsync(String, Guid, RequestContext) |
[Protocol Method] Get the definition of an ingestion
|
| GetManagedIdentities(CancellationToken) |
Get all managed identities with access to storage accounts configured for a geo-catalog. |
| GetManagedIdentities(RequestContext) |
[Protocol Method] Get all managed identities with access to storage accounts configured for a geo-catalog
|
| GetManagedIdentitiesAsync(CancellationToken) |
Get all managed identities with access to storage accounts configured for a geo-catalog. |
| GetManagedIdentitiesAsync(RequestContext) |
[Protocol Method] Get all managed identities with access to storage accounts configured for a geo-catalog
|
| GetOperation(Guid, CancellationToken) |
Get an operation of a geo-catalog collection. |
| GetOperation(Guid, RequestContext) |
[Protocol Method] Get an operation of a geo-catalog collection
|
| GetOperationAsync(Guid, CancellationToken) |
Get an operation of a geo-catalog collection. |
| GetOperationAsync(Guid, RequestContext) |
[Protocol Method] Get an operation of a geo-catalog collection
|
| GetOperations(Nullable<Int32>, Nullable<Int32>, String, Nullable<PlanetaryComputerOperationStatus>, CancellationToken) |
Get operations of a geo-catalog collection. |
| GetOperations(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) |
Get operations of a geo-catalog collection. |
| GetOperationsAsync(Nullable<Int32>, Nullable<Int32>, String, String, RequestContext) |
[Protocol Method] Get operations of a geo-catalog collection
|
| GetRun(String, Guid, Guid, CancellationToken) |
Get a run of an ingestion. |
| GetRun(String, Guid, Guid, RequestContext) |
[Protocol Method] Get a run of an ingestion
|
| GetRunAsync(String, Guid, Guid, CancellationToken) |
Get a run of an ingestion. |
| GetRunAsync(String, Guid, Guid, RequestContext) |
[Protocol Method] Get a run of an ingestion
|
| GetRuns(String, Guid, Nullable<Int32>, Nullable<Int32>, CancellationToken) |
Get the runs of an ingestion. |
| GetRuns(String, Guid, Nullable<Int32>, Nullable<Int32>, RequestContext) |
[Protocol Method] Get the runs of an ingestion
|
| GetRunsAsync(String, Guid, Nullable<Int32>, Nullable<Int32>, CancellationToken) |
Get the runs of an ingestion. |
| GetRunsAsync(String, Guid, Nullable<Int32>, Nullable<Int32>, RequestContext) |
[Protocol Method] Get the runs of an ingestion
|
| GetSource(Guid, CancellationToken) |
Get an ingestion source in a geo-catalog. |
| GetSource(Guid, RequestContext) |
[Protocol Method] Get an ingestion source in a geo-catalog
|
| GetSourceAsync(Guid, CancellationToken) |
Get an ingestion source in a geo-catalog. |
| GetSourceAsync(Guid, RequestContext) |
[Protocol Method] Get an ingestion source in a geo-catalog
|
| GetSources(Nullable<Int32>, Nullable<Int32>, CancellationToken) |
Get ingestion sources in a geo-catalog. |
| GetSources(Nullable<Int32>, Nullable<Int32>, RequestContext) |
[Protocol Method] Get ingestion sources in a geo-catalog
|
| GetSourcesAsync(Nullable<Int32>, Nullable<Int32>, CancellationToken) |
Get ingestion sources in a geo-catalog. |
| GetSourcesAsync(Nullable<Int32>, Nullable<Int32>, RequestContext) |
[Protocol Method] Get ingestion sources in a geo-catalog
|
| ReplaceSource(Guid, IngestionSource, CancellationToken) |
Update an existing ingestion source in a geo-catalog. |
| ReplaceSource(Guid, RequestContent, RequestContext) |
[Protocol Method] Update an existing ingestion source in a geo-catalog
|
| ReplaceSourceAsync(Guid, IngestionSource, CancellationToken) |
Update an existing ingestion source in a geo-catalog. |
| ReplaceSourceAsync(Guid, RequestContent, RequestContext) |
[Protocol Method] Update an existing ingestion source in a geo-catalog
|
| Update(String, Guid, RequestContent, RequestContext) |
[Protocol Method] Update an existing ingestion
|
| UpdateAsync(String, Guid, RequestContent, RequestContext) |
[Protocol Method] Update an existing ingestion
|