1 write to DocumentId
Microsoft.Extensions.DataIngestion (1)
IngestionResult.cs (1)
36DocumentId = Throw.IfNullOrEmpty(documentId);
2 references to DocumentId
Microsoft.Extensions.DataIngestion.Tests (2)
IngestionPipelineTests.cs (2)
214Assert.All(ingestionResults, result => Assert.NotEmpty(result.DocumentId)); 239Assert.All(ingestionResults, result => Assert.NotEmpty(result.DocumentId));