Successful query with normalized and game-specific data.
Extends
QueryResultBase<G>
Type Parameters
G
G extends GameId
Properties
data
readonlydata:GameDataMap[G]
Data whose type is selected by the literal game identifier.
durationMs
readonlydurationMs:number
Total wall-clock duration across discovery and all attempted sources.
Inherited from
QueryResultBase.durationMs
game
readonlygame:G
Inherited from
QueryResultBase.game
ok
readonlyok:true
partial
readonlypartial:boolean
True when the profile produced a usable result but requested enrichment remained incomplete.
rawData?
readonlyoptionalrawData?:GameRawDataMap[G]
Untouched protocol fields, kept separate from normalized data.
server
readonlyserver:ServerInfo
sources
readonlysources: readonlyQuerySource[]
Source-by-source provenance, including skipped and failed optional work.
Inherited from
QueryResultBase.sources
warnings
readonlywarnings: readonlyQueryWarning[]
Inherited from
QueryResultBase.warnings