Skip to content

ParseSummary

reference
1 min readUpdated

Kind: Interface

Source: atloria-monorepo/apps/parser-orchestrator/src/interfaces/parse-result.interface.ts

Summary statistics for a project parse

Properties

PropertyType
totalFilesnumber
successfulFilesnumber
failedFilesnumber
skippedFilesnumber
totalEntitiesnumber
totalRelationshipsnumber
totalDurationnumber
entitiesByTypeRecord<string, number>
relationshipsByTypeRecord<string, number>
parserStatsRecord<string, ParserStats>

Was this page helpful?

Download as PDF