CRDT.Version¶
| Name | Mandatory | Description | Default | Type |
|---|---|---|---|---|
⬅️ Input |
The input of the shard, if any | CRDT |
||
Output ➡️ |
The resulting output of the shard | Int |
Gets the version of the crdt, notice that internally it's a uint64, but shards Int is signed, so it might go negative if it's over 2^63, that does not mean the value is not correct.