Note

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

Access to this page requires authorization. You can try .

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

A format-agnostic container that normalizes diverse input formats into a structured hierarchy.

public ref class IngestionDocument sealed
public sealed class IngestionDocument
type IngestionDocument = class
Public NotInheritable Class IngestionDocument
Inheritance
IngestionDocument

Constructors

Name Description
IngestionDocument(String)

Initializes a new instance of the IngestionDocument class.

Properties

Name Description
Identifier

Gets the unique identifier for the document.

Sections

Gets the sections of the document.

Methods

Name Description
EnumerateContent()

Iterate over all elements in the document, including those in nested sections.

Applies to


Feedback

Was this page helpful?