MCPcopy Create free account
hub / github.com/aptabase/aptabase / EventPropsItem

Class EventPropsItem

src/Features/Stats/StatsController.cs:57–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57public record EventPropsItem
58{
59 public string StringKey { get; set; } = "";
60 public string StringValue { get; set; } = "";
61 public string NumericKey { get; set; } = "";
62 public int Events { get; set; }
63 public decimal Median { get; set; }
64 public decimal Min { get; set; }
65 public decimal Max { get; set; }
66 public decimal Sum { get; set; }
67}
68
69public record LiveGeoDataPoint
70{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected