Constructor IngestionDocumentResult
IngestionDocumentResult(string, IngestionDocumentOutcome, string?, int, int, int, int, long, TimeSpan, IngestionFailure?)
What one document cost and produced.
public IngestionDocumentResult(string DocumentId, IngestionDocumentOutcome Outcome, string? ExtractorId, int ChunksAdded, int ChunksRemoved, int ChunksUnchanged, int ChunksRepaired, long TokensEmbedded, TimeSpan Duration, IngestionFailure? Failure)
Parameters
DocumentIdstringThe document id.
OutcomeIngestionDocumentOutcomeThe verdict.
ExtractorIdstringThe selected extractor, when one was selected.
ChunksAddedintChunks upserted.
ChunksRemovedintChunks deleted.
ChunksUnchangedintChunks found already present by hash.
ChunksRepairedintChunks whose ordinal or offsets moved.
TokensEmbeddedlongTokens this document cost.
DurationTimeSpanWall time.
FailureIngestionFailureThe document-tier fault, or null.