Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
RuntimeCounter.cs
3
5{
9 [CollectionName("RuntimeCounters")]
10 [TypeName(TypeNameSerialization.None)]
11 [Index("Key")]
12 public class RuntimeCounter
13 {
18 {
19 }
20
24 [ObjectId]
25 public string ObjectId { get; set; }
26
30 public CaseInsensitiveString Key { get; set; }
31
35 public long Counter { get; set; }
36 }
37}
Represents a case-insensitive string.
TypeNameSerialization
How the type name should be serialized.