SectionChunker Klasse

Definition

Behandelt die einzelnen IngestionDocumentSection Inserentitäten Sections als separate Entität.

public ref class SectionChunker sealed : Microsoft::Extensions::DataIngestion::IngestionChunker<System::String ^>
public sealed class SectionChunker : Microsoft.Extensions.DataIngestion.IngestionChunker<string>
type SectionChunker = class
    inherit IngestionChunker<string>
Public NotInheritable Class SectionChunker
Inherits IngestionChunker(Of String)
Vererbung
SectionChunker

Konstruktoren

Name Beschreibung
SectionChunker(IngestionChunkerOptions)

Initialisiert eine neue Instanz der SectionChunker-Klasse.

Methoden

Name Beschreibung
ProcessAsync(IngestionDocument, CancellationToken)

Teilt ein Dokument asynchron in Blöcke auf.

Gilt für: