API Reference / MetricsLatencyAPI ReferenceClass MetricsLatencyEdit on GitHubNamespace TestimoX.ServicesAssembly TestimoXSource TestimoX/Testing/ScaleDefinition.cs:43Modifiers sealedAggregate latency metrics.InheritanceObjectMetricsLatencyFilter membersAll (8) Constructors (1) Methods (4) Properties (3)Show inherited Expand all Collapse all ResetConstructorspublic MetricsLatency() #Inherited Methodspublic override Boolean Equals(Object obj) #TestimoX/Testing/ScaleDefinition.cs:47Returns: BooleanInherited from ObjectParametersobj Object requiredposition: 0public override Int32 GetHashCode() #TestimoX/Testing/ScaleDefinition.cs:33Returns: Int32Inherited from Objectpublic Type GetType() #TestimoX/Testing/ScaleDefinition.cs:43Returns: TypeInherited from Objectpublic override String ToString() #TestimoX/Testing/ScaleDefinition.cs:47Returns: StringInherited from ObjectPropertiespublic Int64 Count { get; set; } #TestimoX/Services/ServiceMetricsSnapshot.cs:32Number of samples.public Int64 Sum { get; set; } #TestimoX/Services/ServiceMetricsSnapshot.cs:34Total latency in milliseconds.public Double Avg { get; set; } #TestimoX/Services/ServiceMetricsSnapshot.cs:36Average latency in milliseconds.