Resumen
The Replica object contains properties that describe a replica.
Debate
Replica objects cannot be created directly. Replica properties can be accessed through the ListReplicas function.
Propiedades
Propiedad | Explicación | Tipo de datos |
hasConflicts (Sólo lectura) | Indicates if 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 if 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 received 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 |
type (Sólo lectura) | The replica type.
| String |
version (Sólo lectura) | The version from which the replica was created. | String |