Values.RequestImpactStatisticsSourceStatistics that describe how the incident has impacted a service.
type nonrec t = {faultCount : NullableLong.t option;The number of requests that have resulted in a fault,
*)okCount : NullableLong.t option;The number of successful requests.
*)totalCount : NullableLong.t option;The total number of requests to the service.
*)}