access_mode


Description:

[ NoAccessorMethod ]
public SharedModelAccessMode access_mode { get; construct; }

Enumeration defining behavior of this model when trying to write to it.

Setting this to LEADER_WRITABLE is useful when one process is considered an "owner" of a model and all the other peers are supposed to only synchronize it for reading.

See also DeePeer:swarm-owner property to ensure ownership of a swarm.