3 instantiations of IngestionDocumentSection
Microsoft.Extensions.DataIngestion.Tests (3)
IngestionDocumentTests.cs (3)
23
doc.Sections.Add(new
IngestionDocumentSection
("first section")
30
new
IngestionDocumentSection
("nested section")
40
doc.Sections.Add(new
IngestionDocumentSection
("second section")
4 references to IngestionDocumentSection
Microsoft.Extensions.DataIngestion.Abstractions (4)
IngestionDocument.cs (2)
33
public IList<
IngestionDocumentSection
> Sections { get; } = [];
55
if (currentElement is not
IngestionDocumentSection
nestedSection)
IngestionDocumentElement.cs (2)
74
/// Initializes a new instance of the <see cref="
IngestionDocumentSection
"/> class.
83
/// Initializes a new instance of the <see cref="
IngestionDocumentSection
"/> class.