Replica
Summary
The Replica object contains properties that describe a replica.
Discussion
Replica objects cannot be created directly. Replica properties can be accessed through the arcpy.da.ListReplicas function.
Properties
| Name | Explanation | Data type |
|---|---|---|
|
creationDate (Read only) |
The date the replica was created. The date will be in UTC. A replica may not have a |
DateTime |
|
datasets (Read only) |
A list of the datasets that belong to the replica. |
List |
|
geometry (Read only) |
The replica's spatial filter geometry. |
Geometry |
|
hasConflicts (Read only) |
Specifies whether the replica is in conflict. |
Boolean |
|
isParent (Read only) |
Specifies the replica role. Returns |
Boolean |
|
isSender (Read only) |
Specifies whether the replica is a data sender. Returns |
Boolean |
|
lastReceive (Read only) |
The last time the replica received changes. |
DateTime |
|
lastSend (Read only) |
The last time the replica sent changes. |
DateTime |
|
name (Read only) |
The name of the replica. |
String |
|
owner (Read only) |
The owner of the replica in the geodatabase. |
String |
|
replicaDate (Read only) |
The date the replica was created. The date will be in the time zone of the server machine |
DateTime |
|
replicaID (Read only) |
The replica ID. |
String |
|
replicaServerGen (Read only) |
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) |
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 have the server target type. |
Long |
|
role (Read only) |
Specifies the replica role.
|
String |
|
serviceName (Read only) |
The URL of the feature service associated with the replica. This is only applicable for replicas created from a feature service. |
String |
|
targetType (Read only) |
Specifies the type of target for syncing the replica.
|
String |
|
type (Read only) |
Specifies the replica type.
|
String |
|
version (Read only) |
The version from which the replica was created (replica version). |
String |