6 [CollectionName(
"EventStatistics")]
12 private Guid objectId = Guid.Empty;
13 private DateTime start = DateTime.MinValue;
14 private DateTime timestamp = DateTime.MinValue;
31 set => this.objectId = value;
34 [DefaultValueDateTimeMinValue]
38 set => this.start = value;
41 public DateTime Timestamp
43 get => this.timestamp;
44 set => this.timestamp = value;
51 set => this.perType = value;
58 set => this.perLevel = value;
64 get => this.perEventId;
65 set => this.perEventId = value;
72 set => this.perActor = value;
78 get => this.perModule;
79 set => this.perModule = value;
85 get => this.perFacility;
86 set => this.perFacility = value;
92 get => this.perStackTrace;
93 set => this.perStackTrace = value;
TypeNameSerialization
How the type name should be serialized.