Enumeration RemoteStorageReplication

This enum defines the various replication strategies for the remote storage system. For more details on the remote storage replication system see: https://github.com/online-go/online-go.com/blob/devel/src/lib/data.ts

Enumeration Members

LOCAL_OVERWRITES_REMOTE: 1

Locally set data will overwrite remotely set data, but if not set will default to remotely set data

NONE: 0

No replication of this change

REMOTE_ONLY: 4

Remotely set data, but do not update our local value

REMOTE_OVERWRITES_LOCAL: 2

Remotely set data will overwrite locally set data

Generated using TypeDoc