Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

IngestionChunker<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:
IngestionChunker.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.

Splits an IngestionDocument into chunks.

generic <typename T>
public ref class IngestionChunker abstract
public abstract class IngestionChunker<T>
type IngestionChunker<'T> = class
Public MustInherit Class IngestionChunker(Of T)

Type Parameters

T

The type of the chunk content.

Inheritance
IngestionChunker<T>
Derived

Constructors

Name Description
IngestionChunker<T>()

Methods

Name Description
ProcessAsync(IngestionDocument, CancellationToken)

Splits a document into chunks asynchronously.

Applies to


Feedback

Was this page helpful?