name: ConsistencyType
from_schema: https://w3id.org/gaia-x/development#data-protection-policy
permissible_values:
Strong:
text: Strong
description: Strong consistency model, cf https://en.wikipedia.org/wiki/Consistency_model#Strong_consistency_models.
Session:
text: Session
description: Eventual consistency model, cf https://en.wikipedia.org/wiki/Consistency_model#Session_guarantees.
Eventual:
text: Eventual
description: Eventual consistency model, cf https://en.wikipedia.org/wiki/Eventual_consistency.
Bounded-Staleness:
text: Bounded-Staleness
description: Consistency model where the lag between replicas is bounded, either
by a number of updates or a time limit.
Other:
text: Other
description: Unspecified consistency model.