esriReplicaAccessType

Options to specify the access level for parent and child replicas.

Value

Description

esriReplicaAccessNone

Neither replica is accessible.

esriReplicaChildReadOnly

The child replica is read only. Data changes may only be synchronized from the parent replica to the child replica. Conflicts are not detected, so if there happens to be conflicting edits on the child database, the parent replicas edits will over-write the edits on synchronize.

esriReplicaBothReadWrite

Both the parent and child replicas can synchronize data changes with their relative replica.

2/28/2020