Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
IngestionChunkProcessor<T> Class
Definition
- Namespace:
- Microsoft.Extensions.DataIngestion
- Assembly:
- Microsoft.Extensions.DataIngestion.Abstractions.dll
- Package:
- Microsoft.Extensions.DataIngestion.Abstractions v10.7.0-preview.1.26309.5
- Source:
- IngestionChunkProcessor.cs
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.
Processes chunks in a pipeline.
generic <typename T>
public ref class IngestionChunkProcessor abstract
public abstract class IngestionChunkProcessor<T>
type IngestionChunkProcessor<'T> = class
Public MustInherit Class IngestionChunkProcessor(Of T)
Type Parameters
- T
The type of the chunk content.
- Inheritance
-
IngestionChunkProcessor<T>
- Derived
Constructors
| Name | Description |
|---|---|
| IngestionChunkProcessor<T>() | |
Methods
| Name | Description |
|---|---|
| ProcessAsync(IAsyncEnumerable<IngestionChunk<T>>, CancellationToken) |
Processes chunks asynchronously. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Feedback
Was this page helpful?
