SyncReplica

Summary

The SyncReplica object contains properties that describe a replica created through a sync-enabled feature service. Replicas created from non-versioned data with archiving or from branch versioned data are included.

Discussion

SyncReplica objects cannot be created directly. SyncReplica properties can be accessed through the arcpy.da.ListReplicas function.

Properties

PropertyExplanationData Type
datasets
(Read Only)

A list of the datasets that belong to the replica.

List
direction
(Read Only)

The direction of the replica. Possible direction values are as follows:

  • bidirectionalThe replica direction is bidirectional.
  • downloadThe replica direction is download only.
  • uploadThe replica direction is upload only.
String
lastSyncDate
(Read Only)

The last sync date for the replica. This property is only available for replicas created from a feature service.

DateTime
layerServerGens
(Read Only)

Indicates the last generation of changes that were sent to the relative replica on a layer-by-layer basis. This property is only applicable for replicas that use the per-layer sync model.

Dictionary
layerServerSibGens
(Read Only)

Indicates the last generation of changes that were successfully received from the relative replica on a layer-by-layer basis. This property is only applicable for replicas that use the per-layer sync model and for which the target type is server.

Dictionary
name
(Read Only)

The name of the replica.

String
owner
(Read Only)

The owner of the replica on the server.

String
replicaID
(Read Only)

The replica ID.

String
replicaServerGen
(Read Only)

Indicates the last generation of changes that was successfully received from the relative replica. This property is only applicable for replicas that use the per-replica sync model.

Long
replicaServerSibGen
(Read Only)

Indicates the last generation of changes that was sent to the relative replica. This property is only applicable for replicas that use the per-replica sync model and for which the target type is server.

Long
serviceName
(Read Only)

The name of the feature service associated with the replica.

String
syncModel
(Read Only)

The sync model that is being used for this replica.

  • perLayerThe replica uses a per-layer sync model.
  • perReplicaThe replica uses a per-replica sync model.
  • NoneThe replica does not have a sync model set.
String
targetType
(Read Only)

The type of target for syncing the replica.

  • ClientCreated from a feature service for syncing with an offline mobile editor.
  • ServerCreated from a feature service for syncing with another feature service.
  • NoneA replica created through geodatabase replication workflows or by a feature service from an earlier release.
String
version
(Read Only)

The version from which the replica was created.

String