Resumen
El objeto Replica contiene propiedades que describen una réplica.
Debate
Replica Los objetos no se pueden crear directamente. Es posible acceder a las propiedades de réplica mediante la función arcpy.da.ListReplicas.
Propiedades
| Propiedad | Explicación | Tipo de datos |
| hasConflicts (Sólo lectura) | Indicates whether the replica is in conflict. | Boolean |
| isParent (Sólo lectura) | Indicates the replica role. Returns True if the replica is a parent and False if the replica is a child. | Boolean |
| isSender (Sólo lectura) | Indicates whether the replica is a data sender. Returns True if the replica is a data sender and False if the replica is a data receiver. | Boolean |
| lastReceive (Sólo lectura) | The last time the replica received changes. | DateTime |
| lastSend (Sólo lectura) | The last time the replica sent changes. | DateTime |
| name (Sólo lectura) | The name of the replica. | String |
| owner (Sólo lectura) | The owner of the replica in the geodatabase. | String |
| role (Sólo lectura) | The replica role.
| String |
| type (Sólo lectura) | The replica type.
| String |
| version (Sólo lectura) | The version from which the replica was created (replica version). | String |