Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
RuntimeCounter.cs
1
using
Waher.Persistence
;
2
using
Waher.Persistence.Attributes
;
3
4
namespace
Waher.Runtime.Counters.CounterObjects
5
{
9
[CollectionName(
"RuntimeCounters"
)]
10
[TypeName(
TypeNameSerialization
.None)]
11
[Index(
"Key"
)]
12
public
class
RuntimeCounter
13
{
17
public
RuntimeCounter
()
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
}
Waher.Persistence.CaseInsensitiveString
Represents a case-insensitive string.
Definition:
CaseInsensitiveString.cs:10
Waher.Runtime.Counters.CounterObjects.RuntimeCounter
Contains a runtime counter.
Definition:
RuntimeCounter.cs:13
Waher.Runtime.Counters.CounterObjects.RuntimeCounter.RuntimeCounter
RuntimeCounter()
Contains a runtime counter.
Definition:
RuntimeCounter.cs:17
Waher.Runtime.Counters.CounterObjects.RuntimeCounter.Key
CaseInsensitiveString Key
Counter Key
Definition:
RuntimeCounter.cs:30
Waher.Runtime.Counters.CounterObjects.RuntimeCounter.ObjectId
string ObjectId
Object ID
Definition:
RuntimeCounter.cs:25
Waher.Runtime.Counters.CounterObjects.RuntimeCounter.Counter
long Counter
Counter
Definition:
RuntimeCounter.cs:35
Waher.Persistence.Attributes
Definition:
ArchivingTimeAttribute.cs:4
Waher.Persistence.Attributes.TypeNameSerialization
TypeNameSerialization
How the type name should be serialized.
Definition:
TypeNameAttribute.cs:9
Waher.Persistence
Definition:
Bookmark.cs:4
Waher.Runtime.Counters.CounterObjects
Definition:
RuntimeCounter.cs:5
IoTGateway
Runtime
Waher.Runtime.Counters
CounterObjects
RuntimeCounter.cs
Generated by
1.9.5