C# Client Library
A C# Client Library for the AnalyzeRe REST API
Loading...
Searching...
No Matches
WindowMetrics.cs
Go to the documentation of this file.
1using System.Runtime.Serialization;
2
3namespace AnalyzeRe.Metrics
4{
9 public partial class WindowMetrics : TailDistributionMetrics, IMetricsResponse<WindowMetrics.Context>
10 {
13 [DataMember(Order = 9)]
14 public Context context { get; set; }
15 }
16}
The context of a tail metrics request, indicating what parameters were used in the simulation that pr...
Context context
The context of a window metrics request, indicating what parameters were used in the simulation that ...