3 instantiations of IngestionDocumentHeader
Microsoft.Extensions.DataIngestion.Tests (3)
IngestionDocumentTests.cs (3)
27new IngestionDocumentHeader("header"), 34new IngestionDocumentHeader("nested header"), 44new IngestionDocumentHeader("header 2"),
4 references to IngestionDocumentHeader
Microsoft.Extensions.DataIngestion.Abstractions (1)
IngestionDocumentElement.cs (1)
120/// Initializes a new instance of the <see cref="IngestionDocumentHeader"/> class.
Microsoft.Extensions.DataIngestion.Tests (3)
IngestionDocumentTests.cs (3)
51Assert.IsType<IngestionDocumentHeader>(flatElements[0]); 57Assert.IsType<IngestionDocumentHeader>(flatElements[3]); 61Assert.IsType<IngestionDocumentHeader>(flatElements[5]);