Loss Analysis Service
AnalysisMetadata Json Schema
Loss Analysis Service : AnalysisMetadata Json Schema
Description
Contains detailed data about the current loss analysis request.
Overview
AnalysisMetadata
Contains detailed data about the current loss analysis request.
duration : TimeSpan
Indicates duration of an initiated analysis.
days : integer (int32)
Duration in days
hours : integer (int32)
Duration in hours
milliseconds : integer (int32)
Duration in milliseconds
minutes : integer (int32)
Duration in minutes
seconds : integer (int32)
Duration in seconds
ticks : integer (int64)
Duration in ticks
totalDays : number (double)
Total number of days
totalHours : number (double)
Total number of hours
totalMilliseconds : number (double)
Total number of millseconds
totalMinutes : number (double)
Total number of minutes
totalSeconds : number (double)
Total number of seconds
endTime : string (date)
Indicates the end time of a completed analysis.
engineVersion : string
Indicates the version of the Next Generation Model (NGM) loss engine.
startTime : string (date)
Indicates the start time of an initiated analysis.
Properties
NameDescriptionData Type
Indicates duration of an initiated analysis.TimeSpan
Duration in daysinteger (int32)
Duration in hoursinteger (int32)
Duration in millisecondsinteger (int32)
Duration in minutesinteger (int32)
Duration in secondsinteger (int32)
Duration in clock ticksinteger (int64)
Total count of daysnumber (double)
Total count of daysnumber (double)
Total count of millisecondsnumber (double)
Total count of minutesnumber (double)
Total count of secondsnumber (double)
Indicates the end time of a completed analysis.string (date)
Indicates the version of the Next Generation Model (NGM) loss engine.string
Indicates the start time of an initiated analysis.string (date)
See Also
Loss Analysis Service