Documentation for clock field on oplog.values

This commit is contained in:
CSDUMMI 2021-10-03 23:37:38 +02:00 committed by GitHub
parent 1a6d22ceb9
commit 01a1557ec2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

7
API.md
View File

@ -729,6 +729,13 @@ Array of hashes
### `v`
**TBD**
### `clock`
Lamport clock instance of the entry.
A Lamport clock contains a `time`, an integer,
taht for all operations depending on each other increases.
If Operation A depends on Operation B, B's time < A's time.
## `key`
Public key of the Identity that added this entry.