esriReplicaModelType

Options to specify how data will be represented in a checked-out database.

Value

Description

esriModelTypeFullGeodatabase

The data is checked out with the same dataset types as the host geodatabase. Complex data types are supported on the child replica (i.e. topologies and geometric networks etc.). Using the full model requires that the data on the child replica database be versioned.

esriModelTypeSimple

Data is checked out as simple types. Only simple data types are supported on the child replica. The data on the child replica database will be non-versioned data. Changes are placed in the base tables of the unversioned data on the child during replica synchronization through a Geodata service.

Remarks

Using this is only necessary when creating a replica with a one-way access type.

11/8/2016